Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2288200pxu; Fri, 18 Dec 2020 09:35:18 -0800 (PST) X-Google-Smtp-Source: ABdhPJw2HGfmOMDVZuDfU5EpVlWD16638yYkvm/Eu2hkwh8bu5hjtCZFhOQiOgJvF9ZAJweGeAnT X-Received: by 2002:aa7:d6d8:: with SMTP id x24mr5550070edr.105.1608312917960; Fri, 18 Dec 2020 09:35:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608312917; cv=none; d=google.com; s=arc-20160816; b=RFm6Upg5CPe+gBV+2u/ehxg8z8ieCHR0ZeTGv38XOilZZbLjwxikYbOuAywpgbAikz L3GfgVIqaeHIQYg5lJ+r1Cgybvb8tXN5PoietJzs+/5ugona3f4vy19o7YmhP22iMZ4A CA6S6gdjNtadtawZoG3pU06xUDeF0pWBoDmPxPE8hLRbfnxRZphp8T6s9lxwDOxaOzIF 0lq2iOrBeuZbo+aCyoC9gu9ebIVZdQPlgicxCiRRt2PR76FpzUUwvg/bBOZeRjcpaleD ntJ6hO99M9qFQUURI330HpOiLVcrEggH3d2mDf6pTl6UJjecPXnycda5yoR1Z4tj4PRb RkXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=NNOh5ci5R4BjDBzbGxCLkLiJyozgmOF+YB1qsW9aJsk=; b=OdnjF2Vm7FjqGNkqSMdyOGX0bUoSNLBrMlAN2mDgvirODn1gG5Nlrc/PsDhrdHjLJ8 LIVyL8XmdwRU4mjVXTLfDwhDXYnPOl7536d6r6/rOEhVKGPSsbcQHPBXb8u+/bQltnpK 8FROB1j/FCHXNPReAJ84BT0QurFznrRQwj/uNj4yE0z9k24Cz6ZX5CcFy0tJWWGz8/ts oK2tF0nsxIUJD8xlXc0YfaarabEzkuisjV3VDOK72daqHVHO/E9mncmJy9BGuZrRvCm+ ej+uVn96p7AipdE3x6olmvOmwmuJLsN7tkC3cmU/B59ViduleYZe8Tdle2AfuIydjBgC ZKlA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o25si4939335ejg.728.2020.12.18.09.34.55; Fri, 18 Dec 2020 09:35:17 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732005AbgLRRcx (ORCPT + 99 others); Fri, 18 Dec 2020 12:32:53 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:49004 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727787AbgLRRcw (ORCPT ); Fri, 18 Dec 2020 12:32:52 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 931B0FB06; Fri, 18 Dec 2020 18:32:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1qf_Jj-yCOvO; Fri, 18 Dec 2020 18:32:09 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id DB46B43FDC; Fri, 18 Dec 2020 18:32:08 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Catalin Marinas , Will Deacon , Bjorn Andersson , Shawn Guo , Li Yang , Geert Uytterhoeven , Vinod Koul , =?UTF-8?q?Guido=20G=C3=BCnther?= , Anson Huang , Michael Walle , Max Krummenacher , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/3] arm64: defconfig: Enable some (hopefully) useful options Date: Fri, 18 Dec 2020 18:32:05 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The aim of this series is make the arm64 'make defconfig' kernel more useful for debugging and daily usage. I'm aware that expectations there diff widely so I went for things I found in other defconigs as well. It enables ftrace, more filesystems and more dm/md modules. Since it's not board specific I have no idea which tree I would target so I picked next-20201218. Guido Günther (3): arm64: defconfig: Enable function tracer arm64: defconfig: Enable more filesystems arm64: defconfig: Enable more DM/MD targets as modules arch/arm64/configs/defconfig | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) -- 2.29.2