summaryrefslogtreecommitdiff
path: root/bpfc.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-06-22 09:30:29 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-06-22 09:30:29 +0200
commit14c81587037b03554819972f9b3965712cacd0f1 (patch)
tree535a2efd33f735670f4a9dc4a3dbe8f50f5c704f /bpfc.c
parentb0230ce4b1cdfce252a6a04873098f911af5e104 (diff)
AUTHORS: Add Hisao Tanabe for his contribution
Add Hisao Tanabe to AUTHORS for commit b0230ce4 ("man: netsniff-ng: Fix usage example description"). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc.c')
0 files changed, 0 insertions, 0 deletions
6eed96541a0654&id2=877a021e08ccb6434718c0cc781fdf943c884cc0'>diff)
HID: cp2112: fix sleep-while-atomic
A recent commit fixing DMA-buffers on stack added a shared transfer buffer protected by a spinlock. This is broken as the USB HID request callbacks can sleep. Fix this up by replacing the spinlock with a mutex. Fixes: 1ffb3c40ffb5 ("HID: cp2112: make transfer buffers DMA capable") Cc: stable <stable@vger.kernel.org> # 4.9 Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/tests/kmod-path.c')