Commit ae69e774 authored by Sebastian Ene's avatar Sebastian Ene Committed by Marc Zyngier

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: default avatarSebastian Ene <sebastianene@google.com>
Link: https://lore.kernel.org/r/20240411135700.2140550-1-sebastianene@google.comSigned-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent a88a9ec1
...@@ -600,7 +600,6 @@ static bool ffa_call_supported(u64 func_id) ...@@ -600,7 +600,6 @@ static bool ffa_call_supported(u64 func_id)
case FFA_MSG_POLL: case FFA_MSG_POLL:
case FFA_MSG_WAIT: case FFA_MSG_WAIT:
/* 32-bit variants of 64-bit calls */ /* 32-bit variants of 64-bit calls */
case FFA_MSG_SEND_DIRECT_REQ:
case FFA_MSG_SEND_DIRECT_RESP: case FFA_MSG_SEND_DIRECT_RESP:
case FFA_RXTX_MAP: case FFA_RXTX_MAP:
case FFA_MEM_DONATE: case FFA_MEM_DONATE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment