From: Chris Wright Date: Fri, 17 Nov 2006 06:26:14 +0000 (-0800) Subject: minor format fixes X-Git-Tag: v2.6.18.3~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf0fcf7de2d10ae675ab24cf47f36f1ae23bdc97;p=thirdparty%2Fkernel%2Fstable-queue.git minor format fixes --- diff --git a/queue-2.6.18/e1000-fix-regression-garbled-stats-and-irq-allocation-during-swsusp.patch b/queue-2.6.18/e1000-fix-regression-garbled-stats-and-irq-allocation-during-swsusp.patch index 5c14d83cf17..305584099bf 100644 --- a/queue-2.6.18/e1000-fix-regression-garbled-stats-and-irq-allocation-during-swsusp.patch +++ b/queue-2.6.18/e1000-fix-regression-garbled-stats-and-irq-allocation-during-swsusp.patch @@ -3,7 +3,7 @@ From: Auke Kok To: jeff@garzik.org, torvalds@osdl.org, stable@kernel.org Message-Id: <20061106165712.BAA253FFEA@ahkok-mobl.jf.intel.com> Date: Mon, 6 Nov 2006 08:57:12 -0800 (PST) -Cc: akpm@osdl.org, auke-jan.h.kok@intel.com, nhorman@redhat.com, cluebot@fedorafaq.org, laurent.riffard@free.fr, toralf.foerster@gmx.de, bruce.w.allan@intel.com, jesse.brandeburg@intel.com, rajesh.shah@intel.com, rjw@sisk.pl, e1000-list , "Ronciak, John" , pavel@ucw.cz, davej@redhat.com, notting@redhat.com, bunk@stusta.de, "John W. Linville" +Cc: akpm@osdl.org, auke-jan.h.kok@intel.com, nhorman@redhat.com, cluebot@fedorafaq.org, laurent.riffard@free.fr, toralf.foerster@gmx.de, bruce.w.allan@intel.com, jesse.brandeburg@intel.com, rajesh.shah@intel.com, rjw@sisk.pl, e1000-list , john.ronciak@intel.com, pavel@ucw.cz, davej@redhat.com, notting@redhat.com, bunk@stusta.de, "John W. Linville" Subject: e1000: Fix regression: garbled stats and irq allocation during swsusp e1000: Fix suspend/resume powerup and irq allocation diff --git a/queue-2.6.18/fix-bad-data-direction-in-sg_io.patch b/queue-2.6.18/fix-bad-data-direction-in-sg_io.patch index 92676bd45eb..4b4ae84c438 100644 --- a/queue-2.6.18/fix-bad-data-direction-in-sg_io.patch +++ b/queue-2.6.18/fix-bad-data-direction-in-sg_io.patch @@ -3,7 +3,7 @@ From: maks@sternwelten.at Date: Mon, 13 Nov 2006 17:59:01 GMT Message-Id: <200611131759.kADHx1kX004578@hera.kernel.org> To: stable@kernel.org -Subject: [stable] [PATCH] Fix bad data direction in SG_IO +Subject: block: Fix bad data direction in SG_IO From: Jens Axboe diff --git a/queue-2.6.18/new-posix-locking-code-not-setting-rc-properly-to-zero-on-successful.patch b/queue-2.6.18/new-posix-locking-code-not-setting-rc-properly-to-zero-on-successful.patch index 3cb25fba0fc..c9f48801629 100644 --- a/queue-2.6.18/new-posix-locking-code-not-setting-rc-properly-to-zero-on-successful.patch +++ b/queue-2.6.18/new-posix-locking-code-not-setting-rc-properly-to-zero-on-successful.patch @@ -1,7 +1,7 @@ From 6b70c9559bcf381a6521e38b0dd5d3d4d905868a Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 21 Sep 2006 07:35:29 +0000 -Subject: [CIFS] New POSIX locking code not setting rc properly to zero on successful +Subject: CIFS: New POSIX locking code not setting rc properly to zero on successful unlock in case where server does not support POSIX locks and nobrl is not specified.