linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ritesh Harjani <riteshh@linux.ibm.com>, linux-mm@kvack.org
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org, Dennis Zhou <dennis@kernel.org>,
	Tejun Heo <tj@kernel.org>,
	Christoph Lameter <cl@linux-foundation.org>,
	Ritesh Harjani <riteshh@linux.ibm.com>,
	"Aneesh Kumar K . V" <aneesh.kumar@linux.ibm.com>,
	Vaibhav Jain <vaibhav@linux.ibm.com>
Subject: Re: [PATCH 2/2] lib/percpu_test: Add extra tests in percpu_test
Date: Mon, 23 Aug 2021 23:10:32 +0800	[thread overview]
Message-ID: <202108232331.7u97FSCt-lkp@intel.com> (raw)
In-Reply-To: <789c7e9e66f465f8b6043973e11fc5aef82e6a7d.1629712557.git.riteshh@linux.ibm.com>

[-- Attachment #1: Type: text/plain, Size: 2315 bytes --]

Hi Ritesh,

I love your patch! Perhaps something to improve:

[auto build test WARNING on dennis-percpu/for-next]
[also build test WARNING on wq/for-next linux/master linus/master v5.14-rc7 next-20210823]
[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]

url:    https://github.com/0day-ci/linux/commits/Ritesh-Harjani/kernel-workqueue-Make-schedule_on_each_cpu-as-EXPORT_SYMBOL/20210823-180924
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-next
config: hexagon-randconfig-r024-20210822 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 79b55e5038324e61a3abf4e6a9a949c473edd858)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/a1287719d9dc710544e9968864a2069724b51427
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Ritesh-Harjani/kernel-workqueue-Make-schedule_on_each_cpu-as-EXPORT_SYMBOL/20210823-180924
        git checkout a1287719d9dc710544e9968864a2069724b51427
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> lib/percpu_test.c:161:6: warning: no previous prototype for function 'percpu_test_verify_work' [-Wmissing-prototypes]
   void percpu_test_verify_work(struct work_struct *work)
        ^
   lib/percpu_test.c:161:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void percpu_test_verify_work(struct work_struct *work)
   ^
   static 
   1 warning generated.


vim +/percpu_test_verify_work +161 lib/percpu_test.c

   160	
 > 161	void percpu_test_verify_work(struct work_struct *work)
   162	{
   163		percpu_test_verify();
   164	}
   165	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 29289 bytes --]

  reply	other threads:[~2021-08-23 15:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23 10:07 [PATCH 1/2] kernel/workqueue: Make schedule_on_each_cpu as EXPORT_SYMBOL Ritesh Harjani
2021-08-23 10:07 ` [PATCH 2/2] lib/percpu_test: Add extra tests in percpu_test Ritesh Harjani
2021-08-23 15:10   ` kernel test robot [this message]
2021-08-23 17:40   ` kernel test robot
2021-08-23 12:58 ` [PATCH 1/2] kernel/workqueue: Make schedule_on_each_cpu as EXPORT_SYMBOL Christoph Hellwig

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=202108232331.7u97FSCt-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=aneesh.kumar@linux.ibm.com \
    --cc=cl@linux-foundation.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=dennis@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=riteshh@linux.ibm.com \
    --cc=tj@kernel.org \
    --cc=vaibhav@linux.ibm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).