mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
16f84fd275
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> |
||
---|---|---|
.. | ||
backport-4.9 | ||
backport-4.14 | ||
backport-4.19 | ||
files | ||
hack-4.9 | ||
hack-4.14 | ||
hack-4.19 | ||
image | ||
other-files | ||
pending-4.9 | ||
pending-4.14 | ||
pending-4.19 | ||
config-4.9 | ||
config-4.14 | ||
config-4.19 | ||
PATCHES |