From: Greg KH Date: Fri, 9 Sep 2005 22:15:11 +0000 (-0700) Subject: added my "signed-off-by:" lines X-Git-Tag: v2.6.13.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de49e1d7539cd4b2cbb2ac903a2b18c13649272b;p=thirdparty%2Fkernel%2Fstable-queue.git added my "signed-off-by:" lines --- diff --git a/review/aacraid-bad-BUG_ON-fix.patch b/review/aacraid-bad-BUG_ON-fix.patch index bed6c7dd158..794332ab847 100644 --- a/review/aacraid-bad-BUG_ON-fix.patch +++ b/review/aacraid-bad-BUG_ON-fix.patch @@ -17,6 +17,7 @@ calculated fib size which can cause the driver to panic. Signed-off-by: Mark Haverkamp Acked-by: James Bottomley Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/aacraid/aachba.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/review/fix-pci-rom-mapping.patch b/review/fix-pci-rom-mapping.patch index 796e4d6184d..14fab9e5350 100644 --- a/review/fix-pci-rom-mapping.patch +++ b/review/fix-pci-rom-mapping.patch @@ -14,6 +14,7 @@ checking. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/pci/rom.c | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/review/fix-socket-filter-regression.patch b/review/fix-socket-filter-regression.patch index 95b225e85ee..de9af23663a 100644 --- a/review/fix-socket-filter-regression.patch +++ b/review/fix-socket-filter-regression.patch @@ -24,6 +24,7 @@ header length, which makes no sense when applied to the special data. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/filter.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/review/ipsec-oops-fix.patch b/review/ipsec-oops-fix.patch index d38f9b41225..995fae6aea5 100644 --- a/review/ipsec-oops-fix.patch +++ b/review/ipsec-oops-fix.patch @@ -16,6 +16,7 @@ This patch corrects the check so that it processes at most nbytes of data. Signed-off-by: Herbert Xu Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- crypto/cipher.c | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/review/ipv4-fragmentation-csum-handling.patch b/review/ipv4-fragmentation-csum-handling.patch index 1249db1992a..98e68c9cca2 100644 --- a/review/ipv4-fragmentation-csum-handling.patch +++ b/review/ipv4-fragmentation-csum-handling.patch @@ -18,6 +18,7 @@ should reset (or adjust) the hardware checksum flag on the skb. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/ip_fragment.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/review/pci_assign_unassigned_resources-update.patch b/review/pci_assign_unassigned_resources-update.patch index 239f632369e..15996eed68c 100644 --- a/review/pci_assign_unassigned_resources-update.patch +++ b/review/pci_assign_unassigned_resources-update.patch @@ -37,6 +37,7 @@ the 4kB CardBus IO size previously). Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/i386/pci/common.c | 1 arch/i386/pci/i386.c | 49 +++++++++++++++--------------------------------- diff --git a/review/saa7134-dvb-must-select-tda1004x.patch b/review/saa7134-dvb-must-select-tda1004x.patch index 1b2e98aa7a0..3c92093a24f 100644 --- a/review/saa7134-dvb-must-select-tda1004x.patch +++ b/review/saa7134-dvb-must-select-tda1004x.patch @@ -22,6 +22,7 @@ saa7134-dvb must select tda1004x Signed-off-by: Michael Krufky Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/media/video/Kconfig | 1 + 1 files changed, 1 insertion(+) diff --git a/review/sendmsg-DoS.patch b/review/sendmsg-DoS.patch index e30efe1fe42..43e44d361e7 100644 --- a/review/sendmsg-DoS.patch +++ b/review/sendmsg-DoS.patch @@ -15,6 +15,7 @@ hardware state. CAN-2005-2492. Fix from Al Viro, ack from Dave Miller. Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/raw.c | 2 +- net/ipv6/raw.c | 2 +- diff --git a/review/sendmsg-stackoverflow.patch b/review/sendmsg-stackoverflow.patch index 2dd0a1dc30f..826115c7062 100644 --- a/review/sendmsg-stackoverflow.patch +++ b/review/sendmsg-stackoverflow.patch @@ -21,6 +21,7 @@ Patch by Al Viro, David Miller, David Woodhouse Signed-off-by: Al Viro Signed-off-by: David Woodhouse Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/net/compat.h | 5 +++-- net/compat.c | 44 ++++++++++++++++++++++++++------------------ diff --git a/review/sparc-request_irq-in-RTC-fix.patch b/review/sparc-request_irq-in-RTC-fix.patch index 4003a208757..0611aa20ab7 100644 --- a/review/sparc-request_irq-in-RTC-fix.patch +++ b/review/sparc-request_irq-in-RTC-fix.patch @@ -8,6 +8,7 @@ Based upon a report from Jason Wever. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/char/rtc.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)