diff options
author | Sean Christopherson <seanjc@google.com> | 2024-10-09 08:04:54 -0700 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-12-16 14:37:30 -0800 |
commit | e53dc37f5a06f0be5b89fac230fcd4008f646d50 (patch) | |
tree | 0f826578c823ce8a77d413005a9f2ab0445ea098 /scripts/gdb/linux/radixtree.py | |
parent | d0831edcd87ee4cbf1b8cc5669d9d07c71577477 (diff) |
KVM: Don't BUG() the kernel if xa_insert() fails with -EBUSY
WARN once instead of triggering a BUG if xa_insert() fails because it
encountered an existing entry. While KVM guarantees there should be no
existing entry, there's no reason to BUG the kernel, as KVM needs to
gracefully handle failure anyways.
Reviewed-by: Pankaj Gupta <pankaj.gupta@amd.com>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20241009150455.1057573-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'scripts/gdb/linux/radixtree.py')
0 files changed, 0 insertions, 0 deletions