From: Justin M. Forbes jforbes@fedoraproject.org
Revert "arm64: remove special treatment for the link order of head.o"
This reverts commit 994b7ac1697b4581b7726d2ac64321e3c840229b.
This commit caused a missing build-id for vmlinux on aarch64. I expect it will be a simple revert upstream as this commit was not trying to solve a particular problem from what I can tell. Given upstream has just been notified though, we will keep this as "include in releases" and not merge until upstream has a proper solution.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
diff --git a/scripts/head-object-list.txt b/scripts/head-object-list.txt index blahblah..blahblah 100644 --- a/scripts/head-object-list.txt +++ b/scripts/head-object-list.txt @@ -15,6 +15,7 @@ arch/alpha/kernel/head.o arch/arc/kernel/head.o arch/arm/kernel/head-nommu.o arch/arm/kernel/head.o +arch/arm64/kernel/head.o arch/csky/kernel/head.o arch/hexagon/kernel/head.o arch/ia64/kernel/head.o
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2232