Received: by 2002:ac0:950e:0:0:0:0:0 with SMTP id f14csp1217051imc; Sun, 17 Mar 2019 07:27:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqwa0WX8DCm3jlr5D4LFe9k8p1CDiGxCaimX/UJ4vvodQo9E63J80tYluEx73ck7aG9Zfb/S X-Received: by 2002:a17:902:e01:: with SMTP id 1mr2944673plw.128.1552832833130; Sun, 17 Mar 2019 07:27:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552832833; cv=none; d=google.com; s=arc-20160816; b=0U3ZdyzqujBya1AfDms/agPF89r477OkGI0wkWAS3k0Kr2pHmlBQSFEKx49uKKQqS/ zzSeJwzRRE+7f0eTmaMs1VjNeOjTcJ74AjIefnU0A5J3J7fHynW4KGkhp3/R1bkW966H bNiQZdluXt9EKXvTNooVUXRoPi6wo/FKaS9VDQGjogjlajHsI6Xz5R1qpDfsgqw9+r31 Pwlyd6dY2Ukjwz4FfkTXM+abiKp8+kLtcGDqCp+tyr6W5xt4MmZ09UcEy6jrM588ucyj 8KXUbKkgppRw6ei+RUMdWMk1dBe3DTDsXjyofnfJ2CPG4F6M3rqP7XSBl7/+802cm16P ZHFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=5rDZCRowYNuNvAGo9fITUHhDxUQK3fKNtPynxsdR0LA=; b=AToP7c06Liqly4CK/myMSd/B+G7EoCKeSJp6zPudfZGpjztgCXqJHcupCDbPZvg7FD uLwX20BGADq8gh/kbUEEVsU/mqPcPN7rDVnTgFdQpwnAtFQG2BliCA/7Xq8/fl5fseeG YGHlGHqgh7uyhxB7kntfQZoiKK5apLHDMEP8Y4ZyAdnrjWswRQZ6evoIgY6lfhgUAiCe Tv50m8BSp2+K64tm/38ZNsReU8o462L1t+oJiUSRbnIys6EahO9KHQ4JpQRRKnw3fSw4 MVhU2t0ooLRDJnTeIOSbKjR2ARtQYYacLeHM7fIovpmKaGSMiLpn6mqMAbQdhR60UEGF 8DQQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y6si6659811plk.126.2019.03.17.07.26.44; Sun, 17 Mar 2019 07:27:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727232AbfCQOZm (ORCPT + 99 others); Sun, 17 Mar 2019 10:25:42 -0400 Received: from nautica.notk.org ([91.121.71.147]:44165 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726855AbfCQOZm (ORCPT ); Sun, 17 Mar 2019 10:25:42 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id E3D10C009; Sun, 17 Mar 2019 15:25:39 +0100 (CET) Date: Sun, 17 Mar 2019 15:25:24 +0100 From: Dominique Martinet To: Linus Torvalds Cc: v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [GIT PULL] 9p updates for 5.1 Message-ID: <20190317142524.GA5136@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Here is a 9p update for 5.1; there honestly hasn't been much. The memory leak fix has been commited rather recently because it was sent fairly late, but it's simple enough that four days in -next should be enough (that's why I waited till the last minute to send, sorry for that - feel free to pick for rc2 if that makes a difference) The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd: Linux 5.0-rc3 (2019-01-21 13:14:44 +1300) are available in the Git repository at: git://github.com/martinetd/linux tags/9p-for-5.1 for you to fetch changes up to bb06c388fa20ae24cfe80c52488de718a7e3a53f: 9p/net: fix memory leak in p9_client_create (2019-03-13 11:50:04 +0100) ---------------------------------------------------------------- Pull request for inlusion in 5.1 Two fixes (leak on invalid mount argument and possible deadlock on i_size update on 32bit smp) and a fall-through warning cleanup ---------------------------------------------------------------- Gustavo A. R. Silva (1): 9p: mark expected switch fall-through Hou Tao (1): 9p: use inode->i_lock to protect i_size_write() under 32-bit zhengbin (1): 9p/net: fix memory leak in p9_client_create fs/9p/v9fs_vfs.h | 23 +++++++++++++++++++++-- fs/9p/vfs_file.c | 6 +++++- fs/9p/vfs_inode.c | 23 +++++++++++------------ fs/9p/vfs_inode_dotl.c | 27 ++++++++++++++------------- fs/9p/vfs_super.c | 4 ++-- net/9p/client.c | 2 +- net/9p/trans_xen.c | 2 +- 7 files changed, 55 insertions(+), 32 deletions(-)