Chris Wright released the sixth stable version of the 2.6.11 kernel. He adds "This includes some security fixes, esp. one which closes a local root exploit in bluetooth." Here goes the changelog.
From: Chris Wright To: linux-kernel AT vger.kernel.org Subject: Linux 2.6.11.6 Date: Sat, 03/26/2005 - 09:24
With some pending security fixes it's time to for a -stable update. So, here's 2.6.11.6, in the normal kernel.org places. This includes some security fixes, esp. one which closes a local root exploit in bluetooth. The diffstat and short summary of the fixes are below. I'll also be replying to this message with a copy of the patch between 2.6.11.5 and 2.6.11.6, as it is small enough to do so. thanks, -chris -- Makefile | 2 +- fs/binfmt_elf.c | 30 +++++++++++++++++------------- fs/ext2/dir.c | 1 + fs/isofs/inode.c | 5 +++++ fs/isofs/rock.c | 25 ++++++++++++++++++------- net/bluetooth/af_bluetooth.c | 6 +++--- 6 files changed, 45 insertions(+), 24 deletions(-) Summary of changes from v2.6.11.5 to v2.6.11.6 ============================================== Chris Wright: o isofs: more defensive checks against corrupt isofs images o Linux 2.6.11.6 Herbert Xu: o Potential DOS in load_elf_library Linus Torvalds: o isofs: Handle corupted rock-ridge info slightly better o isofs: more "corrupted iso image" error cases Marcel Holtmann: o Fix signedness problem at socket creation Mathieu Lafon: o Suspected information leak (mem pages) in ext2
Installing
Ok got this to work with a few problems.
1: The console stayed at 640x480 20/40 columns. Even though it is set to 1024x768. Ran fine though.
2: the errors I keep getting
Kernal Intermodule (first part in all of the errors)
179 Intermodule Register *
180 Unregister +
183 Put &
Is depreciated declared at kernel intermodule
* c38
+ 79
& 160
I have tried all I can to make this work.
gcc v 3.3.X above current needs for this
Slackware 10.1
Also in the Readme
XConfig for XWindows only not KDE or Gnome
GConfig for GNome and not XWindows or KDE
menuconfig for KDE and all.
This is what I have discoverd today.
2.6.11.6 Works fine with slackware.
Slackware being a strait from source distro really should have no trouble with any kernel. Built this kernel 2 days ago with sata support for a A7N8X-deluxe board, no problems. gcc 3.3.5 with slackware-current. I doubt 10.1 slack should have any problems as it and current aren't too far apart other than a app package here and there. Try downloading Patricks config-2.6.11 or mirror of choice and then patching up to 2.6.11.6 with make oldconfig. Console seems to be a common problem with some slackers, 9 times outa 10 this helps them out.
-dw
I have been beating my head
I have been beating my head all over the place read the post I made in the linux 2.6.XX post about the errors I keep getting no matter what I do and it seems that no one is willing to touch it, yes this is in the compile stage, not even onto the install stage.