OSDN Git Service

Merge branch 'misc-bug-fixes-for-the-hso-driver'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Aug 2020 00:43:39 +0000 (17:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Aug 2020 00:43:39 +0000 (17:43 -0700)
Oliver Neukum says:

====================
misc bug fixes for the hso driver

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge