You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
backport-4.9 kernel: bump 4.9 to 4.9.196 5 years ago
backport-4.14 kernel: bump 4.14 to 4.14.149 5 years ago
backport-4.19 kernel: Fix arm64 include files 5 years ago
files kernel: Fix off-by-one error in FIT mtd partition search. 5 years ago
hack-4.9 kernel: bump 4.9 to 4.9.196 5 years ago
hack-4.14 kernel: bump 4.14 to 4.14.148 5 years ago
hack-4.19 kernel: bump 4.19 to 4.19.78 5 years ago
image treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
other-files kernel: move initramfs's init script out of base-files 7 years ago
pending-4.9 kernel: bump 4.9 to 4.9.195 5 years ago
pending-4.14 kernel: bump 4.14 to 4.14.149 5 years ago
pending-4.19 kernel: bump 4.19 to 4.19.79 5 years ago
PATCHES kernel: update PATCHES with a stricter policy 11 years ago
config-4.9 kernel: move crypto-arc4 into a module 5 years ago
config-4.14 kernel: move crypto-arc4 into a module 5 years ago
config-4.19 kernel: Set GCC version to 80300 by default 5 years ago