linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [akpm-mm:mm-unstable 36/283] include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0'
@ 2025-11-13 12:26 kernel test robot
  2025-11-13 18:00 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2025-11-13 12:26 UTC (permalink / raw)
  To: David Hildenbrand (Red Hat)
  Cc: oe-kbuild-all, Andrew Morton, Linux Memory Management List

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable
head:   f58b4cb6b0c11172a25c2ade23477f55596d7138
commit: 2f6ff71280ffddb27ad7174d24f573e2683870cd [36/283] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
config: sh-randconfig-002-20251113 (https://download.01.org/0day-ci/archive/20251113/202511132024.tfRZgB5P-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251113/202511132024.tfRZgB5P-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/202511132024.tfRZgB5P-lkp@intel.com/

All warnings (new ones prefixed by >>):

   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/mmdebug.h:5,
                    from include/linux/mm.h:6,
                    from include/linux/migrate.h:5,
                    from mm/migrate.c:16:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:346: Error: offset to unaligned destination
   {standard input}:9897: Error: offset to unaligned destination
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/vfsdebug.h:5,
                    from include/linux/fs.h:5,
                    from include/linux/backing-dev.h:13,
                    from mm/vma_internal.h:12,
                    from mm/vma_init.c:8:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/thread_info.h:13,
                    from include/asm-generic/current.h:6,
                    from ./arch/sh/include/generated/asm/current.h:1,
                    from include/linux/sched.h:12,
                    from include/linux/rcupdate.h:27,
                    from include/linux/rculist.h:11,
                    from include/linux/sched/signal.h:5,
                    from include/linux/oom.h:6,
                    from mm/oom_kill.c:21:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:6594: Error: offset to unaligned destination
   {standard input}:6866: Error: offset to unaligned destination
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/vfsdebug.h:5,
                    from include/linux/fs.h:5,
                    from mm/shmem.c:24:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:4979: Error: offset to unaligned destination
   {standard input}:5987: Error: offset to unaligned destination
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/mmdebug.h:5,
                    from include/linux/mm.h:6,
                    from mm/ksm.c:17:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:14481: Error: offset to unaligned destination
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/thread_info.h:13,
                    from include/asm-generic/preempt.h:5,
                    from ./arch/sh/include/generated/asm/preempt.h:1,
                    from include/linux/preempt.h:79,
                    from include/linux/spinlock.h:56,
                    from include/linux/mmzone.h:8,
                    from include/linux/gfp.h:7,
                    from include/linux/slab.h:16,
                    from mm/mmap.c:13:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:4912: Error: offset to unaligned destination
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/mmdebug.h:5,
                    from include/linux/mm.h:6,
                    from mm/page_alloc.c:19:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   mm/page_alloc.c: In function 'alloc_contig_range_noprof':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/page_alloc.c:6910:61: note: in expansion of macro 'MAX_FOLIO_ORDER'
    6910 |         if (WARN_ON_ONCE((gfp_mask & __GFP_COMP) && order > MAX_FOLIO_ORDER))
         |                                                             ^~~~~~~~~~~~~~~
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/vfsdebug.h:5,
                    from include/linux/fs.h:5,
                    from include/linux/backing-dev.h:13,
                    from mm/truncate.c:12:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:1964: Error: offset to unaligned destination
--
   In file included from arch/sh/include/asm/bug.h:112,
                    from include/linux/bug.h:5,
                    from include/linux/mmdebug.h:5,
                    from include/linux/mm.h:6,
                    from mm/hugetlb.c:8:
   mm/internal.h: In function 'folio_set_order':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   include/asm-generic/bug.h:111:32: note: in definition of macro 'WARN_ON_ONCE'
     111 |         int __ret_warn_on = !!(condition);                      \
         |                                ^~~~~~~~~
   mm/internal.h:758:9: note: in expansion of macro 'VM_WARN_ON_ONCE'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |         ^~~~~~~~~~~~~~~
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/internal.h:758:33: note: in expansion of macro 'MAX_FOLIO_ORDER'
     758 |         VM_WARN_ON_ONCE(order > MAX_FOLIO_ORDER);
         |                                 ^~~~~~~~~~~~~~~
   In file included from include/linux/bug.h:5,
                    from include/linux/mmdebug.h:5,
                    from include/linux/mm.h:6,
                    from mm/hugetlb.c:8:
   mm/hugetlb.c: In function 'hugetlb_add_hstate':
>> include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' [-Woverflow]
      20 | #define __AC(X,Y)       (X##Y)
         |                         ^~~~~~
   arch/sh/include/asm/bug.h:69:32: note: in definition of macro 'WARN_ON'
      69 |         int __ret_warn_on = !!(x);                              \
         |                                ^
   include/uapi/linux/const.h:21:25: note: in expansion of macro '__AC'
      21 | #define _AC(X,Y)        __AC(X,Y)
         |                         ^~~~
   include/linux/sizes.h:56:41: note: in expansion of macro '_AC'
      56 | #define SZ_16G                          _AC(0x400000000, ULL)
         |                                         ^~~
   include/linux/mm.h:2095:43: note: in expansion of macro 'SZ_16G'
    2095 | #define MAX_FOLIO_ORDER         get_order(SZ_16G)
         |                                           ^~~~~~
   mm/hugetlb.c:4753:25: note: in expansion of macro 'MAX_FOLIO_ORDER'
    4753 |         WARN_ON(order > MAX_FOLIO_ORDER);
         |                         ^~~~~~~~~~~~~~~
   {standard input}: Assembler messages:
   {standard input}:10762: Error: offset to unaligned destination
   {standard input}:11421: Error: offset to unaligned destination
   {standard input}:15615: Error: offset to unaligned destination
..


vim +20 include/uapi/linux/const.h

9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02   6  
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02   7  /* Some constant macros are used in both assembler and
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02   8   * C code.  Therefore we cannot annotate them always with
6df95fd7ad9a84 include/linux/const.h      Randy Dunlap        2007-05-08   9   * 'UL' and other type specifiers unilaterally.  We
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  10   * use the following macros to deal with this.
74ef649fe847fd include/linux/const.h      Jeremy Fitzhardinge 2008-01-30  11   *
74ef649fe847fd include/linux/const.h      Jeremy Fitzhardinge 2008-01-30  12   * Similarly, _AT() will cast an expression with a type in C, but
74ef649fe847fd include/linux/const.h      Jeremy Fitzhardinge 2008-01-30  13   * leave it unchanged in asm.
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  14   */
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  15  
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  16  #ifdef __ASSEMBLY__
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  17  #define _AC(X,Y)	X
74ef649fe847fd include/linux/const.h      Jeremy Fitzhardinge 2008-01-30  18  #define _AT(T,X)	X
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  19  #else
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02 @20  #define __AC(X,Y)	(X##Y)
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  21  #define _AC(X,Y)	__AC(X,Y)
74ef649fe847fd include/linux/const.h      Jeremy Fitzhardinge 2008-01-30  22  #define _AT(T,X)	((T)(X))
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  23  #endif
9d291e787b2b71 include/asm-x86_64/const.h Vivek Goyal         2007-05-02  24  

:::::: The code at line 20 was first introduced by commit
:::::: 9d291e787b2b71d1b57e5fbb24ba9c70e748ed84 [PATCH] x86-64: Assembly safe page.h and pgtable.h

:::::: TO: Vivek Goyal <vgoyal@in.ibm.com>
:::::: CC: Andi Kleen <andi@basil.nowhere.org>

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


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

end of thread, other threads:[~2025-11-13 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-13 12:26 [akpm-mm:mm-unstable 36/283] include/uapi/linux/const.h:20:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '17179869184' to '0' kernel test robot
2025-11-13 18:00 ` Andrew Morton
2025-11-13 18:23   ` Geert Uytterhoeven

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