From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755644AbcJUAao (ORCPT ); Thu, 20 Oct 2016 20:30:44 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32774 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755255AbcJUAag (ORCPT ); Thu, 20 Oct 2016 20:30:36 -0400 Subject: Re: linux-next: build failure after merge of the net tree To: Stephen Rothwell , David Miller , Networking References: <20161021092710.1b56a35b@canb.auug.org.au> Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: Date: Thu, 20 Oct 2016 17:30:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/2016 03:42 PM, Florian Fainelli wrote: > On 10/20/2016 03:27 PM, Stephen Rothwell wrote: >> Hi all, >> >> After merging the net tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> ERROR: "kexec_in_progress" [drivers/net/dsa/bcm_sf2.ko] undefined! >> >> Caused by commit >> >> 2399d6143f85 ("net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernels") >> >> I used the version of the net tree from next-20161020 for today. > > OK, seems like we need an ifdef CONFIG_KEXEC_CORE, let me fix that. > Thanks Stephen! Stephen, can you send me the .config file? I could not reproduce it with next-20161020 and doing a make multi_v7_defconfig: fainelli@fainelli-desktop:[~/../linux]$ ls -l drivers/net/dsa/*.ko -rw-rw-r-- 1 fainelli fainelli 17K Oct 20 17:30 drivers/net/dsa/bcm_sf2.ko Thanks -- Florian