LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Paul Menzel <pmenzel+linux-block@molgen.mpg.de>
To: Bart Van Assche <Bart.VanAssche@wdc.com>, axboe@kernel.dk
Cc: martin.petersen@oracle.com, jejb@linux.vnet.ibm.com,
regressions@leemhuis.info, linux-kernel@vger.kernel.org,
linux-block@vger.kernel.org, linux-scsi@vger.kernel.org
Subject: Re: Regression 4.17-rc1: SSD doesn properly resume causing system hang (NULL pointer dereference)
Date: Tue, 24 Apr 2018 19:37:42 +0200 [thread overview]
Message-ID: <a3a7f906-3681-15cc-67af-b96e4ac71b0e@molgen.mpg.de> (raw)
In-Reply-To: <14ff1ed06e36a372680872c227b5abe389c753da.camel@wdc.com>
[-- Attachment #1: Type: text/plain, Size: 3223 bytes --]
Dear Bart,
On 04/24/18 19:31, Bart Van Assche wrote:
> On Tue, 2018-04-24 at 19:10 +0200, Paul Menzel wrote:
>> Please find the configuration file attached. The log only has
>> `initcall_debug no_console_suspend` added.
>
> What I was looking for in the .config is the following:
> CONFIG_SCSI_MQ_DEFAULT=y
>
> Can you also provide the disassembly output for blk_set_runtime_active,
> e.g. by loading vmlinux into gdb and by running the command "disas
> blk_set_runtime_active"?
Here it is, pasted as citation, as otherwise Thunderbird would wrap the
line.
> (gdb) disas blk_set_runtime_active
> Dump of assembler code for function blk_set_runtime_active:
> 0xc1518610 <+0>: call 0xc106ac9c <__fentry__>
> 0xc1518615 <+5>: push %ebp
> 0xc1518616 <+6>: mov %esp,%ebp
> 0xc1518618 <+8>: sub $0x14,%esp
> 0xc151861b <+11>: mov %ebx,-0xc(%ebp)
> 0xc151861e <+14>: mov %eax,%ebx
> 0xc1518620 <+16>: mov %gs:0x14,%eax
> 0xc1518626 <+22>: mov %eax,-0x10(%ebp)
> 0xc1518629 <+25>: xor %eax,%eax
> 0xc151862b <+27>: test %ebx,%ebx
> 0xc151862d <+29>: mov %esi,-0x8(%ebp)
> 0xc1518630 <+32>: mov %edi,-0x4(%ebp)
> 0xc1518633 <+35>: je 0xc15186b3 <blk_set_runtime_active+163>
> 0xc1518635 <+37>: mov 0xfc(%ebx),%eax
> 0xc151863b <+43>: call 0xc1a4b920 <_raw_spin_lock_irq>
> 0xc1518640 <+48>: mov 0x150(%ebx),%esi
> 0xc1518646 <+54>: xor %eax,%eax
> 0xc1518648 <+56>: mov 0xc1ca7d20,%edi
> 0xc151864e <+62>: mov %eax,0x154(%ebx)
> 0xc1518654 <+68>: cmp $0xffffff0c,%esi
> 0xc151865a <+74>: mov %edi,-0x14(%ebp)
> 0xc151865d <+77>: je 0xc15186a5 <blk_set_runtime_active+149>
> 0xc151865f <+79>: mov %edi,0xf4(%esi)
> 0xc1518665 <+85>: mov $0x9,%edx
> 0xc151866a <+90>: mov 0x150(%ebx),%eax
> 0xc1518670 <+96>: call 0xc175ab80 <__pm_runtime_suspend>
> 0xc1518675 <+101>: mov 0xfc(%ebx),%eax
> 0xc151867b <+107>: call *0xc1ce2918
> 0xc1518681 <+113>: call *0xc1ce2888
> 0xc1518687 <+119>: mov -0x10(%ebp),%eax
> 0xc151868a <+122>: xor %gs:0x14,%eax
> 0xc1518691 <+129>: jne 0xc15186a0 <blk_set_runtime_active+144>
> 0xc1518693 <+131>: mov -0xc(%ebp),%ebx
> 0xc1518696 <+134>: mov -0x8(%ebp),%esi
> 0xc1518699 <+137>: mov -0x4(%ebp),%edi
> 0xc151869c <+140>: mov %ebp,%esp
> 0xc151869e <+142>: pop %ebp
> 0xc151869f <+143>: ret
> 0xc15186a0 <+144>: call 0xc108c6c0 <__stack_chk_fail>
> 0xc15186a5 <+149>: xor %edx,%edx
> 0xc15186a7 <+151>: mov $0xc1ee14b4,%eax
> 0xc15186ac <+156>: call 0xc15bb7f0 <__ubsan_handle_type_mismatch>
> 0xc15186b1 <+161>: jmp 0xc151865f <blk_set_runtime_active+79>
> 0xc15186b3 <+163>: xor %edx,%edx
> 0xc15186b5 <+165>: mov $0xc1ee14cc,%eax
> 0xc15186ba <+170>: call 0xc15bb7f0 <__ubsan_handle_type_mismatch>
> 0xc15186bf <+175>: jmp 0xc1518635 <blk_set_runtime_active+37>
> End of assembler dump.
Kind regards,
Paul
PS: By the way, your mailer stripped the full names of my first message,
and replace the “names” with the email address.
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5174 bytes --]
next prev parent reply other threads:[~2018-04-24 17:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 16:14 Regression 4.17-rc1: SSD doesn’t " Paul Menzel
2018-04-24 16:26 ` Regression 4.17-rc1: SSD doesnʼt " Bart Van Assche
2018-04-24 17:10 ` Paul Menzel
2018-04-24 17:31 ` Regression 4.17-rc1: SSD doesn " Bart Van Assche
2018-04-24 17:37 ` Paul Menzel [this message]
2018-04-24 18:27 ` Bart Van Assche
2018-04-24 21:04 ` Paul Menzel
2018-04-24 21:17 ` Bart Van Assche
2018-04-25 5:37 ` Paul Menzel
2018-04-25 12:26 ` Bart Van Assche
2018-04-25 12:34 ` Regression 4.17-rc1: SSD doesn’t " Paul Menzel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a3a7f906-3681-15cc-67af-b96e4ac71b0e@molgen.mpg.de \
--to=pmenzel+linux-block@molgen.mpg.de \
--cc=Bart.VanAssche@wdc.com \
--cc=axboe@kernel.dk \
--cc=jejb@linux.vnet.ibm.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=regressions@leemhuis.info \
--subject='Re: Regression 4.17-rc1: SSD doesn properly resume causing system hang (NULL pointer dereference)' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).