From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966958AbbBDRnO (ORCPT ); Wed, 4 Feb 2015 12:43:14 -0500 Received: from mail-qc0-f182.google.com ([209.85.216.182]:62546 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755660AbbBDRnL (ORCPT ); Wed, 4 Feb 2015 12:43:11 -0500 MIME-Version: 1.0 From: Steve French Date: Wed, 4 Feb 2015 11:42:49 -0600 Message-ID: Subject: [GIT PULL] CIFS Fixes To: Linus Torvalds Cc: "linux-cifs@vger.kernel.org" , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Three small cifs fixes. One fixes a hang under stress, and the other two are security related. The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc: Linux 3.19-rc5 (2015-01-18 18:02:20 +1200) are available in the git repository at: git://git.samba.org/sfrench/cifs-2.6.git for-next for you to fetch changes up to 7a1ceba071709d11271ebd921310b5a18404dd33: cifs: fix MUST SecurityFlags filtering (2015-01-26 19:38:26 -0600) ---------------------------------------------------------------- Giel van Schijndel (1): cifs: use memzero_explicit to clear stack buffer Niklas Cassel (1): cifs: fix MUST SecurityFlags filtering Sachin Prabhu (1): Complete oplock break jobs before closing file handle fs/cifs/cifs_debug.c | 6 ++++-- fs/cifs/file.c | 6 +++++- fs/cifs/smbencrypt.c | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) -- Thanks, Steve