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:
dc87c39
)
Driver core: fix show_uevent from taking up way too much stack
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 2 May 2007 12:14:11 +0000
(14:14 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 May 2007 01:57:59 +0000
(18:57 -0700)
Declaring an array of PAGE_SIZE does bad things for people running with
4k stacks...
Thanks to Tilman Schmidt for tracking this down.
Cc: Tilman Schmidt <tilman@imap.cc>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found