diff options
author | Arnd Bergmann <[email protected]> | 2023-04-17 22:56:50 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2023-06-01 18:12:31 +0200 |
commit | 0ea923f443350c8c5cca6eef5b748d52b903f46c (patch) | |
tree | 7b2c507fd40ef8e6709d6be04325afdb47c678c7 /tools/perf/scripts/python/stackcollapse.py | |
parent | 444c17cfbc855bf6c1524f3813f6f667d9b708ff (diff) |
mtdchar: mark bits of ioctl handler noinline
The addition of the mtdchar_read_ioctl() function caused the stack usage
of mtdchar_ioctl() to grow beyond the warning limit on 32-bit architectures
with gcc-13:
drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl':
drivers/mtd/mtdchar.c:1229:1: error: the frame size of 1488 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
Mark both the read and write portions as noinline_for_stack to ensure
they don't get inlined and use separate stack slots to reduce the
maximum usage, both in the mtdchar_ioctl() and combined with any
of its callees.
Fixes: 095bb6e44eb1 ("mtdchar: add MEMREAD ioctl")
Cc: [email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Richard Weinberger <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions