aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-07-27 10:41:09 +0800
committerDavid S. Miller <davem@davemloft.net>2018-07-26 21:21:23 -0700
commit9d8009dee92cc97f866403da1b306e6e29fc12cc (patch)
treed94752b9f0dd809e7519a51dc3c9ab091f1fc0dc /tools/perf/scripts/python/export-to-sqlite.py
parentisdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe() (diff)
isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()
nj_probe() is never called in atomic context. It calls kzalloc() 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
Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1 2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1 2013-10-16soft-fp: fix horizontal whitespace.Joseph Myers1-8/+8 2013-10-15soft-fp: fix vertical whitespace and indentation.Joseph Myers1-2/+5 2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1 2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2 2006-04-04* soft-fp/adddf3.c: Add libgcc exception. Update FSF address.Roland McGrath1-2/+11 2006-02-25* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ...Roland McGrath1-3/+3