From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 315B4C433E1 for ; Wed, 15 Jul 2020 08:04:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D89520663 for ; Wed, 15 Jul 2020 08:04:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594800244; bh=HIG91/ioMlIScqdxhHK1XI6hYx30577FlENF9j/AlEw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sqn6LW9xmVbMw4b8ajvF1CWyT2HGyp8ez5PF+Wgck+OzaPavIwILhn1M6gGvqudDv LoiZWmyQH2RxIr3ZO8XHVYVu8g+ESs9N5GMYtcPTdHJsDg+67psvwrGHDwk9U/+yg3 bmp3IphytLkBJ6q501pmTUseiOtTsp0ExJRevuIE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729595AbgGOIED (ORCPT ); Wed, 15 Jul 2020 04:04:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:58852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729001AbgGOIEC (ORCPT ); Wed, 15 Jul 2020 04:04:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9B5BE2064C; Wed, 15 Jul 2020 08:04:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594800242; bh=HIG91/ioMlIScqdxhHK1XI6hYx30577FlENF9j/AlEw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bfepzjD7u8Mx9WRTyJYUr0DmmMF7Fe3KKrMrTFDZnsH4TrYXAvF1hg/OpTq0XbmWP Cr6KfiadSdvxq7c0jZlsW/nZKBVwjtIlUggx4lQcpnclJrcTreRe80E9c1NLx3J9Kf wTrqHuXAdpBeVGbS7Q924vpShEv7DcwHRUrlcPLM= Date: Wed, 15 Jul 2020 10:03:58 +0200 From: Greg KH To: Dominique Martinet Cc: Eric Biggers , Victor Hsieh , 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: <20200715080358.GA2521386@kroah.com> References: <20200713215759.3701482-1-victorhsieh@google.com> <20200714121249.GA21928@nautica> <20200714205401.GE1064009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200714205401.GE1064009@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 14, 2020 at 01:54:01PM -0700, Eric Biggers wrote: > On Tue, Jul 14, 2020 at 02:12:49PM +0200, Dominique Martinet wrote: > > > > > Fixes: 5643135a2846 ("fs/9p: This patch implements TLCREATE for 9p2000.L protocol.") > > > Signed-off-by: Victor Hsieh > > > Cc: stable@vger.kernel.org > > > > (afaiu it is normally frowned upon for developers to add this cc (I can > > understand stable@ not wanting spam discussing issues left and right > > before maintainers agreed on them!) ; I can add it to the commit itself > > if requested but they normally pick most such fixes pretty nicely for > > backport anyway; I see most 9p patches backported as long as the patch > > applies cleanly which is pretty much all the time. > > Please let me know if I understood that incorrectly) 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. thanks, greg k-h