]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add my signed-off-by to some more patches
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 7 Jun 2007 16:06:05 +0000 (09:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 7 Jun 2007 16:06:05 +0000 (09:06 -0700)
15 files changed:
queue-2.6.21/bluetooth-fix-locking-in-hci_sock_dev_event.patch
queue-2.6.21/fix-af_unix-oops.patch
queue-2.6.21/icmp-fix-icmp_errors_use_inbound_ifaddr-sysctl.patch
queue-2.6.21/ipsec-fix-panic-when-using-inter-address-familiy-ipsec-on-loopback.patch
queue-2.6.21/ipv4-correct-rp_filter-help-text.patch
queue-2.6.21/ipv6-route-no-longer-handle-0-specially.patch
queue-2.6.21/net-fix-bmsr_100-half-full-2-defines-in-linux-mii.h.patch
queue-2.6.21/net-fix-race-condition-about-network-device-name-allocation.patch
queue-2.6.21/net-parse-ip-port-strings-correctly-in-in4_pton.patch
queue-2.6.21/net-wrong-timeout-value-in-sk_wait_data-v2.patch
queue-2.6.21/sparc-linux-always-started-with-9600-8n1.patch
queue-2.6.21/sparc64-don-t-be-picky-about-virtual-dma-values-on-sun4v.patch
queue-2.6.21/sparc64-fix-_page_exec_4u-check-in-sun4u-i-tlb-miss-handler.patch
queue-2.6.21/sparc64-fix-two-bugs-wrt.-kernel-4mb-tsb.patch
queue-2.6.21/tcp-use-default-32768-61000-outgoing-port-range-in-all-cases.patch

index 64b49b5e9f57ded06ee201bb78ff0ca39d05114b..3abdc001da8eba1871b17cc08b3e1f9d03937cc1 100644 (file)
@@ -26,6 +26,7 @@ Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
 Signed-off-by: Jiri Kosina <jkosina@suse.cz>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
  net/bluetooth/hci_sock.c |    6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
index 527e25344dc1c6829e7d719db44fa9eebc34ce1e..b37fece151e412e3621097ed05d1ec5421dc1265 100644 (file)
@@ -50,6 +50,7 @@ for 'other' and if so, drop everything and retry the lookup.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  include/net/af_unix.h |    8 +--
index 14393255974a4dfd3aca5f8636964549d6fbd3d5..15eb558779b9763a23c483f4a7eb9b2245f1b059 100644 (file)
@@ -16,6 +16,7 @@ Fix this by doing an interface lookup on rt->dst.iif and using that device.
 Signed-off-by: Patrick McHardy <kaber@trash.net>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/ipv4/icmp.c |   12 +++++++++---
index 354349409891e5e865cef3bd865a7799fb3e332a..8b76c47fb8d07b3c317d623b9646da20d1bcfc8d 100644 (file)
@@ -11,6 +11,7 @@ From: Kazunori MIYAZAWA <kazunori@miyazawa.org>
 Signed-off-by: Kazunori MIYAZAWA <kazunori@miyazawa.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/ipv4/xfrm4_input.c       |    6 ++----
index f802b5430c9ef57840ad1329b41792e75315d5d9..90acefe3c5177a14ba2d6cb6832d6e6f86db48aa 100644 (file)
@@ -16,6 +16,7 @@ in /etc/sysctl.conf), but the kernel defaults to it off.
 Signed-off-by: Dave Jones <davej@redhat.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/ipv4/Kconfig |    6 +++---
index 0144959f28fc8bad1c3b5f1e1195740095735836..8f130eddf212fa0ba45feca9a094c2960ffe794f 100644 (file)
@@ -15,6 +15,7 @@ Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Acked-by: Yuji Sekiya <sekiya@wide.ad.jp>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/ipv6/ip6_fib.c |    8 --------
index 25c4a509114442d3c4d9b5cdb775bcf993ee14c1..cf2ddc02259f9b56336a64ed5d0a72d47d02e775 100644 (file)
@@ -10,6 +10,7 @@ Noticed by Matvejchikov Ilya.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  include/linux/mii.h |    4 ++--
index fee5168d8bd004534656173beac6497be7192ea2..7052e5e0f56376431a57cf44af2c10d649cf683b 100644 (file)
@@ -21,6 +21,7 @@ happens.
 Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/core/dev.c       |   10 ++++++----
index 165a7b048606d858cff92457032254971c2f014e..5787a5a123a2b2a44b17fefef184aa30c6b68c53 100644 (file)
@@ -22,6 +22,7 @@ textual ip:port combinations which fails due to the reason stated above.
 Signed-off-by: Jerome Borsboom <j.borsboom@erasmusmc.nl>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/core/utils.c |    6 +++---
index c50d5555e50b5d28ebdbf92a3ef16b530e0e7bda..b7da91f9d85d47ca94baff8cb7d2f5a82e35eb78 100644 (file)
@@ -25,6 +25,7 @@ ratelimited information message about such attempts.
 Signed-off-By: Vasily Averin <vvs@sw.ru>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  net/core/sock.c |   12 ++++++++++++
index 2f7e8003b5384537ea080d09b4f52485aa094483..6d5ba0e395c6bc5ed19f423798d3bfa954aceb56 100644 (file)
@@ -22,6 +22,7 @@ always used the default 9600.
 Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  drivers/serial/suncore.c |    6 +++---
index 6c84f008440899f86f6ee52b647093b6b6ddb0bc..6a531a7cd28ce0038d0b0d8505f32edf988570b5 100644 (file)
@@ -13,6 +13,7 @@ Bug found by Arun Kumar Rao.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  arch/sparc64/kernel/pci_sun4v.c |   36 ++++++++++--------------------------
index 1370f7d01c9fca5862bd453678a78e6cc620f0e0..470661340b5b359445f031a87e7057f1d223f720 100644 (file)
@@ -14,6 +14,7 @@ instead of just plain 0x1000.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  arch/sparc64/kernel/itlb_miss.S |    4 ++--
index 32451fa8e34c9f158bde6ac1deffb598c0625fab..49dc2a62a84067ce7c9861e322ee8de181545fec 100644 (file)
@@ -18,6 +18,7 @@ as well in a subsequent changeset.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  arch/sparc64/kernel/head.S |   31 ++++++++++++++++++++++++++-----
index 5dd92edbc6ec442749affedf680da306515e78fb..d4e658bb6f95a7dcebdedb5e08b0fa1e01cd6de9 100644 (file)
@@ -20,6 +20,7 @@ IANA-registered ports.
 Signed-off-by: Mark Glines <mark@glines.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
  net/ipv4/inet_connection_sock.c |    4 +---
  net/ipv4/tcp.c                  |    3 ---