LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
Thread Tools
Old 10-09-2009, 09:43 AM   #31
Josh000
Member
 
Registered: Aug 2009
Posts: 138
Thanked: 4

[Log in to get rid of this advertisement]
Quote:
Originally Posted by TwinReverb View Post
Well it's not the same logic because modules don't respond over the internet unless that's their design. You can have those services on the machine and not running, which to me sounds like it's the same as compiling as modules but not loading them.
Well, somewhat.

You have to differentiate between local and remote attacks. Someone could use a remote attack, to gain unprivieleged access, and then a local attack targetting a module becomes a lot more serious.

It does not have to do with the module opening up a network socket, at all.

Quote:
If most kernel exploits have not been specific to any drivers and would affect everyone, I don't see how the attack area decreased.
Indeed, it won'T reduce the attack area by much, but it will reduce it.

As an example, look at this recent vulnarability, which only affects people using eCryptfs. This does not appear to be with the default slack kernel, but it certainly is on other distros. With a custom kernel, I am suddenly not vulnerable to this attack.
linuxdebian Josh000 is offline     Reply With Quote
Old 10-09-2009, 11:49 AM   #32
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 123
Thanked: 8
Quote:
Originally Posted by TwinReverb View Post
Still, it's your machine, have fun 8-)
I don't know why, exactly, but I do think it's fun- I've been working on my laptop's kernel; I couldn't say if it works significantly better, but I've enjoyed the process.
linuxslackware mudangel is offline     Reply With Quote
Old 10-10-2009, 03:28 AM   #33
jedi_sith_fears
Member
 
Registered: Jan 2008
Location: Kolkata
Distribution: Slackware64-current, Slackware 13.0,12.2, Debian 5.02, RHEL 5.3
Posts: 116
Blog Entries: 1
Thanked: 27
Wink

Quote:
Originally Posted by ~sHyLoCk~ View Post
I didn't notice much improvement with 2.6.31 to be honest. Stock kernel performed well for me as well.
I'll agree too, 2.6.31.1 dosen't seem to be much of an improvement over the stock kernel. Don't know about the 32-bit version, since I haven't tested it yet. With C2D/AMD64 and 32-bit kernel, a bit tweaking with 32-bit Slack 12.2 gave me a speed boost.
windows_xp_2003 jedi_sith_fears is offline     Reply With Quote
Old 10-10-2009, 03:59 AM   #34
slackd
Member
 
Registered: Sep 2009
Location: Kolkata, India
Distribution: Slackware 13 x64-Current (2.6.32-rc7) MLiB, Windows 7 x64
Posts: 185
Blog Entries: 1
Thanked: 38
Wink

Quote:
Originally Posted by jedi_sith_fears View Post


I'll agree too, 2.6.31.1 dosen't seem to be much of an improvement over the stock kernel. Don't know about the 32-bit version, since I haven't tested it yet. With C2D/AMD64 and 32-bit kernel, a bit tweaking with 32-bit Slack 12.2 gave me a speed boost.
for me, in slackware 13, building a custom kernel gave me better file transfer rates with lower cpu usage. after compiling the new kernel (without leagcy ata support), my dvd burner was detected as /dev/sr0 rather than /dev/hda.
linuxslackware slackd is offline     Reply With Quote
Old 10-11-2009, 05:45 AM   #35
jedi_sith_fears
Member
 
Registered: Jan 2008
Location: Kolkata
Distribution: Slackware64-current, Slackware 13.0,12.2, Debian 5.02, RHEL 5.3
Posts: 116
Blog Entries: 1
Thanked: 27
Cool

Quote:
Originally Posted by slackd View Post
for me, in slackware 13, building a custom kernel gave me better file transfer rates with lower cpu usage. after compiling the new kernel (without leagcy ata support), my dvd burner was detected as /dev/sr0 rather than /dev/hda.
Thats too obvious.

/dev/hd* for ATA drives
/dev/sd* for SATA drives.

Since you are using ATA drivers from the SCSI/SATA stack as ATA emulation, you are getting the burner as /dev/sr* and not in /dev/hd*.

I have a SATA burner and its detected by default as /dev/sr0.
linuxslackware jedi_sith_fears is offline     Reply With Quote
Old 11-04-2009, 02:26 PM   #36
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 210
Thanked: 15
Check this: CVE-2009-3547

Linux Kernel "fs/pipe.c" NULL Pointer Privilege Escalation Vulnerability
CVE ID : CVE-2009-3547
Rated as : Moderate Risk
Remotely Exploitable : No
Locally Exploitable : Yes
Release Date : 2009-11-??

http://git.kernel.org/?p=linux/kerne...975e0a8cc4466c
windows_xp_2003 BrZ is offline     Reply With Quote
Old 11-06-2009, 03:26 AM   #37
TwinReverb
Member
 
Registered: Sep 2008
Location: Kunsan Air Base, South Korea
Distribution: Slackware
Posts: 126
Thanked: 3
But this doesn't tell you what uses pipe.c. And given the name, my hunch is that a whole lot of stuff needs it, stuff you can't boot your computer without.

Quote:
Originally Posted by BrZ View Post
Check this: CVE-2009-3547

Linux Kernel "fs/pipe.c" NULL Pointer Privilege Escalation Vulnerability
CVE ID : CVE-2009-3547
Rated as : Moderate Risk
Remotely Exploitable : No
Locally Exploitable : Yes
Release Date : 2009-11-??

http://git.kernel.org/?p=linux/kerne...975e0a8cc4466c
linux TwinReverb is offline     Reply With Quote
Old 11-06-2009, 06:12 AM   #38
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 210
Thanked: 15
Patched 2.6.31.5 and it is working fine, but with only two days of work it means nothing. If this bug is serious enough and you compile your custom kernel, you are on your own maintaining it.
windows_xp_2003 BrZ is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't build any modules for custom kernel jittys Linux - General 1 02-16-2007 02:53 PM
Fresh Slack 11 install + 2.6 custom build bgeddy Slackware 6 10-20-2006 08:38 AM
Custom kernel image on custom slack build using CUSS nykey Slackware 2 07-15-2006 04:05 AM
New FAQ topic: Should I edit my kernel configuration?/Should I build a custom kernel? chort *BSD 10 09-11-2004 12:15 AM
What do i need to build custom kernel!! no noob_slacker Slackware 20 11-20-2003 08:57 PM


All times are GMT -5. The time now is 03:19 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration