linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [akpm-mm:mm-new 57/59] mm/zblock.h:24:2: warning: This PAGE_SIZE is not quite supported yet
@ 2025-06-05  9:22 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-06-05  9:22 UTC (permalink / raw)
  To: Andrew Morton
  Cc: llvm, oe-kbuild-all, Linux Memory Management List, Igor Belousov

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-new
head:   574966cc970ddc4ec6fb435bbbca9804d92e4953
commit: 8666580be1b209caae87288805cda74dc347440a [57/59] mm-zblock-avoid-failing-the-build-fix
config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20250605/202506051739.ZMRkokhj-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project f819f46284f2a79790038e1f6649172789734ae8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250605/202506051739.ZMRkokhj-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/202506051739.ZMRkokhj-lkp@intel.com/

All warnings (new ones prefixed by >>):

   In file included from mm/zblock.c:28:
>> mm/zblock.h:24:2: warning: This PAGE_SIZE is not quite supported yet [-W#warnings]
      24 | #warning This PAGE_SIZE is not quite supported yet
         |  ^
   1 warning generated.


vim +24 mm/zblock.h

    16	
    17	#if PAGE_SIZE == 0x1000
    18	/* max 128 slots per block, max table size 32 */
    19	#define SLOT_BITS 7
    20	#elif PAGE_SIZE == 0x4000
    21	/* max 256 slots per block, max table size 64 */
    22	#define SLOT_BITS 8
    23	#else
  > 24	#warning This PAGE_SIZE is not quite supported yet
    25	#define SLOT_BITS 8
    26	#endif
    27	

-- 
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:[~2025-06-05  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-05  9:22 [akpm-mm:mm-new 57/59] mm/zblock.h:24:2: warning: This PAGE_SIZE is not quite supported yet 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