diff options
author | Jeremy Cline <jcline@redhat.com> | 2020-02-04 17:49:56 -0500 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2020-02-04 17:49:56 -0500 |
commit | 3e71a5ae30d7a271d63a9bd92fb2e84b9e75605d (patch) | |
tree | 68d4b43a5d92d65e1b849910304792f986b16287 /kernel.spec | |
parent | 8ced7a7bf5454ba1e020a3ea643848101c7f3b02 (diff) | |
download | kernel-3e71a5ae30d7a271d63a9bd92fb2e84b9e75605d.tar.gz kernel-3e71a5ae30d7a271d63a9bd92fb2e84b9e75605d.tar.xz kernel-3e71a5ae30d7a271d63a9bd92fb2e84b9e75605d.zip |
A quick fix for the armv7hl build failure.
The build is failing because of an undefined symbol. This needs further
investigation since I have no idea why this worked before, but this will
at least let us produce a Rawhide kernel that boots.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index c0ee505f2..67af5a6c3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -860,6 +860,8 @@ Patch505: ARM-fix-__get_user_check-in-case-uaccess_-calls-are-not-inlined.patch # GCC 10 build fix for x86_64 Patch528: 0001-x86-Don-t-declare-__force_order-in-kaslr_64.c.patch +Patch529: 0001-Include-kvm_asm.h-and-kvm_arm.h-in-kvm-arm-trace.h.patch + # END OF PATCH DEFINITIONS %endif |