All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH v5 7/8] mm: tlb: Pass struct mmu_gather to flush_tlb_range
Date: Wed, 01 Apr 2020 05:08:08 +0800	[thread overview]
Message-ID: <202004010556.qbSwX6mk%lkp@intel.com> (raw)
In-Reply-To: <20200331142927.1237-8-yezhenyu2@huawei.com>

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

Hi Zhenyu,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on powerpc/next]
[also build test ERROR on v5.6]
[cannot apply to arm64/for-next/core linus/master arc/for-next next-20200331]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Zhenyu-Ye/arm64-tlb-add-support-for-TTL-feature/20200401-031750
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: nios2-3c120_defconfig (attached as .config)
compiler: nios2-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=9.3.0 make.cross ARCH=nios2 

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

All errors (new ones prefixed by >>):

   In file included from arch/nios2/include/asm/pgtable.h:22,
                    from include/linux/mm.h:94,
                    from include/linux/pid_namespace.h:7,
                    from include/linux/ptrace.h:10,
                    from arch/nios2/kernel/asm-offsets.c:9:
   arch/nios2/include/asm/tlbflush.h: In function 'flush_tlb_page':
>> arch/nios2/include/asm/tlbflush.h:34:29: error: 'tlb_start' undeclared (first use in this function); did you mean 'va_start'?
      34 |  flush_tlb_range(NULL, vma, tlb_start, tlb_end);
         |                             ^~~~~~~~~
         |                             va_start
   arch/nios2/include/asm/tlbflush.h:34:29: note: each undeclared identifier is reported only once for each function it appears in
>> arch/nios2/include/asm/tlbflush.h:34:40: error: 'tlb_end' undeclared (first use in this function); did you mean '_end'?
      34 |  flush_tlb_range(NULL, vma, tlb_start, tlb_end);
         |                                        ^~~~~~~
         |                                        _end
   make[2]: *** [scripts/Makefile.build:101: arch/nios2/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [Makefile:1112: prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:179: sub-make] Error 2
   36 real  5 user  12 sys  50.66% cpu 	make prepare

vim +34 arch/nios2/include/asm/tlbflush.h

    30	
    31	static inline void flush_tlb_page(struct vm_area_struct *vma,
    32					  unsigned long address)
    33	{
  > 34		flush_tlb_range(NULL, vma, tlb_start, tlb_end);
    35	}
    36	

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

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

  reply	other threads:[~2020-03-31 21:08 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 14:29 [RFC PATCH v5 0/8] arm64: tlb: add support for TTL feature Zhenyu Ye
2020-03-31 14:29 ` Zhenyu Ye
2020-03-31 14:29 ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 1/8] arm64: Detect the ARMv8.4 " Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 2/8] arm64: Add level-hinted TLB invalidation helper Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 3/8] arm64: Add tlbi_user_level " Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 4/8] mm: tlb: Pass struct mmu_gather to flush_pmd_tlb_range Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 15:13   ` Peter Zijlstra
2020-03-31 15:13     ` Peter Zijlstra
2020-04-01  8:51     ` Zhenyu Ye
2020-04-01  8:51       ` Zhenyu Ye
2020-04-01  8:51       ` Zhenyu Ye
2020-04-01  8:51       ` Zhenyu Ye
2020-04-01 12:20       ` Peter Zijlstra
2020-04-01 12:20         ` Peter Zijlstra
2020-04-01 12:20         ` Peter Zijlstra
2020-04-02 11:24         ` Zhenyu Ye
2020-04-02 11:24           ` Zhenyu Ye
2020-04-02 11:24           ` Zhenyu Ye
2020-04-02 16:38           ` Peter Zijlstra
2020-04-02 16:38             ` Peter Zijlstra
2020-04-02 16:38             ` Peter Zijlstra
2020-04-03  5:14             ` Zhenyu Ye
2020-04-03  5:14               ` Zhenyu Ye
2020-04-03  5:14               ` Zhenyu Ye
2020-04-03  5:14               ` Zhenyu Ye
2020-04-08  9:00               ` Zhenyu Ye
2020-04-08  9:00                 ` Zhenyu Ye
2020-04-08  9:00                 ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 5/8] mm: tlb: Pass struct mmu_gather to flush_pud_tlb_range Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 6/8] mm: tlb: Pass struct mmu_gather to flush_hugetlb_tlb_range Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29 ` [RFC PATCH v5 7/8] mm: tlb: Pass struct mmu_gather to flush_tlb_range Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 21:08   ` kbuild test robot [this message]
2020-03-31 14:29 ` [RFC PATCH v5 8/8] arm64: tlb: Set the TTL field in flush_tlb_range Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye
2020-03-31 14:29   ` Zhenyu Ye

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=202004010556.qbSwX6mk%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.