Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1516604
| Path | csiph.com!1.us.feeder.erje.net!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!news.in-chemnitz.de!news2.arglkargh.de!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Peter Wu <peter@lekensteyn.nl> |
| Newsgroups | linux.kernel |
| Subject | Re: 'kbuild' merge before 4.9-rc1 breaks build and boot |
| Date | Mon, 07 Nov 2016 22:40:02 +0100 |
| Message-ID | <sAZO2-ic-31@gated-at.bofh.it> (permalink) |
| References | <suKRH-87U-13@gated-at.bofh.it> <swWlH-4Lb-27@gated-at.bofh.it> <sAXCy-7rh-29@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lekensteyn.nl; s=s2048-2015-q1; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=3wMJNoqfomGf5em0coUd9Y1xg3o7Jm32zqcoYu4Qa5o=; b=MN57X31MrKOOrQUyFU9aYobIRlQpBXs0KrsvIwy9Jyqlfw5l/afYs186qAGfJMjMhBVnrycVaruo6GZziife8fcXWBpZcRwlHl19J+JKTS9Aw8jsFg9XeKEgvt+SNXBy6taBkKZb3Fspx3dBZyRghv2FO/SQpM32mCiaQxzqQQtNBsNDfbNH5HOhq/n2/vcqxC1Uidhx0MNaSWb3csJR4bOfBVvGkYDlJi2ZO4x0DZwFwENz09SWIlG4Z0hI/byRuu2vhDSSfhb3qbWNgv4db/KzaobiEFkOBy/bJbKFTkASmXOAKKZrpj1xCEq0dzu6JkQuG6zOAJlO4WJn215/kg==; |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.7.1 (2016-10-04) |
| X-Spam-Score | -0.0 (/) |
| 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 | 38 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Michal Marek <mmarek@suse.com>, Al Viro <viro@zeniv.linux.org.uk>, Oliver Hartkopp <socketcan@hartkopp.net>, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Nicholas Piggin <npiggin@gmail.com> |
| X-Original-Date | Mon, 7 Nov 2016 22:39:07 +0100 |
| X-Original-Message-ID | <20161107213907.GB18092@al> |
| X-Original-References | <4c04b846-3da8-dc42-4fa6-30f72a5c2437@hartkopp.net> <20161027154202.GE27017@al> <alpine.DEB.2.20.1611071408040.24418@macbook-air> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1516604 |
Show key headers only | View raw
On Mon, Nov 07, 2016 at 02:10:12PM -0500, Vince Weaver wrote: > On Thu, 27 Oct 2016, Peter Wu wrote: > > > I can confirm Olivers issue, the current mainline kernel fails to boot > > on kernels with CONFIG_MODVERSIONS=y. Bisection points to: > > > > commit 784d5699eddc55878627da20d3fe0c8542e2f1a2 > > Author: Al Viro <viro@zeniv.linux.org.uk> > > Date: Mon Jan 11 11:04:34 2016 -0500 > > > WARNING: "memset" [sound/usb/snd-usbmidi-lib.ko] has no CRC! > > > WARNING: "__fentry__" [sound/usb/snd-usbmidi-lib.ko] has no CRC! > > > WARNING: "memcpy" [sound/usb/snd-usbmidi-lib.ko] has no CRC! > > > WARNING: "__sw_hweight32" [sound/usb/snd-usbmidi-lib.ko] has no CRC! > > Has any progress been made with this problem? > > I'm also encountering it on my debian-unstable box on any kernel more > recent than 4.9-rc1 (up to and including 4.9-rc4). I am glad someone > managed to isolate it as I was unable to get a clean bisect. > > Vince The original kbuild issue went in via merge commit 84d69848c97faab0c25aa2667b273404d2e2a64a which notes: - EXPORT_SYMBOL for asm source by Al Viro. This does bring a regression, because genksyms no longer generates checksums for these symbols (CONFIG_MODVERSIONS). Nick Piggin is working on a patch to fix this. Plus, we are talking about functions like strcpy(), which rarely change prototypes. Adding Nicholas in the cc, hopefully he can give a status update. Kind regards, Peter
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: 'kbuild' merge before 4.9-rc1 breaks build and boot Peter Wu <peter@lekensteyn.nl> - 2016-10-27 19:10 +0200
Re: 'kbuild' merge before 4.9-rc1 breaks build and boot Vince Weaver <vincent.weaver@maine.edu> - 2016-11-07 20:20 +0100
Re: 'kbuild' merge before 4.9-rc1 breaks build and boot Peter Wu <peter@lekensteyn.nl> - 2016-11-07 22:40 +0100
Re: 'kbuild' merge before 4.9-rc1 breaks build and boot Nicholas Piggin <npiggin@gmail.com> - 2016-11-08 03:00 +0100
csiph-web