linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [akpm-mm:mm-unstable 19/30] tools/testing/shared/shared.h: linux/types.h is included more than once.
@ 2024-07-25  6:20 kernel test robot
  2024-07-25  8:46 ` Lorenzo Stoakes
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2024-07-25  6:20 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: oe-kbuild-all, Andrew Morton, Linux Memory Management List,
	Liam R. Howlett

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable
head:   d8492982371a2b1c9354de924b82c7b4f24210d6
commit: 04645ade70e31fd918bfe616e391ee74c325cbf9 [19/30] tools: separate out shared radix-tree components
:::::: branch date: 6 hours ago
:::::: commit date: 2 days ago
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)

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/r/202407250430.jTMy1BCJ-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> tools/testing/shared/shared.h: linux/types.h is included more than once.

vim +3 tools/testing/shared/shared.h

     2	
   > 3	#include <linux/types.h>
     4	#include <linux/bug.h>
     5	#include <linux/kernel.h>
     6	#include <linux/bitops.h>
     7	
     8	#include <linux/gfp.h>
   > 9	#include <linux/types.h>
    10	#include <linux/rcupdate.h>
    11	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [akpm-mm:mm-unstable 19/30] tools/testing/shared/shared.h: linux/types.h is included more than once.
  2024-07-25  6:20 [akpm-mm:mm-unstable 19/30] tools/testing/shared/shared.h: linux/types.h is included more than once kernel test robot
@ 2024-07-25  8:46 ` Lorenzo Stoakes
  0 siblings, 0 replies; 2+ messages in thread
From: Lorenzo Stoakes @ 2024-07-25  8:46 UTC (permalink / raw)
  To: kernel test robot
  Cc: oe-kbuild-all, Andrew Morton, Linux Memory Management List,
	Liam R. Howlett

On Thu, Jul 25, 2024 at 02:20:36PM GMT, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable
> head:   d8492982371a2b1c9354de924b82c7b4f24210d6
> commit: 04645ade70e31fd918bfe616e391ee74c325cbf9 [19/30] tools: separate out shared radix-tree components
> :::::: branch date: 6 hours ago
> :::::: commit date: 2 days ago
> compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
>
> 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/r/202407250430.jTMy1BCJ-lkp@intel.com/
>
> includecheck warnings: (new ones prefixed by >>)
> >> tools/testing/shared/shared.h: linux/types.h is included more than once.
>
> vim +3 tools/testing/shared/shared.h
>
>      2
>    > 3	#include <linux/types.h>
>      4	#include <linux/bug.h>
>      5	#include <linux/kernel.h>
>      6	#include <linux/bitops.h>
>      7
>      8	#include <linux/gfp.h>
>    > 9	#include <linux/types.h>
>     10	#include <linux/rcupdate.h>
>     11
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>

Minor issue with zero impact - the stubbed linux/types.h header has header
guards.

Will send a quick fix-patch over on the patch set thread.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-25  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25  6:20 [akpm-mm:mm-unstable 19/30] tools/testing/shared/shared.h: linux/types.h is included more than once kernel test robot
2024-07-25  8:46 ` Lorenzo Stoakes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox