linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [akpm-mm:mm-new 286/330] include/dup.h:354:25: error: stray '\302' in program
@ 2026-03-09  0:11 kernel test robot
  2026-03-09  5:31 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-03-09  0:11 UTC (permalink / raw)
  To: Anthony Yznaga
  Cc: oe-kbuild-all, David Hildenbrand, Andrew Morton,
	Linux Memory Management List

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-new
head:   167400fd4c51f9e5ea8fc9d33c89c938799be4be
commit: 84cd8de2b92a1ccf493c43da8b31bb983d320ca7 [286/330] mm-prevent-droppable-mappings-from-being-locked-fix
config: x86_64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260309/202603090023.npem8cfw-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260309/202603090023.npem8cfw-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/r/202603090023.npem8cfw-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from vma_internal.h:55,
                    from shared.h:11,
                    from main.c:3:
>> include/dup.h:354:9: warning: ISO C99 requires whitespace after the macro name
     354 | #define VM_NO_MLOCK_MASK       (VM_SPECIAL | VM_DROPPABLE)
         |         ^~~~~~~~~~~~~~~~
   ../../../mm/vma.c: In function '__mmap_complete':
>> include/dup.h:354:25: error: stray '\302' in program
     354 | #define VM_NO_MLOCK_MASK<U+00A0> <U+00A0> <U+00A0> <U+00A0>(VM_SPECIAL | VM_DROPPABLE)
         |                         ^~~~~~~~
   ../../../mm/vma.c:2592:33: note: in expansion of macro 'VM_NO_MLOCK_MASK'
    2592 |                 if ((vm_flags & VM_NO_MLOCK_MASK) || vma_is_dax(vma) ||
         |                                 ^~~~~~~~~~~~~~~~
   include/dup.h:354:27: error: stray '\302' in program
     354 | #define VM_NO_MLOCK_MASK<U+00A0> <U+00A0> <U+00A0> <U+00A0>(VM_SPECIAL | VM_DROPPABLE)
         |                                  ^~~~~~~~
   ../../../mm/vma.c:2592:33: note: in expansion of macro 'VM_NO_MLOCK_MASK'
    2592 |                 if ((vm_flags & VM_NO_MLOCK_MASK) || vma_is_dax(vma) ||
         |                                 ^~~~~~~~~~~~~~~~
   include/dup.h:354:29: error: stray '\302' in program
     354 | #define VM_NO_MLOCK_MASK<U+00A0> <U+00A0> <U+00A0> <U+00A0>(VM_SPECIAL | VM_DROPPABLE)
         |                                           ^~~~~~~~
   ../../../mm/vma.c:2592:33: note: in expansion of macro 'VM_NO_MLOCK_MASK'
    2592 |                 if ((vm_flags & VM_NO_MLOCK_MASK) || vma_is_dax(vma) ||
         |                                 ^~~~~~~~~~~~~~~~
   include/dup.h:354:31: error: stray '\302' in program
     354 | #define VM_NO_MLOCK_MASK<U+00A0> <U+00A0> <U+00A0> <U+00A0>(VM_SPECIAL | VM_DROPPABLE)
         |                                                    ^~~~~~~~
   ../../../mm/vma.c:2592:33: note: in expansion of macro 'VM_NO_MLOCK_MASK'
    2592 |                 if ((vm_flags & VM_NO_MLOCK_MASK) || vma_is_dax(vma) ||
         |                                 ^~~~~~~~~~~~~~~~
--
   In file included from vma_internal.h:55,
                    from shared.h:11,
                    from shared.c:3:
>> include/dup.h:354:9: warning: ISO C99 requires whitespace after the macro name
     354 | #define VM_NO_MLOCK_MASK       (VM_SPECIAL | VM_DROPPABLE)
         |         ^~~~~~~~~~~~~~~~

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



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

* Re: [akpm-mm:mm-new 286/330] include/dup.h:354:25: error: stray '\302' in program
  2026-03-09  0:11 [akpm-mm:mm-new 286/330] include/dup.h:354:25: error: stray '\302' in program kernel test robot
@ 2026-03-09  5:31 ` Andrew Morton
  2026-03-09  6:27   ` anthony.yznaga
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2026-03-09  5:31 UTC (permalink / raw)
  To: kernel test robot
  Cc: Anthony Yznaga, oe-kbuild-all, David Hildenbrand,
	Linux Memory Management List

On Mon, 9 Mar 2026 08:11:21 +0800 kernel test robot <lkp@intel.com> wrote:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-new
> head:   167400fd4c51f9e5ea8fc9d33c89c938799be4be
> commit: 84cd8de2b92a1ccf493c43da8b31bb983d320ca7 [286/330] mm-prevent-droppable-mappings-from-being-locked-fix
> config: x86_64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260309/202603090023.npem8cfw-lkp@intel.com/config)
> compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260309/202603090023.npem8cfw-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/r/202603090023.npem8cfw-lkp@intel.com/
> 
> All error/warnings (new ones prefixed by >>):
> 
>    In file included from vma_internal.h:55,
>                     from shared.h:11,
>                     from main.c:3:
> >> include/dup.h:354:9: warning: ISO C99 requires whitespace after the macro name
>      354 | #define VM_NO_MLOCK_MASK       (VM_SPECIAL | VM_DROPPABLE)
>          |         ^~~~~~~~~~~~~~~~

bah, OK, my attempt to turn the incoming email into something usable
didn't work out,  Let me attempt to repair that.

Anthony, text/plain changelogged, signed-off patches are very much
preferred, thanks.



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

* Re: [akpm-mm:mm-new 286/330] include/dup.h:354:25: error: stray '\302' in program
  2026-03-09  5:31 ` Andrew Morton
@ 2026-03-09  6:27   ` anthony.yznaga
  0 siblings, 0 replies; 3+ messages in thread
From: anthony.yznaga @ 2026-03-09  6:27 UTC (permalink / raw)
  To: Andrew Morton, kernel test robot
  Cc: oe-kbuild-all, David Hildenbrand, Linux Memory Management List


On 3/8/26 10:31 PM, Andrew Morton wrote:
> On Mon, 9 Mar 2026 08:11:21 +0800 kernel test robot <lkp@intel.com> wrote:
>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-new
>> head:   167400fd4c51f9e5ea8fc9d33c89c938799be4be
>> commit: 84cd8de2b92a1ccf493c43da8b31bb983d320ca7 [286/330] mm-prevent-droppable-mappings-from-being-locked-fix
>> config: x86_64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260309/202603090023.npem8cfw-lkp@intel.com/config)
>> compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
>> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260309/202603090023.npem8cfw-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/r/202603090023.npem8cfw-lkp@intel.com/
>>
>> All error/warnings (new ones prefixed by >>):
>>
>>     In file included from vma_internal.h:55,
>>                      from shared.h:11,
>>                      from main.c:3:
>>>> include/dup.h:354:9: warning: ISO C99 requires whitespace after the macro name
>>       354 | #define VM_NO_MLOCK_MASK       (VM_SPECIAL | VM_DROPPABLE)
>>           |         ^~~~~~~~~~~~~~~~
> bah, OK, my attempt to turn the incoming email into something usable
> didn't work out,  Let me attempt to repair that.
>
> Anthony, text/plain changelogged, signed-off patches are very much
> preferred, thanks.
>
Noted. Thank you, Andrew.

Anthony



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

end of thread, other threads:[~2026-03-09  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-09  0:11 [akpm-mm:mm-new 286/330] include/dup.h:354:25: error: stray '\302' in program kernel test robot
2026-03-09  5:31 ` Andrew Morton
2026-03-09  6:27   ` anthony.yznaga

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