Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SFE kernel patch and move wireguard and update kernel version to broken #25

Open
wants to merge 2 commits into
base: lede-17.01
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
3 changes: 2 additions & 1 deletion patch/895-SFE-support-kernel.patch
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ index 0000000..ddcf7af
+
+ /* We make a copy of the missed event cache without taking
+ * the lock, thus we may send missed events twice. However,
+@@ -144,62 +139,35 @@ void nf_ct_deliver_cached_events(struct
+@@ -144,62 +139,34 @@ void nf_ct_deliver_cached_events(struct
+ missed = e->missed;
+
+ if (!((events | missed) & e->ctmask))
Expand Down Expand Up @@ -325,6 +325,7 @@ index 0000000..ddcf7af
+- BUG_ON(notify != new);
+- RCU_INIT_POINTER(net->ct.nf_conntrack_event_cb, NULL);
+- mutex_unlock(&nf_ct_ecache_mutex);
+- /* synchronize_rcu() is called from ctnetlink_exit. */
++ return atomic_notifier_chain_unregister(&net->ct.nf_conntrack_chain, nb);
+ }
+ EXPORT_SYMBOL_GPL(nf_conntrack_unregister_notifier);
Expand Down