From 040dee82183b35abe4bf749dfdab1b67a2a0e338 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Wed, 3 Mar 2021 10:10:31 +0900 Subject: [PATCH] cifsd: release 3.3.6 version 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: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index 79e49a20c..454326bf4 100644 --- a/glob.h +++ b/glob.h @@ -14,7 +14,7 @@ #include "vfs_cache.h" #include "smberr.h" -#define KSMBD_VERSION "3.3.5" +#define KSMBD_VERSION "3.3.6" /* @FIXME clean up this code */