aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJurij Smakov <jurij@wooyd.org>2006-06-20 13:29:34 +0000
committerJurij Smakov <jurij@wooyd.org>2006-06-20 13:29:34 +0000
commite8caa32d66db5024db1102650f7f9845dd3bce94 (patch)
tree5424fea2102e71a1a4144b9732c025565d65ba7b
parent37f6d08a862e63263bafa057803ea2e2082c7778 (diff)
downloadkernel_replicant_linux-e8caa32d66db5024db1102650f7f9845dd3bce94.tar.gz
kernel_replicant_linux-e8caa32d66db5024db1102650f7f9845dd3bce94.tar.bz2
kernel_replicant_linux-e8caa32d66db5024db1102650f7f9845dd3bce94.zip
* Added dcache-memory-corruption.patch to fix the occasional
memory corruption on sparc during heavy use of mremap(). * Added sparc32-iotlb.patch to fix DMA errors on sparc32, most commonly HyperSparcs. svn path=/dists/sid/linux-2.6.16/; revision=6846
-rw-r--r--debian/changelog10
-rw-r--r--debian/patches/series/152
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a7a66e11acab..e114ecbbdd12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,16 @@ linux-2.6.16 (2.6.16-15) UNRELEASED; urgency=low
* Update vserver patch to 2.0.2-rc21.
* Bump build-dependency on kernel-package to 10.049.
+ [ Jurij Smakov ]
+ * Add dcache-memory-corruption.patch to fix the mremap(), occasionally
+ triggered on sparc in the form of dpkg database corruption. Affects
+ sparc64, mips and generic includes. Thanks to David Miller, original
+ patch is included in 2.6.17.
+ Ref: http://marc.theaimsgroup.com/?l=linux-sparc&m=114920963824047&w=2
+ * Add sparc32-iotlb.patch to fix the DMA errors encountered with latest
+ kernels on sparc32, in particularly HyperSparcs. Thanks to Bob Breuer.
+ Ref: http://marc.theaimsgroup.com/?l=linux-sparc&m=115077649707675&w=2
+
-- Bastian Blank <waldi@debian.org> Tue, 20 Jun 2006 15:07:05 +0200
linux-2.6 (2.6.16-14) unstable; urgency=low
diff --git a/debian/patches/series/15 b/debian/patches/series/15
index ca795144934b..5a3bc6d2b1cf 100644
--- a/debian/patches/series/15
+++ b/debian/patches/series/15
@@ -5,3 +5,5 @@
+ 2.6.16.20
+ kernelvariables.patch
+ doc-build-parallel.patch
++ dcache-memory-corruption.patch
++ sparc32-iotlb.patch