On Wed, Feb 15, 2023 at 4:44 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > On Mon, Feb 13, 2023, David Matlack wrote: > > Make @tdp_mmu_allowed static since it is only ever used within > > Doesn't "@" usually refer to function parameters? Oh is that the convention? For some reason I assumed it was used when referring to any variable. > > > arch/x86/kvm/mmu/mmu.c. > > > > Link: https://lore.kernel.org/kvm/202302072055.odjDVd5V-lkp@xxxxxxxxx/ > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Signed-off-by: David Matlack <dmatlack@xxxxxxxxxx> > > --- > > Fixes: 3af15ff47c4d ("KVM: x86/mmu: Change tdp_mmu to a read-only parameter") > Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx> > > Paolo, want to grab this one directly for 6.3?