Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp3514302ybn; Fri, 27 Sep 2019 07:29:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqyWL5pETiyX2zeWaELNGriz1mWktEcs7anxA3iTnT6/8FUWrbu9VV/xGyC8eu2wxE71UWVJ X-Received: by 2002:a17:906:1c03:: with SMTP id k3mr7984092ejg.32.1569594552571; Fri, 27 Sep 2019 07:29:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569594552; cv=none; d=google.com; s=arc-20160816; b=xi35tGg34yVpnF21lLCal6ASgay5EMRogjYfj8TWpSTc8jsfNXH8Z5QB+/hQyuus1V YNEitWybBHkQOtYBY/WUfX8TZ+slpbgeAnQSDBPlx18NsldNDWqqluccrvj+Das94nBT DT3YG5qSjs9QB8xjMthmjSsLRjSmhJPnIXBbzuCVwvQSz6B0Dgs77zmKa+s4CvUkKGLO 4PUebKZodvKzeQtXjVeNnvEztcCSY3qTpSC964KKUtnPrZ8Yt196JCzoRIzX2Rftp9Ge G9zEsGhedWqz4O33tCcgljhcoJBMI8xCP0RQ7ZqH+E+LJxXdiBBYf5vIMdcKj1q5uNj8 BG4Q== 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=p1/L9Oz8ynFPYjysWMPYsXBG8y03Y8sjgZ70Dh0kPjU=; b=YQEe5x6oYYnFUZHcu4jOXa7o1eM3CUZcrC03k1e6zf0IhJDLn3HbGjxxDTI5IgUSks WtIrk8g3vCjJKJS0r8Qw4T9i98ZMdUZ6KE1/emU8hIUCBhPdzjwVHSFwOMzbBvBOH/tp xWPxdjXY+YrG7n7Au7ZWnEFcBWdEIYNzBjQXsZOYu7UXTprjzFL0gQrgmXSeKgsKeujo RINZI6UuYx96of8L6Zbddnm5l2X0w20r5XKs+pcSh1ceoctJWSq+gCACg//T12IGDYRN PrHXUL90GNGpdAA1W59FyYdolyo7Ht2LdkHJ2wcnr96ccbCmBS2fCl8zH0jxfYNaaPB0 DINw== 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 e21si1610491edb.164.2019.09.27.07.28.48; Fri, 27 Sep 2019 07:29:12 -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 S1728095AbfI0O1n (ORCPT + 99 others); Fri, 27 Sep 2019 10:27:43 -0400 Received: from nautica.notk.org ([91.121.71.147]:35603 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727159AbfI0O1n (ORCPT ); Fri, 27 Sep 2019 10:27:43 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 06DF6C009; Fri, 27 Sep 2019 16:27:41 +0200 (CEST) Date: Fri, 27 Sep 2019 16:27:26 +0200 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.4 Message-ID: <20190927142725.GA8169@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, Some of the usual small fixes and cleanup. I didn't get the target version wrong this time! :) The following changes since commit 089cf7f6ecb266b6a4164919a2e69bd2f938374a: Linux 5.3-rc7 (2019-09-02 09:57:40 -0700) are available in the Git repository at: https://github.com/martinetd/linux tags/9p-for-5.4 for you to fetch changes up to aafee43b72863f1f70aeaf1332d049916e8df239: 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super (2019-09-03 11:10:13 +0000) ---------------------------------------------------------------- 9p pull request for inclusion in 5.4 Small fixes all around: - avoid overlayfs copy-up for PRIVATE mmaps - KUMSAN uninitialized warning for transport error - one syzbot memory leak fix in 9p cache - internal API cleanup for v9fs_fill_super ---------------------------------------------------------------- Bharath Vedartham (2): 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super Chengguang Xu (1): 9p: avoid attaching writeback_fid on mmap with type PRIVATE Lu Shuaibing (1): 9p: Transport error uninitialized fs/9p/cache.c | 2 ++ fs/9p/vfs_file.c | 3 +++ fs/9p/vfs_super.c | 4 ++-- net/9p/client.c | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) Cheers, -- Dominique | Asmadeus