From: Greg Kroah-Hartman Date: Thu, 7 Jun 2007 16:06:05 +0000 (-0700) Subject: add my signed-off-by to some more patches X-Git-Tag: v2.6.20.13~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89da7f07449bad3ceba5ae08ea032fcc24b84c78;p=thirdparty%2Fkernel%2Fstable-queue.git add my signed-off-by to some more patches --- diff --git a/queue-2.6.21/bluetooth-fix-locking-in-hci_sock_dev_event.patch b/queue-2.6.21/bluetooth-fix-locking-in-hci_sock_dev_event.patch index 64b49b5e9f5..3abdc001da8 100644 --- a/queue-2.6.21/bluetooth-fix-locking-in-hci_sock_dev_event.patch +++ b/queue-2.6.21/bluetooth-fix-locking-in-hci_sock_dev_event.patch @@ -26,6 +26,7 @@ Signed-off-by: Marcel Holtmann Signed-off-by: Jiri Kosina Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/bluetooth/hci_sock.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/queue-2.6.21/fix-af_unix-oops.patch b/queue-2.6.21/fix-af_unix-oops.patch index 527e25344dc..b37fece151e 100644 --- a/queue-2.6.21/fix-af_unix-oops.patch +++ b/queue-2.6.21/fix-af_unix-oops.patch @@ -50,6 +50,7 @@ for 'other' and if so, drop everything and retry the lookup. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/net/af_unix.h | 8 +-- diff --git a/queue-2.6.21/icmp-fix-icmp_errors_use_inbound_ifaddr-sysctl.patch b/queue-2.6.21/icmp-fix-icmp_errors_use_inbound_ifaddr-sysctl.patch index 14393255974..15eb558779b 100644 --- a/queue-2.6.21/icmp-fix-icmp_errors_use_inbound_ifaddr-sysctl.patch +++ b/queue-2.6.21/icmp-fix-icmp_errors_use_inbound_ifaddr-sysctl.patch @@ -16,6 +16,7 @@ Fix this by doing an interface lookup on rt->dst.iif and using that device. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/icmp.c | 12 +++++++++--- diff --git a/queue-2.6.21/ipsec-fix-panic-when-using-inter-address-familiy-ipsec-on-loopback.patch b/queue-2.6.21/ipsec-fix-panic-when-using-inter-address-familiy-ipsec-on-loopback.patch index 35434940989..8b76c47fb8d 100644 --- a/queue-2.6.21/ipsec-fix-panic-when-using-inter-address-familiy-ipsec-on-loopback.patch +++ b/queue-2.6.21/ipsec-fix-panic-when-using-inter-address-familiy-ipsec-on-loopback.patch @@ -11,6 +11,7 @@ From: Kazunori MIYAZAWA Signed-off-by: Kazunori MIYAZAWA Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/xfrm4_input.c | 6 ++---- diff --git a/queue-2.6.21/ipv4-correct-rp_filter-help-text.patch b/queue-2.6.21/ipv4-correct-rp_filter-help-text.patch index f802b5430c9..90acefe3c51 100644 --- a/queue-2.6.21/ipv4-correct-rp_filter-help-text.patch +++ b/queue-2.6.21/ipv4-correct-rp_filter-help-text.patch @@ -16,6 +16,7 @@ in /etc/sysctl.conf), but the kernel defaults to it off. Signed-off-by: Dave Jones Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/Kconfig | 6 +++--- diff --git a/queue-2.6.21/ipv6-route-no-longer-handle-0-specially.patch b/queue-2.6.21/ipv6-route-no-longer-handle-0-specially.patch index 0144959f28f..8f130eddf21 100644 --- a/queue-2.6.21/ipv6-route-no-longer-handle-0-specially.patch +++ b/queue-2.6.21/ipv6-route-no-longer-handle-0-specially.patch @@ -15,6 +15,7 @@ Signed-off-by: YOSHIFUJI Hideaki Acked-by: Yuji Sekiya Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv6/ip6_fib.c | 8 -------- diff --git a/queue-2.6.21/net-fix-bmsr_100-half-full-2-defines-in-linux-mii.h.patch b/queue-2.6.21/net-fix-bmsr_100-half-full-2-defines-in-linux-mii.h.patch index 25c4a509114..cf2ddc02259 100644 --- a/queue-2.6.21/net-fix-bmsr_100-half-full-2-defines-in-linux-mii.h.patch +++ b/queue-2.6.21/net-fix-bmsr_100-half-full-2-defines-in-linux-mii.h.patch @@ -10,6 +10,7 @@ Noticed by Matvejchikov Ilya. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/mii.h | 4 ++-- diff --git a/queue-2.6.21/net-fix-race-condition-about-network-device-name-allocation.patch b/queue-2.6.21/net-fix-race-condition-about-network-device-name-allocation.patch index fee5168d8bd..7052e5e0f56 100644 --- a/queue-2.6.21/net-fix-race-condition-about-network-device-name-allocation.patch +++ b/queue-2.6.21/net-fix-race-condition-about-network-device-name-allocation.patch @@ -21,6 +21,7 @@ happens. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/dev.c | 10 ++++++---- diff --git a/queue-2.6.21/net-parse-ip-port-strings-correctly-in-in4_pton.patch b/queue-2.6.21/net-parse-ip-port-strings-correctly-in-in4_pton.patch index 165a7b04860..5787a5a123a 100644 --- a/queue-2.6.21/net-parse-ip-port-strings-correctly-in-in4_pton.patch +++ b/queue-2.6.21/net-parse-ip-port-strings-correctly-in-in4_pton.patch @@ -22,6 +22,7 @@ textual ip:port combinations which fails due to the reason stated above. Signed-off-by: Jerome Borsboom Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/utils.c | 6 +++--- diff --git a/queue-2.6.21/net-wrong-timeout-value-in-sk_wait_data-v2.patch b/queue-2.6.21/net-wrong-timeout-value-in-sk_wait_data-v2.patch index c50d5555e50..b7da91f9d85 100644 --- a/queue-2.6.21/net-wrong-timeout-value-in-sk_wait_data-v2.patch +++ b/queue-2.6.21/net-wrong-timeout-value-in-sk_wait_data-v2.patch @@ -25,6 +25,7 @@ ratelimited information message about such attempts. Signed-off-By: Vasily Averin Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/sock.c | 12 ++++++++++++ diff --git a/queue-2.6.21/sparc-linux-always-started-with-9600-8n1.patch b/queue-2.6.21/sparc-linux-always-started-with-9600-8n1.patch index 2f7e8003b53..6d5ba0e395c 100644 --- a/queue-2.6.21/sparc-linux-always-started-with-9600-8n1.patch +++ b/queue-2.6.21/sparc-linux-always-started-with-9600-8n1.patch @@ -22,6 +22,7 @@ always used the default 9600. Signed-off-by: Jan Engelhardt Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/serial/suncore.c | 6 +++--- diff --git a/queue-2.6.21/sparc64-don-t-be-picky-about-virtual-dma-values-on-sun4v.patch b/queue-2.6.21/sparc64-don-t-be-picky-about-virtual-dma-values-on-sun4v.patch index 6c84f008440..6a531a7cd28 100644 --- a/queue-2.6.21/sparc64-don-t-be-picky-about-virtual-dma-values-on-sun4v.patch +++ b/queue-2.6.21/sparc64-don-t-be-picky-about-virtual-dma-values-on-sun4v.patch @@ -13,6 +13,7 @@ Bug found by Arun Kumar Rao. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/pci_sun4v.c | 36 ++++++++++-------------------------- diff --git a/queue-2.6.21/sparc64-fix-_page_exec_4u-check-in-sun4u-i-tlb-miss-handler.patch b/queue-2.6.21/sparc64-fix-_page_exec_4u-check-in-sun4u-i-tlb-miss-handler.patch index 1370f7d01c9..470661340b5 100644 --- a/queue-2.6.21/sparc64-fix-_page_exec_4u-check-in-sun4u-i-tlb-miss-handler.patch +++ b/queue-2.6.21/sparc64-fix-_page_exec_4u-check-in-sun4u-i-tlb-miss-handler.patch @@ -14,6 +14,7 @@ instead of just plain 0x1000. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/itlb_miss.S | 4 ++-- diff --git a/queue-2.6.21/sparc64-fix-two-bugs-wrt.-kernel-4mb-tsb.patch b/queue-2.6.21/sparc64-fix-two-bugs-wrt.-kernel-4mb-tsb.patch index 32451fa8e34..49dc2a62a84 100644 --- a/queue-2.6.21/sparc64-fix-two-bugs-wrt.-kernel-4mb-tsb.patch +++ b/queue-2.6.21/sparc64-fix-two-bugs-wrt.-kernel-4mb-tsb.patch @@ -18,6 +18,7 @@ as well in a subsequent changeset. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/head.S | 31 ++++++++++++++++++++++++++----- diff --git a/queue-2.6.21/tcp-use-default-32768-61000-outgoing-port-range-in-all-cases.patch b/queue-2.6.21/tcp-use-default-32768-61000-outgoing-port-range-in-all-cases.patch index 5dd92edbc6e..d4e658bb6f9 100644 --- a/queue-2.6.21/tcp-use-default-32768-61000-outgoing-port-range-in-all-cases.patch +++ b/queue-2.6.21/tcp-use-default-32768-61000-outgoing-port-range-in-all-cases.patch @@ -20,6 +20,7 @@ IANA-registered ports. Signed-off-by: Mark Glines Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/inet_connection_sock.c | 4 +--- net/ipv4/tcp.c | 3 ---