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 4265CC001DC for ; Wed, 19 Jul 2023 12:49:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229987AbjGSMtG (ORCPT ); Wed, 19 Jul 2023 08:49:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230364AbjGSMs7 (ORCPT ); Wed, 19 Jul 2023 08:48:59 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83D1B1996; Wed, 19 Jul 2023 05:48:50 -0700 (PDT) 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 1qM6bn-0004pH-9s; Wed, 19 Jul 2023 14:48:47 +0200 Message-ID: <3252775c-099f-4bbe-c663-122634d5fc2f@leemhuis.info> Date: Wed, 19 Jul 2023 14:48:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c) Content-Language: en-US, de-DE To: Bagas Sanjaya , Randy Dunlap , Thomas Zimmermann Cc: Linux Kernel Mailing List , Helge Deller , Javier Martinez Canillas , linux-fbdev@vger.kernel.org, Linux PowerPC , Linux Regressions , Stephen Rothwell , Linux Next Mailing List References: <20230713123710.5d7d81e4@canb.auug.org.au> <5983cf9d-dc1e-75bd-3624-770951661245@gmail.com> From: Thorsten Leemhuis In-Reply-To: <5983cf9d-dc1e-75bd-3624-770951661245@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1689770930;d3687a3f; X-HE-SMSGID: 1qM6bn-0004pH-9s Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 19.07.23 14:36, Bagas Sanjaya wrote: > On 7/18/23 17:06, Thorsten Leemhuis wrote: >> I'm missing something here: >> >> * What makes you think this is caused by bdb616479eff419? I didn't see >> anything in the thread that claims this, but I might be missing something >> * related: if I understand Randy right, this is only happening in -next; >> so why is bdb616479eff419 the culprit, which is also in mainline since >> End of June? > > Actually drivers/video/fbdev/ps3bf.c only had two non-merge commits during > previous cycle: 25ec15abb06194 and bdb616479eff419. The former was simply > adding .owner field in ps3fb_ops (hence trivial), so I inferred that the > culprit was likely the latter (due to it was being authored by Thomas). As you can see from Michael's reply this was misguided, as it was an external change that broke the driver. This happens all the time, such inferring thus is not possible at all. Ciao, Thorsten