Re: [PATCH] KVM: x86: Use <linux/lockdep.h> for lockdep header inclusion
From: Sean Christopherson
Date: Tue Jun 09 2026 - 12:59:27 EST
On Thu, 04 Jun 2026 13:11:06 +1200, Kai Huang wrote:
> Commit 9717efbe5ba3 ("KVM: x86: Disallow guest CPUID lookups when IRQs
> are disabled") added a lockdep assertion to catch unexpected cases where
> guest CPUID lookup is performed in IRQ disabled context. However that
> commit used the "linux/lockdep.h" for header inclusion. This header is
> kernel wide but not KVM local. Switch to using <linux/lockdep.h>.
>
> No 'Fixes' tag since there's no real bug here.
>
> [...]
Applied to kvm-x86 misc, thanks!
[1/1] KVM: x86: Use <linux/lockdep.h> for lockdep header inclusion
https://github.com/kvm-x86/linux/commit/b8d3d74d8b5f
--
https://github.com/kvm-x86/linux/tree/next