ksmbd: update to 3.3.6
authorRosen Penev <[email protected]>
Fri, 12 Mar 2021 20:25:48 +0000 (12:25 -0800)
committerRosen Penev <[email protected]>
Fri, 12 Mar 2021 20:25:48 +0000 (12:25 -0800)
Major changes are:

Fix kernel oops from fuse+ntfs driver.
Fix the issue of change the directory to the file using Nautilus
client.
Fix ksmbd build break with the latest linux-5.12-rc1.
Fix potential memleak and use after free.
Fix use after free from KASAN(racy issue)

Signed-off-by: Rosen Penev <[email protected]>
kernel/ksmbd/Makefile

index bfee2b4b856151c3c9c45b769e2ced8f0cf9ee26..54a634ef5f2fe790a87ca5feaad74c0d67d8a96c 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ksmbd
-PKG_VERSION:=3.3.5
+PKG_VERSION:=3.3.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/cifsd-team/cifsd/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=d34c73d1fe1d6d2136472e37cf54bb819a59fc7e79b4f95772ce9da1eff7fff9
+PKG_HASH:=00abe3158bb024be419dc89278aeb2cbba70b2241c8c3b5592d5fdb726e87266
 
 PKG_MAINTAINER:=Andy Walsh <[email protected]>
 PKG_LICENSE:=GPL-2.0-or-later