summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-15 20:57:47 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-15 20:57:47 +0200
commit1bb8cf17318a09ee55a99043703512ec37560b29 (patch)
tree2bcfd5795aeef5efec437f53483ea983e0688776 /proto.h
parentd9b5259582a6073d1c2bada8c3294c7550c7b678 (diff)
bpf: use Linux' define of BPF_MAXINSNS
Do not necessarily define our own, only in case the Linux one is not available. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'proto.h')
0 files changed, 0 insertions, 0 deletions
-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 'net/ncsi/ncsi-manage.c')