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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6766EC433B4 for ; Thu, 29 Apr 2021 11:22:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30D7361445 for ; Thu, 29 Apr 2021 11:22:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232671AbhD2LXI (ORCPT ); Thu, 29 Apr 2021 07:23:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:56622 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232317AbhD2LXB (ORCPT ); Thu, 29 Apr 2021 07:23:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E792B6142A; Thu, 29 Apr 2021 11:22:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619695335; bh=jCXcS9pRxcrZC2JZDeCNcSeTZlDS/eX2ZxIUY8hV3yc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FSer9WpL9VY9Za2h4JeZ7e9sU7Xj9mzPlIFeejL/YmV8dLAvplWdBNVVOnuE/lhDf QRrd37uU1lp2RWHEHjgxUuvHHHXYKZLlw9toTbs0Q1xBoEYkVN8ETQtrNmMci6vZa/ D8LMxKm0E7e+gmmVuQ3oTUsJ5z2A0IudnSxNB09M= Date: Thu, 29 Apr 2021 13:22:13 +0200 From: Greg Kroah-Hartman To: Rasmus Villemoes Cc: LKML , Jonathan Corbet , Arnd Bergmann Subject: Re: RFC: collection of common distro configs? Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 29, 2021 at 12:26:54PM +0200, Rasmus Villemoes wrote: > Hi there, > > Does anybody know of a place where one can find a collection of .configs > from various distros? I think it might be useful to be able to grep > around to see what features are actually enabled by which distros. > > Based on the domain name, I hoped linuxconfig.org would be such a place, > if so I cannot find it. > > If no such collection exists, do others agree it might be useful? If so, > I'll be happy to throw up a repo somewhere and start collecting them. It will change on a monthly basis, is this really all that useful? Who will keep it up to date? What are you trying to determine? thanks, greg k-h