diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-09-27 15:41:40 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-10-07 21:52:17 +0300 |
commit | 06c2d9a078abe784fd9fd0f1534e318e827712b4 (patch) | |
tree | 95a9e0ff922e4abd9d9d0711a274559d992ead1c /lib/cmdline.c | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) | |
download | linux-06c2d9a078abe784fd9fd0f1534e318e827712b4.tar.xz |
firmware: tegra: Reduce stack usage
Building the bpmp-debugfs driver for Arm results in a warning for stack usage:
drivers/firmware/tegra/bpmp-debugfs.c:321:16: error: stack frame size of 1224 bytes in function 'bpmp_debug_store' [-Werror,-Wframe-larger-than=]
static ssize_t bpmp_debug_store(struct file *file, const char __user *buf,
It should be possible to rearrange the code to not require two separate
buffers for the file name, but the easiest workaround is to use dynamic
allocation.
Fixes: 5e37b9c137ee ("firmware: tegra: Add support for in-band debug")
Link: https://lore.kernel.org/all/20201204193714.3134651-1-arnd@kernel.org/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[treding@nvidia.com: consistently return NULL on failure]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'lib/cmdline.c')
0 files changed, 0 insertions, 0 deletions