Re: [PATCH 00/54] KVM: x86/mmu: Bug fixes and summer cleaning

From: Paolo Bonzini
Date: Wed Jun 23 2021 - 18:13:38 EST


On 24/06/21 00:08, Sean Christopherson wrote:
We can just mark them static inline, which is a good idea anyway and enough
But they already are static inline:-(

Yep, I noticed later. :/ Probably the clang difference below?

to shut up the compiler (clang might behave different in this respect for .h
and .c files, but again it's just a warning and not a bisection breakage).

I was worried about the CONFIG_KVM_WERROR=y case.

CONFIG_KVM_WERROR can always be disabled. "Unused" warnings do sometimes happen in the middle of large series.

Paolo