From: Chris Wright Date: Wed, 1 Nov 2006 15:37:34 +0000 (-0800) Subject: update subject for md/bio fix X-Git-Tag: v2.6.18.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=210dda55c6d409d665ad199c241bd5bbc05cdde3;p=thirdparty%2Fkernel%2Fstable-queue.git update subject for md/bio fix --- diff --git a/queue-2.6.18/check-bio-address-after-mapping-through-partitions.patch b/queue-2.6.18/check-bio-address-after-mapping-through-partitions.patch index 4e5b8e0bc2b..88535699dce 100644 --- a/queue-2.6.18/check-bio-address-after-mapping-through-partitions.patch +++ b/queue-2.6.18/check-bio-address-after-mapping-through-partitions.patch @@ -3,7 +3,7 @@ Date: Tue, 31 Oct 2006 12:51:45 +1100 From: NeilBrown To: Andrew Morton Cc: stable@kernel.org, Jens Axboe -Subject: [stable] [PATCH] Check bio address after mapping through partitions. +Subject: md: check bio address after mapping through partitions. Partitions are not limited to live within a device. So we should range check after partition mapping.