diff options
| author | KOSAKI Motohiro <[email protected]> | 2008-07-25 01:45:38 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-07-25 10:53:28 -0700 |
| commit | ac331d158e198d2a91a5b0a3ec4ca9991fdb57af (patch) | |
| tree | b0921e2bc8e59d5df2c554c41c3b9f04e05d6d7c /tools/perf/scripts/python | |
| parent | f557d0996a6f9c06912528ea85e1dba0fb7d485f (diff) | |
call_usermodehelper(): increase reliability
Presently call_usermodehelper_setup() uses GFP_ATOMIC. but it can return
NULL _very_ easily.
GFP_ATOMIC is needed only when we can't sleep. and, GFP_KERNEL is robust
and better.
thus, I add gfp_mask argument to call_usermodehelper_setup().
So, its callers pass the gfp_t as below:
call_usermodehelper() and call_usermodehelper_keys():
depend on 'wait' argument.
call_usermodehelper_pipe():
always GFP_KERNEL because always run under process context.
orderly_poweroff():
pass to GFP_ATOMIC because may run under interrupt context.
Signed-off-by: KOSAKI Motohiro <[email protected]>
Cc: "Paul Menage" <[email protected]>
Reviewed-by: Li Zefan <[email protected]>
Acked-by: Jeremy Fitzhardinge <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions