Skip to content

Commit ae69e77

Browse files
Sebastian EneMarc Zyngier
authored andcommitted
KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylist
The denylist is blocking the 32 bit version of the call but is allowing the 64 bit version of it. There is no reason for blocking only one of them and the hypervisor should support these calls. Signed-off-by: Sebastian Ene <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Zyngier <[email protected]>
1 parent a88a9ec commit ae69e77

File tree

1 file changed

+0
-1
lines changed
  • arch/arm64/kvm/hyp/nvhe

1 file changed

+0
-1
lines changed

arch/arm64/kvm/hyp/nvhe/ffa.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ static bool ffa_call_supported(u64 func_id)
600600
case FFA_MSG_POLL:
601601
case FFA_MSG_WAIT:
602602
/* 32-bit variants of 64-bit calls */
603-
case FFA_MSG_SEND_DIRECT_REQ:
604603
case FFA_MSG_SEND_DIRECT_RESP:
605604
case FFA_RXTX_MAP:
606605
case FFA_MEM_DONATE:

0 commit comments

Comments
 (0)