On 22/03/2023 9:29 am, Jan Beulich wrote: > While no caller currently invokes the function without first making sure > there is at least one shadow [1], we'd better eliminate UB here: > find_first_set_bit() requires input to be non-zero to return a well- > defined result. > > Further, using find_first_set_bit() isn't very efficient in the first > place for the intended purpose. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>