aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2024-04-19 16:52:09 +0000
committerLinus Torvalds <[email protected]>2024-04-19 16:52:09 +0000
commit9c6e84e4baf01a33a72cdfd1256d0f281c0ea812 (patch)
treec5c2ec8c3bc2822b86eeba29f57ebf313c916e09 /tools/perf/scripts/python/net_dropmonitor.py
parentMerge tag 'thermal-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
parentbootconfig: Fix the kerneldoc of _xbc_exit() (diff)
downloadkernel-9c6e84e4baf01a33a72cdfd1256d0f281c0ea812.tar.gz
kernel-9c6e84e4baf01a33a72cdfd1256d0f281c0ea812.zip
Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull bootconfig fixes from Masami Hiramatsu: - Fix potential static_command_line buffer overrun. Currently we allocate the memory for static_command_line based on "boot_command_line", but it will copy "command_line" into it. So we use the length of "command_line" instead of "boot_command_line" (as we previously did) - Use memblock_free_late() in xbc_exit() instead of memblock_free() after the buddy system is initialized - Fix a kerneldoc warning * tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: bootconfig: Fix the kerneldoc of _xbc_exit() bootconfig: use memblock_free_late to free xbc memory to buddy init/main.c: Fix potential static_command_line memory overflow
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions