From: Boaz Harrosh <openosd@gmail.com>
To: Hannes Reinecke <hare@suse.de>,
Junichi Nomura <j-nomura@ce.jp.nec.com>,
linux-scsi <linux-scsi@vger.kernel.org>,
Christoph Hellwig <hch@lst.de>
Subject: Re: [REGRESSION v4.3] scsi_dh: use-after-free when removing scsi device
Date: Wed, 30 Sep 2015 13:35:54 +0300 [thread overview]
Message-ID: <560BBB0A.3000300@gmail.com> (raw)
In-Reply-To: <560BAB2B.9050404@suse.de>
On 09/30/2015 12:28 PM, Hannes Reinecke wrote:
<>
> Pushing things into the background is typically not the best of
> ideas; actually I've been running into issues with udev not being
> complete by the time the next round is started. So more often than
> not I would be greeted with messages:
>
> 'write: no such file or directory'
>
> when executing this line. Removing the '&' at the end made this
> warning go away.
>
> And actually I'm not sure if the above script is a valid testcase;
So are you saying it is allowed to crash the Kernel with a crappy
script?
> from what I've seen there is no locking / reference counting when
> accessing sysfs attributes. So as soon as you _can_ access the sysfs
> attribute it is implicitly assumed to be valid.
> In your case you will be _removing_ the sysfs attribute even though
> it is still accessed, which of course will crash.
>
Is that allowed? for usermode script to race and crash the Kernel?
>From the original email it sounds like this used to be fine and it
now crashes (with the &)
Thanks
Boaz
> Can you still reproduce this problem after removing the '&' in that
> line?
>
>> echo "-- delete $dev --" > /dev/kmsg
>> echo 1 > /sys/class/scsi_device/${dev}/device/delete
>>
>> n=$((n + 1))
>> done
>> --- cut here --
>
> Having said that I've retried your test script with my ALUA handler
> update, and didn't find any issues there.
> It happily completed about 500 rounds at which point I got bored.
> Of course, this is after removing the '&' in the said line.
>
> Cheers,
>
> Hannes
>
next prev parent reply other threads:[~2015-09-30 10:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 0:35 [REGRESSION v4.3] scsi_dh: use-after-free when removing scsi device Junichi Nomura
2015-09-30 9:28 ` Hannes Reinecke
2015-09-30 10:35 ` Boaz Harrosh [this message]
2015-09-30 14:49 ` Hannes Reinecke
2015-09-30 15:18 ` Christoph Hellwig
2015-10-01 0:56 ` Junichi Nomura
2015-10-01 4:38 ` Junichi Nomura
2015-10-01 5:21 ` Christoph Hellwig
2015-10-01 11:40 ` Junichi Nomura
2015-10-04 7:42 ` Christoph Hellwig
2015-10-07 5:55 ` Junichi Nomura
2015-10-04 7:43 ` Christoph Hellwig
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=560BBB0A.3000300@gmail.com \
--to=openosd@gmail.com \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=j-nomura@ce.jp.nec.com \
--cc=linux-scsi@vger.kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).