Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1105418pxu; Wed, 2 Dec 2020 11:08:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJz/SKrqdC/wycMKPOjjcuilXNA/1W1HtwfSlkcESIMZCgs9gsCw+TamwnjXovdcqFJUENJe X-Received: by 2002:a50:fc96:: with SMTP id f22mr1497611edq.162.1606936124815; Wed, 02 Dec 2020 11:08:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606936124; cv=none; d=google.com; s=arc-20160816; b=nYxVeEaxomC9B6dHbUcmh5VhUjBW5O8RqbOyThoHsmUlgDQMSnHq1n2cZTv3mXk0i4 dsUjLonm86N9fJcs3asoT2vfNSRO8tZwdOu7h5YAVffNwnPbrlnBh3WLef1OUHXJ51fC lN92L0BnLmFOa4sxTdQ3Xah4FBQ8mCT2edv08YqU0KbBPY3E2Xl2O9/IzI4RBmGHomBA olfG11MsqHHVEhF0qX0S25SlOP9aYxqLnXnLBmU7ge1t0OXuUfABXbcpBFfzachhXofb Hck4RBOeJgvDAtOLDQZ86vUX63ZvwP4kG3SF3bgQBDbwTmsLPRC/4b+1AvVrLpepsdGQ i/hA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:dkim-signature:date; bh=TfxUFmFz4aIfcaW4/nLROUC42DqoUSfBHuG7zlLc9hQ=; b=BYWPkrUqVVphZgHwZ2uETjK4xk5Ap74CpDHvOlFK7ZEV23qPXYqMlREaODJPKEsp1U JDKR2n/e3JkRekMuCzbDjJfDv55E+fKe/9aaEaS9/Ell+d5pju2AU/ofmNZL9VJFTjLf nfEuK/ZkzIVnMAY14J+2/C0Eh/KVWCVYOyE/2CXWsvfJFrhLtW5CJHnVnA6Nm75gzxTx +KQQxb/Rc6pCnmdI9cnJKvewvDix4KpM9KKyBeuk6Q9hgs6LiTuNW9gX+LrQ2JgLT8Pz s7PG0+xEENpBwP2Q35MZt9yp/QX7Hgdeg8MM1aqFBiEHoy/yypgDRXIg13cdy2dwWsPP Mvgw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="16l8A/PX"; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n18si508704ejk.69.2020.12.02.11.08.21; Wed, 02 Dec 2020 11:08:44 -0800 (PST) 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; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="16l8A/PX"; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731076AbgLBTGs (ORCPT + 99 others); Wed, 2 Dec 2020 14:06:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:47928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726104AbgLBTGs (ORCPT ); Wed, 2 Dec 2020 14:06:48 -0500 Date: Wed, 2 Dec 2020 20:06:01 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1606935967; bh=+HLzvDVDrH5nyM2zbDYvKZq3sm1MBLtCbEEGFslk2Ag=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=16l8A/PXOjzkFYxHNR+MJUW3ewc+SeZ3me9PlqkI1Ft5UrTDRQuuISHC5yv6zf6s0 /R4YBYdHdYL9ZwaWYODBcL0GO1cG65svOgfC/NoSfFpVCetMVME9mbgfaaM42nYWho MohE/GQtKY4EqaelQJkPJFzDwcY0NTLP+bbl/2CQ= From: Greg Kroah-Hartman To: Miklos Szeredi Cc: David Howells , Ira Weiny , Eric Sandeen , Linus Torvalds , Miklos Szeredi , linux-fsdevel@vger.kernel.org, linux-man , linux-kernel@vger.kernel.org, xfs , linux-ext4@vger.kernel.org, Xiaoli Feng Subject: Re: [PATCH V2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT Message-ID: References: <3e28d2c7-fbe5-298a-13ba-dcd8fd504666@redhat.com> <20201202160049.GD1447340@iweiny-DESK2.sc.intel.com> <641397.1606926232@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 02, 2020 at 06:41:43PM +0100, Miklos Szeredi wrote: > On Wed, Dec 2, 2020 at 5:24 PM David Howells wrote: > > > > Miklos Szeredi wrote: > > > > > Stable cc also? > > > > > > Cc: # 5.8 > > > > That seems to be unnecessary, provided there's a Fixes: tag. > > Is it? > > Fixes: means it fixes a patch, Cc: stable means it needs to be > included in stable kernels. The two are not necessarily the same. > > Greg? You are correct. cc: stable, as is documented in https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html ensures that the patch will get merged into the stable tree. Fixes: is independent of it. It's great to have for stable patches so that I know how far back to backport patches. We do scan all commits for Fixes: tags that do not have cc: stable, and try to pick them up when we can and have the time to do so. But it's not guaranteed at all that this will happen. I don't know why people keep getting confused about this, we don't document the "Fixes: means it goes to stable" anywhere... thanks, greg k-h