linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* mm/page_alloc.c:7043:20: error: unused function 'has_unaccepted_memory'
@ 2024-09-06  3:44 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-06  3:44 UTC (permalink / raw)
  To: Kirill A. Shutemov
  Cc: llvm, oe-kbuild-all, linux-kernel, Andrew Morton,
	Linux Memory Management List

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ad618736883b8970f66af799e34007475fe33a68
commit: 807174a93d24c456503692dc3f5af322ee0b640a mm: fix endless reclaim on machines with unaccepted memory
date:   3 weeks ago
config: x86_64-sof-customedconfig-avs-defconfig (https://download.01.org/0day-ci/archive/20240906/202409061101.Jlx5z2fI-lkp@intel.com/config)
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240906/202409061101.Jlx5z2fI-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/202409061101.Jlx5z2fI-lkp@intel.com/

All errors (new ones prefixed by >>):

>> mm/page_alloc.c:7043:20: error: unused function 'has_unaccepted_memory' [-Werror,-Wunused-function]
    7043 | static inline bool has_unaccepted_memory(void)
         |                    ^~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +/has_unaccepted_memory +7043 mm/page_alloc.c

dcdfdd40fa82b6 Kirill A. Shutemov 2023-06-06  7042  
dcdfdd40fa82b6 Kirill A. Shutemov 2023-06-06 @7043  static inline bool has_unaccepted_memory(void)
dcdfdd40fa82b6 Kirill A. Shutemov 2023-06-06  7044  {
dcdfdd40fa82b6 Kirill A. Shutemov 2023-06-06  7045  	return false;
dcdfdd40fa82b6 Kirill A. Shutemov 2023-06-06  7046  }
dcdfdd40fa82b6 Kirill A. Shutemov 2023-06-06  7047  

:::::: The code at line 7043 was first introduced by commit
:::::: dcdfdd40fa82b6704d2841938e5c8ec3051eb0d6 mm: Add support for unaccepted memory

:::::: TO: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
:::::: CC: Borislav Petkov (AMD) <bp@alien8.de>

-- 
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-09-06  3:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06  3:44 mm/page_alloc.c:7043:20: error: unused function 'has_unaccepted_memory' 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