On Thu, Feb 17, 2022 at 9:21 AM Christian Göttsche <cgzones@xxxxxxxxxxxxxx> wrote: > > security_sid_to_context() expects a pointer to an u32 as the address > where to store the length of the computed context. > > Reported by sparse: > > security/selinux/xfrm.c:359:39: warning: incorrect type in argument 4 (different signedness) > security/selinux/xfrm.c:359:39: expected unsigned int [usertype] *scontext_len > security/selinux/xfrm.c:359:39: got int * > > Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> > --- > security/selinux/xfrm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Merged into selinux/next, thanks. -- paul-moore.com