Re: [PATCH] KVM TDP MMU FIXES- Replaced unsafe panic calls with proper error handling

From: Sean Christopherson

Date: Thu Apr 02 2026 - 15:36:48 EST


On Thu, Apr 02, 2026, BraveProgrammer wrote:
> Unsafe Panic Calls Converted to BUG() AND BUG_ON()
> AND
> Added Proper error handling: Using WARN_ON_ONCE(), pr_err()

This isn't "proper error handling", it's sweeping potentiall catastrophic bugs
under the rug.

> Signed-off-by: BraveProgrammer <spujari79@xxxxxxxxx>

Given the name and email, I assume this is trolling or AI slop, but just to be
clear:

NAK.