]> Git Repo - linux.git/commit
Merge tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <[email protected]>
Sat, 30 Nov 2024 18:06:56 +0000 (10:06 -0800)
committerLinus Torvalds <[email protected]>
Sat, 30 Nov 2024 18:06:56 +0000 (10:06 -0800)
commit109daa2356efe73491e32a3b2431c8bf57a6c58e
treecbe7cfa34fdb9b4e5cb60ab9aebe489b914e3bc6
parentd8b78066f4c9c8ec898bd4246fc4db31d476dd88
parent9a8c5d89d327ff58e9b2517f8a6afb4181d32c6e
Merge tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server updates from Steve French:

 - fix use after free due to race in ksmd workqueue handler

 - debugging improvements

 - fix incorrectly formatted response when client attempts SMB1

 - improve memory allocation to reduce chance of OOM

 - improve delays between retries when killing sessions

* tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix use-after-free in SMB request handling
  ksmbd: add debug print for pending request during server shutdown
  ksmbd: add netdev-up/down event debug print
  ksmbd: add debug prints to know what smb2 requests were received
  ksmbd: add debug print for rdma capable
  ksmbd: use msleep instaed of schedule_timeout_interruptible()
  ksmbd: use __GFP_RETRY_MAYFAIL
  ksmbd: fix malformed unsupported smb1 negotiate response
This page took 0.052436 seconds and 4 git commands to generate.