Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1392252
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Greg KH <greg@kroah.com> |
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the driver-core tree |
| Date | Mon, 02 May 2016 16:50:03 +0200 |
| Message-ID | <runkD-58W-39@gated-at.bofh.it> (permalink) |
| References | <rueU1-6dn-1@gated-at.bofh.it> <rukwq-2DS-17@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=6wSkGHVrdxpschfkS41bjXqqdTY=; b=YDIlY okcXQKxhHuXX6a7ZTJbaBCjlKfybR2yxe6qa81RvhOEi8leWTRzSQ5yAapZW9fbA iK01tBTDry1YupZWrBlKea4vb42RVkPGNbo6PQ5VTMA1jMc4sSt6B3N29pqL+5Se arVezWkOJ39OedljN/6Vi1bDlslaX12VlKaXiY= |
| X-Sasl-Enc | tGuElosO0T/AhkKpzGVe4q6Ql+PC2A0KidJ4/k9jZVzF 1462200469 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.6.0 (2016-04-01) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 57 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Stephen Rothwell <sfr@canb.auug.org.au>, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar <mingo@kernel.org> |
| X-Original-Date | Mon, 2 May 2016 07:47:49 -0700 |
| X-Original-Message-ID | <20160502144749.GA32151@kroah.com> |
| X-Original-References | <20160502154258.312e00b7@canb.auug.org.au> <20160502113726.GA22131@sophia> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1392252 |
Show key headers only | View raw
On Mon, May 02, 2016 at 07:40:47AM -0400, William Breathitt Gray wrote:
> On Mon, May 02, 2016 at 03:42:58PM +1000, Stephen Rothwell wrote:
> >Hi Greg,
> >
> >After merging the driver-core tree, today's linux-next build (x86_64
> >allmodconfig) failed like this:
> >
> >In file included from include/uapi/linux/stddef.h:1:0,
> > from include/linux/stddef.h:4,
> > from include/uapi/linux/posix_types.h:4,
> > from include/uapi/linux/types.h:13,
> > from include/linux/types.h:5,
> > from include/linux/list.h:4,
> > from include/linux/module.h:9,
> > from arch/x86/mm/extable.c:1:
> >arch/x86/mm/extable.c: In function 'fixup_exception':
> >arch/x86/mm/extable.c:102:15: error: implicit declaration of function 'SEGMENT_IS_PNP_CODE' [-Werror=implicit-function-declaration]
> > if (unlikely(SEGMENT_IS_PNP_CODE(regs->cs))) {
> > ^
> >drivers/pnp/pnpbios/bioscalls.c:106:34: error: 'PNP_TS1' und
> >eclared (first use in this function)
> > Q2_SET_SEL(smp_processor_id(), PNP_TS1, ts1_base, ts1_size);
> > ^
> >drivers/pnp/pnpbios/bioscalls.c:108:34: error: 'PNP_TS2' undeclared (first use in this function)
> > Q2_SET_SEL(smp_processor_id(), PNP_TS2, ts2_base, ts2_size);
> > ^
> >drivers/pnp/pnpbios/bioscalls.c:133:13: error: 'PNP_CS32' undeclared (first use in this function)
> > "i"(PNP_CS32), "i"(0)
> > ^
> >
> >and on ...
> >
> >Somehow caused by commit
> >
> > 8ac0fba2da41 ("isa: Decouple X86_32 dependency from the ISA Kconfig option")
> >
> >I don't easily see why it causes the problem, but reverting it makes the
> >build work. I also cannot rule out interaction with some other tree.
> >
> >I have reverted that commit for today.
> >
> >--
> >Cheers,
> >Stephen Rothwell
>
> The PnP errors are due to an overly broad Kconfig dependency list, and
> are resolved with the following patch:
> <https://lkml.org/lkml/2016/5/1/100>. This patch should be applied first
> to prevent the PnP build for X86_64, when the X86_32 dependency is
> decoupled from the ISA Kconfig option in this current patch.
You didn't tell me that when I applied the above patch :(
I'll go apply the pnp patch now, but really, please be more careful with
dependancies next time.
greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
linux-next: build failure after merge of the driver-core tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-05-02 07:50 +0200
Re: linux-next: build failure after merge of the driver-core tree William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-02 13:50 +0200
Re: linux-next: build failure after merge of the driver-core tree Greg KH <greg@kroah.com> - 2016-05-02 16:50 +0200
csiph-web