Commit fa9d4bf
committed
Merge tag 'ntb-6.6' of https://github.com/jonmason/ntb
Pull NTB updates from Jon Mason:
"Link toggling fixes and debugfs error path fixes"
[ And for everybody like me who always have to remind themselves what
the TLA of the day is, and what NTB stands for - it's a PCIe
"Non-Transparent Bridge" thing - Linus ]
* tag 'ntb-6.6' of https://github.com/jonmason/ntb:
ntb: Check tx descriptors outstanding instead of head/tail for tx queue
ntb: Fix calculation ntb_transport_tx_free_entry()
ntb: Drop packets when qp link is down
ntb: Clean up tx tail index on link down
ntb: amd: Drop unnecessary error check for debugfs_create_dir
NTB: ntb_tool: Switch to memdup_user_nul() helper
dtivers: ntb: fix parameter check in perf_setup_dbgfs()
ntb: Remove error checking for debugfs_create_dir()4 files changed
Lines changed: 24 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
951 | 948 | | |
952 | 949 | | |
953 | 950 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
912 | | - | |
| 912 | + | |
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
935 | 942 | | |
936 | 943 | | |
937 | 944 | | |
| |||
1174 | 1181 | | |
1175 | 1182 | | |
1176 | 1183 | | |
1177 | | - | |
| 1184 | + | |
1178 | 1185 | | |
1179 | 1186 | | |
1180 | 1187 | | |
| |||
1894 | 1901 | | |
1895 | 1902 | | |
1896 | 1903 | | |
1897 | | - | |
| 1904 | + | |
1898 | 1905 | | |
1899 | 1906 | | |
1900 | 1907 | | |
| |||
2276 | 2283 | | |
2277 | 2284 | | |
2278 | 2285 | | |
2279 | | - | |
| 2286 | + | |
2280 | 2287 | | |
2281 | 2288 | | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
2282 | 2293 | | |
2283 | 2294 | | |
2284 | 2295 | | |
| |||
2418 | 2429 | | |
2419 | 2430 | | |
2420 | 2431 | | |
2421 | | - | |
| 2432 | + | |
2422 | 2433 | | |
2423 | 2434 | | |
2424 | 2435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1355 | 1355 | | |
1356 | 1356 | | |
1357 | 1357 | | |
1358 | | - | |
| 1358 | + | |
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
383 | 376 | | |
384 | 377 | | |
385 | 378 | | |
| |||
1495 | 1488 | | |
1496 | 1489 | | |
1497 | 1490 | | |
1498 | | - | |
1499 | | - | |
1500 | 1491 | | |
1501 | 1492 | | |
1502 | 1493 | | |
| |||
0 commit comments