From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EBF8C7619A for ; Wed, 12 Apr 2023 06:15:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229616AbjDLGPW (ORCPT ); Wed, 12 Apr 2023 02:15:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbjDLGPU (ORCPT ); Wed, 12 Apr 2023 02:15:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEAFD4EDA for ; Tue, 11 Apr 2023 23:15:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 683A862854 for ; Wed, 12 Apr 2023 06:15:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F1BAC4339E; Wed, 12 Apr 2023 06:15:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681280117; bh=vodfB6Adfbx67TsJOu4GHPUMgq/qgjuDNW8uRcos8as=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=COzprxQUBmHfN+DigTPq3Q9JjiS0od45j+O8hsn9uIlp1nBccq/7zrpXOX5qxtx+d F5j0pd55yAJWHCL5Y4Aj8RJJTLqsMEV1TfhMUErarS1GtSGOWQhhXLnEap9uDr+v7I 5LqajFwxXKkJ/00cN+ca01hHUjMMjHjQGhU+94lk= Date: Wed, 12 Apr 2023 08:15:15 +0200 From: Greg Kroah-Hartman To: John Stultz Cc: LKML , Rob Herring , Amit Pundir , kernel-team@android.com Subject: Re: [RFC][PATCH] kernel/configs: Drop Android config fragments Message-ID: <2023041257-flatterer-dean-19a4@gregkh> References: <20230411180409.1706067-1-jstultz@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411180409.1706067-1-jstultz@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 11, 2023 at 06:04:09PM +0000, John Stultz wrote: > In the old days where each device had a custom kernel, the > android config fragments were useful to provide the required > and reccomended options expected by userland. > > However, these days devices are expected to use the GKI kernel, > so these config fragments no longer needed, and out of date, so > they seem to only cause confusion. > > So lets drop them. If folks are curious what configs are > expected by the Android environment, check out the gki_defconfig > file in the latest android common kernel tree. > > Cc: Rob Herring > Cc: Amit Pundir > Cc: Greg Kroah-Hartman > Cc: kernel-team@android.com > Signed-off-by: John Stultz > --- > MAINTAINERS | 5 - > kernel/configs/android-base.config | 159 ---------------------- > kernel/configs/android-recommended.config | 127 ----------------- > 3 files changed, 291 deletions(-) > delete mode 100644 kernel/configs/android-base.config > delete mode 100644 kernel/configs/android-recommended.config Yeah! I'll be glad to take this if I can get some acks. thanks for doing this. greg k-h