[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202212261721.MGrHhE5k-lkp@intel.com>
Date: Mon, 26 Dec 2022 17:20:39 +0800
From: kernel test robot <lkp@...el.com>
To: yang.yang29@....com.cn, akpm@...ux-foundation.org
Cc: oe-kbuild-all@...ts.linux.dev, david@...hat.com,
imbrenda@...ux.ibm.com, jiang.xuexin@....com.cn,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
ran.xiaokai@....com.cn, xu.xin.sc@...il.com, xu.xin16@....com.cn,
yang.yang29@....com.cn
Subject: Re: [PATCH v4 3/6] ksm: count all zero pages placed by KSM
Hi,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on akpm-mm/mm-everything]
[also build test WARNING on linus/master v6.2-rc1 next-20221226]
[cannot apply to shuah-kselftest/next shuah-kselftest/fixes]
[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/yang-yang29-zte-com-cn/ksm-abstract-the-function-try_to_get_old_rmap_item/20221226-100925
base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link: https://lore.kernel.org/r/202212261004269680139%40zte.com.cn
patch subject: [PATCH v4 3/6] ksm: count all zero pages placed by KSM
config: x86_64-rhel-8.3-kselftests
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/intel-lab-lkp/linux/commit/7a5bf9867fe97f03edb941924c803327a1c2facb
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review yang-yang29-zte-com-cn/ksm-abstract-the-function-try_to_get_old_rmap_item/20221226-100925
git checkout 7a5bf9867fe97f03edb941924c803327a1c2facb
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=x86_64 olddefconfig
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>):
>> mm/ksm.c:3238:9: warning: no previous prototype for 'zero_pages_sharing_show' [-Wmissing-prototypes]
3238 | ssize_t zero_pages_sharing_show(struct kobject *kobj,
| ^~~~~~~~~~~~~~~~~~~~~~~
vim +/zero_pages_sharing_show +3238 mm/ksm.c
3237
> 3238 ssize_t zero_pages_sharing_show(struct kobject *kobj,
3239 struct kobj_attribute *attr, char *buf)
3240 {
3241 return sysfs_emit(buf, "%ld\n", ksm_zero_pages_sharing);
3242 }
3243 KSM_ATTR_RO(zero_pages_sharing);
3244
--
0-DAY CI Kernel Test Service
https://01.org/lkp
View attachment "config" of type "text/plain" (171993 bytes)
Powered by blists - more mailing lists