From e6564936ecac3830e759c9e7bef02f26899b0e7d Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Fri, 22 Nov 2019 14:09:23 +0100 Subject: [PATCH] cifsd: update to git (2019-11-22) cifsd: fix uninitialized fp could be freed cifsd: fix potential uninitialized spnego_blob could be freed cifsd: smbd: replace spinlock_irqsave with spinlock cifsd: smbd: avoid the lack of client's send credits Signed-off-by: Andy Walsh --- kernel/cifsd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/cifsd/Makefile b/kernel/cifsd/Makefile index b7df1facc..351879f2f 100644 --- a/kernel/cifsd/Makefile +++ b/kernel/cifsd/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cifsd-team/cifsd.git -PKG_SOURCE_DATE:=2019-10-31 -PKG_SOURCE_VERSION:=ee91a4ff3472a8953c2d3cf6d3ecaaf93696222c -PKG_MIRROR_HASH:=0e3661ebe6ae44990f64632969057c21a49f71878b894180dde088a4166e1720 +PKG_SOURCE_DATE:=2019-11-22 +PKG_SOURCE_VERSION:=511ee7e852c0be06b74fbb3eba69760b86658679 +PKG_MIRROR_HASH:=23040d73230ff6afcea46cf9c51a1aab7b706859471de204da4824bfea5934c8 PKG_MAINTAINER:=Andy Walsh PKG_LICENSE:=GPL-2.0-or-later