Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756692AbcLQX7k (ORCPT ); Sat, 17 Dec 2016 18:59:40 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:33607 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752357AbcLQX7i (ORCPT ); Sat, 17 Dec 2016 18:59:38 -0500 MIME-Version: 1.0 In-Reply-To: <5ee08a93-6b17-d1c2-af1c-ab9aa218903c@suse.cz> References: <20161017065131.GA27863@angband.pl> <20161017175951.31d8f4b7@roar.ozlabs.ibm.com> <20161017100130.GA16013@angband.pl> <7212667f-f508-2b41-a380-8f736814d8cc@suse.cz> <5ee08a93-6b17-d1c2-af1c-ab9aa218903c@suse.cz> From: Linus Torvalds Date: Sat, 17 Dec 2016 15:59:36 -0800 X-Google-Sender-Auth: nLAw1c_wlw9KcMgYgDpieRzMQJM Message-ID: Subject: Re: [GIT PULL] kbuild changes for v4.9-rc1 To: Jiri Slaby Cc: Adam Borowski , Nicholas Piggin , Omar Sandoval , Michal Marek , Alexey Dobriyan , Stephen Rothwell , Al Viro , Linux Kbuild mailing list , Linux Kernel Mailing List , "linux-arch@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 18 On Sat, Dec 17, 2016 at 12:57 AM, Jiri Slaby wrote: > > Yes, disk drivers won't load: > [ 2.141973] virtio_pci: disagrees about version of symbol mcount > [ 2.144415] virtio_pci: Unknown symbol mcount (err -22) This makes no sense. mcount isn't even one of the symbols that the patch by Adam is touching. There's something else screwed up here. Not to mention that others don't have your issue. Do you have some other hacks in this area? Are you testing actual plain 4.9, or do you (for example) still carry Arnd's patch around that turned out to not work (reverted by f27c2f69cc8e in my tree)? Linus