From: Greg Kroah-Hartman Date: Sat, 25 Mar 2006 03:29:14 +0000 (-0800) Subject: add sign-off to 2.6.15 queue patches X-Git-Tag: v2.6.16.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5390119a6a7547a8e7b012ce3ab3a084cbdd37fb;p=thirdparty%2Fkernel%2Fstable-queue.git add sign-off to 2.6.15 queue patches --- diff --git a/queue/compat-ifconf-fix-limits.patch b/queue/compat-ifconf-fix-limits.patch index d77650cf152..97a438e003a 100644 --- a/queue/compat-ifconf-fix-limits.patch +++ b/queue/compat-ifconf-fix-limits.patch @@ -19,10 +19,11 @@ re-introduce the corruption. Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/compat_ioctl.c | 2 +- - 1 files changed, 1 insertion(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.15.6.orig/fs/compat_ioctl.c +++ linux-2.6.15.6/fs/compat_ioctl.c diff --git a/queue/cramfs-mounts-provide-corrupted-content-since-2.6.15.patch b/queue/cramfs-mounts-provide-corrupted-content-since-2.6.15.patch index 9152ed8104b..393ab2221e3 100644 --- a/queue/cramfs-mounts-provide-corrupted-content-since-2.6.15.patch +++ b/queue/cramfs-mounts-provide-corrupted-content-since-2.6.15.patch @@ -17,14 +17,13 @@ Cc: Andreas Gruenbacher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/cramfs/inode.c | 60 ++++++++++++++++++++++++++---------------------------- - 1 files changed, 29 insertions(+), 31 deletions(-) + 1 file changed, 29 insertions(+), 31 deletions(-) ff3aea0e68bfd46120ce2d08bc1f8240fa2bd36a -diff --git a/fs/cramfs/inode.c b/fs/cramfs/inode.c -index 7fe8541..8ad52f5 100644 --- linux-2.6.15.6.orig/fs/cramfs/inode.c +++ linux-2.6.15.6/fs/cramfs/inode.c @@ -36,7 +36,7 @@ static DECLARE_MUTEX(read_mutex); diff --git a/queue/fix-ext2-readdir-f_pos-re-validation-logic.patch b/queue/fix-ext2-readdir-f_pos-re-validation-logic.patch index 00856c71a55..9e1ec2d8fe2 100644 --- a/queue/fix-ext2-readdir-f_pos-re-validation-logic.patch +++ b/queue/fix-ext2-readdir-f_pos-re-validation-logic.patch @@ -26,14 +26,13 @@ Signed-off-by: Al Viro Acked-by: Masoud Sharbiani Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/ext2/dir.c | 28 ++++++++++++---------------- - 1 files changed, 12 insertions(+), 16 deletions(-) + 1 file changed, 12 insertions(+), 16 deletions(-) 2d7f2ea9c989853310c7f6e8be52cc090cc8e66b -diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c -index 7442bdd..b3dbd71 100644 --- linux-2.6.15.6.orig/fs/ext2/dir.c +++ linux-2.6.15.6/fs/ext2/dir.c @@ -256,11 +256,10 @@ ext2_readdir (struct file * filp, void * diff --git a/queue/ib-srp-don-t-send-task-management-commands-after-target-removal.patch b/queue/ib-srp-don-t-send-task-management-commands-after-target-removal.patch index 1b4833d31b0..ff94def9e54 100644 --- a/queue/ib-srp-don-t-send-task-management-commands-after-target-removal.patch +++ b/queue/ib-srp-don-t-send-task-management-commands-after-target-removal.patch @@ -11,12 +11,13 @@ target goes away. Signed-off-by: Roland Dreier Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- This is upstream in Linus's tree as 1285b3a0b0aa2391ac6f6939e6737203c8220f68 drivers/infiniband/ulp/srp/ib_srp.c | 6 ++++++ - 1 files changed, 6 insertions(+) + 1 file changed, 6 insertions(+) --- linux-2.6.15.6.orig/drivers/infiniband/ulp/srp/ib_srp.c +++ linux-2.6.15.6/drivers/infiniband/ulp/srp/ib_srp.c diff --git a/queue/kconfig-video_decoder-must-select-fw_loader.patch b/queue/kconfig-video_decoder-must-select-fw_loader.patch index 9fcef9033ed..5d37ad642d9 100644 --- a/queue/kconfig-video_decoder-must-select-fw_loader.patch +++ b/queue/kconfig-video_decoder-must-select-fw_loader.patch @@ -13,10 +13,11 @@ so it must select FW_LOADER, but saa7115 and saa7129 do not require it. Signed-off-by: Michael Krufky Cc: Mauro Carvalho Chehab Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/media/video/Kconfig | 1 + - 1 files changed, 1 insertion(+) + 1 file changed, 1 insertion(+) --- linux-2.6.15.6.orig/drivers/media/video/Kconfig +++ linux-2.6.15.6/drivers/media/video/Kconfig diff --git a/queue/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch b/queue/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch index 4787ee522c3..14f8ea42699 100644 --- a/queue/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch +++ b/queue/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch @@ -13,10 +13,11 @@ Found by Solar Designer. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/sock.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) --- linux-2.6.15.6.orig/net/core/sock.c +++ linux-2.6.15.6/net/core/sock.c diff --git a/queue/netfilter-ip_queue-fix-wrong-skb-len-nlmsg_len-assumption.patch b/queue/netfilter-ip_queue-fix-wrong-skb-len-nlmsg_len-assumption.patch index 3f0860beb73..0dcfc482087 100644 --- a/queue/netfilter-ip_queue-fix-wrong-skb-len-nlmsg_len-assumption.patch +++ b/queue/netfilter-ip_queue-fix-wrong-skb-len-nlmsg_len-assumption.patch @@ -16,6 +16,7 @@ original size. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/netfilter/ip_queue.c | 2 +- diff --git a/queue/tcp-do-not-use-inet-id-of-global-tcp_socket-when-sending-rst.patch b/queue/tcp-do-not-use-inet-id-of-global-tcp_socket-when-sending-rst.patch index 7ed36904135..a5c08385049 100644 --- a/queue/tcp-do-not-use-inet-id-of-global-tcp_socket-when-sending-rst.patch +++ b/queue/tcp-do-not-use-inet-id-of-global-tcp_socket-when-sending-rst.patch @@ -29,10 +29,11 @@ ip_select_ident() instead. Signed-off-by: Alexey Kuznetsov Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/ip_output.c | 6 +----- - 1 files changed, 1 insertion(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) --- linux-2.6.15.6.orig/net/ipv4/ip_output.c +++ linux-2.6.15.6/net/ipv4/ip_output.c