From: kernel test robot <lkp@intel.com>
To: Gregory Price <gourry.memverge@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH v2 2/3] mm/memory-tiers: Introduce sysfs for tier interleave weights
Date: Fri, 13 Oct 2023 12:29:31 +0800 [thread overview]
Message-ID: <202310131212.2B2Hfkid-lkp@intel.com> (raw)
In-Reply-To: <20231009204259.875232-3-gregory.price@memverge.com>
Hi Gregory,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on cxl/next cxl/pending v6.6-rc5]
[cannot apply to akpm-mm/mm-everything next-20231012]
[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/Gregory-Price/mm-memory-tiers-change-mutex-to-rw-semaphore/20231012-044511
base: linus/master
patch link: https://lore.kernel.org/r/20231009204259.875232-3-gregory.price%40memverge.com
patch subject: [RFC PATCH v2 2/3] mm/memory-tiers: Introduce sysfs for tier interleave weights
config: um-i386_defconfig (https://download.01.org/0day-ci/archive/20231013/202310131212.2B2Hfkid-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231013/202310131212.2B2Hfkid-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/202310131212.2B2Hfkid-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from mm/vmscan.c:46:0:
>> include/linux/memory-tiers.h:106:15: warning: no previous declaration for 'memtier_get_node_weight' [-Wmissing-declarations]
unsigned char memtier_get_node_weight(int from_node, int target_node,
^~~~~~~~~~~~~~~~~~~~~~~
>> include/linux/memory-tiers.h:112:14: warning: no previous declaration for 'memtier_get_total_weight' [-Wmissing-declarations]
unsigned int memtier_get_total_weight(int from_node, nodemask_t *pol_nodes)
^~~~~~~~~~~~~~~~~~~~~~~~
vim +/memtier_get_node_weight +106 include/linux/memory-tiers.h
105
> 106 unsigned char memtier_get_node_weight(int from_node, int target_node,
107 nodemask_t *pol_nodes)
108 {
109 return 0;
110 }
111
> 112 unsigned int memtier_get_total_weight(int from_node, nodemask_t *pol_nodes)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-10-13 4:29 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 20:42 [RFC PATCH v2 0/3] mm: mempolicy: Multi-tier weighted interleaving Gregory Price
2023-10-09 20:42 ` [RFC PATCH v2 1/3] mm/memory-tiers: change mutex to rw semaphore Gregory Price
2023-10-09 20:42 ` [RFC PATCH v2 2/3] mm/memory-tiers: Introduce sysfs for tier interleave weights Gregory Price
2023-10-12 1:48 ` kernel test robot
2023-10-13 4:29 ` kernel test robot [this message]
2023-10-13 5:01 ` kernel test robot
2023-10-09 20:42 ` [RFC PATCH v2 3/3] mm/mempolicy: modify interleave mempolicy to use memtier weights Gregory Price
2023-10-11 21:15 ` [RFC PATCH v2 0/3] mm: mempolicy: Multi-tier weighted interleaving Matthew Wilcox
2023-10-10 1:07 ` Gregory Price
2023-10-16 7:57 ` Huang, Ying
2023-10-17 1:28 ` Gregory Price
2023-10-18 8:29 ` Huang, Ying
2023-10-17 2:52 ` Gregory Price
2023-10-19 6:28 ` Huang, Ying
2023-10-18 2:47 ` Gregory Price
2023-10-20 6:11 ` Huang, Ying
2023-10-19 13:26 ` Gregory Price
2023-10-23 2:09 ` Huang, Ying
2023-10-24 15:32 ` Gregory Price
2023-10-25 1:13 ` Huang, Ying
2023-10-25 19:51 ` Gregory Price
2023-10-30 2:20 ` Huang, Ying
2023-10-30 4:19 ` Gregory Price
2023-10-30 5:23 ` Huang, Ying
2023-10-18 8:31 ` Huang, Ying
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202310131212.2B2Hfkid-lkp@intel.com \
--to=lkp@intel.com \
--cc=gourry.memverge@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.