Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp459157ybh; Wed, 15 Jul 2020 06:39:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzB3Jp4S9oC5Xxf6J9SySV9ABY8iO/eFGIUgDNAxdScB9nXlFwD0WHUqBUAgfj9tRw1XcYW X-Received: by 2002:a17:906:aad7:: with SMTP id kt23mr9750606ejb.313.1594820353973; Wed, 15 Jul 2020 06:39:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594820353; cv=none; d=google.com; s=arc-20160816; b=kxEqVp40a+y4zhNLUknyqQ/0CmImW3L/19PxG/g7Z776PX0i9CWqOSZC/Ad22UoKNB oS/5/PcqYgc//W60CDm1NAZv5C+2GM1V8tjchK24WWdD++VIoaeTPWCfhgHDsQQpd115 rFSxjTu7UQfYlDA2xHS/mjCH3Jn/9POJSL179qwO3TmNbdy32Bix6ZKTT+StETwYHcnr ROEY5CZsNwQRMy1xqKb/vePOHNRMuwlPEouWudDlHpb/m2j/QEDDN22rj2oTCZRDH6NN eeUDCZjcG4rio4Fh3VkOkJeQr/wZqug2mBbr42Jo41ulULRHt6BT8SYdW7MZQaBqVA9P 78Xw== 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=7k2ZM1RQuukbyRC2Gnu8pLYqvDG2r7RUM6L3oMu8c3k=; b=Kc+36MzTt19HlcV8QL7F7vayZRhnOtDQVM4bwXsazdxllzppt6UOQoApN3W9J71JbX 7nfWcFcJczNAnUwE9phOBnLj49Wy3iMGe/mfnt/4vT5DvDAzvQT28xasiC9dZBZjnqry caoMDJ5HcsUOQYB0MkK+1EzMiaxOxTjuDeDcw6U5GxZiNuA3k5XUqQbw9cBpeM1whi6D NUQpj9sX5cS822hMNso7SkIjSEwc98Oq23MCq9TwALpZBmgqdcPF0zMAUfwMdstKcUaQ Lzrdp1CLwwLx4A2sHKVdyVfzxc7bOSlMfaxnSAJfBYrfbwnS5n4x8yr/WpcXgCji4O31 tytg== 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 dk7si1295646edb.86.2020.07.15.06.38.50; Wed, 15 Jul 2020 06:39:13 -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 S1731876AbgGONf7 (ORCPT + 99 others); Wed, 15 Jul 2020 09:35:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730872AbgGONf7 (ORCPT ); Wed, 15 Jul 2020 09:35:59 -0400 Received: from nautica.notk.org (ipv6.notk.org [IPv6:2001:41d0:1:7a93::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1666AC061755; Wed, 15 Jul 2020 06:35:59 -0700 (PDT) Received: by nautica.notk.org (Postfix, from userid 1001) id C406EC01B; Wed, 15 Jul 2020 15:35:56 +0200 (CEST) Date: Wed, 15 Jul 2020 15:35:41 +0200 From: Dominique Martinet To: Victor Hsieh , Greg KH Cc: Eric Biggers , v9fs-developer@lists.sourceforge.net, Eric Van Hensbergen , Latchesar Ionkov , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] fs/9p: Fix TCREATE's fid in protocol Message-ID: <20200715133541.GA22828@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200715080358.GA2521386@kroah.com> 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 Victor Hsieh wrote on Tue, Jul 14, 2020: > Please disregard this patch. I misunderstood the protocol and have > found the actual problem in the hypervisor's 9P implementation. Sorry > about the noise. Ok, thanks for the notice. Greg KH wrote on Wed, Jul 15, 2020: > As Eric says, this is fine to cc: stable with this kind of thing. It's > good to get a "heads up" on patches that are coming, and Sasha runs some > tests on them as well to make sure that they really are going to apply > to what trees you think they should apply to. Hmm, I'm really not sure how useful that is for first version of a patch that actually got refused ;) But if you both say it doesn't hurt I won't advise against it anymore, thanks for correcting me. -- Dominique