2023-09-09 20:20:27

by Stephen Smalley

[permalink] [raw]
Subject: Re: [PATCH 4/6] selinux: simplify avtab slot calculation

On Fri, Aug 18, 2023 at 11:12 AM Christian Göttsche
<[email protected]> 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 <[email protected]>

Reviewed-by: Stephen Smalley <[email protected]>