Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp789434ybb; Wed, 8 Apr 2020 09:54:53 -0700 (PDT) X-Google-Smtp-Source: APiQypKONtj9TbJ7OzaHpW8dNVc1mzAdp18zuye487ENqfv8gfD5mpn9CjsyIWNSpwp114shPotg X-Received: by 2002:aca:b441:: with SMTP id d62mr3245707oif.107.1586364892932; Wed, 08 Apr 2020 09:54:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586364892; cv=none; d=google.com; s=arc-20160816; b=yI7R6IoEDTjzUQf+AbdET7D2jWO2Pf2nNfCs28jAkzXpPscpoW+yzPwFqo1wx12QWy H1dulVheR1lBhcuNXOTyMr2/YnnDbgpIR/WDrSxR9b6hVtwlfATg5tvuy8Ih1gmrzavk cNB/ByVy3yJPYByS83YJznNRhq8NVzxejA9fNHEh60BXJyg5ES8yWPjZHEb8F/HcoMWO TGOBnb1lOT8GhcEU2vh2vpm/1axeejs0K4Tpk+xpz/eFzrUlgkA62/LQG35M0DnY/4GI fHG0wRcDgbwwV476MRkwo9O7UUByMJtDynCxBrQNOYiMekXJTBMSb+FQlzbjbhJfHy+R 6aBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:message-id:subject:cc:to:from:date; bh=BhE8Jmp9rof6TswmayAfiH8hyW5wgCcRUWpbQqEFBYk=; b=HMqtdC2O97hDtuOS3ZcZ6v8QCMLSju0awgu5yagU7r1jVYWdELtVofB1zxk/atXoKh 5IwdbTczNdlpN0WXd6tHKFCpMaWW09yughT+JnHDMMbZ8rP6PLd4WbdSw5mDTHjrX6J4 kK+Wft1mmA38vBhZdKy7AeW2VYmWTFTWKWBmkNm3hnEXyGyGlzMi7hJhmKVKWJ64xJVJ Z5H8O3/1ToJpOrDFMWx76JQKhbxiaJ3LTBr4HfWqxywXYDxKuv2ar1+LRLTZm4rivrMk Qbz6h5/5rDWFeXSTPE4PzwD8DrSZVW7SEx9CBL/LAOy43ccnGWAGZiey6gbL0o4w7ccd xRxQ== 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 l13si2826849otl.78.2020.04.08.09.54.39; Wed, 08 Apr 2020 09:54:52 -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 S1729448AbgDHPMc (ORCPT + 99 others); Wed, 8 Apr 2020 11:12:32 -0400 Received: from nautica.notk.org ([91.121.71.147]:56749 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728309AbgDHPMb (ORCPT ); Wed, 8 Apr 2020 11:12:31 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id D04B4C009; Wed, 8 Apr 2020 17:12:29 +0200 (CEST) Date: Wed, 8 Apr 2020 17:12:14 +0200 From: Dominique Martinet To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [GIT PULL v2] 9p update for 5.7 Message-ID: <20200408151214.GA30977@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200406110702.GA13469@nautica> 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, v2 of monday's pull request. The commit date is just now, but that is just the documentation patch I applied, there is no code change since the last version. Thanks, Dominique The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e: Linux 5.6-rc7 (2020-03-22 18:31:56 -0700) are available in the Git repository at: https://github.com/martinetd/linux tags/9p-for-5.7-2 for you to fetch changes up to c6f141412d24c8d8a9d98ef45303c0235829044b: 9p: document short read behaviour with O_NONBLOCK (2020-04-08 17:05:28 +0200) ---------------------------------------------------------------- 9p pull request for inclusion in 5.7 (take 2) - Change read with O_NONBLOCK to allow incomplete read and return immediately (and document it) - Rest is just cleanup (indent, unused field in struct, extra semicolon) ---------------------------------------------------------------- Dominique Martinet (2): net/9p: remove unused p9_req_t aux field 9p: document short read behaviour with O_NONBLOCK Krzysztof Kozlowski (1): 9p: Fix Kconfig indentation Sergey Alirzaev (2): 9pnet: allow making incomplete read requests 9p: read only once on O_NONBLOCK zhengbin (1): 9p: Remove unneeded semicolon Documentation/filesystems/9p.txt | 10 +++++++++ fs/9p/Kconfig | 18 ++++++++-------- fs/9p/vfs_file.c | 5 ++++- fs/9p/vfs_inode.c | 2 +- include/net/9p/client.h | 4 ++-- net/9p/client.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------- 6 files changed, 104 insertions(+), 79 deletions(-)