Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp12351726imu; Tue, 1 Jan 2019 21:37:34 -0800 (PST) X-Google-Smtp-Source: AFSGD/UPPPElBdHXjt4DK+ozQsDrkj+QsLU8V3dUGgw8L2QXH2i6eLH0RR0xh9MCXbQK2KwGhAXc X-Received: by 2002:aa7:868f:: with SMTP id d15mr42766913pfo.225.1546407454404; Tue, 01 Jan 2019 21:37:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546407454; cv=none; d=google.com; s=arc-20160816; b=xBWQvwhLsWhAL6N0Rxs8GVFOqbC5cEVMK1xkvow3kOP3RQTHJno2oyG+V0QU6mY9a+ eI+s1mSnUYWOg4E4W1TPqQUFuB84UQNbl1AbnKAj7hH1TGMuQxpNy//8qQffB7KHjByr H29a4ZjWFr6lPfx7YTHatHrB3f23/uMZ6TsA/Qc6253dfUaUC96us+FNNJShroVOnHrg PDrN7Sn8CTiTFdnI+Tct/+H9+njhgfyJjS0PwM/9LrLLV2w4bwpBxKKZGIGSX6b+6S1x kDGrfcx5SayOe2bKVsVflmFi6ENKmiFTDabTiLrw8XmKNs3+d8o5FL9/TccScXKxNpPz KRVg== 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-transfer-encoding :content-disposition:mime-version:message-id:subject:cc:to:from:date; bh=f2o6aEPvB1WHHFmqhRUsM8rTMGxVDxtfvZ7CSVV0T6s=; b=J5dMkOUs8QryJl50IcUQlzsyFuicvO0Q5PJ0c9QVx3R1cFc1IkIbfyDaXTZ2agBSlN xrSZO8ilkJ9pjxjHpSdmcqKGP9bkR3yLqLGj6vcIk/2e8MPc2qJd4s6a9CKy/Ais5UGZ VB+QTPaIOcfZg+PgmlygZrfy1WHPlJymDouYSQiDaHzIii2j2T75qU9t1kuLgknmsglC jeT0dA6WVU5+yFJyJYpoPVUHN2xa6nqebMtXJvEabTPV3otfc4jM0msxYG6VFaWsYiWo EwbJTXZfr9GAWezbmu2UWW9XK2RqZ91QTEDxfPk7n1mfehd7LO28E1ARq0E/n3RB9h85 wuAA== 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 a1si3278439pgk.495.2019.01.01.21.37.00; Tue, 01 Jan 2019 21:37:34 -0800 (PST) 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 S1727841AbfABDy5 (ORCPT + 99 others); Tue, 1 Jan 2019 22:54:57 -0500 Received: from nautica.notk.org ([91.121.71.147]:55472 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727203AbfABDy4 (ORCPT ); Tue, 1 Jan 2019 22:54:56 -0500 Received: by nautica.notk.org (Postfix, from userid 1001) id B8CD0C009; Wed, 2 Jan 2019 04:54:54 +0100 (CET) Date: Wed, 2 Jan 2019 04:54:39 +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 4.21 Message-ID: <20190102035439.GA30733@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Small pull request this time around with only two commits; some missing prototype warning fix and a syzkaller fix when a 9p server advertises a too small msize. The commit date is close-ish because I reworded a commit message to add a Cc to stable for the msize fix recently, but the patchs themselves have been in linux-next since Nov 20~ish Thanks, The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad: Linux 4.20-rc2 (2018-11-11 17:12:31 -0600) are available in the Git repository at: git://github.com/martinetd/linux tags/9p-for-4.21 for you to fetch changes up to 574d356b7a02c7e1b01a1d9cba8a26b3c2888f45: 9p/net: put a lower bound on msize (2018-12-25 17:07:49 +0900) ---------------------------------------------------------------- Pull request for inclusion in 4.21 Missing prototype warning fix and a syzkaller fix when a 9p server advertises a too small msize ---------------------------------------------------------------- Adeodato Simó (1): net/9p: include trans_common.h to fix missing prototype warning. Dominique Martinet (1): 9p/net: put a lower bound on msize net/9p/client.c | 21 +++++++++++++++++++++ net/9p/trans_common.c | 1 + -- Dominique Martinet