From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 671B3376BC6 for ; Tue, 24 Feb 2026 10:19:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771928392; cv=none; b=oozBQqzIElmycpdU52Tb+Y0LV83K0WRLuw0b8fjFMCrikS0fuwEtWren3JyV5VAv/dnhl0UKz1sajO0ITN+SEPU0K+VRBsChrZMJpoIvnctSQFmGqEi6UmTEsGEP1C7NRc2FUOJGI4ypqM9YT7vbbhoh7EJmJ3wTfIX/0NcltCI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771928392; c=relaxed/simple; bh=fIXh4FVUt5VEHxFr0HBf8S2hQ8DjDCocxqimR0QodIg=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=UhvMt++Oh6VJtZjHziyHodCQqFfCLMIETiVNo8v9OAMbUcHF+TO7iFptbbZuqTb+gLwfHx8yXs8mg9Iv2QFwU/XNzWvUyHL6liWmWkM7kqLunrnt+svL/X4bW+MvfX16RfcbdhVnOCuv4OVHOMZus1OytObmmue23/NSHAFHwfg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rwzDOA93; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rwzDOA93" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 098FBC19422; Tue, 24 Feb 2026 10:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771928392; bh=fIXh4FVUt5VEHxFr0HBf8S2hQ8DjDCocxqimR0QodIg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rwzDOA934TyaoEDSurzQdMfNuTutWxevhF52tTtyKATwwWsPwYOngo+IUI8i5wfMx cFsjR4SrD0K5taMJWgNrueqt67wfqGv4uAcl4yAPxDGt8Wb2Fh/Gx4SHHjP4f1t7jf a+aO3hdLgqEkhWWQwAdlBIukb38sRZEltUS4P8zis2ddpUtcOwevElo63PoNB3wJRV DjoBygu4Yes4HjImpBwhQ+iG/yL+z3PpeMqZ0tnOz/YWATtrxp06E/kky98Tv2aMzz jmtfU8BghutsHYbEd0mbpVhusRE+HQhFyvZQ8k3Tw5lLdMYlE/Z+3m1Q18BrP+CM/0 xWRc12XvI88gQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vupWA-0000000DIo0-0XT2; Tue, 24 Feb 2026 10:19:50 +0000 Date: Tue, 24 Feb 2026 10:19:49 +0000 Message-ID: <86ikbma1fe.wl-maz@kernel.org> From: Marc Zyngier To: "Christophe Leroy (CS GROUP)" Cc: Ioana Ciornei , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 0/6] fsl-mc: Move fsl_over to device MSI In-Reply-To: References: <20260218135203.2267907-1-maz@kernel.org> <86ms0za8e0.wl-maz@kernel.org> 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/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: chleroy@kernel.org, ioana.ciornei@nxp.com, tglx@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Hi Christophe, On Mon, 23 Feb 2026 13:54:10 +0000, "Christophe Leroy (CS GROUP)" wrote: > > Don't know what is your merge plan. I wanted to push it to soc fsl > tree but it doesn't apply on top of v7.0-rc1: Not completely unexpected, as -rc1 wasn't released when I posted this, hence being based on the latest tag from Linus' tree at the point of posting (v6.19 in this case). [...] > Let me know how you want to proceed. I've since reposted the series at [1], based on -rc1, and Thomas has indicated he was OK with you merging it directly -- works for me. Thanks, M. [1] https://lore.kernel.org/r/20260224100936.3752303-1-maz@kernel.org -- Without deviation from the norm, progress is not possible.