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 40FA7C0502A for ; Sun, 28 Aug 2022 11:53:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229785AbiH1LxE (ORCPT ); Sun, 28 Aug 2022 07:53:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbiH1LxD (ORCPT ); Sun, 28 Aug 2022 07:53:03 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88CF411A0F; Sun, 28 Aug 2022 04:53:02 -0700 (PDT) Received: from [2a02:8108:963f:de38:eca4:7d19:f9a2:22c5]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1oSGqb-0007QJ-4K; Sun, 28 Aug 2022 13:53:01 +0200 Message-ID: <9729ab5f-422d-19a8-d4e0-94de0877736d@leemhuis.info> Date: Sun, 28 Aug 2022 13:52:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v2 2/2] scsi: sd: Rework asynchronous resume support #forregzbot Content-Language: en-US Cc: scsi , Linux-Renesas , Linux Kernel Mailing List , linux-ide@vger.kernel.org References: <20220630195703.10155-1-bvanassche@acm.org> <506ca1a6-1122-5755-fc74-60f7c7bfbd0d@acm.org> <6f70e742-9d8a-f389-0482-0ba9696bf445@acm.org> <54e20a27-a10b-b77a-e950-1d3398e2e907@acm.org> <084e7c5a-f98d-d61e-de81-83525851ecf9@acm.org> <14ec47f3-f3b8-61c7-2c64-d96d00dd7076@acm.org> <40700595-8c83-1b61-ea93-ea9554bfb2db@acm.org> <98592410-dd31-9081-86be-fda67d3b06d2@suse.cz> To: regressions@lists.linux.dev From: Thorsten Leemhuis In-Reply-To: <98592410-dd31-9081-86be-fda67d3b06d2@suse.cz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1661687582;b4a732ba; X-HE-SMSGID: 1oSGqb-0007QJ-4K Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org TWIMC: this mail is primarily send for documentation purposes and for regzbot, my Linux kernel regression tracking bot. These mails usually contain '#forregzbot' in the subject, to make them easy to spot and filter. On 17.08.22 21:07, Vlastimil Babka wrote: > Hi, I have a T460 hanging on resume from suspend to ram in 6.0-rc1 that > I bisected to this commit. > >> Unfortunately the above does not learn us anything new. The code >> modified by commit 88f1669019bd ("scsi: sd: Rework asynchronous resume >> support") is only called if sdev->manage_start_stop != 1. Only the SATA >> code, the Firewire code and the manage_start_stop sysfs attribute store >> method set that member variable: > [...] > #regzbot introduced: 88f1669019bd62b3 > #regzbot monitor: https://lore.kernel.org/all/20220816172638.538734-1-bvanassche@acm.org/ #regzbot fixed-by: 785538bfdd682c8e962341d585f9b88262a0475 Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) P.S.: As the Linux kernel's regression tracker I deal with a lot of reports and sometimes miss something important when writing mails like this. If that's the case here, don't hesitate to tell me in a public reply, it's in everyone's interest to set the public record straight.