Commit 0063fc3
committed
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>1 file changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
834 | | - | |
835 | | - | |
| 834 | + | |
836 | 835 | | |
837 | 836 | | |
838 | 837 | | |
| |||
2357 | 2356 | | |
2358 | 2357 | | |
2359 | 2358 | | |
2360 | | - | |
| 2359 | + | |
2361 | 2360 | | |
2362 | 2361 | | |
2363 | 2362 | | |
| |||
2380 | 2379 | | |
2381 | 2380 | | |
2382 | 2381 | | |
2383 | | - | |
| 2382 | + | |
2384 | 2383 | | |
2385 | 2384 | | |
2386 | 2385 | | |
| |||
2465 | 2464 | | |
2466 | 2465 | | |
2467 | 2466 | | |
2468 | | - | |
2469 | | - | |
| 2467 | + | |
2470 | 2468 | | |
2471 | | - | |
| 2469 | + | |
2472 | 2470 | | |
2473 | 2471 | | |
2474 | 2472 | | |
| |||
2556 | 2554 | | |
2557 | 2555 | | |
2558 | 2556 | | |
2559 | | - | |
| 2557 | + | |
2560 | 2558 | | |
2561 | 2559 | | |
2562 | 2560 | | |
| |||
3133 | 3131 | | |
3134 | 3132 | | |
3135 | 3133 | | |
3136 | | - | |
| 3134 | + | |
3137 | 3135 | | |
3138 | 3136 | | |
3139 | 3137 | | |
| |||
0 commit comments