generic: drop useless binfmt patch fixing compilation warning
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 8 Jun 2023 01:23:53 +0000 (03:23 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 8 Jun 2023 01:30:42 +0000 (03:30 +0200)
commit62338f41625074640a4de9e26e5e67b010fe0ebe
treecfdfeff51d32a775fe3d57c5eb03387ccbd499d1
parentd69becd3071d560cd1c9ea655cbba26adce91f61
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: fa79baf4a6e2 ("generic: copy backport, hack, pending patch and config from 5.15 to 6.1")
Fixes: 5913ea1ba2fa ("generic: 5.15: add pending patch fixing binfmt compilation warning")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/pending-5.15/130-binfmt_elf-dynamically-allocate-note.data-in-parse_e.patch [deleted file]
target/linux/generic/pending-6.1/130-binfmt_elf-dynamically-allocate-note.data-in-parse_e.patch [deleted file]