public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: kbuild-all@lists.01.org, LKML <linux-kernel@vger.kernel.org>,
	Luc Van Oostenryck <luc.vanoostenryck@gmail.com>,
	Marco Elver <elver@google.com>, Borislav Petkov <bp@suse.de>,
	Will Deacon <will@kernel.org>
Subject: Re: [PATCH] sparse: use the _Generic() version of __unqual_scalar_typeof()
Date: Sat, 20 Jun 2020 12:32:37 +0800	[thread overview]
Message-ID: <202006201232.SBEiiMX4%lkp@intel.com> (raw)
In-Reply-To: <20200618222620.5069-1-luc.vanoostenryck@gmail.com>

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

Hi Luc,

I love your patch! Perhaps something to improve:

[auto build test WARNING on linux/master]
[also build test WARNING on linus/master v5.8-rc1 next-20200618]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Luc-Van-Oostenryck/sparse-use-the-_Generic-version-of-__unqual_scalar_typeof/20200619-062703
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 1b5044021070efa3259f3e9548dc35d1eb6aa844
config: i386-randconfig-m021-20200620 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0

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

New smatch warnings:
kernel/sched/debug.c:965 proc_sched_show_task() warn: inconsistent indenting

Old smatch warnings:
include/linux/sched/clock.h:84 local_clock() warn: ignoring unreachable code.

vim +965 kernel/sched/debug.c

43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  963  
43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  964  	{
29d7b90c1503574 kernel/sched_debug.c Ingo Molnar        2008-11-16 @965  		unsigned int this_cpu = raw_smp_processor_id();
43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  966  		u64 t0, t1;
43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  967  
29d7b90c1503574 kernel/sched_debug.c Ingo Molnar        2008-11-16  968  		t0 = cpu_clock(this_cpu);
29d7b90c1503574 kernel/sched_debug.c Ingo Molnar        2008-11-16  969  		t1 = cpu_clock(this_cpu);
9e3bf9469c29f7e kernel/sched/debug.c Valentin Schneider 2020-02-26  970  		__PS("clock-delta", t1-t0);
43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  971  	}
b32e86b4301e345 kernel/sched/debug.c Ingo Molnar        2013-10-07  972  
b32e86b4301e345 kernel/sched/debug.c Ingo Molnar        2013-10-07  973  	sched_show_numa(p, m);
43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  974  }
43ae34cb4cd650d kernel/sched_debug.c Ingo Molnar        2007-07-09  975  

---
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: 33379 bytes --]

  parent reply	other threads:[~2020-06-20  4:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18 22:26 [PATCH] sparse: use the _Generic() version of __unqual_scalar_typeof() Luc Van Oostenryck
2020-06-19  8:23 ` Will Deacon
2020-06-19  9:51 ` Marco Elver
2020-06-19 14:12   ` Luc Van Oostenryck
2020-06-19 18:26 ` Linus Torvalds
2020-06-19 19:08   ` Luc Van Oostenryck
2020-06-20  4:32 ` kernel test robot [this message]
2020-07-08 19:02 ` Linus Torvalds

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=202006201232.SBEiiMX4%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bp@suse.de \
    --cc=elver@google.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luc.vanoostenryck@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.org \
    /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