On Mar 27, 2024 =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgoettsche@xxxxxxxxxxxxx> wrote: > > Use the correct, according to Documentation/core-api/printk-formats.rst, > format specifiers for numeric arguments in string formatting. > The general bit type is u32 thus use %u, EBITMAP_SIZE is a constant > computed via sizeof() thus use %zu. > > Fixes: 0142c56682fb ("selinux: reject invalid ebitmaps") > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Closes: https://lore.kernel.org/linux-next/20240327131044.2c629921@xxxxxxxxxxxxxxxx/ > Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> > --- > security/selinux/ss/ebitmap.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Looks good, thanks. Merged into selinux/dev. -- paul-moore.com