From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 23 Sep 2014 18:06:11 +0200 (CEST) Received: from cantor2.suse.de ([195.135.220.15]:35499 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27009616AbaIWQGFi3j90 (ORCPT ); Tue, 23 Sep 2014 18:06:05 +0200 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5B694ACA0; Tue, 23 Sep 2014 16:06:05 +0000 (UTC) Message-ID: <54219A6C.7000407@suse.cz> Date: Tue, 23 Sep 2014 18:06:04 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: David Miller CC: sfr@canb.auug.org.au, rdunlap@infradead.org, netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH 1/5] mips: Set CONFIG_NET=y in defconfigs References: <54218AEF.5090200@suse.cz> <1411487044-14071-1-git-send-email-mmarek@suse.cz> <20140923.120237.1788295912902036193.davem@davemloft.net> In-Reply-To: <20140923.120237.1788295912902036193.davem@davemloft.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 42747 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: mmarek@suse.cz Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 2014-09-23 18:02, David Miller wrote: > From: Michal Marek > Date: Tue, 23 Sep 2014 17:44:00 +0200 > >> Commit 5d6be6a5 ("scsi_netlink : Make SCSI_NETLINK dependent on NET >> instead of selecting NET") removed what happened to be the only instance >> of 'select NET'. Defconfigs that were relying on the select now lack >> networking support. >> >> Reported-by: Stephen Rothwell >> Cc: linux-mips@linux-mips.org >> Signed-off-by: Michal Marek > > On the contrary, since NET was being selected for them indirectly > previously, weren't they depending instead upon NET being enabled? > > Likewise for SCSI_NETLINK, SCSI_FC_ATTRS, and whatever was triggering > the select upon them? They have SCSI_FC_ATTRS=y/m and were relying on the select statements turning this into SCSI_NETLINK=y and CONFIG_NET=y. Michal