summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorChaitanya Vadrevu <chaitanya.vadrevu@emerson.com>2025-07-11 15:04:17 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-07-16 11:05:33 +0200
commit515c8e2245dd36916f4cbafb2ac19fae836fd560 (patch)
treec4f8e2beaed524da0719c4ff69dc52493dfd0d9a /tools/perf/scripts/python/flamegraph.py
parent65acd0d86f2fa104fc0a0c9d86aa1ee6b1a4763e (diff)
serial: 8250_ni: Fix build warning
Allocate memory on heap instead of stack to fix following warning that clang version 20.1.2 produces on W=1 build. drivers/tty/serial/8250/8250_ni.c:277:12: warning: stack frame size (1072) exceeds limit (1024) in 'ni16550_probe' [-Wframe-larger-than] 277 | static int ni16550_probe(struct platform_device *pdev) | ^ 1 warning generated. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202507030557.vIewJJQO-lkp@intel.com/ Cc: Jason Smith <jason.smith@emerson.com> Cc: Gratian Crisan <gratian.crisan@emerson.com> Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@emerson.com> Reviewed-by: Jiri Slaby <jirislaby@kernel.org> Link: https://lore.kernel.org/r/20250711200418.1858682-2-chaitanya.vadrevu@emerson.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions