* [davidhildenbrand:page_mapcount 3/9] fs/proc/internal.h:172:15: error: call to undeclared function 'folio_entire_mapcount'; ISO C99 and later do not support implicit function declarations
@ 2024-05-20 3:02 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-05-20 3:02 UTC (permalink / raw)
To: David Hildenbrand; +Cc: llvm, oe-kbuild-all
tree: https://github.com/davidhildenbrand/linux page_mapcount
head: 1171bcc67b5d6372f0ebb9a4f6d6a51aa9654090
commit: 1cab4fe6abdd27c1736a35914765ef6358fa45ce [3/9] fs/proc: move page_mapcount() to fs/proc/internal.h
config: um-x86_64_defconfig (https://download.01.org/0day-ci/archive/20240520/202405201040.sGy8962n-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240520/202405201040.sGy8962n-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/202405201040.sGy8962n-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from fs/proc/proc_tty.c:16:
>> fs/proc/internal.h:172:15: error: call to undeclared function 'folio_entire_mapcount'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
mapcount += folio_entire_mapcount(folio);
^
1 error generated.
--
In file included from fs/proc/uptime.c:9:
In file included from include/linux/kernel_stat.h:9:
In file included from include/linux/interrupt.h:11:
In file included from include/linux/hardirq.h:11:
In file included from arch/um/include/asm/hardirq.h:5:
In file included from include/asm-generic/hardirq.h:17:
In file included from include/linux/irq.h:20:
In file included from include/linux/io.h:14:
In file included from arch/um/include/asm/io.h:24:
include/asm-generic/io.h:548:31: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
val = __raw_readb(PCI_IOBASE + addr);
~~~~~~~~~~ ^
include/asm-generic/io.h:561:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
~~~~~~~~~~ ^
include/uapi/linux/byteorder/little_endian.h:37:51: note: expanded from macro '__le16_to_cpu'
#define __le16_to_cpu(x) ((__force __u16)(__le16)(x))
^
In file included from fs/proc/uptime.c:9:
In file included from include/linux/kernel_stat.h:9:
In file included from include/linux/interrupt.h:11:
In file included from include/linux/hardirq.h:11:
In file included from arch/um/include/asm/hardirq.h:5:
In file included from include/asm-generic/hardirq.h:17:
In file included from include/linux/irq.h:20:
In file included from include/linux/io.h:14:
In file included from arch/um/include/asm/io.h:24:
include/asm-generic/io.h:574:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
~~~~~~~~~~ ^
include/uapi/linux/byteorder/little_endian.h:35:51: note: expanded from macro '__le32_to_cpu'
#define __le32_to_cpu(x) ((__force __u32)(__le32)(x))
^
In file included from fs/proc/uptime.c:9:
In file included from include/linux/kernel_stat.h:9:
In file included from include/linux/interrupt.h:11:
In file included from include/linux/hardirq.h:11:
In file included from arch/um/include/asm/hardirq.h:5:
In file included from include/asm-generic/hardirq.h:17:
In file included from include/linux/irq.h:20:
In file included from include/linux/io.h:14:
In file included from arch/um/include/asm/io.h:24:
include/asm-generic/io.h:585:33: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
__raw_writeb(value, PCI_IOBASE + addr);
~~~~~~~~~~ ^
include/asm-generic/io.h:595:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
__raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
~~~~~~~~~~ ^
include/asm-generic/io.h:605:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
__raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
~~~~~~~~~~ ^
include/asm-generic/io.h:693:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
readsb(PCI_IOBASE + addr, buffer, count);
~~~~~~~~~~ ^
include/asm-generic/io.h:701:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
readsw(PCI_IOBASE + addr, buffer, count);
~~~~~~~~~~ ^
include/asm-generic/io.h:709:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
readsl(PCI_IOBASE + addr, buffer, count);
~~~~~~~~~~ ^
include/asm-generic/io.h:718:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
writesb(PCI_IOBASE + addr, buffer, count);
~~~~~~~~~~ ^
include/asm-generic/io.h:727:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
writesw(PCI_IOBASE + addr, buffer, count);
~~~~~~~~~~ ^
include/asm-generic/io.h:736:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
writesl(PCI_IOBASE + addr, buffer, count);
~~~~~~~~~~ ^
In file included from fs/proc/uptime.c:10:
>> fs/proc/internal.h:172:15: error: call to undeclared function 'folio_entire_mapcount'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
mapcount += folio_entire_mapcount(folio);
^
12 warnings and 1 error generated.
vim +/folio_entire_mapcount +172 fs/proc/internal.h
144
145 /**
146 * folio_precise_page_mapcount() - Number of mappings of this folio page.
147 * @folio: The folio.
148 * @page: The page.
149 *
150 * The number of present user page tables that reference this page as tracked
151 * via the RMAP: either referenced directly (PTE) or as part of a larger
152 * area that covers this page (e.g., PMD).
153 *
154 * Use this function only for the calculation of existing statistics
155 * (USS, PSS, mapcount_max) and for debugging purposes (/proc/kpagecount).
156 *
157 * Do not add new users.
158 *
159 * Returns: The number of mappings of this folio page. 0 for
160 * folios that are not mapped to user space or are not tracked via the RMAP
161 * (e.g., shared zeropage).
162 */
163 static inline int folio_precise_page_mapcount(struct folio *folio,
164 struct page *page)
165 {
166 int mapcount = atomic_read(&page->_mapcount) + 1;
167
168 /* Handle page_has_type() pages */
169 if (mapcount < PAGE_MAPCOUNT_RESERVE + 1)
170 mapcount = 0;
171 if (folio_test_large(folio))
> 172 mapcount += folio_entire_mapcount(folio);
173
174 return mapcount;
175 }
176
--
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:[~2024-05-20 3:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 3:02 [davidhildenbrand:page_mapcount 3/9] fs/proc/internal.h:172:15: error: call to undeclared function 'folio_entire_mapcount'; ISO C99 and later do not support implicit function declarations 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