From d4ad336e132d72d3eb78ede607dddd5090284ae5 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 23 Dec 2005 10:51:29 -0800 Subject: [PATCH] added signed-off-by from me to queue patches --- queue/dpt_i2o-fix-for-deadlock-condition.patch | 1 + queue/fix-bridge-nf-ipv6-length-check.patch | 1 + queue/fix-incorrect-dependency-for-IP6_NF_TARGET_NFQUEUE.patch | 1 + queue/fix-nat-init-order.patch | 1 + queue/fix-vlan-checksumming.patch | 1 + queue/gre-fix-hardware-checksum-modification.patch | 1 + queue/input-fix-an-OOPS-in-HID-driver.patch | 1 + queue/ipsec-perform-SA-switchover-immediately.patch | 1 + queue/ipv6-fix-route-lifetime.patch | 1 + queue/rtnetlink-fix-RTNLGRP-definitions-in-rtnetlink.h.patch | 1 + 10 files changed, 10 insertions(+) diff --git a/queue/dpt_i2o-fix-for-deadlock-condition.patch b/queue/dpt_i2o-fix-for-deadlock-condition.patch index 18552e4de49..57642db3918 100644 --- a/queue/dpt_i2o-fix-for-deadlock-condition.patch +++ b/queue/dpt_i2o-fix-for-deadlock-condition.patch @@ -20,6 +20,7 @@ Cc: James Bottomley Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/dpt_i2o.c | 25 ++++++++++++++++++++----- diff --git a/queue/fix-bridge-nf-ipv6-length-check.patch b/queue/fix-bridge-nf-ipv6-length-check.patch index a5a0850c211..fcb13c96318 100644 --- a/queue/fix-bridge-nf-ipv6-length-check.patch +++ b/queue/fix-bridge-nf-ipv6-length-check.patch @@ -16,6 +16,7 @@ net/ipv6/exthdrs.c::ipv6_hop_jumbo. Signed-off-by: Bart De Schuymer Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/bridge/br_netfilter.c | 17 +++++++---------- diff --git a/queue/fix-incorrect-dependency-for-IP6_NF_TARGET_NFQUEUE.patch b/queue/fix-incorrect-dependency-for-IP6_NF_TARGET_NFQUEUE.patch index af7cf13b730..a642dd1a89a 100644 --- a/queue/fix-incorrect-dependency-for-IP6_NF_TARGET_NFQUEUE.patch +++ b/queue/fix-incorrect-dependency-for-IP6_NF_TARGET_NFQUEUE.patch @@ -12,6 +12,7 @@ IP6_NF_TARGET_NFQUEUE depends on IP6_NF_IPTABLES, not IP_NF_IPTABLES. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv6/netfilter/Kconfig | 2 +- diff --git a/queue/fix-nat-init-order.patch b/queue/fix-nat-init-order.patch index df92942ab92..06790cc27a1 100644 --- a/queue/fix-nat-init-order.patch +++ b/queue/fix-nat-init-order.patch @@ -15,6 +15,7 @@ Change the linking order to make NAT be initialized first. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/netfilter/Makefile | 3 ++- diff --git a/queue/fix-vlan-checksumming.patch b/queue/fix-vlan-checksumming.patch index 46c073670d0..4b14ef7671d 100644 --- a/queue/fix-vlan-checksumming.patch +++ b/queue/fix-vlan-checksumming.patch @@ -15,6 +15,7 @@ VLAN code forgets to adjust the hardware checksum. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/8021q/vlan_dev.c | 3 +++ diff --git a/queue/gre-fix-hardware-checksum-modification.patch b/queue/gre-fix-hardware-checksum-modification.patch index 26538604859..b9850f123b9 100644 --- a/queue/gre-fix-hardware-checksum-modification.patch +++ b/queue/gre-fix-hardware-checksum-modification.patch @@ -15,6 +15,7 @@ is the GRE header, not the IP header. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/ip_gre.c | 2 +- diff --git a/queue/input-fix-an-OOPS-in-HID-driver.patch b/queue/input-fix-an-OOPS-in-HID-driver.patch index 4da1a379408..a30766a3d23 100644 --- a/queue/input-fix-an-OOPS-in-HID-driver.patch +++ b/queue/input-fix-an-OOPS-in-HID-driver.patch @@ -11,6 +11,7 @@ devices generating unknown simulation events. Signed-off-by: Dmitry Torokhov Acked-by: Vojtech Pavlik Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/usb/input/hid-input.c | 1 + diff --git a/queue/ipsec-perform-SA-switchover-immediately.patch b/queue/ipsec-perform-SA-switchover-immediately.patch index 836a7c33175..0538e8112e9 100644 --- a/queue/ipsec-perform-SA-switchover-immediately.patch +++ b/queue/ipsec-perform-SA-switchover-immediately.patch @@ -12,6 +12,7 @@ immediately. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/net/xfrm.h | 1 + diff --git a/queue/ipv6-fix-route-lifetime.patch b/queue/ipv6-fix-route-lifetime.patch index 00f4a68e908..c520e0e7a8c 100644 --- a/queue/ipv6-fix-route-lifetime.patch +++ b/queue/ipv6-fix-route-lifetime.patch @@ -19,6 +19,7 @@ The symptoms were analyzed by Mitsuru Chinen . Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv6/addrconf.c | 16 ++++++++++++---- diff --git a/queue/rtnetlink-fix-RTNLGRP-definitions-in-rtnetlink.h.patch b/queue/rtnetlink-fix-RTNLGRP-definitions-in-rtnetlink.h.patch index 4f003c94a6f..8c95adbbabd 100644 --- a/queue/rtnetlink-fix-RTNLGRP-definitions-in-rtnetlink.h.patch +++ b/queue/rtnetlink-fix-RTNLGRP-definitions-in-rtnetlink.h.patch @@ -20,6 +20,7 @@ Acked-by: Jamal Hadi salim ACKed-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/rtnetlink.h | 4 ++++ -- 2.47.3