From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Subject: Re: [PATCH 0/2] 9p: Fixes for hard-to-hit bugs Date: Tue, 26 Sep 2017 16:10:14 +0300 Message-ID: <1506431414.20647.0.camel@tuxera.com> References: <20170906145908.8082-1-tuomas@tuxera.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , "David S. Miller" , , , To: Al Viro Return-path: In-Reply-To: <20170906145908.8082-1-tuomas@tuxera.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi Al, On Wed, 2017-09-06 at 17:59 +0300, Tuomas Tynkkynen wrote: > These two patches fix two hard-to-hit (but really annoying) bugs in > 9p. > The first one was posted earlier in February (with one R-b), the > second > is a new one. > > Both of these have had soaking in NixOS distribution kernels for > a couple of months with no ill effects. > > Tuomas Tynkkynen (2): > fs/9p: Compare qid.path in v9fs_test_inode > net/9p: Switch to wait_event_killable() > > fs/9p/vfs_inode.c | 3 +++ > fs/9p/vfs_inode_dotl.c | 3 +++ > net/9p/client.c | 3 +-- > net/9p/trans_virtio.c | 13 ++++++------- > net/9p/trans_xen.c | 4 ++-- > 5 files changed, 15 insertions(+), 11 deletions(-) > Could you apply these? Thanks! - Tuomas