linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [cip:linux-4.4.y-cip-rebase 1830/2766] include/linux/kasan.h:14:10: fatal error: asm/kasan.h: No such file or directory
@ 2024-02-04  2:36 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-04  2:36 UTC (permalink / raw)
  To: Daniel Cashman
  Cc: oe-kbuild-all, Ulrich Hecht, Arnd Bergmann, Andrew Morton,
	Linux Memory Management List, Ben Hutchings

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git linux-4.4.y-cip-rebase
head:   a1ba69950787dfcb1e5268dc14233e12f2861076
commit: 4dfb37ff6229e10facb903c5aa2a1966b930facf [1830/2766] arm: mm: support ARCH_MMAP_RND_BITS
config: arm-randconfig-001-20240203 (https://download.01.org/0day-ci/archive/20240204/202402041032.z998S1g8-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240204/202402041032.z998S1g8-lkp@intel.com/reproduce)

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/202402041032.z998S1g8-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from include/linux/nodemask.h:92:0,
                    from include/linux/mmzone.h:16,
                    from include/linux/gfp.h:5,
                    from include/linux/kmod.h:22,
                    from include/linux/module.h:13,
                    from drivers/mfd/tps6105x.c:16:
   include/linux/bitmap.h: In function 'bitmap_empty':
   include/linux/bitmap.h:300:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     return find_first_bit(src, nbits) == nbits;
                                       ^~
   include/linux/bitmap.h: In function 'bitmap_full':
   include/linux/bitmap.h:308:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     return find_first_zero_bit(src, nbits) == nbits;
                                            ^~
   In file included from include/linux/slab.h:107:0,
                    from drivers/mfd/tps6105x.c:22:
   include/linux/kasan.h: At top level:
>> include/linux/kasan.h:14:10: fatal error: asm/kasan.h: No such file or directory
    #include <asm/kasan.h>
             ^~~~~~~~~~~~~
   compilation terminated.
--
   In file included from include/linux/nodemask.h:92:0,
                    from include/linux/mmzone.h:16,
                    from include/linux/gfp.h:5,
                    from include/linux/kmod.h:22,
                    from include/linux/module.h:13,
                    from drivers/mfd/wm8350-i2c.c:16:
   include/linux/bitmap.h: In function 'bitmap_empty':
   include/linux/bitmap.h:300:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     return find_first_bit(src, nbits) == nbits;
                                       ^~
   include/linux/bitmap.h: In function 'bitmap_full':
   include/linux/bitmap.h:308:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     return find_first_zero_bit(src, nbits) == nbits;
                                            ^~
   In file included from include/linux/writeback.h:192:0,
                    from include/linux/memcontrol.h:30,
                    from include/linux/swap.h:8,
                    from include/linux/suspend.h:4,
                    from include/linux/regulator/machine.h:19,
                    from include/linux/mfd/wm8350/pmic.h:18,
                    from include/linux/mfd/wm8350/core.h:24,
                    from drivers/mfd/wm8350-i2c.c:22:
   include/linux/bio.h: In function 'bio_next_split':
   include/linux/bio.h:424:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (sectors >= bio_sectors(bio))
                 ^~
   In file included from include/linux/slab.h:107:0,
                    from drivers/mfd/wm8350-i2c.c:24:
   include/linux/kasan.h: At top level:
>> include/linux/kasan.h:14:10: fatal error: asm/kasan.h: No such file or directory
    #include <asm/kasan.h>
             ^~~~~~~~~~~~~
   compilation terminated.


vim +14 include/linux/kasan.h

0b24becc810dc3 Andrey Ryabinin 2015-02-13  13  
0b24becc810dc3 Andrey Ryabinin 2015-02-13 @14  #include <asm/kasan.h>
69786cdb379bbc Andrey Ryabinin 2015-08-13  15  #include <asm/pgtable.h>
0b24becc810dc3 Andrey Ryabinin 2015-02-13  16  #include <linux/sched.h>
0b24becc810dc3 Andrey Ryabinin 2015-02-13  17  

:::::: The code at line 14 was first introduced by commit
:::::: 0b24becc810dc3be6e3f94103a866f214c282394 kasan: add kernel address sanitizer infrastructure

:::::: TO: Andrey Ryabinin <a.ryabinin@samsung.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-04  2:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-04  2:36 [cip:linux-4.4.y-cip-rebase 1830/2766] include/linux/kasan.h:14:10: fatal error: asm/kasan.h: No such file or directory kernel test robot

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