linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Toshi Kani <toshi.kani@hpe.com>
Cc: kbuild-all@01.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [linux-stable-rc:linux-4.4.y 7595/7619] arch/arm64/mm/mmu.c:701:5: error: redefinition of 'pud_free_pmd_page'
Date: Wed, 28 Mar 2018 09:32:04 +0800	[thread overview]
Message-ID: <201803280902.iRNdv195%fengguang.wu@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
head:   9d0ab5d17182f9bbe3a4c1d8412f387302bc82d0
commit: f2ef4616ccfdec6975e3ada2295422298f72077e [7595/7619] mm/vmalloc: add interfaces to free unmapped page table
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout f2ef4616ccfdec6975e3ada2295422298f72077e
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

>> arch/arm64/mm/mmu.c:701:5: error: redefinition of 'pud_free_pmd_page'
    int pud_free_pmd_page(pud_t *pud)
        ^~~~~~~~~~~~~~~~~
   In file included from arch/arm64/include/asm/pgtable.h:682:0,
                    from include/linux/mm.h:55,
                    from include/linux/mman.h:4,
                    from arch/arm64/mm/mmu.c:25:
   include/asm-generic/pgtable.h:777:19: note: previous definition of 'pud_free_pmd_page' was here
    static inline int pud_free_pmd_page(pud_t *pud)
                      ^~~~~~~~~~~~~~~~~
>> arch/arm64/mm/mmu.c:706:5: error: redefinition of 'pmd_free_pte_page'
    int pmd_free_pte_page(pmd_t *pmd)
        ^~~~~~~~~~~~~~~~~
   In file included from arch/arm64/include/asm/pgtable.h:682:0,
                    from include/linux/mm.h:55,
                    from include/linux/mman.h:4,
                    from arch/arm64/mm/mmu.c:25:
   include/asm-generic/pgtable.h:781:19: note: previous definition of 'pmd_free_pte_page' was here
    static inline int pmd_free_pte_page(pmd_t *pmd)
                      ^~~~~~~~~~~~~~~~~

vim +/pud_free_pmd_page +701 arch/arm64/mm/mmu.c

   700	
 > 701	int pud_free_pmd_page(pud_t *pud)
   702	{
   703		return pud_none(*pud);
   704	}
   705	
 > 706	int pmd_free_pte_page(pmd_t *pmd)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

                 reply	other threads:[~2018-03-28  1:32 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=201803280902.iRNdv195%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    --cc=toshi.kani@hpe.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