* [anolis-intel-cloud:intel-6.6-CWF-RDT-ANBZ24559 0/25] htmldocs: ./mm/ksm.c:146: warning: Function parameter or member 'CK_KABI_RESERVE(1' not described in 'ksm_scan'
@ 2025-12-11 13:00 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-12-11 13:00 UTC (permalink / raw)
To: aubrey.li; +Cc: oe-kbuild-all
tree: https://gitee.com/anolis/intel-cloud-kernel.git intel-6.6-CWF-RDT-ANBZ24559
head: 443d7ee63a13180e69479cd694f03a167a87da2e
commit: ef314e56b70f4662163f3e1e094bcfa9627674c5 [0/25] anolis: kabi: reserve some space for kABI
reproduce: (https://download.01.org/0day-ci/archive/20251211/202512111404.vA9djsot-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/202512111404.vA9djsot-lkp@intel.com/
All warnings (new ones prefixed by >>):
Error: Cannot open file ./include/linux/livepatch.h
Error: Cannot open file ./include/linux/seqlock.h
Error: Cannot open file ./include/linux/damon.h
Error: Cannot open file ./include/linux/highmem.h
Error: Cannot open file ./include/linux/highmem-internal.h
>> ./mm/ksm.c:146: warning: Function parameter or member 'CK_KABI_RESERVE(1' not described in 'ksm_scan'
Error: Cannot open file ./include/linux/migrate.h
Error: Cannot open file ./include/linux/ethtool.h
Error: Cannot open file ./include/linux/ethtool.h
Error: Cannot open file ./include/linux/ethtool.h
Error: Cannot open file ./include/linux/ethtool.h
vim +146 ./mm/ksm.c
31dbd01f314364 Izik Eidus 2009-09-21 128
31dbd01f314364 Izik Eidus 2009-09-21 129 /**
31dbd01f314364 Izik Eidus 2009-09-21 130 * struct ksm_scan - cursor for scanning
31dbd01f314364 Izik Eidus 2009-09-21 131 * @mm_slot: the current mm_slot we are scanning
31dbd01f314364 Izik Eidus 2009-09-21 132 * @address: the next address inside that to be scanned
6514d511dbe5a7 Hugh Dickins 2009-12-14 133 * @rmap_list: link to the next rmap to be scanned in the rmap_list
31dbd01f314364 Izik Eidus 2009-09-21 134 * @seqnr: count of completed full scans (needed when removing unstable node)
31dbd01f314364 Izik Eidus 2009-09-21 135 *
31dbd01f314364 Izik Eidus 2009-09-21 136 * There is only the one ksm_scan instance of this cursor structure.
31dbd01f314364 Izik Eidus 2009-09-21 137 */
31dbd01f314364 Izik Eidus 2009-09-21 138 struct ksm_scan {
21fbd59136e077 Qi Zheng 2022-08-31 139 struct ksm_mm_slot *mm_slot;
31dbd01f314364 Izik Eidus 2009-09-21 140 unsigned long address;
21fbd59136e077 Qi Zheng 2022-08-31 141 struct ksm_rmap_item **rmap_list;
31dbd01f314364 Izik Eidus 2009-09-21 142 unsigned long seqnr;
ef314e56b70f46 Guixin Liu 2024-08-26 143
ef314e56b70f46 Guixin Liu 2024-08-26 144 CK_KABI_RESERVE(1)
ef314e56b70f46 Guixin Liu 2024-08-26 145 CK_KABI_RESERVE(2)
31dbd01f314364 Izik Eidus 2009-09-21 @146 };
31dbd01f314364 Izik Eidus 2009-09-21 147
:::::: The code at line 146 was first introduced by commit
:::::: 31dbd01f314364b70c2e026a5793a29a4da8a9dc ksm: Kernel SamePage Merging
:::::: TO: Izik Eidus <ieidus@redhat.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:[~2025-12-11 13:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11 13:00 [anolis-intel-cloud:intel-6.6-CWF-RDT-ANBZ24559 0/25] htmldocs: ./mm/ksm.c:146: warning: Function parameter or member 'CK_KABI_RESERVE(1' not described in 'ksm_scan' kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.