linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset"
@ 2023-08-02 11:41 Bagas Sanjaya
  2023-08-07 10:30 ` Thorsten Leemhuis
  2023-09-09  5:37 ` Bagas Sanjaya
  0 siblings, 2 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2023-08-02 11:41 UTC (permalink / raw)
  To: Keith Busch, Christoph Hellwig, shenlinghai, Jens Axboe,
	Sagi Grimberg, dwmw2
  Cc: Linux Kernel Mailing List, Linux Regressions, Linux NVMe

Hi,

I notice a regression report on Bugzilla [1]. Quoting from it:

> Issue description:
> root:~# lsb_release -a
> No LSB modules are available.
> Distributor ID:	Ubuntu
> Description:	Ubuntu 22.04 LTS
> Release:	22.04
> Codename:	jammy
> 
> root:~# uname -a
> Linux dapu-Star-Lake 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
> 
> root:~#nvme subsystem-reset /dev/nvme0
> 
> root:~#nvme list      //This command will hang about 60 seconds. 
> 
> Issue analysis:
> Maybe it hangs in function nvme_wait_reset. When we revert the following commit, this issue will disappear.
> if (!nvme_wait_reset(ctrl))
> https://github.com/torvalds/linux/commit/1e866afd4bcdd01a70a5eddb4371158d3035ce03?diff=split

See Bugzilla for the full thread.

Anyway, I'm adding this regression to be tracked by regzbot:

#regzbot introduced: 1e866afd4bcdd0 https://bugzilla.kernel.org/show_bug.cgi?id=217745
#regzbot title: listing nvme devices hangs after subsystem reset

Thanks.

[1]: https://bugzilla.kernel.org/show_bug.cgi?id=217745

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset"
  2023-08-02 11:41 Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset" Bagas Sanjaya
@ 2023-08-07 10:30 ` Thorsten Leemhuis
  2023-09-09  5:36   ` Bagas Sanjaya
  2023-09-09  5:37 ` Bagas Sanjaya
  1 sibling, 1 reply; 4+ messages in thread
From: Thorsten Leemhuis @ 2023-08-07 10:30 UTC (permalink / raw)
  To: Bagas Sanjaya, Keith Busch, Christoph Hellwig, shenlinghai,
	Jens Axboe, Sagi Grimberg, dwmw2
  Cc: Linux Kernel Mailing List, Linux Regressions, Linux NVMe

On 02.08.23 13:41, Bagas Sanjaya wrote:
> 
> I notice a regression report on Bugzilla [1]. Quoting from it:
> 
>> Issue description:
>> root:~# lsb_release -a
>> No LSB modules are available.
>> Distributor ID:	Ubuntu
>> Description:	Ubuntu 22.04 LTS
>> Release:	22.04
>> Codename:	jammy
>>
>> root:~# uname -a
>> Linux dapu-Star-Lake 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Bagas, please don't forward reports to the developers (and also don't
add them to the regression tracking) if the report is about a problem
with a vendor kernel that is known or likely to be patched[1].
Developers otherwise will just start to ignore your mails, as you are
wasting their time.

Ciao, Thorsten

[1] unless of course the reporter confirmed that the issue also happens
with a fresh vanilla kernel; but that afaics still hasn't happened in
this case yet; and even if that's the case it must be really obvious
when forwarding a report.

>> root:~#nvme subsystem-reset /dev/nvme0
>>
>> root:~#nvme list      //This command will hang about 60 seconds. 
>>
>> Issue analysis:
>> Maybe it hangs in function nvme_wait_reset. When we revert the following commit, this issue will disappear.
>> if (!nvme_wait_reset(ctrl))
>> https://github.com/torvalds/linux/commit/1e866afd4bcdd01a70a5eddb4371158d3035ce03?diff=split
> 
> See Bugzilla for the full thread.
> 
> Anyway, I'm adding this regression to be tracked by regzbot:
> 
> #regzbot introduced: 1e866afd4bcdd0 https://bugzilla.kernel.org/show_bug.cgi?id=217745
> #regzbot title: listing nvme devices hangs after subsystem reset
> 
> Thanks.
> 
> [1]: https://bugzilla.kernel.org/show_bug.cgi?id=217745
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset"
  2023-08-07 10:30 ` Thorsten Leemhuis
@ 2023-09-09  5:36   ` Bagas Sanjaya
  0 siblings, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2023-09-09  5:36 UTC (permalink / raw)
  To: Thorsten Leemhuis, Keith Busch, Christoph Hellwig, shenlinghai,
	Jens Axboe, Sagi Grimberg, dwmw2
  Cc: Linux Kernel Mailing List, Linux Regressions, Linux NVMe

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Mon, Aug 07, 2023 at 12:30:30PM +0200, Thorsten Leemhuis wrote:
> >> root:~# uname -a
> >> Linux dapu-Star-Lake 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
> 
> Bagas, please don't forward reports to the developers (and also don't
> add them to the regression tracking) if the report is about a problem
> with a vendor kernel that is known or likely to be patched[1].
> Developers otherwise will just start to ignore your mails, as you are
> wasting their time.

OK, thanks!

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset"
  2023-08-02 11:41 Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset" Bagas Sanjaya
  2023-08-07 10:30 ` Thorsten Leemhuis
@ 2023-09-09  5:37 ` Bagas Sanjaya
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2023-09-09  5:37 UTC (permalink / raw)
  To: Keith Busch, Christoph Hellwig, shenlinghai, Jens Axboe,
	Sagi Grimberg, dwmw2
  Cc: Linux Kernel Mailing List, Linux Regressions, Linux NVMe

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

On Wed, Aug 02, 2023 at 06:41:01PM +0700, Bagas Sanjaya wrote:
> #regzbot introduced: 1e866afd4bcdd0 https://bugzilla.kernel.org/show_bug.cgi?id=217745
> #regzbot title: listing nvme devices hangs after subsystem reset
> 

#regzbot invalid: regression reported using downstream kernel

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-09  5:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02 11:41 Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset" Bagas Sanjaya
2023-08-07 10:30 ` Thorsten Leemhuis
2023-09-09  5:36   ` Bagas Sanjaya
2023-09-09  5:37 ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).