diff options
author | 2018-07-27 10:45:30 +0800 | |
---|---|---|
committer | 2018-07-26 21:23:16 -0700 | |
commit | 87935aa776caae9c8346797271d19fa710b65a6a (patch) | |
tree | d91de649eadf3ee83df5ded3c9206b273caac4f3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe() (diff) | |
download | wireguard-linux-87935aa776caae9c8346797271d19fa710b65a6a.tar.xz wireguard-linux-87935aa776caae9c8346797271d19fa710b65a6a.zip |
isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()
init_PStack() is never called in atomic context.
It calls kmalloc() with GFP_ATOMIC, which is not necessary.
GFP_ATOMIC can be replaced with GFP_KERNEL.
This is found by a static analysis tool named DCNS written by myself.
Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions