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)
commit0063fc3db476d924fa54bc347032b351f28c4b92
tree2b4aa367b7682896b917857054c52e037b90a2dc
parent8ed54f167abda44da48498876953f5b7843378df
parentabaf00ff04625275a40e407fc8da04948ae4f95b
Merge branch 'misc-bug-fixes-for-the-hso-driver'

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>