Re: [PATCH] kernel: Activate FORTIFY_SOURCE for MIPS kernel 5.4

2021-04-07 Thread Rosen Penev
On Wed, Apr 7, 2021 at 3:26 PM Hauke Mehrtens wrote: > > 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

[PATCH] kernel: Activate FORTIFY_SOURCE for MIPS kernel 5.4

2021-04-07 Thread Hauke Mehrtens
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