mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [arm-integrator:kernel-in-vmalloc-v5.19-rc1 23/33] arch/microblaze/include/asm/page.h:130: Error: junk at end of line, first unrecognized character is `{'
Date: Tue, 14 Jun 2022 18:04:49 +0800	[thread overview]
Message-ID: <202206141700.Z7jYs3Rm-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git kernel-in-vmalloc-v5.19-rc1
head:   62fa3e7c2288a1f8d5b9bb2c1f31cee3c26df806
commit: ff24dffbd3b9ca146bea98a2f4b76042e03267c9 [23/33] microblaze: Make virt_to_pfn() a static inline
config: microblaze-randconfig-r003-20220613 (https://download.01.org/0day-ci/archive/20220614/202206141700.Z7jYs3Rm-lkp@intel.com/config)
compiler: microblaze-linux-gcc (GCC) 11.3.0
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://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git/commit/?id=ff24dffbd3b9ca146bea98a2f4b76042e03267c9
        git remote add arm-integrator https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
        git fetch --no-tags arm-integrator kernel-in-vmalloc-v5.19-rc1
        git checkout ff24dffbd3b9ca146bea98a2f4b76042e03267c9
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=microblaze SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

   arch/microblaze/include/asm/page.h: Assembler messages:
   arch/microblaze/include/asm/page.h:129: Error: unknown opcode "static"
>> arch/microblaze/include/asm/page.h:130: Error: junk at end of line, first unrecognized character is `{'
   arch/microblaze/include/asm/page.h:131: Error: unknown opcode "return"
   arch/microblaze/include/asm/page.h:132: Error: junk at end of line, first unrecognized character is `}'


vim +130 arch/microblaze/include/asm/page.h

   128	
   129	static inline unsigned long virt_to_pfn(const void *vaddr)
 > 130	{
   131		return phys_to_pfn(__pa(vaddr));
   132	}
   133	# define pfn_to_virt(pfn)	__va(pfn_to_phys((pfn)))
   134	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-06-14 10:05 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=202206141700.Z7jYs3Rm-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.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

all inboxes | Powered by JetHome®