Commit cd89d48
committed
Merge tag '6.17-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French:
- Two unlink fixes: one for rename and one for deferred close
- Four smbdirect/RDMA fixes: fix buffer leak in negotiate, two fixes
for races in smbd_destroy, fix offset and length checks in recv_done
* tag '6.17-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
smb: client: fix file open check in __cifs_unlink()
smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
smb: client: use disable[_delayed]_work_sync in smbdirect.c
smb: client: fix filename matching of deferred files
smb: client: let recv_done verify data_offset, data_length and remaining_data_length4 files changed
Lines changed: 64 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
| 315 | + | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1984 | 1984 | | |
1985 | 1985 | | |
1986 | 1986 | | |
1987 | | - | |
| 1987 | + | |
1988 | 1988 | | |
1989 | 1989 | | |
1990 | 1990 | | |
| |||
2003 | 2003 | | |
2004 | 2004 | | |
2005 | 2005 | | |
2006 | | - | |
2007 | | - | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
2008 | 2021 | | |
2009 | 2022 | | |
2010 | 2023 | | |
| |||
2538 | 2551 | | |
2539 | 2552 | | |
2540 | 2553 | | |
2541 | | - | |
| 2554 | + | |
2542 | 2555 | | |
2543 | 2556 | | |
2544 | | - | |
| 2557 | + | |
2545 | 2558 | | |
2546 | 2559 | | |
2547 | 2560 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
836 | | - | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
837 | 838 | | |
838 | | - | |
839 | 839 | | |
840 | | - | |
841 | | - | |
| 840 | + | |
842 | 841 | | |
843 | 842 | | |
844 | | - | |
845 | 843 | | |
846 | 844 | | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
862 | 857 | | |
863 | 858 | | |
864 | 859 | | |
| |||
868 | 863 | | |
869 | 864 | | |
870 | 865 | | |
871 | | - | |
872 | 866 | | |
873 | 867 | | |
874 | 868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| 456 | + | |
456 | 457 | | |
457 | 458 | | |
458 | | - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
459 | 462 | | |
460 | 463 | | |
461 | 464 | | |
| |||
487 | 490 | | |
488 | 491 | | |
489 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
490 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
491 | 509 | | |
492 | 510 | | |
493 | 511 | | |
| |||
1090 | 1108 | | |
1091 | 1109 | | |
1092 | 1110 | | |
1093 | | - | |
| 1111 | + | |
| 1112 | + | |
1094 | 1113 | | |
| 1114 | + | |
1095 | 1115 | | |
1096 | 1116 | | |
1097 | 1117 | | |
| |||
1329 | 1349 | | |
1330 | 1350 | | |
1331 | 1351 | | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
1332 | 1355 | | |
1333 | 1356 | | |
1334 | 1357 | | |
1335 | 1358 | | |
1336 | 1359 | | |
1337 | 1360 | | |
1338 | | - | |
| 1361 | + | |
1339 | 1362 | | |
1340 | 1363 | | |
1341 | 1364 | | |
| |||
1708 | 1731 | | |
1709 | 1732 | | |
1710 | 1733 | | |
1711 | | - | |
| 1734 | + | |
1712 | 1735 | | |
1713 | 1736 | | |
1714 | 1737 | | |
| |||
2067 | 2090 | | |
2068 | 2091 | | |
2069 | 2092 | | |
2070 | | - | |
| 2093 | + | |
2071 | 2094 | | |
2072 | 2095 | | |
2073 | 2096 | | |
| |||
0 commit comments