workqueue warnings in helper code

2013-06-28 Thread Dave Airlie
On Fri, Jun 28, 2013 at 7:15 PM, Daniel Vetter wrote: > On Fri, Jun 28, 2013 at 7:26 AM, Dave Airlie wrote: >>> >>> this showed up in drm-next on my radeon and udl drivers, I haven't >>> bisected it yet, it may not even be your fault :-) >>> >>> if (WARN_ON(!list_empty(&work->entry))) { >>> >>>

workqueue warnings in helper code

2013-06-28 Thread Dave Airlie
> > this showed up in drm-next on my radeon and udl drivers, I haven't > bisected it yet, it may not even be your fault :-) > > if (WARN_ON(!list_empty(&work->entry))) { > > is the line in the workqueue code. As expected, reverting "drm: kms_helper: don't lose hotplug event" stops the warnings h

workqueue warnings in helper code

2013-06-28 Thread Dave Airlie
Hi Daniel, this showed up in drm-next on my radeon and udl drivers, I haven't bisected it yet, it may not even be your fault :-) if (WARN_ON(!list_empty(&work->entry))) { is the line in the workqueue code. Dave. -- next part -- A non-text attachment was scrubbed... Name

workqueue warnings in helper code

2013-06-28 Thread Daniel Vetter
On Fri, Jun 28, 2013 at 7:26 AM, Dave Airlie wrote: >> >> this showed up in drm-next on my radeon and udl drivers, I haven't >> bisected it yet, it may not even be your fault :-) >> >> if (WARN_ON(!list_empty(&work->entry))) { >> >> is the line in the workqueue code. > > As expected, reverting "d

Re: workqueue warnings in helper code

2013-06-28 Thread Dave Airlie
On Fri, Jun 28, 2013 at 7:15 PM, Daniel Vetter wrote: > On Fri, Jun 28, 2013 at 7:26 AM, Dave Airlie wrote: >>> >>> this showed up in drm-next on my radeon and udl drivers, I haven't >>> bisected it yet, it may not even be your fault :-) >>> >>> if (WARN_ON(!list_empty(&work->entry))) { >>> >>>

Re: workqueue warnings in helper code

2013-06-28 Thread Daniel Vetter
On Fri, Jun 28, 2013 at 7:26 AM, Dave Airlie wrote: >> >> this showed up in drm-next on my radeon and udl drivers, I haven't >> bisected it yet, it may not even be your fault :-) >> >> if (WARN_ON(!list_empty(&work->entry))) { >> >> is the line in the workqueue code. > > As expected, reverting "d

Re: workqueue warnings in helper code

2013-06-27 Thread Dave Airlie
> > this showed up in drm-next on my radeon and udl drivers, I haven't > bisected it yet, it may not even be your fault :-) > > if (WARN_ON(!list_empty(&work->entry))) { > > is the line in the workqueue code. As expected, reverting "drm: kms_helper: don't lose hotplug event" stops the warnings h

workqueue warnings in helper code

2013-06-27 Thread Dave Airlie
Hi Daniel, this showed up in drm-next on my radeon and udl drivers, I haven't bisected it yet, it may not even be your fault :-) if (WARN_ON(!list_empty(&work->entry))) { is the line in the workqueue code. Dave. mydmesg Description: Binary data ___