Re: [BUG] [5.15] Compilation error in arch/x86/kvm/mmu/spte.h with clang-14

From: Paolo Bonzini
Date: Thu Oct 14 2021 - 16:51:02 EST


On 14/10/21 21:06, Nick Desaulniers wrote:
If we want to fix this, my vote is for casting to an int and updating the comment

At the least, I think bitwise operations should only be performed on
unsigned types.

This is not a bitwise operation, it's a non-short-circuiting boolean operation. I'll apply Jim's suggestion.

Paolo