rpms/kernel/FC-4 kernel-2.6.spec, 1.1555, 1.1556 linux-2.6-block-reduce-stack.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 6 05:50:33 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv22967

Modified Files:
	kernel-2.6.spec linux-2.6-block-reduce-stack.patch 
Log Message:
Reduce block layer stack usage.




Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1555
retrieving revision 1.1556
diff -u -r1.1555 -r1.1556
--- kernel-2.6.spec	6 Jan 2006 05:42:17 -0000	1.1555
+++ kernel-2.6.spec	6 Jan 2006 05:50:30 -0000	1.1556
@@ -336,6 +336,7 @@
 Patch1710: linux-2.6-autofs-pathlookup.patch
 Patch1720: linux-2.6-selinux-hush.patch
 Patch1730: linux-2.6-ide-cd-shutup.patch
+Patch1740: linux-2.6-block-reduce-stack.patch
 Patch1750: linux-2.6-ub.patch
 Patch1760: linux-2.6-sata-enable-atapi-by-default.patch
 Patch1770: linux-2.6-valid-ether-addr.patch
@@ -747,6 +748,8 @@
 %patch1720 -p1
 # Silence noisy CD drive spew
 %patch1730 -p1
+# Reduce stack usage in block layer
+%patch1740 -p1
 # Enable USB storage,UB & libusual magick.
 %patch1750 -p1
 # Enable SATA ATAPI by default.
@@ -1229,6 +1232,9 @@
 %endif
 
 %changelog
+* Fri Jan  6 2006 Dave Jones <davej at redhat.com>
+- Reduce block layer stack usage.
+
 * Tue Jan  3 2006 Dave Jones <davej at redhat.com>
 - 2.6.15
 

linux-2.6-block-reduce-stack.patch:
 ./include/linux/sched.h |    3 ++
 2/block/ll_rw_blk.c     |   53 +++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 55 insertions(+), 1 deletion(-)

Index: linux-2.6-block-reduce-stack.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/linux-2.6-block-reduce-stack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-block-reduce-stack.patch	28 Dec 2005 07:13:33 -0000	1.1
+++ linux-2.6-block-reduce-stack.patch	6 Jan 2006 05:50:30 -0000	1.2
@@ -63,9 +63,9 @@
  ./include/linux/sched.h     |    3 ++
  2 files changed, 55 insertions(+), 1 deletion(-)
 
-diff ./drivers/block/ll_rw_blk.c~current~ ./drivers/block/ll_rw_blk.c
---- ./drivers/block/ll_rw_blk.c~current~	2005-11-07 10:01:36.000000000 +1100
-+++ ./drivers/block/ll_rw_blk.c	2005-11-07 10:33:47.000000000 +1100
+diff 1/block/ll_rw_blk.c~current~ 2/drivers/block/ll_rw_blk.c
+--- 1/block/ll_rw_blk.c~current~	2005-11-07 10:01:36.000000000 +1100
++++ 2/block/ll_rw_blk.c	2005-11-07 10:33:47.000000000 +1100
 @@ -2957,7 +2957,7 @@ static void handle_bad_sector(struct bio
   * bi_sector for remaps as it sees fit.  So the values of these fields
   * should NOT be depended on after the call to generic_make_request.




More information about the fedora-cvs-commits mailing list