Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp454954ybl; Mon, 2 Dec 2019 13:19:36 -0800 (PST) X-Google-Smtp-Source: APXvYqx1HEK6Z+O7zAsvKWaOY3QVPxGcaWCMOzK9S4a7v/MmiHUCrwVoMl/i+hadEvz8/+FMRNTB X-Received: by 2002:aca:2112:: with SMTP id 18mr861586oiz.155.1575321576468; Mon, 02 Dec 2019 13:19:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575321576; cv=none; d=google.com; s=arc-20160816; b=AnTGUKOMknGGBWSdnNs6qC0pbDsffP/w+diRWMXcE2a7VMs7WzgJI+2TtWW3RS0m1S gtHrVcn7XYFCe8NQuyq1y7etAvMHe32TUe+hYSSJfOo1EigU/B39gU4S/wKQTf1Ilc12 Os5dNmVi4/4TYFBeu+ak5KNX3SfxWsUVlusY8kDK+TUNHHA9/XQm0wYLUZLjELxzBS4N 17Q4AizmibKdzqM/MeZYAOFATdtEKaQswEJoe/jRkcXy+baCUxJki2yqcj20OsSHYGnn Fm9g9mFwWam2yuZNZJF2ap+dN4futdxqL2Z+vGEgpojfoGgJLOTzQ4k6+MWYZPBI3l+f 6N7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=v2UPySsM+Ysrt9F9rOJWh5KJ7VL2LjT50CA0ElLgXaA=; b=eIw62OcqygqvpYY+t83gmHCDFmJSWz+3AU8iVtC2nr7wBY0jLMiMxxPX51iF3M0Kq4 v3V6F3qDrL4I5vAq0b1PuQQEcMrEYL1jj0mq1uiaL2y58K71wd4yLAqjOasVn1Wv7bEL YpS3l9WDxmUg0J2TWXbsZmbZq0gwOEhEXhL6hDfmiHeeTUNikMAClS7qgSwZl5dKEWPU JidLG0LcS28DfK8prdIeB5hmJRYWtkbTBtP0cnrmUJF/HsjldZP+VjUdm8dUGLGI6EWx muqz84apOgxyl3dBl2AJJYyaFY3LQdvESaDEXkUaKPzVK2DFaGU4IP2Z5K4U2MPSCKHX kmPQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g25si171714otp.20.2019.12.02.13.19.23; Mon, 02 Dec 2019 13:19:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726107AbfLBVSx (ORCPT + 99 others); Mon, 2 Dec 2019 16:18:53 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:42260 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725874AbfLBVSx (ORCPT ); Mon, 2 Dec 2019 16:18:53 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 80F3028F568 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: Collabora Kernel ML , groeck@chromium.org, bleung@chromium.org, dtor@chromium.org, fabien.lahoudere@collabora.com, guillaume.tucker@collabora.com, "H. Peter Anvin" , Borislav Petkov , x86@kernel.org, Thomas Gleixner , Krzysztof Kozlowski , Ingo Molnar , "Ahmed S. Darwish" , Geert Uytterhoeven , Alexey Brodkin , Andrew Morton , Ard Biesheuvel Subject: [PATCH 0/2] Standard x86_64 defconfig for KernelCI or Chromebooks Date: Mon, 2 Dec 2019 22:18:42 +0100 Message-Id: <20191202211844.19629-1-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi x86 maintainers, For testing purposes it'd be useful have a standard/mainline config that supports the devices that we're testing in KernelCI. For Chromebooks we try to take care of have multi_v7_defconfig and arm64 defconfig up to date supporting different devices, that way, we don't need to deal with out-of-tree kernel configs or fragments. We'd like to do the same for x86 architecture, hence this patch series. I am unsure if the x86_64_defconfig is the right place to do it, if not, maybe we can add a chromebooks.config (like xen.config) or even better, a kernelci.config, so take this as a RFC if that's the case. Thanks, Enric Balletbo i Serra (2): x86_64_defconfig: Normalize x86_64 defconfig x86_64_defconfig: Enable support for Chromebooks devices arch/x86/configs/x86_64_defconfig | 156 +++++++++++++++++++----------- 1 file changed, 97 insertions(+), 59 deletions(-) -- 2.20.1