LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 10-09-2009, 08:43 AM   #31
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Rep: Reputation: 35

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.
 
Old 10-09-2009, 10:49 AM   #32
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 249

Rep: Reputation: 44
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.
 
Old 10-10-2009, 02:28 AM   #33
jedi_sith_fears
Member
 
Registered: Jan 2008
Location: Kolkata
Distribution: Slackware(64)-current, Fedora 14, FreeBSD
Posts: 136
Blog Entries: 1

Rep: Reputation: 29
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.
 
Old 10-10-2009, 02:59 AM   #34
slackd
Member
 
Registered: Sep 2009
Location: Kolkata, India
Distribution: Lubuntu64, Slackware64, Windows 7 x64
Posts: 248
Blog Entries: 1

Rep: Reputation: 60
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.
 
Old 10-11-2009, 04:45 AM   #35
jedi_sith_fears
Member
 
Registered: Jan 2008
Location: Kolkata
Distribution: Slackware(64)-current, Fedora 14, FreeBSD
Posts: 136
Blog Entries: 1

Rep: Reputation: 29
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.
 
Old 11-04-2009, 01:26 PM   #36
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 401

Rep: Reputation: 50
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
 
Old 11-06-2009, 02:26 AM   #37
TwinReverb
Member
 
Registered: Sep 2008
Location: Misawa AB, Japan
Distribution: Slackware
Posts: 185
Blog Entries: 2

Rep: Reputation: 40
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
 
Old 11-06-2009, 05:12 AM   #38
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 401

Rep: Reputation: 50
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are 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 01:53 PM
Fresh Slack 11 install + 2.6 custom build bgeddy Slackware 6 10-20-2006 07:38 AM
Custom kernel image on custom slack build using CUSS nykey Slackware 2 07-15-2006 03:05 AM
New FAQ topic: Should I edit my kernel configuration?/Should I build a custom kernel? chort *BSD 10 09-10-2004 11:15 PM
What do i need to build custom kernel!! no noob_slacker Slackware 20 11-20-2003 07:57 PM


All times are GMT -5. The time now is 10:01 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
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration