KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylist
authorSebastian Ene <sebastianene@google.com>
Thu, 11 Apr 2024 13:56:59 +0000 (13:56 +0000)
committerMarc Zyngier <maz@kernel.org>
Sun, 14 Apr 2024 08:54:15 +0000 (09:54 +0100)
commitae69e7740770d8e02915b299d060c9280a3db01c
treef5ff75efbeca88410499a9cfeb35cfe67ab00c3c
parenta88a9ec1729a4687370856567919e1ab79a02483
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 <sebastianene@google.com>
Link: https://lore.kernel.org/r/20240411135700.2140550-1-sebastianene@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/hyp/nvhe/ffa.c