On Fri, Aug 18, 2023 at 11:12 AM Christian Göttsche <cgzones@xxxxxxxxxxxxxx> wrote: > > Instead of dividing by 8 and then performing log2 by hand, use a more > readable calculation. > > The behavior of rounddown_pow_of_two() for an input of 0 is undefined, > so handle that case and small values manually to achieve the same > results. > > Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> Reviewed-by: Stephen Smalley <stephen.smalley.work@xxxxxxxxx>