Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177609
b: refs/heads/master
c: 61cf693
h: refs/heads/master
i:
  177607: 756bcef
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Dec 16, 2009
1 parent 151e3dd commit 7f557bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 288f02bbb6e9609cbaf1eb7a9cb97ae45ce090b2
refs/heads/master: 61cf693159d6a968a7014e24905143f71ed8ddcf
7 changes: 7 additions & 0 deletions trunk/kernel/sysctl_binary.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,13 @@ static void deprecated_sysctl_warning(const int *name, int nlen)
{
int i;

/*
* CTL_KERN/KERN_VERSION is used by older glibc and cannot
* ever go away.
*/
if (name[0] == CTL_KERN && name[1] == KERN_VERSION)
return;

if (printk_ratelimit()) {
printk(KERN_INFO
"warning: process `%s' used the deprecated sysctl "
Expand Down

0 comments on commit 7f557bd

Please sign in to comment.