From 7bc38f416153ad68e09fe0c70b349ee19a86a2e6 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Tue, 28 Jul 2026 05:01:42 -0400 Subject: dragon/linux-dragon: new aport Linux kernel for the Radxa Dragon Q6A. Patch source is from https://github.com/radxa/kernel from the linux-7.0.11 branch. Patch is up-to-date with radxa kernel sources at this time. --- ...oot-wrapper-Add-z-notext-flag-for-ppc64le.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 linux-dragon/0001-powerpc-boot-wrapper-Add-z-notext-flag-for-ppc64le.patch (limited to 'linux-dragon/0001-powerpc-boot-wrapper-Add-z-notext-flag-for-ppc64le.patch') diff --git a/linux-dragon/0001-powerpc-boot-wrapper-Add-z-notext-flag-for-ppc64le.patch b/linux-dragon/0001-powerpc-boot-wrapper-Add-z-notext-flag-for-ppc64le.patch new file mode 100644 index 0000000..09a3878 --- /dev/null +++ b/linux-dragon/0001-powerpc-boot-wrapper-Add-z-notext-flag-for-ppc64le.patch @@ -0,0 +1,29 @@ +From b89ea1347d15f20bdbcb4d9aa06b1afa87f91994 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 28 Nov 2023 14:35:54 +0100 +Subject: [PATCH 1/5] powerpc/boot/wrapper: Add "-z notext" flag for ppc64le + +This is a follow up to commit 4c078c86b4a4 (powerpc/boot/wrapper: Add +"-z notext" flag to disable diagnostic) + +Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14560 +Signed-off-by: Achill Gilgenast +--- + arch/powerpc/boot/wrapper | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper +index a75baefd1cff..c2fa41661911 100755 +--- a/arch/powerpc/boot/wrapper ++++ b/arch/powerpc/boot/wrapper +@@ -262,6 +262,7 @@ pseries) + if [ "$format" != "elf32ppc" ]; then + link_address= + pie=-pie ++ notext='-z notext' + fi + make_space=n + ;; +-- +2.52.0 + -- cgit v1.2.3