commit | 5934b4e2acd48266f4aff44ca74b2d57951985e4 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Feb 13 11:02:59 2013 -0500 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Feb 13 11:02:59 2013 -0500 |
tree | 7edc78009205465fb393aa6e990979a57337c6ef | |
parent | c076c7bca6ea6d3712c86c7144067cd106cc8892 [diff] |
patches-3.6.11-rt29.tar.xz md5sum: b2b735c14c8613620bd00527dad06b58 patches-3.6.11-rt29.tar.xz Announce: ------------------ Dear RT Folks, I'm pleased to announce the 3.6.11-rt29 release. Changes since 3.6.11-rt26: 1) Fix the RT highmem implementation on x86 this time really. The issue I was seeing with kmap_atomic and friends was actually when CONFIG_HIGHMEM was disabled. x8632 uses the atomic maps for io_mapping_map_atomic_wc() even when CONFIG_HIGHMEM is off. 2) Modify the kmap_atomic per thread storage mechanism to reduce code in switch_to 3) Rewrite RT highmem support for ARM with the kmap_atomic switch mechanism like x86_32 uses it. This is probably the last release for 3.6 from my side. Steven might keep it maintained until the 3.8-rt stabilizes, but that's not yet decided. The delta patch against 3.6.11-rt28 is appended below and can be found here: http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/incr/patch-3.6.11-rt28-rt29.patch.xz The RT patch against 3.6.11 can be found here: http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/patch-3.6.11-rt29.patch.xz The split quilt queue is available at: http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/patches-3.6.11-rt29.tar.xz Enjoy, tglx [Delta patch snipped] ------------------ http://marc.info/?l=linux-rt-users&m=136076482920178&w=2 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>