From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [ata_scsi_offline_dev] BUG: sleeping function called from invalid context at kernel/locking/mutex.c:238 Date: Mon, 6 Nov 2017 16:12:07 -0800 Message-ID: <20171107001207.GH3252168@devbig577.frc2.facebook.com> References: <20171029225155.qcum5i75awrt5tzm@wfg-t540p.sh.intel.com> <20171029231835.3725fnd5yehlmqob@wfg-t540p.sh.intel.com> <20171030110511.scfrdtlnf5lbdhu5@pd.tnic> <526e7cf2-0672-e44b-c32f-26128a2dfd37@codeaurora.org> <20171106224635.qopgsszwxzuitkpf@wfg-t540p.sh.intel.com> <20171106225354.6ucl4f4ipsjlntzl@wfg-t540p.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: Fengguang Wu , IDE-ML , Christoph Hellwig , Hannes Reinecke , Linux Kernel Mailing List , Johannes Thumshirn , "Martin K. Petersen" , linux-scsi , James Bottomley List-Id: linux-ide@vger.kernel.org Hello, On Mon, Nov 06, 2017 at 03:12:31PM -0800, Linus Torvalds wrote: > But it does seem to be a new regression in 4.14, caused by commit > 8a97712e5314 ("scsi: make 'state' device attribute pollable"), because > that's what added the sysfs_notify() call to scsi_device_set_state(), > which made that spinlock be a problem. Yeah, pinged Hannes about it a couple of weeks ago. > That commit came in through the SCSI merge this merge window, and it > seems to still revert cleanly. > > So I do suspect that by now we should just revert that commit. It's > not clear why that state attribute should be pollable, and the new > code is clearly very much buggy. I think reverting is the right thing to do right now. If necessary, we can make kernfs_notify() safe to be called from atomic contexts. Thanks. -- tejun