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:
c7af77b
)
sched: sysctl, proc_dointvec_minmax() expects int values for
author
Eric Dumazet
<dada1@cosmosbay.com>
Tue, 18 Dec 2007 14:21:13 +0000
(15:21 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 18 Dec 2007 14:21:13 +0000
(15:21 +0100)
min_sched_granularity_ns, max_sched_granularity_ns,
min_wakeup_granularity_ns and max_wakeup_granularity_ns are declared
"unsigned long".
This is incorrect since proc_dointvec_minmax() expects plain "int" guard
values.
This bug only triggers on big endian 64 bit arches.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sysctl.c
patch
|
blob
|
history
diff --cc
kernel/sysctl.c
Simple merge