Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566AbdGFNGP convert rfc822-to-8bit (ORCPT ); Thu, 6 Jul 2017 09:06:15 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:49627 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752665AbdGFNGN (ORCPT ); Thu, 6 Jul 2017 09:06:13 -0400 From: Miodrag Dinic To: Greg Kroah-Hartman , Aleksandar Markovic CC: "linux-mips@linux-mips.org" , Goran Ferenc , Aleksandar Markovic , "David S. Miller" , Douglas Leung , James Hogan , "linux-kernel@vger.kernel.org" , "Martin K. Petersen" , Mauro Carvalho Chehab , Paul Burton , Petar Jovanovic , Raghu Gandham , Ralf Baechle Subject: RE: [PATCH v2 10/10] MIPS: generic: Add optional support for Android kernel Thread-Topic: [PATCH v2 10/10] MIPS: generic: Add optional support for Android kernel Thread-Index: AQHS8Ca9zlAfXYdNtUK+8mWZP2VRZaI67AoAgAvjOKc= Date: Thu, 6 Jul 2017 13:06:00 +0000 Message-ID: <232DDC0A2B605E4F9E85F6904417885F015D929D04@BADAG02.ba.imgtec.org> References: <1498664922-28493-1-git-send-email-aleksandar.markovic@rt-rk.com> <1498664922-28493-11-git-send-email-aleksandar.markovic@rt-rk.com>,<20170628162756.GA16759@kroah.com> In-Reply-To: <20170628162756.GA16759@kroah.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [82.117.201.26] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2258 Lines: 58 Hi Greg, > Why is this a MIPS config file? What about the "generic" android > configs we already have? Shouldn't they work just as well here? You are right, this should not be MIPS specific config. This patch will be omitted in the next version. Thanks! Kind regards, Miodrag ________________________________________ From: Greg Kroah-Hartman [gregkh@linuxfoundation.org] Sent: Wednesday, June 28, 2017 6:27 PM To: Aleksandar Markovic Cc: linux-mips@linux-mips.org; Miodrag Dinic; Goran Ferenc; Aleksandar Markovic; David S. Miller; Douglas Leung; James Hogan; linux-kernel@vger.kernel.org; Martin K. Petersen; Mauro Carvalho Chehab; Paul Burton; Petar Jovanovic; Raghu Gandham; Ralf Baechle Subject: Re: [PATCH v2 10/10] MIPS: generic: Add optional support for Android kernel On Wed, Jun 28, 2017 at 05:47:03PM +0200, Aleksandar Markovic wrote: > From: Miodrag Dinic > > This commit adds new android.config configuration file including > the most common prerequisites for running Android operating system. > > The selected set of platform independent configuration parameters > have been taken from the official Android kernel repo: > https://android.googlesource.com/kernel/common/+ > /android-4.4/android/configs/android-base.cfg > > android.config will be merged with the selected generic kernel > configuration only if explicitly specified through environment > variable OS=android. > > Example: > make ARCH=mips 64r6el_defconfig BOARDS="list of boards" OS=android > > android.config file should be occasionally revisited and updated > with latest requirements from Google. > > Signed-off-by: Miodrag Dinic > Signed-off-by: Goran Ferenc > Signed-off-by: Aleksandar Markovic > --- > MAINTAINERS | 1 + > arch/mips/Makefile | 8 +- > arch/mips/configs/generic/android.config | 173 +++++++++++++++++++++++++++++++ Why is this a MIPS config file? What about the "generic" android configs we already have? Shouldn't they work just as well here? And finally, does this config file fragment pass the latest tests that Google has for kernel config requirements? thanks, greg k-h