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 A513EC61DA4 for ; Sat, 11 Feb 2023 14:27:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229741AbjBKO1h (ORCPT ); Sat, 11 Feb 2023 09:27:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38738 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjBKO1e (ORCPT ); Sat, 11 Feb 2023 09:27:34 -0500 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECD232799A; Sat, 11 Feb 2023 06:27:32 -0800 (PST) Received: from [2a02:8108:8980:2478:8cde:aa2c:f324:937e]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1pQqqg-0003jd-CB; Sat, 11 Feb 2023 15:27:30 +0100 Message-ID: <6f97a117-0d9c-e21b-9adf-50f2233ba9e3@leemhuis.info> Date: Sat, 11 Feb 2023 15:27:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] Revert "venus: firmware: Correct non-pix start and end addresses" Content-Language: en-US, de-DE To: Javier Martinez Canillas , Vikash Garodia , "linux-kernel@vger.kernel.org" , "mka@chromium.org" Cc: Albert Esteve , "stanimir.varbanov@linaro.org" , Enric Balletbo i Serra , Andy Gross , Bjorn Andersson , Konrad Dybcio , Mauro Carvalho Chehab , Stanimir Varbanov , "Vikash Garodia (QUIC)" , "linux-arm-msm@vger.kernel.org" , "linux-media@vger.kernel.org" , Fritz Koenig , "Dikshita Agarwal (QUIC)" , "Rajeshwar Kurapaty (QUIC)" References: <20230207102254.1446461-1-javierm@redhat.com> <70c01751-1dd7-c4bd-a96e-94dea437aa40@redhat.com> From: "Linux regression tracking (Thorsten Leemhuis)" Reply-To: Linux regressions mailing list In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1676125653;fccb2c5e; X-HE-SMSGID: 1pQqqg-0003jd-CB Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10.02.23 11:07, Javier Martinez Canillas wrote: > On 2/10/23 10:22, Vikash Garodia wrote: > >>> So what should we do about this folks? Since not allowing the driver to probe on >>> at least SC7180 is a quite serious regression, can we revert for now until a proper >>> fix is figured out? >> >> I am able to repro this issue on sc7180 and discussing with firmware team on the cause >> of reset failure. The original patch was raised for fixing rare SMMU faults during warm >> boot of video hardware. Hence looking to understand the regressing part before we >> proceed to revert. > > Great, if you are working on a proper fix then that would be much better indeed. Yeah, that's great, but OTOH: there is almost certainly just one week before 6.2 will be released. Ideally this should be fixed by then. Vikash, do you think that's in the cards? If not: why not revert this now to make sure 6.2 works fine? Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) -- Everything you wanna know about Linux kernel regression tracking: https://linux-regtracking.leemhuis.info/about/#tldr If I did something stupid, please tell me, as explained on that page.