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=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 AF538C433E0 for ; Mon, 8 Mar 2021 20:21:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F1D66527A for ; Mon, 8 Mar 2021 20:21:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230111AbhCHUVS (ORCPT ); Mon, 8 Mar 2021 15:21:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:58730 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229650AbhCHUUs (ORCPT ); Mon, 8 Mar 2021 15:20:48 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EFF3565194; Mon, 8 Mar 2021 20:20:47 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lJMMv-000Pqf-Ss; Mon, 08 Mar 2021 20:20:46 +0000 Date: Mon, 08 Mar 2021 20:20:45 +0000 Message-ID: <871rcps8gy.wl-maz@kernel.org> From: Marc Zyngier To: Mark Rutland Cc: Hector Martin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, james.morse@arm.com, tglx@linutronix.de, will@kernel.org Subject: Re: [PATCHv2 0/8] arm64: Support FIQ controller registration In-Reply-To: <20210308175232.GA17002@C02TD0UTHF1T.local> References: <20210302101211.2328-1-mark.rutland@arm.com> <04ab9271-db3c-e6b5-2464-12cb8662bb33@marcan.st> <20210308175232.GA17002@C02TD0UTHF1T.local> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: mark.rutland@arm.com, marcan@marcan.st, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, james.morse@arm.com, tglx@linutronix.de, will@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 08 Mar 2021 17:52:32 +0000, Mark Rutland wrote: > > On Fri, Mar 05, 2021 at 07:08:50PM +0900, Hector Martin wrote: > > On 02/03/2021 19.12, Mark Rutland wrote: > > > I'm hoping that we can get the first 2 patches in as a preparatory cleanup for > > > the next rc or so, and then the rest of the series can be rebased atop that. > > > I've pushed the series out to my arm64/fiq branch [4] on kernel.org, also > > > tagged as arm64-fiq-20210302, atop v5.12-rc1. > > > > Just a reminder to everyone that filesystems under v5.12-rc1 go explodey if > > you use a swap file [1]. > > > > I don't care for the M1 bring-up series (we don't *have* storage), but it's > > worth pointing out for other people who might test this. > > > > Modulo that, > > > > Tested-by: Hector Martin > > > > [1] https://lore.kernel.org/lkml/CAHk-=wjnzdLSP3oDxhf9eMTYo7GF-QjaNLBUH1Zk3c4A7X75YA@mail.gmail.com/ > > Thanks! > > I've folded that in, with the series rebased to v5.12-rc2, tagged as > arm64-fiq-20210308. I'm expecting that Marc will get the first couple of > patches queued by rc4, so there's at least one rebase ahead. Just pushed those two into -next, and planning to send them to tglx by the end of the week. Thanks, M. -- Without deviation from the norm, progress is not possible.