]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
vchiq_arm: Access the dequeue_pending flag locked
authorPhil Elwell <phil@raspberrypi.org>
Wed, 23 Mar 2016 14:16:25 +0000 (14:16 +0000)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 14 Jun 2017 09:11:35 +0000 (11:11 +0200)
commit059b92a3ff34db803adda9770a2eda4bf7ed16e9
treedba47c9dd812786d0c4d404992465024e6c67b4c
parente45194c2bf7dd654d841bafc18ab31c7598e8dea
vchiq_arm: Access the dequeue_pending flag locked

Reading through this code looking for another problem (now found in userland)
the use of dequeue_pending outside a lock didn't seem safe.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c