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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24BE3EB64D9 for ; Wed, 12 Jul 2023 07:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231562AbjGLHVa (ORCPT ); Wed, 12 Jul 2023 03:21:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbjGLHV2 (ORCPT ); Wed, 12 Jul 2023 03:21:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14C599C for ; Wed, 12 Jul 2023 00:21:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9B235616EE for ; Wed, 12 Jul 2023 07:21:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF6A6C433C8; Wed, 12 Jul 2023 07:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689146486; bh=Pt5QtbN4QXl31Cj/OB/HVfx6Fab/rSszguFvG2rw/Ow=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AdG679TOno89KoirbRGpLi9w7rQcZTpRX6hO+CQiMWkX0EdDXOMJ4Sr+0POM+hU7c bh1nDCLG2cYNPiCDIfe956KVEYyNm7UtoOQwSZA6i/Y3kQurs4D4O+ZDRZQDZjz+dW UkDDXNdQA+6hLbkEowueqYKwhqXWrkLtG2UkU2uqixLAIkayjdpyyaC/Md0i2l+stH H83LvcZbiBhBetiXAOWIC42IjZxHLO/eDQInj8EqMmAp7vxNh8y8nte9QOGIi4iOb4 drTJtun/vU1mNP9au0Opz1SWcTYxMPyWMx3yOQgDzKzi0aSQJt1/mfSAX7o5T/yuqb A3/zuzJLrb/Aw== Received: from ip-185-104-136-29.ptr.icomera.net ([185.104.136.29] 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.95) (envelope-from ) id 1qJUA2-00CMRT-R2; Wed, 12 Jul 2023 08:21:23 +0100 Date: Wed, 12 Jul 2023 08:21:07 +0100 Message-ID: <87ilapa93w.wl-maz@kernel.org> From: Marc Zyngier To: =?UTF-8?B?IkNodW5odWkgTGkgKOadjuaYpei+iSki?= Cc: "linux-arm-kernel@lists.infradead.org" , =?UTF-8?B?IkhhbmtzIENoZW4gKA==?= =?UTF-8?B?6Zmz5b2l5bu3KSI=?= , "linux-kernel@vger.kernel.org" , "lpieralisi@kernel.org" , =?UTF-8?B?IkNoZW5nLVl1?= =?UTF-8?B?aCBXdSAo5ZCz5pS/6KutKSI=?= Subject: Re: [PATCH] irqchip/gic-v3: Workaround for GIC-700 erratum 2941627 In-Reply-To: <17c629f00dee2bbcd09b99a6ed1bd2a411322084.camel@mediatek.com> References: <17c629f00dee2bbcd09b99a6ed1bd2a411322084.camel@mediatek.com> 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/28.2 (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=UTF-8 Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 185.104.136.29 X-SA-Exim-Rcpt-To: chunhui.li@mediatek.com, linux-arm-kernel@lists.infradead.org, Hanks.Chen@mediatek.com, linux-kernel@vger.kernel.org, lpieralisi@kernel.org, Cheng-Yuh.Wu@mediatek.com 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 Wed, 12 Jul 2023 02:40:31 +0100, "Chunhui Li (=E6=9D=8E=E6=98=A5=E8=BE=89)" wrote: >=20 > Hi Marc, >=20 > We have tested the PATCH v2 with MTK platform base on kernel-6.1 and > can confirm that it works as expected. Thanks. > Is the PATCH v2 final version? Nothing is final until it is merged upstream. The patch is currently in -next. If it doesn't cause any visible regression, I'll send it to Thomas to push it to Linus. > If yes, maybe we can request google sync the PATCH v2 to android14-6.1 > first. That's for you to discuss with the Android team, but from my point of view, things have to happen upstream first, and only then be backported to older kernels as required, not the other way around. M. --=20 Without deviation from the norm, progress is not possible.