[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7e3fb7c6-265c-d245-dd97-24ab401a8ea3@redhat.com>
Date: Tue, 26 Oct 2021 18:18:01 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Qian Cai <quic_qiancai@...cinc.com>,
Sean Christopherson <seanjc@...gle.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kvm: Avoid shadowing a local in search_memslots()
On 26/10/21 18:14, Qian Cai wrote:
>> Maybe "pivot"? Or just "tmp"? I also vote to hoist the declaration out of the
>> loop precisely to avoid potential shadows, and to also associate the variable
>> with the "start" and "end" variables, e.g.
> Actually, I am a bit more prefer to keep the declaration inside the loop
> as it makes the declaration and assignment closer to make it easier to
> understand the code. It should be relatively trivial to avoid potential
> shadows in the future. It would be interesting to see what Paolo would say.
You both have good arguments, so whoever writes the patch wins. :)
Paolo
Powered by blists - more mailing lists