linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [peterz-queue:mm/tlb 6/10] cc1: error: unterminated argument list invoking macro "tlb_remove_table"
Date: Tue, 17 Aug 2021 03:45:46 +0800	[thread overview]
Message-ID: <202108170336.eZ6RDkRX-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git mm/tlb
head:   448637b411ee0795aba6433dd8d35dbc26040078
commit: ba06b67ff59d9ea1edc5593d23f640b4c48a43fa [6/10] ia64/tlb: Fix __p*_free_tlb()
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 11.2.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/peterz/queue.git/commit/?id=ba06b67ff59d9ea1edc5593d23f640b4c48a43fa
        git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
        git fetch --no-tags peterz-queue mm/tlb
        git checkout ba06b67ff59d9ea1edc5593d23f640b4c48a43fa
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

   mm/memory.c: In function 'free_pmd_range':
>> cc1: error: unterminated argument list invoking macro "tlb_remove_table"
   In file included from mm/memory.c:81:
>> arch/ia64/include/asm/pgalloc.h:50:9: error: 'tlb_remove_table' undeclared (first use in this function); did you mean 'tlb_remove_page'?
      50 |         tlb_remove_table((tlb), virt_to_page(pmd)
         |         ^~~~~~~~~~~~~~~~
   include/asm-generic/tlb.h:638:17: note: in expansion of macro '__pmd_free_tlb'
     638 |                 __pmd_free_tlb(tlb, pmdp, address);             \
         |                 ^~~~~~~~~~~~~~
   mm/memory.c:265:9: note: in expansion of macro 'pmd_free_tlb'
     265 |         pmd_free_tlb(tlb, pmd, start);
         |         ^~~~~~~~~~~~
   arch/ia64/include/asm/pgalloc.h:50:9: note: each undeclared identifier is reported only once for each function it appears in
      50 |         tlb_remove_table((tlb), virt_to_page(pmd)
         |         ^~~~~~~~~~~~~~~~
   include/asm-generic/tlb.h:638:17: note: in expansion of macro '__pmd_free_tlb'
     638 |                 __pmd_free_tlb(tlb, pmdp, address);             \
         |                 ^~~~~~~~~~~~~~
   mm/memory.c:265:9: note: in expansion of macro 'pmd_free_tlb'
     265 |         pmd_free_tlb(tlb, pmd, start);
         |         ^~~~~~~~~~~~
>> mm/memory.c:5470: error: expected ';' at end of input
>> mm/memory.c:265:9: error: expected declaration or statement at end of input
     265 |         pmd_free_tlb(tlb, pmd, start);
         |         ^~~~~~~~~~~~
>> mm/memory.c:265:9: error: expected declaration or statement at end of input
   At top level:
   mm/memory.c:204:13: warning: 'check_sync_rss_stat' defined but not used [-Wunused-function]
     204 | static void check_sync_rss_stat(struct task_struct *task)
         |             ^~~~~~~~~~~~~~~~~~~
   mm/memory.c:190:13: warning: 'add_mm_counter_fast' defined but not used [-Wunused-function]
     190 | static void add_mm_counter_fast(struct mm_struct *mm, int member, int val)
         |             ^~~~~~~~~~~~~~~~~~~

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

                 reply	other threads:[~2021-08-16 19:46 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=202108170336.eZ6RDkRX-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.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;
as well as URLs for NNTP newsgroup(s).