summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorRio <rioo.tsukatsukii@gmail.com>2026-02-23 09:29:14 +0530
committerAndrew Morton <akpm@linux-foundation.org>2026-03-27 21:19:33 -0700
commit48d76a8282c9d99ec123d5f09cf6e485e5cb8734 (patch)
treee376a2dc8d923cc74edda7b362c72deecf0c4ea6 /tools/perf/scripts/python/parallel-perf.py
parenta9dff0d0d11ce9aeebdd52ecf1469895e336c87e (diff)
kernel/panic: mark init_taint_buf as __initdata and panic instead of warning in alloc_taint_buf()
However there's a convention of assuming that __init-time allocations cannot fail. Because if a kmalloc() were to fail at this time, the kernel is hopelessly messed up anyway. So simply panic() if that kmalloc failed, then make that 350-byte buffer __initdata. Link: https://lkml.kernel.org/r/20260223035914.4033-1-rioo.tsukatsukii@gmail.com Signed-off-by: Rio <rioo.tsukatsukii@gmail.com> Cc: Joel Granados <joel.granados@kernel.org> Cc: Petr Mladek <pmladek@suse.com> Cc: Wang Jinchao <wangjinchao600@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions