git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288f02b
)
[sysctl] Fix breakage on systems with older glibc
author
Andi Kleen
<andi@firstfloor.org>
Wed, 16 Dec 2009 11:28:44 +0000
(12:28 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 16 Dec 2009 20:36:18 +0000
(12:36 -0800)
As predicted during code review, the sysctl(2) changes made systems with
old glibc nearly unusable. About every command gives a:
warning: process `ls' used the deprecated sysctl system call with 1.4
warning in the log.
I see this on a SUSE 10.0 system with glibc 2.3.5.
Don't warn for this common case.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl_binary.c
patch
|
blob
|
history
diff --cc
kernel/sysctl_binary.c
Simple merge