forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit5f05663
committed
Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB/PHY fixes from Greg KH: "Here are some small USB and PHY driver fixes for 5.9-rc8 The PHY driver fix resolves an issue found by Dan Carpenter for a memory leak. The USB fixes fall into two groups: - usb gadget fix from Bryan that is a fix for a previous security fix that showed up in in-the-wild testing - usb core driver matching bugfixes. This fixes a bug that has plagued the both the usbip driver and syzbot testing tools this -rc release cycle. All is now working properly so usbip connections will work, and syzbot can get back to fuzzing USB drivers properly. All have been in linux-next for a while with no reported issues"* tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usbcore/driver: Accommodate usbip usbcore/driver: Fix incorrect downcast usbcore/driver: Fix specific driver selection Revert "usbip: Implement a match function to fix usbip" USB: gadget: f_ncm: Fix NDP16 datagram validation phy: ti: am654: Fix a leak in serdes_am654_probe()File tree
4 files changed
+40
-52
lines changed- drivers
- phy/ti
- usb
- core
- gadget/function
- usbip
4 files changed
+40
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
728 | | - | |
729 | | - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
730 | 732 | | |
731 | 733 | | |
732 | 734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
272 | 293 | | |
273 | | - | |
| 294 | + | |
| 295 | + | |
274 | 296 | | |
275 | 297 | | |
276 | 298 | | |
| |||
831 | 853 | | |
832 | 854 | | |
833 | 855 | | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
| 856 | + | |
| 857 | + | |
838 | 858 | | |
839 | 859 | | |
840 | 860 | | |
841 | | - | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
842 | 867 | | |
843 | 868 | | |
844 | 869 | | |
| |||
905 | 930 | | |
906 | 931 | | |
907 | 932 | | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | 933 | | |
917 | 934 | | |
918 | 935 | | |
919 | 936 | | |
920 | 937 | | |
921 | 938 | | |
922 | | - | |
| 939 | + | |
| 940 | + | |
923 | 941 | | |
924 | 942 | | |
925 | 943 | | |
926 | 944 | | |
927 | | - | |
| 945 | + | |
928 | 946 | | |
929 | 947 | | |
930 | 948 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1189 | 1189 | | |
1190 | 1190 | | |
1191 | 1191 | | |
1192 | | - | |
1193 | 1192 | | |
1194 | 1193 | | |
1195 | 1194 | | |
| |||
1216 | 1215 | | |
1217 | 1216 | | |
1218 | 1217 | | |
1219 | | - | |
1220 | 1218 | | |
1221 | 1219 | | |
1222 | 1220 | | |
| |||
1232 | 1230 | | |
1233 | 1231 | | |
1234 | 1232 | | |
1235 | | - | |
1236 | | - | |
1237 | 1233 | | |
1238 | 1234 | | |
1239 | 1235 | | |
| |||
1312 | 1308 | | |
1313 | 1309 | | |
1314 | 1310 | | |
1315 | | - | |
1316 | | - | |
1317 | | - | |
1318 | 1311 | | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | | - | |
1327 | | - | |
1328 | | - | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | 1312 | | |
1333 | 1313 | | |
1334 | 1314 | | |
1335 | 1315 | | |
1336 | 1316 | | |
1337 | 1317 | | |
1338 | | - | |
1339 | | - | |
1340 | | - | |
1341 | | - | |
1342 | | - | |
1343 | | - | |
1344 | | - | |
1345 | | - | |
1346 | 1318 | | |
1347 | 1319 | | |
1348 | 1320 | | |
| |||
1359 | 1331 | | |
1360 | 1332 | | |
1361 | 1333 | | |
| 1334 | + | |
| 1335 | + | |
1362 | 1336 | | |
1363 | 1337 | | |
1364 | 1338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | 464 | | |
470 | 465 | | |
471 | 466 | | |
| |||
491 | 486 | | |
492 | 487 | | |
493 | 488 | | |
494 | | - | |
495 | 489 | | |
496 | 490 | | |
497 | 491 | | |
| |||
0 commit comments
Comments
(0)