From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 15 Nov 2018 20:58:52 +0100 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [GIT PULL] fuse fixes for 4.20-rc3 Message-ID: <20181115195852.GA5245@veci.piliscsaba.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-4.20-rc3 A couple of fixes, all bound for -stable (i.e. not regressions in this cycle). Thanks, Miklos ---------------------------------------------------------------- Lukas Czerner (1): fuse: fix use-after-free in fuse_direct_IO() Miklos Szeredi (2): fuse: fix leaked notify reply fuse: fix possibly missed wake-up after abort --- fs/fuse/dev.c | 16 ++++++++++++---- fs/fuse/file.c | 4 +++- 2 files changed, 15 insertions(+), 5 deletions(-)