immortalwrt/target/linux/bcm63xx
Hauke Mehrtens cfbe24c91c kernel: Activate FORTIFY_SOURCE for MIPS kernel 5.4
CONFIG_FORTIFY_SOURCE=y is already set in the generic kernel
configuration, but it is not working for MIPS on kernel 5.4, support for
MIPS was only added with kernel 5.5, other architectures like aarch64
support FORTIFY_SOURCE already since some time.

This patch adds support for FORTIFY_SOURCE to MIPS with kernel 5.4,
kernel 5.10 already supports this and needs no changes.

This backports one patch from kernel 5.5 and one fix from 5.8 to make
fortify source also work on our kernel 5.4.

The changes are not compatible with the
306-mips_mem_functions_performance.patch patch which was also removed
with kernel 5.10, probably because of the same problems. I think it is
not needed anyway as the compiler should automatically optimize the
calls to memset(), memcpy() and memmove() even when not explicitly
telling the compiler to use the build in variant.

This increases the size of an uncompressed kernel by less than 1 KB.

Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-05-01 11:12:26 +08:00
..
base-files bcm63xx: sync with upstream source 2020-12-13 10:18:41 +08:00
dts bcm63xx: AD1018-nor: add NAND flash 2021-03-09 12:07:07 +08:00
generic bcm47xx/63xx: add kernel 5.4 support 2020-04-20 08:30:18 +08:00
image bcm63xx: limit name metadata to model name 2021-02-23 12:09:05 +08:00
patches-5.4 kernel: Activate FORTIFY_SOURCE for MIPS kernel 5.4 2021-05-01 11:12:26 +08:00
patches-5.10 kernel: bump 5.10 to 5.10.30 2021-04-17 00:09:25 +08:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
smp treewide: remove redundant ubifs kconfig symbols 2021-04-22 23:09:52 +08:00
config-5.4 treewide: switch the timer frequency to 100 Hz 2021-04-22 23:12:24 +08:00
config-5.10 treewide: switch the timer frequency to 100 Hz 2021-04-22 23:12:24 +08:00
Makefile bcm63xx: add kernel 5.10 support 2021-02-18 12:05:04 +08:00
modules.mk target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00