* Re: [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread
2025-06-16 13:39 ` [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread Bharata B Rao
2025-06-16 14:05 ` page_ext and memdescs Matthew Wilcox
@ 2025-06-17 1:37 ` kernel test robot
2025-07-07 9:36 ` Byungchul Park
2 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2025-06-17 1:37 UTC (permalink / raw)
To: Bharata B Rao; +Cc: oe-kbuild-all
Hi Bharata,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on akpm-mm/mm-everything]
[also build test ERROR on linus/master v6.16-rc2 next-20250616]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Bharata-B-Rao/mm-migrate-Allow-misplaced-migration-without-VMA-too/20250616-214331
base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link: https://lore.kernel.org/r/20250616133931.206626-4-bharata%40amd.com
patch subject: [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread
config: x86_64-buildonly-randconfig-005-20250617 (https://download.01.org/0day-ci/archive/20250617/202506170912.SiVSef87-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250617/202506170912.SiVSef87-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/202506170912.SiVSef87-lkp@intel.com/
All error/warnings (new ones prefixed by >>):
In file included from <command-line>:
mm/kmigrated.c: In function 'page_ext_xchg_nid':
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/linux/compiler_types.h:548:23: note: in definition of macro '__compiletime_assert'
548 | if (!(condition)) \
| ^~~~~~~~~
include/linux/compiler_types.h:568:9: note: in expansion of macro '_compiletime_assert'
568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:9: note: in expansion of macro 'compiletime_assert'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:28: note: in expansion of macro '__native_word'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~
include/asm-generic/rwonce.h:49:9: note: in expansion of macro 'compiletime_assert_rwonce_type'
49 | compiletime_assert_rwonce_type(x); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/linux/compiler_types.h:548:23: note: in definition of macro '__compiletime_assert'
548 | if (!(condition)) \
| ^~~~~~~~~
include/linux/compiler_types.h:568:9: note: in expansion of macro '_compiletime_assert'
568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:9: note: in expansion of macro 'compiletime_assert'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:28: note: in expansion of macro '__native_word'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~
include/asm-generic/rwonce.h:49:9: note: in expansion of macro 'compiletime_assert_rwonce_type'
49 | compiletime_assert_rwonce_type(x); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/linux/compiler_types.h:548:23: note: in definition of macro '__compiletime_assert'
548 | if (!(condition)) \
| ^~~~~~~~~
include/linux/compiler_types.h:568:9: note: in expansion of macro '_compiletime_assert'
568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:9: note: in expansion of macro 'compiletime_assert'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:28: note: in expansion of macro '__native_word'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~
include/asm-generic/rwonce.h:49:9: note: in expansion of macro 'compiletime_assert_rwonce_type'
49 | compiletime_assert_rwonce_type(x); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/linux/compiler_types.h:548:23: note: in definition of macro '__compiletime_assert'
548 | if (!(condition)) \
| ^~~~~~~~~
include/linux/compiler_types.h:568:9: note: in expansion of macro '_compiletime_assert'
568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:9: note: in expansion of macro 'compiletime_assert'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:28: note: in expansion of macro '__native_word'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~
include/asm-generic/rwonce.h:49:9: note: in expansion of macro 'compiletime_assert_rwonce_type'
49 | compiletime_assert_rwonce_type(x); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/linux/compiler_types.h:548:23: note: in definition of macro '__compiletime_assert'
548 | if (!(condition)) \
| ^~~~~~~~~
include/linux/compiler_types.h:568:9: note: in expansion of macro '_compiletime_assert'
568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:36:9: note: in expansion of macro 'compiletime_assert'
36 | compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
| ^~~~~~~~~~~~~~~~~~
include/asm-generic/rwonce.h:49:9: note: in expansion of macro 'compiletime_assert_rwonce_type'
49 | compiletime_assert_rwonce_type(x); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/linux/compiler_types.h:518:27: note: in definition of macro '__unqual_scalar_typeof'
518 | _Generic((x), \
| ^
include/asm-generic/rwonce.h:50:9: note: in expansion of macro '__READ_ONCE'
50 | __READ_ONCE(x); \
| ^~~~~~~~~~~
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
In file included from ./arch/x86/include/generated/asm/rwonce.h:1,
from include/linux/compiler.h:390,
from include/asm-generic/bug.h:5,
from arch/x86/include/asm/bug.h:103,
from include/linux/bug.h:5,
from include/linux/mmdebug.h:5,
from include/linux/mm.h:6,
from mm/kmigrated.c:13:
>> mm/kmigrated.c:26:39: error: invalid use of undefined type 'struct page_ext'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~
include/asm-generic/rwonce.h:44:73: note: in definition of macro '__READ_ONCE'
44 | #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x))
| ^
mm/kmigrated.c:26:21: note: in expansion of macro 'READ_ONCE'
26 | old_flags = READ_ONCE(page_ext->flags);
| ^~~~~~~~~
>> mm/kmigrated.c:29:37: error: 'PAGE_EXT_MIG_NID_SHIFT' undeclared (first use in this function)
29 | old_nid = (flags >> PAGE_EXT_MIG_NID_SHIFT) & PAGE_EXT_MIG_NID_MASK;
| ^~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:29:37: note: each undeclared identifier is reported only once for each function it appears in
>> mm/kmigrated.c:29:63: error: 'PAGE_EXT_MIG_NID_MASK' undeclared (first use in this function)
29 | old_nid = (flags >> PAGE_EXT_MIG_NID_SHIFT) & PAGE_EXT_MIG_NID_MASK;
| ^~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:33:49: error: invalid use of undefined type 'struct page_ext'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
mm/kmigrated.c:33:49: error: invalid use of undefined type 'struct page_ext'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4878:55: error: invalid type argument of unary '*' (have 'int')
4878 | instrument_atomic_read_write(__ai_ptr, sizeof(*__ai_ptr)); \
| ^~~~~~~~~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
>> include/linux/atomic/atomic-instrumented.h:4878:38: warning: passing argument 1 of 'instrument_atomic_read_write' makes pointer from integer without a cast [-Wint-conversion]
4878 | instrument_atomic_read_write(__ai_ptr, sizeof(*__ai_ptr)); \
| ^~~~~~~~
| |
| int
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
In file included from include/asm-generic/bitops/instrumented-atomic.h:14,
from arch/x86/include/asm/bitops.h:429,
from include/linux/bitops.h:67,
from include/linux/thread_info.h:27,
from include/linux/spinlock.h:60,
from include/linux/mmzone.h:8,
from include/linux/gfp.h:7,
from include/linux/mm.h:7:
include/linux/instrumented.h:94:79: note: expected 'const volatile void *' but argument is of type 'int'
94 | static __always_inline void instrument_atomic_read_write(const volatile void *v, size_t size)
| ~~~~~~~~~~~~~~~~~~~~~^
arch/x86/include/asm/cmpxchg.h:161:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
161 | __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
| ^
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:162:20: error: invalid type argument of unary '*' (have 'int')
162 | __typeof__(*(_ptr)) __old = *_old; \
| ^~~~~~~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:162:37: error: invalid type argument of unary '*' (have 'int')
162 | __typeof__(*(_ptr)) __old = *_old; \
| ^~~~~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:163:20: error: invalid type argument of unary '*' (have 'int')
163 | __typeof__(*(_ptr)) __new = (_new); \
| ^~~~~~~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:52: error: invalid type argument of unary '*' (have 'int')
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
>> arch/x86/include/asm/cmpxchg.h:167:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
167 | volatile u8 *__ptr = (volatile u8 *)(_ptr); \
| ^
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:179:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
179 | volatile u16 *__ptr = (volatile u16 *)(_ptr); \
| ^
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:191:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
191 | volatile u32 *__ptr = (volatile u32 *)(_ptr); \
| ^
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:203:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
203 | volatile u64 *__ptr = (volatile u64 *)(_ptr); \
| ^
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:217:17: error: invalid type argument of unary '*' (have 'int')
217 | *_old = __old; \
| ^~~~~
include/linux/compiler.h:32:55: note: in definition of macro '__branch_check__'
32 | ______r = __builtin_expect(!!(x), expect); \
| ^
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
mm/kmigrated.c:33:49: error: invalid use of undefined type 'struct page_ext'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
mm/kmigrated.c:33:49: error: invalid use of undefined type 'struct page_ext'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4878:55: error: invalid type argument of unary '*' (have 'int')
4878 | instrument_atomic_read_write(__ai_ptr, sizeof(*__ai_ptr)); \
| ^~~~~~~~~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
>> include/linux/atomic/atomic-instrumented.h:4878:38: warning: passing argument 1 of 'instrument_atomic_read_write' makes pointer from integer without a cast [-Wint-conversion]
4878 | instrument_atomic_read_write(__ai_ptr, sizeof(*__ai_ptr)); \
| ^~~~~~~~
| |
| int
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
include/linux/instrumented.h:94:79: note: expected 'const volatile void *' but argument is of type 'int'
94 | static __always_inline void instrument_atomic_read_write(const volatile void *v, size_t size)
| ~~~~~~~~~~~~~~~~~~~~~^
arch/x86/include/asm/cmpxchg.h:161:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
161 | __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
| ^
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:162:20: error: invalid type argument of unary '*' (have 'int')
162 | __typeof__(*(_ptr)) __old = *_old; \
| ^~~~~~~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:162:37: error: invalid type argument of unary '*' (have 'int')
162 | __typeof__(*(_ptr)) __old = *_old; \
| ^~~~~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:163:20: error: invalid type argument of unary '*' (have 'int')
163 | __typeof__(*(_ptr)) __new = (_new); \
| ^~~~~~~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:52: error: invalid type argument of unary '*' (have 'int')
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
>> arch/x86/include/asm/cmpxchg.h:167:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
167 | volatile u8 *__ptr = (volatile u8 *)(_ptr); \
| ^
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:179:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
179 | volatile u16 *__ptr = (volatile u16 *)(_ptr); \
| ^
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:191:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
191 | volatile u32 *__ptr = (volatile u32 *)(_ptr); \
| ^
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:203:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
203 | volatile u64 *__ptr = (volatile u64 *)(_ptr); \
| ^
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:217:17: error: invalid type argument of unary '*' (have 'int')
217 | *_old = __old; \
| ^~~~~
include/linux/compiler.h:34:54: note: in definition of macro '__branch_check__'
34 | expect, is_constant); \
| ^~~~~~~~~~~
mm/kmigrated.c:33:18: note: in expansion of macro 'unlikely'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~
arch/x86/include/asm/cmpxchg.h:222:9: note: in expansion of macro '__raw_try_cmpxchg'
222 | __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
| ^~~~~~~~~~~~~~~~~
arch/x86/include/asm/cmpxchg.h:231:9: note: in expansion of macro '__try_cmpxchg'
231 | __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
| ^~~~~~~~~~~~~
include/linux/atomic/atomic-arch-fallback.h:184:25: note: in expansion of macro 'arch_try_cmpxchg'
184 | #define raw_try_cmpxchg arch_try_cmpxchg
| ^~~~~~~~~~~~~~~~
include/linux/atomic/atomic-instrumented.h:4880:9: note: in expansion of macro 'raw_try_cmpxchg'
4880 | raw_try_cmpxchg(__ai_ptr, __ai_oldp, __VA_ARGS__); \
| ^~~~~~~~~~~~~~~
mm/kmigrated.c:33:28: note: in expansion of macro 'try_cmpxchg'
33 | } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
| ^~~~~~~~~~~
mm/kmigrated.c: In function 'kmigrated_add_pfn':
>> mm/kmigrated.c:61:26: error: 'PAGE_EXT_MIGRATE_READY' undeclared (first use in this function)
61 | test_and_set_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags);
| ^~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:61:59: error: invalid use of undefined type 'struct page_ext'
61 | test_and_set_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags);
| ^~
mm/kmigrated.c: In function 'kmigrated_get_nid':
mm/kmigrated.c:83:33: error: 'PAGE_EXT_MIGRATE_READY' undeclared (first use in this function)
83 | if (!test_and_clear_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags))
| ^~~~~~~~~~~~~~~~~~~~~~
mm/kmigrated.c:83:66: error: invalid use of undefined type 'struct page_ext'
83 | if (!test_and_clear_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags))
| ^~
vim +26 mm/kmigrated.c
20
21 static int page_ext_xchg_nid(struct page_ext *page_ext, int nid)
22 {
23 unsigned long old_flags, flags;
24 int old_nid;
25
> 26 old_flags = READ_ONCE(page_ext->flags);
27 do {
28 flags = old_flags;
> 29 old_nid = (flags >> PAGE_EXT_MIG_NID_SHIFT) & PAGE_EXT_MIG_NID_MASK;
30
31 flags &= ~(PAGE_EXT_MIG_NID_MASK << PAGE_EXT_MIG_NID_SHIFT);
32 flags |= (nid & PAGE_EXT_MIG_NID_MASK) << PAGE_EXT_MIG_NID_SHIFT;
33 } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
34
35 return old_nid;
36 }
37
38 /*
39 * Marks the page as ready for migration.
40 *
41 * @pfn: PFN of the page
42 * @nid: Target NID to were the page needs to be migrated
43 *
44 * The request for migration is noted by setting PAGE_EXT_MIGRATE_READY
45 * in the extended page flags which the kmigrated thread would check.
46 */
47 int kmigrated_add_pfn(unsigned long pfn, int nid)
48 {
49 struct page *page;
50 struct page_ext *page_ext;
51
52 page = pfn_to_page(pfn);
53 if (!page)
54 return -EINVAL;
55
56 page_ext = page_ext_get(page);
57 if (unlikely(!page_ext))
58 return -EINVAL;
59
60 page_ext_xchg_nid(page_ext, nid);
> 61 test_and_set_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags);
62 page_ext_put(page_ext);
63
64 set_bit(PGDAT_KMIGRATED_ACTIVATE, &page_pgdat(page)->flags);
65 return 0;
66 }
67
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread
2025-06-16 13:39 ` [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread Bharata B Rao
2025-06-16 14:05 ` page_ext and memdescs Matthew Wilcox
2025-06-17 1:37 ` [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread kernel test robot
@ 2025-07-07 9:36 ` Byungchul Park
2025-07-08 3:43 ` Bharata B Rao
2 siblings, 1 reply; 14+ messages in thread
From: Byungchul Park @ 2025-07-07 9:36 UTC (permalink / raw)
To: Bharata B Rao
Cc: linux-kernel, linux-mm, Jonathan.Cameron, dave.hansen, gourry,
hannes, mgorman, mingo, peterz, raghavendra.kt, riel, rientjes,
sj, weixugc, willy, ying.huang, ziy, dave, nifan.cxl, xuezhengchu,
yiannis, akpm, david, kernel_team
On Mon, Jun 16, 2025 at 07:09:30PM +0530, Bharata B Rao wrote:
>
> kmigrated is a per-node kernel thread that migrates the
> folios marked for migration in batches. Each kmigrated
> thread walks the PFN range spanning its node and checks
> for potential migration candidates.
>
> It depends on the fields added to extended page flags
> to determine the pages that need to be migrated and
> the target NID.
>
> Signed-off-by: Bharata B Rao <bharata@amd.com>
> ---
> include/linux/mmzone.h | 5 +
> include/linux/page_ext.h | 17 +++
> mm/Makefile | 3 +-
> mm/kmigrated.c | 223 +++++++++++++++++++++++++++++++++++++++
> mm/mm_init.c | 6 ++
> mm/page_ext.c | 11 ++
> 6 files changed, 264 insertions(+), 1 deletion(-)
> create mode 100644 mm/kmigrated.c
>
> diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
> index 283913d42d7b..5d7f0b8d3c91 100644
> --- a/include/linux/mmzone.h
> +++ b/include/linux/mmzone.h
> @@ -853,6 +853,8 @@ enum zone_type {
>
> };
>
> +int kmigrated_add_pfn(unsigned long pfn, int nid);
> +
> #ifndef __GENERATING_BOUNDS_H
>
> #define ASYNC_AND_SYNC 2
> @@ -1049,6 +1051,7 @@ enum pgdat_flags {
> * many pages under writeback
> */
> PGDAT_RECLAIM_LOCKED, /* prevents concurrent reclaim */
> + PGDAT_KMIGRATED_ACTIVATE, /* activates kmigrated */
> };
>
> enum zone_flags {
> @@ -1493,6 +1496,8 @@ typedef struct pglist_data {
> #ifdef CONFIG_MEMORY_FAILURE
> struct memory_failure_stats mf_stats;
> #endif
> + struct task_struct *kmigrated;
> + wait_queue_head_t kmigrated_wait;
> } pg_data_t;
>
> #define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages)
> diff --git a/include/linux/page_ext.h b/include/linux/page_ext.h
> index 76c817162d2f..4300c9dbafec 100644
> --- a/include/linux/page_ext.h
> +++ b/include/linux/page_ext.h
> @@ -40,8 +40,25 @@ enum page_ext_flags {
> PAGE_EXT_YOUNG,
> PAGE_EXT_IDLE,
> #endif
> + /*
> + * 32 bits following this are used by the migrator.
> + * The next available bit position is 33.
> + */
> + PAGE_EXT_MIGRATE_READY,
> };
>
> +#define PAGE_EXT_MIG_NID_WIDTH 10
> +#define PAGE_EXT_MIG_FREQ_WIDTH 3
> +#define PAGE_EXT_MIG_TIME_WIDTH 18
> +
> +#define PAGE_EXT_MIG_NID_SHIFT (PAGE_EXT_MIGRATE_READY + 1)
> +#define PAGE_EXT_MIG_FREQ_SHIFT (PAGE_EXT_MIG_NID_SHIFT + PAGE_EXT_MIG_NID_WIDTH)
> +#define PAGE_EXT_MIG_TIME_SHIFT (PAGE_EXT_MIG_FREQ_SHIFT + PAGE_EXT_MIG_FREQ_WIDTH)
> +
> +#define PAGE_EXT_MIG_NID_MASK ((1UL << PAGE_EXT_MIG_NID_SHIFT) - 1)
> +#define PAGE_EXT_MIG_FREQ_MASK ((1UL << PAGE_EXT_MIG_FREQ_SHIFT) - 1)
> +#define PAGE_EXT_MIG_TIME_MASK ((1UL << PAGE_EXT_MIG_TIME_SHIFT) - 1)
> +
> /*
> * Page Extension can be considered as an extended mem_map.
> * A page_ext page is associated with every page descriptor. The
> diff --git a/mm/Makefile b/mm/Makefile
> index 1a7a11d4933d..5a382f19105f 100644
> --- a/mm/Makefile
> +++ b/mm/Makefile
> @@ -37,7 +37,8 @@ mmu-y := nommu.o
> mmu-$(CONFIG_MMU) := highmem.o memory.o mincore.o \
> mlock.o mmap.o mmu_gather.o mprotect.o mremap.o \
> msync.o page_vma_mapped.o pagewalk.o \
> - pgtable-generic.o rmap.o vmalloc.o vma.o vma_exec.o
> + pgtable-generic.o rmap.o vmalloc.o vma.o vma_exec.o \
> + kmigrated.o
>
>
> ifdef CONFIG_CROSS_MEMORY_ATTACH
> diff --git a/mm/kmigrated.c b/mm/kmigrated.c
> new file mode 100644
> index 000000000000..3caefe4be0e7
> --- /dev/null
> +++ b/mm/kmigrated.c
> @@ -0,0 +1,223 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * kmigrated is a kernel thread that runs for each node that has
> + * memory. It iterates over the node's PFNs and migrates pages
> + * marked for migration into their targeted nodes.
> + *
> + * kmigrated depends on PAGE_EXTENSION to find out the pages that
> + * need to be migrated. In addition to a few fields that could be
> + * used by hot page promotion logic to store and evaluate the page
> + * hotness information, the extended page flags is field is extended
> + * to store the target NID for migration.
> + */
> +#include <linux/mm.h>
> +#include <linux/migrate.h>
> +#include <linux/cpuhotplug.h>
> +#include <linux/page_ext.h>
> +
> +#define KMIGRATE_DELAY MSEC_PER_SEC
> +#define KMIGRATE_BATCH 512
> +
> +static int page_ext_xchg_nid(struct page_ext *page_ext, int nid)
> +{
> + unsigned long old_flags, flags;
> + int old_nid;
> +
> + old_flags = READ_ONCE(page_ext->flags);
> + do {
> + flags = old_flags;
> + old_nid = (flags >> PAGE_EXT_MIG_NID_SHIFT) & PAGE_EXT_MIG_NID_MASK;
> +
> + flags &= ~(PAGE_EXT_MIG_NID_MASK << PAGE_EXT_MIG_NID_SHIFT);
> + flags |= (nid & PAGE_EXT_MIG_NID_MASK) << PAGE_EXT_MIG_NID_SHIFT;
> + } while (unlikely(!try_cmpxchg(&page_ext->flags, &old_flags, flags)));
> +
> + return old_nid;
> +}
> +
> +/*
> + * Marks the page as ready for migration.
> + *
> + * @pfn: PFN of the page
> + * @nid: Target NID to were the page needs to be migrated
> + *
> + * The request for migration is noted by setting PAGE_EXT_MIGRATE_READY
> + * in the extended page flags which the kmigrated thread would check.
> + */
> +int kmigrated_add_pfn(unsigned long pfn, int nid)
> +{
> + struct page *page;
> + struct page_ext *page_ext;
> +
> + page = pfn_to_page(pfn);
> + if (!page)
> + return -EINVAL;
> +
> + page_ext = page_ext_get(page);
> + if (unlikely(!page_ext))
> + return -EINVAL;
> +
> + page_ext_xchg_nid(page_ext, nid);
> + test_and_set_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags);
> + page_ext_put(page_ext);
> +
> + set_bit(PGDAT_KMIGRATED_ACTIVATE, &page_pgdat(page)->flags);
> + return 0;
> +}
> +
> +/*
> + * If the page has been marked ready for migration, return
> + * the NID to which it needs to be migrated to.
> + *
> + * If not return NUMA_NO_NODE.
> + */
> +static int kmigrated_get_nid(struct page *page)
> +{
> + struct page_ext *page_ext;
> + int nid = NUMA_NO_NODE;
> +
> + page_ext = page_ext_get(page);
> + if (unlikely(!page_ext))
> + return nid;
> +
> + if (!test_and_clear_bit(PAGE_EXT_MIGRATE_READY, &page_ext->flags))
> + goto out;
> +
> + nid = page_ext_xchg_nid(page_ext, nid);
> +out:
> + page_ext_put(page_ext);
> + return nid;
> +}
> +
> +/*
> + * Walks the PFNs of the zone, isolates and migrates them in batches.
> + */
> +static void kmigrated_walk_zone(unsigned long start_pfn, unsigned long end_pfn,
> + int src_nid)
> +{
> + int nid, cur_nid = NUMA_NO_NODE;
> + LIST_HEAD(migrate_list);
> + int batch_count = 0;
> + struct folio *folio;
> + struct page *page;
> + unsigned long pfn;
> +
> + for (pfn = start_pfn; pfn < end_pfn; pfn++) {
Hi,
Is it feasible to scan all the pages in each zone? I think we should
figure out a better way so as to reduce CPU time for this purpose.
Besides the opinion above, I was thinking to design and implement a
kthread for memory placement between different tiers - I already named
it e.g. kmplaced, rather than relying on kswapd and hinting fault, lol ;)
Now that you've started, I'd like to think about it together and improve
it so that it works better. Please cc me from the next spin.
Byungchul
> + if (!pfn_valid(pfn))
> + continue;
> +
> + page = pfn_to_online_page(pfn);
> + if (!page)
> + continue;
> +
> + if (page_to_nid(page) != src_nid)
> + continue;
> +
> + /*
> + * TODO: Take care of folio_nr_pages() increment
> + * to pfn count.
> + */
> + folio = page_folio(page);
> + if (!folio_test_lru(folio))
> + continue;
> +
> + nid = kmigrated_get_nid(page);
> + if (nid == NUMA_NO_NODE)
> + continue;
> +
> + if (page_to_nid(page) == nid)
> + continue;
> +
> + if (migrate_misplaced_folio_prepare(folio, NULL, nid))
> + continue;
> +
> + if (cur_nid != NUMA_NO_NODE)
> + cur_nid = nid;
> +
> + if (++batch_count >= KMIGRATE_BATCH || cur_nid != nid) {
> + migrate_misplaced_folios_batch(&migrate_list, cur_nid);
> + cur_nid = nid;
> + batch_count = 0;
> + cond_resched();
> + }
> + list_add(&folio->lru, &migrate_list);
> + }
> + if (!list_empty(&migrate_list))
> + migrate_misplaced_folios_batch(&migrate_list, cur_nid);
> +}
> +
> +static void kmigrated_do_work(pg_data_t *pgdat)
> +{
> + struct zone *zone;
> + int zone_idx;
> +
> + clear_bit(PGDAT_KMIGRATED_ACTIVATE, &pgdat->flags);
> + for (zone_idx = 0; zone_idx < MAX_NR_ZONES; zone_idx++) {
> + zone = &pgdat->node_zones[zone_idx];
> +
> + if (!populated_zone(zone))
> + continue;
> +
> + if (zone_is_zone_device(zone))
> + continue;
> +
> + kmigrated_walk_zone(zone->zone_start_pfn, zone_end_pfn(zone),
> + pgdat->node_id);
> + }
> +}
> +
> +static inline bool kmigrated_work_requested(pg_data_t *pgdat)
> +{
> + return test_bit(PGDAT_KMIGRATED_ACTIVATE, &pgdat->flags);
> +}
> +
> +static void kmigrated_wait_work(pg_data_t *pgdat)
> +{
> + long timeout = msecs_to_jiffies(KMIGRATE_DELAY);
> +
> + wait_event_timeout(pgdat->kmigrated_wait,
> + kmigrated_work_requested(pgdat), timeout);
> +}
> +
> +/*
> + * Per-node kthread that iterates over its PFNs and migrates the
> + * pages that have been marked for migration.
> + */
> +static int kmigrated(void *p)
> +{
> + pg_data_t *pgdat = (pg_data_t *)p;
> +
> + while (!kthread_should_stop()) {
> + kmigrated_wait_work(pgdat);
> + kmigrated_do_work(pgdat);
> + }
> + return 0;
> +}
> +
> +static void kmigrated_run(int nid)
> +{
> + pg_data_t *pgdat = NODE_DATA(nid);
> +
> + if (pgdat->kmigrated)
> + return;
> +
> + pgdat->kmigrated = kthread_create(kmigrated, pgdat, "kmigrated%d", nid);
> + if (IS_ERR(pgdat->kmigrated)) {
> + pr_err("Failed to start kmigrated for node %d\n", nid);
> + pgdat->kmigrated = NULL;
> + } else {
> + wake_up_process(pgdat->kmigrated);
> + }
> +}
> +
> +static int __init kmigrated_init(void)
> +{
> + int nid;
> +
> + for_each_node_state(nid, N_MEMORY)
> + kmigrated_run(nid);
> +
> + return 0;
> +}
> +
> +subsys_initcall(kmigrated_init)
> diff --git a/mm/mm_init.c b/mm/mm_init.c
> index f2944748f526..3a9cfd175366 100644
> --- a/mm/mm_init.c
> +++ b/mm/mm_init.c
> @@ -1398,6 +1398,11 @@ static void pgdat_init_kcompactd(struct pglist_data *pgdat)
> static void pgdat_init_kcompactd(struct pglist_data *pgdat) {}
> #endif
>
> +static void pgdat_init_kmigrated(struct pglist_data *pgdat)
> +{
> + init_waitqueue_head(&pgdat->kmigrated_wait);
> +}
> +
> static void __meminit pgdat_init_internals(struct pglist_data *pgdat)
> {
> int i;
> @@ -1407,6 +1412,7 @@ static void __meminit pgdat_init_internals(struct pglist_data *pgdat)
>
> pgdat_init_split_queue(pgdat);
> pgdat_init_kcompactd(pgdat);
> + pgdat_init_kmigrated(pgdat);
>
> init_waitqueue_head(&pgdat->kswapd_wait);
> init_waitqueue_head(&pgdat->pfmemalloc_wait);
> diff --git a/mm/page_ext.c b/mm/page_ext.c
> index c351fdfe9e9a..546725fffddb 100644
> --- a/mm/page_ext.c
> +++ b/mm/page_ext.c
> @@ -76,6 +76,16 @@ static struct page_ext_operations page_idle_ops __initdata = {
> };
> #endif
>
> +static bool need_page_mig(void)
> +{
> + return true;
> +}
> +
> +static struct page_ext_operations page_mig_ops __initdata = {
> + .need = need_page_mig,
> + .need_shared_flags = true,
> +};
> +
> static struct page_ext_operations *page_ext_ops[] __initdata = {
> #ifdef CONFIG_PAGE_OWNER
> &page_owner_ops,
> @@ -89,6 +99,7 @@ static struct page_ext_operations *page_ext_ops[] __initdata = {
> #ifdef CONFIG_PAGE_TABLE_CHECK
> &page_table_check_ops,
> #endif
> + &page_mig_ops,
> };
>
> unsigned long page_ext_size;
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 14+ messages in thread