Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364412
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Workqueue change with commit id,1bd04bf6f breaks mpt3sas scsi driver |
| Date | 2016-03-24 20:40 +0100 |
| Message-ID | <rgjgS-7oc-5@gated-at.bofh.it> (permalink) |
| References | <rgjgS-7oc-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
(cc'ing Thomas)
Hello,
On Wed, Mar 23, 2016 at 10:28:16PM -0400, nick wrote:
> Seems that commit id, 1bd04bf6f breaks the mpt3sas driver according to this bug report:
> https://bugzilla.kernel.org/show_bug.cgi?id=114611. Seems that the driver is fine as
> have inspection all the driver functions are wrappers around queue_delayed_work and
> according to the person's debugging this commit breaks it. However they are not sure
> if it's the driver or the timer subsystem. I am assuming it's the timer subsystem as
> the driver is just using wrapper functions around core workqueue functions with irqs
> disabled and a spin lock held.
Hmmm... 1bd04bf6f68d ("timer: Remove FIFO "guarantee"") doesn't look
like an easy change to undo and it sounds like the driver was already
(subtly) broken even before the commit given that ordered workqueues
are not affine to any CPU and timer expirations across different CPUs
aren't strictly ordered. Unfortunately, the only way forward seems to
be implementing ordering from the driver's side.
Thanks.
--
tejun
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Workqueue change with commit id,1bd04bf6f breaks mpt3sas scsi driver Tejun Heo <tj@kernel.org> - 2016-03-24 20:40 +0100 Re: Workqueue change with commit id,1bd04bf6f breaks mpt3sas scsi driver Thomas Gleixner <tglx@linutronix.de> - 2016-03-25 09:40 +0100
csiph-web