aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/zynq/patches-4.19
Commit message (Collapse)AuthorAgeFilesLines
* zynq: k4.19: fix kernel panic on smp bring-upLuis Araneda2019-08-171-0/+35
This fixes a kernel panic when validating the arguments of memcpy at runtime, which is enabled by generic's CONFIG_FORTIFY_SOURCE for k4.19 This wasn't triggered on 4.14, as ARCH_HAS_FORTIFY_SOURCE was added on k4.17 for the ARM architecture Signed-off-by: Luis Araneda <luaraneda@gmail.com>