mbox series

[0/3] misc bug fixes for the hso driver

Message ID 20200805120709.4676-1-oneukum@suse.com
Headers show
Series misc bug fixes for the hso driver | expand

Message

Oliver Neukum Aug. 5, 2020, 12:07 p.m. UTC
1. Code reuse led to an unregistration of a net driver that has not been
registered
2. The kernel complains generically if kmalloc with GFP_KERNEL fails
3. A race that can lead to an URB that is in use being reused or
a use after free

Comments

David Miller Aug. 6, 2020, 12:44 a.m. UTC | #1
From: Oliver Neukum <oneukum@suse.com>
Date: Wed,  5 Aug 2020 14:07:06 +0200

> 1. Code reuse led to an unregistration of a net driver that has not been
> registered
> 2. The kernel complains generically if kmalloc with GFP_KERNEL fails
> 3. A race that can lead to an URB that is in use being reused or
> a use after free

Series applied, thanks Oliver.