From 9dad83362db3aac6c7496e66e948daa88554f8b4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 21 Feb 2011 02:06:51 +0000 Subject: kernel: remove imq support, refresh patches SVN-Revision: 25641 --- .../generic/patches-2.6.36/110-netfilter_match_speedup.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/generic/patches-2.6.36/110-netfilter_match_speedup.patch') diff --git a/target/linux/generic/patches-2.6.36/110-netfilter_match_speedup.patch b/target/linux/generic/patches-2.6.36/110-netfilter_match_speedup.patch index b146502f01..a99eb084c3 100644 --- a/target/linux/generic/patches-2.6.36/110-netfilter_match_speedup.patch +++ b/target/linux/generic/patches-2.6.36/110-netfilter_match_speedup.patch @@ -132,11 +132,10 @@ e = (struct ipt_entry *)(loc_cpu_entry + off); if (copy_to_user(userptr + off -@@ -983,6 +1024,14 @@ copy_entries_to_user(unsigned int total_ - ret = -EFAULT; +@@ -984,6 +1025,14 @@ copy_entries_to_user(unsigned int total_ goto free_counters; } -+ + + flags = e->ip.flags & ~IPT_F_NO_DEF_MATCH; + if (copy_to_user(userptr + off + + offsetof(struct ipt_entry, ip.flags), @@ -144,6 +143,7 @@ + ret = -EFAULT; + goto free_counters; + } - ++ for (i = sizeof(struct ipt_entry); i < e->target_offset; + i += m->u.match_size) { -- cgit v1.2.3