Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1302724pxa; Sat, 15 Aug 2020 15:05:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzDRlGT/wycpQX/3lF/RsmXzWP0YtJBWYv0wG8bDEFUDyIn9ErAjEMJgbC0EW+qByRzKo4g X-Received: by 2002:a17:906:12c7:: with SMTP id l7mr8330061ejb.306.1597529139426; Sat, 15 Aug 2020 15:05:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597529139; cv=none; d=google.com; s=arc-20160816; b=Wy32yJ/EU1l6rVGncYA2OX/IsTN1U3O7gAGkeyW67VcS+SSPkeIHMcym6uLdzu0q61 C/0R3IzHm87p/1+xEtmCU3zS5LezBjLd4AEuButcnSy90OoBr5eRfLbVRIQf3YifeMsY WFYQ3QLEPTNYxjRBZpo9MHI7kFNYPOsXBXoM0SXOBMu/sPclOJSlDmA/Zx4rE+g0ezB2 CSaSKuSMk2WMpstjX0k4M+enLR35+rEu/uobd7lTRToz/daxDxIFR6kP6Dw+oGqj05kU GkOQmKx1os7RiLsyWgdM9rylteC6Yf/78i+Yt/+qCXLT83thO+KdtExan0jeY/EM9Y6U JteA== 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=7z+kdhuuxUNCnx1Fu3M+xqrav5SQcAWVEnsUeCCILCQ=; b=n/BKI4VGSh00UusxXEVofvhVOrOII0KFh9B8KkS6eNcYzkbs+9TzYEaH/1UcEeviEO bpPI5hNCKNFgt0tuSBkBPji7QbeJduA2e+vu5s+fuZyZKSB4n+jMq0c/viDE7gVPiEFl Fb6q4MZ1Kpylb0lnxxpYVUgNo++mIqE5idgqqil+Kf1A7etJ0BKIIJwrTLH0aeeeQesw i585bTJL9AcqnsovuniHgV5Xbee77E8J0quUtm8chSgQ2RT/NWHwo17JQLwlKyNT0T3H lFAmS71+i5nHnrZp+D+aOkYP+mb+WOpCkt5pHRE1LfjYM31r/6QR0v3tTYZy4UgjLMwY bozg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r25si7604367edw.333.2020.08.15.15.05.16; Sat, 15 Aug 2020 15:05:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729312AbgHOWB7 (ORCPT + 99 others); Sat, 15 Aug 2020 18:01:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728749AbgHOVvZ (ORCPT ); Sat, 15 Aug 2020 17:51:25 -0400 Received: from nautica.notk.org (ipv6.notk.org [IPv6:2001:41d0:1:7a93::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CADDDC061237; Fri, 14 Aug 2020 22:52:37 -0700 (PDT) Received: by nautica.notk.org (Postfix, from userid 1001) id B67A3C009; Sat, 15 Aug 2020 07:52:34 +0200 (CEST) Date: Sat, 15 Aug 2020 07:52:19 +0200 From: Dominique Martinet To: Linus Torvalds Cc: netdev@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [GIT PULL] 9p update for 5.9-rc1 Message-ID: <20200815055219.GA20922@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, the usual small stuff. Thanks! The following changes since commit 74d6a5d5662975aed7f25952f62efbb6f6dadd29: 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work (2020-07-19 14:58:47 +0200) are available in the Git repository at: https://github.com/martinetd/linux tags/9p-for-5.9-rc1 for you to fetch changes up to 2ed0b7578170c3bab10cde09d4440897b305e40c: 9p: Remove unneeded cast from memory allocation (2020-07-31 07:28:25 +0200) ---------------------------------------------------------------- 9p pull request for inclusion in 5.9 - some code cleanup - a couple of static analysis fixes - setattr: try to pick a fid associated with the file rather than the dentry, which might sometimes matter ---------------------------------------------------------------- Alexander Kapshuk (1): net/9p: Fix sparse endian warning in trans_fd.c Jianyong Wu (2): 9p: retrieve fid from file when file instance exist. 9p: remove unused code in 9p Li Heng (1): 9p: Remove unneeded cast from memory allocation Zheng Bin (1): 9p: Fix memory leak in v9fs_mount fs/9p/v9fs.c | 5 ++--- fs/9p/vfs_inode.c | 65 ++++++++--------------------------------------------------------- fs/9p/vfs_inode_dotl.c | 9 +++++++-- net/9p/trans_fd.c | 2 +- 4 files changed, 18 insertions(+), 63 deletions(-)