immortalwrt/target/linux/generic
Christian Marangi 417b76b1f1
generic: drop useless binfmt patch fixing compilation warning
The compilation warning was triggered by wrongly set FRAME_WARN to 1024
even for 64bit. This was recently fix by correctly setting the
FRAME_WARN to 2048 for 64bit systems.

The compilation warning would still be triggered on 32bit system but the
actual code is never reached as ARCH_USE_GNU_PROPERTY is only set on
arm64 arch.

Drop the patch as kmalloc cause perf regression as suggested by upstream
maintainers.

Fixes: fa79baf4a6 ("generic: copy backport, hack, pending patch and config from 5.15 to 6.1")
Fixes: 5913ea1ba2 ("generic: 5.15: add pending patch fixing binfmt compilation warning")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 62338f4162)
2023-06-08 03:34:39 +02:00
..
backport-5.15 kernel: Backport mvneta crash fix to 5.15 2023-06-08 15:33:14 +02:00
files kernel: remove obsolete kernel version switches 2023-05-20 15:19:14 +02:00
hack-5.15 kernel: bump 5.15 to 5.15.113 2023-05-29 13:04:14 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files
pending-5.15 generic: drop useless binfmt patch fixing compilation warning 2023-06-08 03:34:39 +02:00
config-5.15 kernel: Set CONFIG_FRAME_WARN depending on target 2023-06-02 21:18:41 +02:00
config-filter generic: filter out CONFIG_PAHOLE_HAS_SPLIT_BTF 2023-05-25 09:35:31 +01:00
PATCHES