openwrt/target/linux/generic
Christian Marangi 58a8fe7cb0
generic: 5.15: add pending patch fixing compilation warning in jffs2
Current gcc set a limit for each stack and complain if this limit is not
followed. JFSS2 in build_xattr function currently exceed the limit by
allocating a massive array of struct of 128 elements. Introduce a
pending patch that allocate this temp array dynamically fixing the
compilation warning:

fs/jffs2/xattr.c: In function 'jffs2_build_xattr_subsystem':
fs/jffs2/xattr.c:887:1: error: the frame size of 1088 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
  887 | }
      | ^

Affecting many target that require jffs2 support.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-05-12 03:15:34 +02:00
..
backport-5.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
backport-5.15 generic: 5.15: add patch fixing compiling mvebu with gcc-13 2023-05-05 15:46:38 +02:00
files kernel: mtk_bmt: refactor to avoid deep recursion 2023-04-29 12:58:48 +02:00
hack-5.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
hack-5.15 generic: add hack for MT753x LED configuration 2023-05-11 23:09:04 +02:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
pending-5.15 generic: 5.15: add pending patch fixing compilation warning in jffs2 2023-05-12 03:15:34 +02:00
config-5.10 kernel: fix handling of CONFIG_DYNAMIC_DEBUG 2023-05-03 10:26:17 -07:00
config-5.15 generic: 5.15: enable Werror by default for kernel compile 2023-05-12 03:15:32 +02:00
config-filter kernel: filter out pahole version 2023-03-29 17:36:19 +02:00
PATCHES