Re: [PATCH 3/3] kvm: don't redefine flags as something else

From: Paolo Bonzini
Date: Wed Mar 13 2019 - 07:06:25 EST


On 13/03/19 09:58, Sebastian Andrzej Siewior wrote:
> On 2018-10-17 19:06:33 [+0200], Paolo Bonzini wrote:
>> On 17/10/2018 19:05, Sebastian Andrzej Siewior wrote:
>>> The function irqfd_wakeup() has flags defined as __poll_t and then it
>>> has additional flags which is used for irqflags.
>>>
>>> Redefine the inner flags variable as iflags so it does not shadow the
>>> outer flags.
>>>
>>> Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx>
>>> Cc: "Radim KrÄmÃÅ" <rkrcmar@xxxxxxxxxx>
>>> Cc: kvm@xxxxxxxxxxxxxxx
>>> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
>> Acked-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
>
> this touches only kvm and was acked by a kvm person. What did it miss to
> get applied? :)

I was expecting it to be applied together with the other patches. I can
queue it too.

Paolo