]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: ksmbd: revert upstream limit repeated connection 20192/head
authorAndrea Pesaresi <andreapesaresi82@gmail.com>
Fri, 26 Sep 2025 18:01:17 +0000 (20:01 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 4 Oct 2025 22:17:02 +0000 (00:17 +0200)
commit18bdeda0113d28170a20e550f45641450089a070
tree695952578d44dc233cae6b1e9774c91bb91285bf
parentebd45615d9466a2fc0b85595176d48a18f918e46
kernel: ksmbd: revert upstream limit repeated connection

The upstream commit https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/smb?h=linux-6.6.y&id=fa1c47af4ff641cf9197ecdb1f8240cbb30389c1
and the extended for ipv6 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/smb?h=linux-6.6.y&id=d9e157fcfebc126cd19b2333a6417a840c24e529
cause a regression if you try to get a connection on nautilus by a double click on share name.
When you do a double click on share name Nautilus try to connect two times, and ksmbd refusing it.
An issue is opened here https://github.com/namjaejeon/ksmbd/issues/512, at the moment, until we don't have a fix upstream I suggest to revert these two commits.

Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20192
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/hack-6.12/940-Revert-ksmbd-extend-the-connection-limiting-mechanism-to-ipv6.patch [new file with mode: 0644]
target/linux/generic/hack-6.12/941-Revert-ksmbd-limit-repeated-connections-from-clients.patch [new file with mode: 0644]
target/linux/generic/hack-6.6/940-Revert-ksmbd-extend-the-connection-limiting-mechanism-to-ipv6.patch [new file with mode: 0644]
target/linux/generic/hack-6.6/941-Revert-ksmbd-limit-repeated-connections-from-clients.patch [new file with mode: 0644]