aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2018-05-24 00:41:19 -0700
committerDavid S. Miller <[email protected]>2018-05-24 09:36:49 -0400
commit13405468f49d4b6e014fdf376f46393f9590769d (patch)
tree542efad5e75c50a5cbab3a111e88ccdee6ebe1bf /tools/perf/scripts/python/event_analyzing_sample.py
parent61a552eb487f89dd99d480b711b9a073e22ab4c0 (diff)
bpfilter: don't pass O_CREAT when opening console for debug
Passing O_CREAT (00000100) to open means we should also pass file mode as the third parameter. Creating /dev/console as a regular file may not be helpful anyway, so simply drop the flag when opening debug_fd. Fixes: d2ba09c17a06 ("net: add skeleton of bpfilter kernel module") Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Daniel Borkmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions