All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Stable fixes
@ 2016-11-30  0:56 Pavel Shilovsky
       [not found] ` <1480467416-13636-1-git-send-email-pshilov-0li6OtcxBFHby3iVrkZq2A@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Pavel Shilovsky @ 2016-11-30  0:56 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA

Here are a bunch of fixes targeted for stable. The first tree patches
are small fixes. The patch #4 fixes the kernel crash due to a memory
corruption bug during reconnect. The patch #5 fixes a possible stucking
on the mutex which was already locked by the same process.

Pavel Shilovsky (5):
  CIFS: Decrease verbosity of ioctl call
  CIFS: Fix missing nls unload in smb2_reconnect()
  CIFS: Fix a possible memory corruption in push locks
  CIFS: Fix a possible memory corruption during reconnect
  CIFS: Fix a possible double locking of mutex during reconnect

 fs/cifs/cifsglob.h  |  4 +++
 fs/cifs/cifsproto.h |  3 ++
 fs/cifs/connect.c   | 34 ++++++++++++++++-----
 fs/cifs/file.c      |  8 ++++-
 fs/cifs/ioctl.c     |  2 +-
 fs/cifs/smb2file.c  |  2 +-
 fs/cifs/smb2pdu.c   | 87 ++++++++++++++++++++++++++++++++++++-----------------
 fs/cifs/smb2pdu.h   |  2 ++
 fs/cifs/smb2proto.h |  1 +
 9 files changed, 105 insertions(+), 38 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-12-06  5:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  0:56 [PATCH 0/5] Stable fixes Pavel Shilovsky
     [not found] ` <1480467416-13636-1-git-send-email-pshilov-0li6OtcxBFHby3iVrkZq2A@public.gmane.org>
2016-11-30  0:56   ` [PATCH 1/5] CIFS: Decrease verbosity of ioctl call Pavel Shilovsky
     [not found]     ` <1480467416-13636-2-git-send-email-pshilov-0li6OtcxBFHby3iVrkZq2A@public.gmane.org>
2016-12-05  6:30       ` Sachin Prabhu
2016-11-30  0:56   ` [PATCH 2/5] CIFS: Fix missing nls unload in smb2_reconnect() Pavel Shilovsky
     [not found]     ` <1480467416-13636-3-git-send-email-pshilov-0li6OtcxBFHby3iVrkZq2A@public.gmane.org>
2016-12-05  6:48       ` Sachin Prabhu
     [not found]         ` <1480920506.3464.3.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-12-05  8:02           ` Steve French
     [not found]             ` <CAH2r5msBN2Gh==g5BOC5Woe0WaNvXxug38tfvG4cGUvUo7MovA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-12-05 19:03               ` Pavel Shilovsky
     [not found]                 ` <CAKywueROW-494MfgyAo_8OHc0UOZxX510dGjk9DEDG-Fx1K-hQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-12-06  5:00                   ` Steve French
2016-11-30  0:56   ` [PATCH 3/5] CIFS: Fix a possible memory corruption in push locks Pavel Shilovsky
2016-11-30  0:56   ` [PATCH 4/5] CIFS: Fix a possible memory corruption during reconnect Pavel Shilovsky
2016-11-30  0:56   ` [PATCH 5/5] CIFS: Fix a possible double locking of mutex " Pavel Shilovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.