WSL2-Linux-Kernel/drivers/gpu/drm/nouveau/nvkm
Ben Skeggs b4e382ca75 drm/nouveau/tmr: fully separate alarm execution/pending lists
Reusing the list_head for both is a bad idea.  Callback execution is done
with the lock dropped so that alarms can be rescheduled from the callback,
which means that with some unfortunate timing, lists can get corrupted.

The execution list should not require its own locking, the single function
that uses it can only be called from a single context.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Cc: stable@vger.kernel.org
2017-06-06 14:04:07 +10:00
..
core drm/nouveau/core: fix static checker warning 2017-05-12 08:32:56 +10:00
engine drm/nouveau/fifo/gk104-: Silence a locking warning 2017-05-17 09:09:41 +10:00
falcon drm/nouveau/msgqueue: support for GP10B PMU firmware 2017-04-06 14:39:04 +10:00
subdev drm/nouveau/tmr: fully separate alarm execution/pending lists 2017-06-06 14:04:07 +10:00
Kbuild drm/nouveau/core: add falcon library functions 2017-02-17 15:14:30 +10:00