All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Balbir Singh <bsingharora@gmail.com>
Cc: kbuild-all@01.org, linuxppc-dev@lists.ozlabs.org,
	Michael Neuling <mikey@neuling.org>,
	Paul Mackerras <paulus@samba.org>,
	"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Subject: Re: [PATCH] New MMU feature for new hpte format in ISA3
Date: Wed, 15 Jun 2016 01:32:30 +0800	[thread overview]
Message-ID: <201606150125.sOHrjrp4%fengguang.wu@intel.com> (raw)
In-Reply-To: <f57f41e9-487d-0d64-0ef3-141a2aabac8f@gmail.com>

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

Hi,

[auto build test ERROR on v4.7-rc3]
[also build test ERROR on next-20160614]
[cannot apply to powerpc/next]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Balbir-Singh/New-MMU-feature-for-new-hpte-format-in-ISA3/20160615-000245
config: powerpc-defconfig (attached as .config)
compiler: powerpc-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

All errors (new ones prefixed by >>):

>> arch/powerpc/kernel/prom.c:172:6: error: 'MMU_FTR_ISA3_HPTE_FORMAT' undeclared here (not in a function)
     {0, MMU_FTR_ISA3_HPTE_FORMAT, 0, 0, 58, 0, 0},
         ^

vim +/MMU_FTR_ISA3_HPTE_FORMAT +172 arch/powerpc/kernel/prom.c

   166		 * we don't want to turn on TM here, so we use the *_COMP versions
   167		 * which are 0 if the kernel doesn't support TM.
   168		 */
   169		{CPU_FTR_TM_COMP, 0, 0,
   170		 PPC_FEATURE2_HTM_COMP|PPC_FEATURE2_HTM_NOSC_COMP, 22, 0, 0},
   171		{0, MMU_FTR_RADIX, 0, 0,		40, 0, 0},
 > 172		{0, MMU_FTR_ISA3_HPTE_FORMAT, 0, 0,	58, 0, 0},
   173	};
   174	
   175	static void __init scan_features(unsigned long node, const unsigned char *ftrs,

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 7764 bytes --]

      parent reply	other threads:[~2016-06-14 17:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14 15:57 [PATCH] New MMU feature for new hpte format in ISA3 Balbir Singh
2016-06-14 16:51 ` Aneesh Kumar K.V
2016-06-15  0:38   ` Balbir Singh
2016-06-15  5:01     ` [V2][PATCH] " Balbir Singh
2016-06-15  5:42       ` Aneesh Kumar K.V
2016-06-15  7:19         ` Balbir Singh
2016-06-14 17:32 ` kbuild test robot [this message]

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=201606150125.sOHrjrp4%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=bsingharora@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mikey@neuling.org \
    --cc=paulus@samba.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.