* [pcmoore-selinux:next 6/7] security/selinux/ss/services.c: linux/parser.h is included more than once.
@ 2025-04-12 11:33 kernel test robot
2025-04-12 15:42 ` Paul Moore
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2025-04-12 11:33 UTC (permalink / raw)
To: Takaya Saeki; +Cc: oe-kbuild-all, selinux, Paul Moore
tree: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git next
head: 5d7ddc59b3d89b724a5aa8f30d0db94ff8d2d93f
commit: 8716451a4e57cc82f3656d7a71b67d3b5831ef3f [6/7] selinux: support wildcard match in genfscon
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504121945.Q0GDD0sG-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> security/selinux/ss/services.c: linux/parser.h is included more than once.
vim +49 security/selinux/ss/services.c
> 49 #include <linux/parser.h>
50 #include <linux/vmalloc.h>
51 #include <linux/lsm_hooks.h>
> 52 #include <linux/parser.h>
53 #include <net/netlabel.h>
54
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pcmoore-selinux:next 6/7] security/selinux/ss/services.c: linux/parser.h is included more than once.
2025-04-12 11:33 [pcmoore-selinux:next 6/7] security/selinux/ss/services.c: linux/parser.h is included more than once kernel test robot
@ 2025-04-12 15:42 ` Paul Moore
0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2025-04-12 15:42 UTC (permalink / raw)
To: kernel test robot; +Cc: Takaya Saeki, oe-kbuild-all, selinux
On Sat, Apr 12, 2025 at 7:34 AM kernel test robot <lkp@intel.com> wrote:
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git next
> head: 5d7ddc59b3d89b724a5aa8f30d0db94ff8d2d93f
> commit: 8716451a4e57cc82f3656d7a71b67d3b5831ef3f [6/7] selinux: support wildcard match in genfscon
> compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202504121945.Q0GDD0sG-lkp@intel.com/
>
> includecheck warnings: (new ones prefixed by >>)
> >> security/selinux/ss/services.c: linux/parser.h is included more than once.
>
> vim +49 security/selinux/ss/services.c
>
> > 49 #include <linux/parser.h>
> 50 #include <linux/vmalloc.h>
> 51 #include <linux/lsm_hooks.h>
> > 52 #include <linux/parser.h>
> 53 #include <net/netlabel.h>
> 54
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
Fixed.
https://lore.kernel.org/selinux/20250412153234.23169-2-paul@paul-moore.com/
--
paul-moore.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-12 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-12 11:33 [pcmoore-selinux:next 6/7] security/selinux/ss/services.c: linux/parser.h is included more than once kernel test robot
2025-04-12 15:42 ` Paul Moore
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.