tn3399_openwrt/target/linux/generic
Hauke Mehrtens 16f84fd275 kernel: Fix arm64 include files
This patch fixes the build of gdb and strace on arm64 targets with
kernel 4.19.

Without this patch asm/ptrace.h is including asm/sigcontext.h and this
file defines some structures which are also defined in musl header file
arch/aarch64/bits/signal.h. These two definitions then conflict with
each other and make the build fail.

This was seen locally and also by the build bot. The struct sigcontext,
struct sve_context and some others were defined twice. It looks like
this problem was introduced between 4.14 and 4.19 and it was fixed in
5.0. I already requested to backport this patch to kernel 4.19.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2019-10-20 12:33:40 +02:00
..
backport-4.9 kernel: bump 4.9 to 4.9.196 2019-10-08 15:51:06 +02:00
backport-4.14 kernel: bump 4.14 to 4.14.149 2019-10-15 16:11:28 +02:00
backport-4.19 kernel: Fix arm64 include files 2019-10-20 12:33:40 +02:00
files kernel: Fix off-by-one error in FIT mtd partition search. 2019-10-09 14:45:25 +02:00
hack-4.9 kernel: bump 4.9 to 4.9.196 2019-10-08 15:51:06 +02:00
hack-4.14 kernel: bump 4.14 to 4.14.148 2019-10-08 15:51:06 +02:00
hack-4.19 kernel: bump 4.19 to 4.19.78 2019-10-08 15:51:06 +02:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
other-files kernel: move initramfs's init script out of base-files 2017-04-04 14:06:40 +02:00
pending-4.9 kernel: bump 4.9 to 4.9.195 2019-10-08 12:44:35 +02:00
pending-4.14 kernel: bump 4.14 to 4.14.149 2019-10-15 16:11:28 +02:00
pending-4.19 kernel: bump 4.19 to 4.19.79 2019-10-15 16:11:28 +02:00
config-4.9 kernel: move crypto-arc4 into a module 2019-08-26 18:21:13 +02:00
config-4.14 kernel: move crypto-arc4 into a module 2019-08-26 18:21:13 +02:00
config-4.19 kernel: Set GCC version to 80300 by default 2019-10-12 22:38:02 +02:00
PATCHES