Quick build fixup for aarch64

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2021-01-05 10:43:17 -06:00
parent 5934d86345
commit 3a91cbd61f
2 changed files with 19 additions and 0 deletions

17
aarch64build.patch Normal file
View File

@ -0,0 +1,17 @@
---
kernel/irq/manage.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index ab8567f32501..dec3f73e8db9 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -2859,3 +2859,4 @@ bool irq_check_status_bit(unsigned int irq, unsigned int bitmask)
rcu_read_unlock();
return res;
}
+EXPORT_SYMBOL_GPL(irq_check_status_bit);
--
2.27.0

View File

@ -744,6 +744,7 @@ Source4000: README.rst
Patch1: patch-%{rpmversion}-redhat.patch
Patch2: secureboot_merge_fix.patch
Patch3: gcc11-plugins-fix.patch
Patch4: aarch64build.patch
%endif
# empty final patch to facilitate testing of kernel patches
@ -1249,6 +1250,7 @@ cp -a %{SOURCE1} .
ApplyOptionalPatch patch-%{rpmversion}-redhat.patch
ApplyOptionalPatch secureboot_merge_fix.patch
ApplyOptionalPatch gcc11-plugins-fix.patch
ApplyOptionalPatch aarch64build.patch
%endif
ApplyOptionalPatch linux-kernel-test.patch