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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 7D6F7C2BB85 for ; Thu, 16 Apr 2020 11:57:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1536F21D94 for ; Thu, 16 Apr 2020 11:57:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Z6OWndCf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1536F21D94 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=7tyrPF5dGqSj+UIkeu6dv6Yww/ACsD4QmEKOsin/So8=; b=Z6O WndCfQQDHanBOwRyBfIsmqJxsUWuIIEDC0D/g9MjA0Xecan5QpkpzoNu7cDBP6DWOcReM0Lz4Yu6e QUOJuJUgwm4KNyOWouKM2zq2ec7BHSOtVoGAfII9V0qQMz2rK2WHtacMS88+A7P5DZjX0t1ntsR+6 Ml4CG5MtzOlFg27JUcKe4HY+5N9Dnnxirg2G0AFcAdR7qbMHYrXv5oRbGlxnslHWDcdExpKcD3MHY WBoOzVG4trSkm1BTnmkhIjh7NErFz4MGKVnPVOqTKzBvazJUuzV4eucOBQaUIjFeYAWXX6vq+vjLO 5eGgyZRPMEQNoe2wrTagASaisG/mNrg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jP38t-0000Wb-0D; Thu, 16 Apr 2020 11:57:15 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jP38o-0000VT-W4 for linux-arm-kernel@lists.infradead.org; Thu, 16 Apr 2020 11:57:13 +0000 Received: from ramsan ([IPv6:2a02:1810:ac12:ed60:fd83:81bb:c1d7:433d]) by albert.telenet-ops.be with bizsmtp id TPx02200K4dKHqf06Px0Vk; Thu, 16 Apr 2020 13:57:03 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jP38e-0003KY-8w; Thu, 16 Apr 2020 13:57:00 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jP38e-0005Jt-5i; Thu, 16 Apr 2020 13:57:00 +0200 From: Geert Uytterhoeven To: Catalin Marinas , Will Deacon Subject: [PATCH 0/2] arm64: Vendor-specific errata improvements Date: Thu, 16 Apr 2020 13:56:56 +0200 Message-Id: <20200416115658.20406-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200416_045711_747771_1091452E X-CRM114-Status: UNSURE ( 7.13 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven , Arnd Bergmann , linux-arm-msm@vger.kernel.org, Andy Gross , Wei Xu , Bjorn Andersson , Masahiro Yamada , Robert Richter , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Catalin, Will, et al, This patch series attempts to improve configuration of vendor-specific errata, by 1. sorting them by vendor, 2. adding platform dependencies, to avoid asking irrelevant questions when configuring your kernel. Thanks for your comments! Geert Uytterhoeven (2): arm64: Sort vendor-specific errata [RFC] arm64: Add dependencies to vendor-specific errata arch/arm64/Kconfig | 82 ++++++++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 36 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel