aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-01-06 15:31:19 +0100
committerPetr Štetiar <ynezz@true.cz>2022-01-06 15:31:19 +0100
commit5369ceb787b486f77d584696adec44b5081222c7 (patch)
treec8af5a10718634754e887918f710cb848954dba2 /target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch
parent81d0b4a9f431b2b2ca71edca91febedde98994a3 (diff)
downloadupstream-5369ceb787b486f77d584696adec44b5081222c7.tar.gz
upstream-5369ceb787b486f77d584696adec44b5081222c7.tar.bz2
upstream-5369ceb787b486f77d584696adec44b5081222c7.zip
kernel: bump 4.14 to 4.14.261
All patches refreshed automagically without conflicts. Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch')
-rw-r--r--target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch b/target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch
index 0ac5783624..cbaaaa619a 100644
--- a/target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch
+++ b/target/linux/generic/backport-4.14/291-v4.16-netfilter-core-remove-synchronize_net-call-if-nfqueu.patch
@@ -88,7 +88,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
--- a/net/netfilter/nfnetlink_queue.c
+++ b/net/netfilter/nfnetlink_queue.c
-@@ -941,23 +941,18 @@ static struct notifier_block nfqnl_dev_n
+@@ -942,23 +942,18 @@ static struct notifier_block nfqnl_dev_n
.notifier_call = nfqnl_rcv_dev_event,
};