Hi all, Today's linux-next merge of the kvm-arm tree got a conflict in: arch/arm64/include/asm/cpufeature.h between commit: 48ce8f80f590 ("arm64: irqflags: Introduce explicit debugging for IRQ priorities") from the arm64 tree and commit: c118bbb52743 ("arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests") from the kvm-arm tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/arm64/include/asm/cpufeature.h index 3d8db50d9ae2,948427f6b3d9..000000000000 --- a/arch/arm64/include/asm/cpufeature.h +++ b/arch/arm64/include/asm/cpufeature.h @@@ -614,12 -614,12 +614,18 @@@ static inline bool system_uses_irq_prio cpus_have_const_cap(ARM64_HAS_IRQ_PRIO_MASKING); } +static inline bool system_has_prio_mask_debugging(void) +{ + return IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING) && + system_uses_irq_prio_masking(); +} + + #define ARM64_BP_HARDEN_UNKNOWN -1 + #define ARM64_BP_HARDEN_WA_NEEDED 0 + #define ARM64_BP_HARDEN_NOT_REQUIRED 1 + + int get_spectre_v2_workaround_state(void); + #define ARM64_SSBD_UNKNOWN -1 #define ARM64_SSBD_FORCE_DISABLE 0 #define ARM64_SSBD_KERNEL 1
Attachment:
pgpofBxnynUwH.pgp
Description: OpenPGP digital signature