Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932366AbdIGOuA (ORCPT ); Thu, 7 Sep 2017 10:50:00 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:35788 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932332AbdIGOt5 (ORCPT ); Thu, 7 Sep 2017 10:49:57 -0400 X-Google-Smtp-Source: ADKCNb7GLVwVxotmfRW034Aow9cMJtobNIbvtFxbopfaEldzZWDCAtKTrj/7MBEnZExquQwfaHTXc+x5amlfqYOMRnw= MIME-Version: 1.0 In-Reply-To: <20170906145908.8082-1-tuomas@tuxera.com> References: <20170906145908.8082-1-tuomas@tuxera.com> From: Latchesar Ionkov Date: Thu, 7 Sep 2017 08:49:54 -0600 X-Google-Sender-Auth: Y6Y8NEvll_x7d-MC2_bG04WiC_U Message-ID: Subject: Re: [PATCH 0/2] 9p: Fixes for hard-to-hit bugs To: Tuomas Tynkkynen Cc: Al Viro , V9FS Developers , Eric Van Hensbergen , Ron Minnich , "David S. Miller" , Linux Kernel , netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 775 Lines: 24 Acked-by: Latchesar Ionkov On Wed, Sep 6, 2017 at 8:59 AM, 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(-) > > -- > 2.13.0 >