diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2024-03-15 18:32:28 +0100 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2024-03-28 01:08:55 +0100 |
commit | abb0f43fcdf2cde0beaf6bbe34723a3dca9f125b (patch) | |
tree | 1acf91c5c39038e10b667ed803e3d8b39801004c /drivers/peci/cpu.c | |
parent | selinux: improve symtab string hashing (diff) | |
download | linux-abb0f43fcdf2cde0beaf6bbe34723a3dca9f125b.tar.xz linux-abb0f43fcdf2cde0beaf6bbe34723a3dca9f125b.zip |
selinux: use u32 as bit position type in ebitmap code
The extensible bitmap supports bit positions up to U32_MAX due to the
type of the member highbit being u32. Use u32 consistently as the type
for bit positions to announce to callers what range of values is
supported.
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
[PM: merge fuzz, subject line tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'drivers/peci/cpu.c')
0 files changed, 0 insertions, 0 deletions