From: Chris Wright Date: Mon, 4 Dec 2006 23:37:51 +0000 (-0800) Subject: format cleanups (queue-2.6.18) X-Git-Tag: v2.6.19.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26741ab74d6b821177b9ed10d7932076334704f4;p=thirdparty%2Fkernel%2Fstable-queue.git format cleanups (queue-2.6.18) --- diff --git a/queue-2.6.18/ebtables-deal-with-the-worst-case-behaviour-in-loop-checks.patch b/queue-2.6.18/ebtables-deal-with-the-worst-case-behaviour-in-loop-checks.patch index f58d35b68f8..8bde1bcdf2f 100644 --- a/queue-2.6.18/ebtables-deal-with-the-worst-case-behaviour-in-loop-checks.patch +++ b/queue-2.6.18/ebtables-deal-with-the-worst-case-behaviour-in-loop-checks.patch @@ -15,8 +15,6 @@ we'd just detected) or a duplicate work. Signed-off-by: Al Viro Signed-off-by: David S. Miller Signed-off-by: Chris Wright - ---- --- net/bridge/netfilter/ebtables.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/queue-2.6.18/ebtables-fix-wraparounds-in-ebt_entries-verification.patch b/queue-2.6.18/ebtables-fix-wraparounds-in-ebt_entries-verification.patch index 621d83249de..e6df4bd80de 100644 --- a/queue-2.6.18/ebtables-fix-wraparounds-in-ebt_entries-verification.patch +++ b/queue-2.6.18/ebtables-fix-wraparounds-in-ebt_entries-verification.patch @@ -17,8 +17,6 @@ While we are at it, don't subtract unrelated pointers... Signed-off-by: Al Viro Signed-off-by: David S. Miller Signed-off-by: Chris Wright - ---- --- net/bridge/netfilter/ebtables.c | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/queue-2.6.18/ebtables-prevent-wraparounds-in-checks-for-entry-components-sizes.patch b/queue-2.6.18/ebtables-prevent-wraparounds-in-checks-for-entry-components-sizes.patch index 77edebbe33d..69791e7c781 100644 --- a/queue-2.6.18/ebtables-prevent-wraparounds-in-checks-for-entry-components-sizes.patch +++ b/queue-2.6.18/ebtables-prevent-wraparounds-in-checks-for-entry-components-sizes.patch @@ -11,8 +11,6 @@ From: Al Viro Signed-off-by: Al Viro Signed-off-by: David S. Miller Signed-off-by: Chris Wright - ---- --- net/bridge/netfilter/ebtables.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/queue-2.6.18/ebtables-verify-that-ebt_entries-have-zero-distinguisher.patch b/queue-2.6.18/ebtables-verify-that-ebt_entries-have-zero-distinguisher.patch index b1722119c8c..c50e10ce577 100644 --- a/queue-2.6.18/ebtables-verify-that-ebt_entries-have-zero-distinguisher.patch +++ b/queue-2.6.18/ebtables-verify-that-ebt_entries-have-zero-distinguisher.patch @@ -13,8 +13,6 @@ We need that for iterator to work; existing check had been too weak. Signed-off-by: Al Viro Signed-off-by: David S. Miller Signed-off-by: Chris Wright - ---- --- net/bridge/netfilter/ebtables.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/queue-2.6.18/net_sched-policer-restore-compatibility-with-old-iproute-binaries.patch b/queue-2.6.18/net_sched-policer-restore-compatibility-with-old-iproute-binaries.patch index 9aee7c78408..ac84803b4ee 100644 --- a/queue-2.6.18/net_sched-policer-restore-compatibility-with-old-iproute-binaries.patch +++ b/queue-2.6.18/net_sched-policer-restore-compatibility-with-old-iproute-binaries.patch @@ -20,8 +20,6 @@ Signed-off-by: Patrick McHardy Acked-by: Jamal Hadi Salim Signed-off-by: David S. Miller Signed-off-by: Chris Wright - ---- --- net/sched/act_police.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/queue-2.6.18/netfilter-ip_tables-revision-support-for-compat-code.patch b/queue-2.6.18/netfilter-ip_tables-revision-support-for-compat-code.patch index 64a720315d6..c2bfd51765b 100644 --- a/queue-2.6.18/netfilter-ip_tables-revision-support-for-compat-code.patch +++ b/queue-2.6.18/netfilter-ip_tables-revision-support-for-compat-code.patch @@ -11,7 +11,6 @@ From: Patrick McHardy Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Chris Wright - --- commit 79030ed07de673e8451a03aecb9ada9f4d75d491 tree 4ba8bd843c8bc95db0ea6877880b73d06da620e5 diff --git a/queue-2.6.18/pkt_sched-act_gact-division-by-zero.patch b/queue-2.6.18/pkt_sched-act_gact-division-by-zero.patch index 475061417f2..7290b8345c2 100644 --- a/queue-2.6.18/pkt_sched-act_gact-division-by-zero.patch +++ b/queue-2.6.18/pkt_sched-act_gact-division-by-zero.patch @@ -12,9 +12,6 @@ zero in some future gact_prob algorithm? Signed-off-by: Kim Nordlund Signed-off-by: David S. Miller Signed-off-by: Chris Wright ---- - - --- net/sched/act_gact.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-2.6.18/sunhme-fix-for-sunhme-failures-on-x86.patch b/queue-2.6.18/sunhme-fix-for-sunhme-failures-on-x86.patch index 5d25e4d53de..bbf2d91ff7d 100644 --- a/queue-2.6.18/sunhme-fix-for-sunhme-failures-on-x86.patch +++ b/queue-2.6.18/sunhme-fix-for-sunhme-failures-on-x86.patch @@ -18,8 +18,6 @@ and Debian bug #397460 [1]. Signed-off-by: Jurij Smakov Signed-off-by: David S. Miller Signed-off-by: Chris Wright ---- - --- drivers/net/sunhme.c | 5 +++++ 1 file changed, 5 insertions(+)