mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Nick Hu <nickhu@andestech.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Palmer Dabbelt <palmerdabbelt@google.com>
Subject: arch/riscv/mm/kasan_init.c:95:2-3: Unneeded semicolon
Date: Mon, 3 Aug 2020 20:30:31 +0800	[thread overview]
Message-ID: <202008032021.1CjsmzTC%lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   bcf876870b95592b52519ed4aafcf9d95999bc9c
commit: 8ad8b72721d0f07fa02dbe71f901743f9c71c8e6 riscv: Add KASAN support
date:   6 months ago
config: riscv-randconfig-c004-20200803 (attached as .config)
compiler: riscv64-linux-gcc (GCC) 9.3.0

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


coccinelle warnings: (new ones prefixed by >>)

>> arch/riscv/mm/kasan_init.c:95:2-3: Unneeded semicolon

vim +95 arch/riscv/mm/kasan_init.c

    77	
    78	void __init kasan_init(void)
    79	{
    80		struct memblock_region *reg;
    81		unsigned long i;
    82	
    83		kasan_populate_early_shadow((void *)KASAN_SHADOW_START,
    84				(void *)kasan_mem_to_shadow((void *)VMALLOC_END));
    85	
    86		for_each_memblock(memory, reg) {
    87			void *start = (void *)__va(reg->base);
    88			void *end = (void *)__va(reg->base + reg->size);
    89	
    90			if (start >= end)
    91				break;
    92	
    93			populate(kasan_mem_to_shadow(start),
    94				 kasan_mem_to_shadow(end));
  > 95		};

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

                 reply	other threads:[~2020-08-03 12:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202008032021.1CjsmzTC%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nickhu@andestech.com \
    --cc=palmerdabbelt@google.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

all inboxes | Powered by JetHome®