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 E9E992104 for ; Mon, 29 Aug 2022 05:20:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14E43C433D6; Mon, 29 Aug 2022 05:20:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661750428; bh=klNFK0zlZI++873Czf0Md6dHlhc5Jg4+H48SL864YBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aZiJTXhA02tvA/MjrTiDITvQT/PQPFiKGpYIuPZ8f4GdTNPj+rTuxO3A3jujJA9GY h1Fnq3NIs0hzy46FCz3lRz/tbGeQSUb+Iws1s/t5siZUJwiLVU1b9qHWgYsxyNmgiz kDMNwP22DqJW2gqKvtPTZpWPAK8H5tx1LYy4QeD8= Date: Mon, 29 Aug 2022 07:20:42 +0200 From: Greg KH To: Thorsten Leemhuis Cc: Linus Torvalds , LKML , Linux regressions mailing list Subject: Re: Linux regressions report for mainline [2022-08-28] Message-ID: References: <166170992386.1651569.17504808724724706636@leemhuis.info> <9ec7563f-906f-2e72-73ae-6f373b9445d0@leemhuis.info> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9ec7563f-906f-2e72-73ae-6f373b9445d0@leemhuis.info> On Sun, Aug 28, 2022 at 09:08:12PM +0200, Thorsten Leemhuis wrote: > > > On 28.08.22 20:41, Linus Torvalds wrote: > > On Sun, Aug 28, 2022 at 11:23 AM Regzbot (on behalf of Thorsten > > Leemhuis) wrote: > >> > >> Not sure, maybe it would have been good if the following fix would have > >> found the way into rc3, as it seems more than just one or two people > >> already stumbled over the regression fixed by it: > >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=master&id a8e0f6b01b14b2e28ba144e112c883f03a3db2 > >> https://lore.kernel.org/all/?qœbffc7* > > > > Neither of those links are valid for me. > > > > "a8e0f6b01b14b2e28ba144e112c883f03a3db2" doesn't exist in linux-next. > > never mind that that isn't valid link syntax anyway. > > > > The lore.kernel.org link is also just random noise. > > > > So I'm not actually sure what you are trying to say... > > Sorry, you are right, I did something really stupid when preparing the > mail (I manually modified one that was ready so send and already > encoded...). Here are the links: > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=master&id=13a8e0f6b01b14b2e28ba144e112c883f03a3db2 > https://lore.kernel.org/all/?q=9cbffc7* > > But I just noticed that's not the only stupid thing I did, as the linked > commit in next (13a8e0f6b01b) is part of a series: > > https://lore.kernel.org/all/20220819221616.2107893-1-saravanak@google.com/ > > The series fixes the regression "Regression: PM: domains: Delete usage > of driver_deferred_probe_check_state" that is in the list from regzbot: > https://lore.kernel.org/all/DU0PR04MB941735271F45C716342D0410886B9@DU0PR04MB9417.eurprd04.prod.outlook.com/ > > But there are more reports, for example: > https://lore.kernel.org/all/YvrkjH6%2FFpIzyAv+@euler/ > > Not sure if Greg didn't sent them to you because he think they need more > time or because he's simply afk/busy and didn't manage to send pull > requests. I was busy, will get these out to Linus in the next few days. thanks, greg k-h