Re: [PATCH] selinux: fix memdup.cocci warnings

2020-08-20 Thread Paul Moore
On Thu, Aug 20, 2020 at 6:20 AM Julia Lawall  wrote:
>
> From: kernel test robot 
>
> Use kmemdup rather than duplicating its implementation
>
> Generated by: scripts/coccinelle/api/memdup.cocci
>
> Fixes: c7c556f1e81b ("selinux: refactor changing booleans")
> CC: Stephen Smalley 
> Signed-off-by: kernel test robot 
> Signed-off-by: Julia Lawall 

Merged into selinux/next, thanks!


Re: [PATCH] selinux: fix memdup.cocci warnings

2020-08-20 Thread Stephen Smalley
On Thu, Aug 20, 2020 at 6:20 AM Julia Lawall  wrote:
>
> From: kernel test robot 
>
> Use kmemdup rather than duplicating its implementation
>
> Generated by: scripts/coccinelle/api/memdup.cocci
>
> Fixes: c7c556f1e81b ("selinux: refactor changing booleans")
> CC: Stephen Smalley 
> Signed-off-by: kernel test robot 
> Signed-off-by: Julia Lawall 

Acked-by: Stephen Smalley