Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1005528pxu; Wed, 16 Dec 2020 22:54:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJyo+7fdotVId3yanxmKPE7nMcOThYDKx/QP3nugbhomFYfIljXWamj9h0yGtmGgmv+eB9uO X-Received: by 2002:a17:906:3712:: with SMTP id d18mr34907924ejc.178.1608188061206; Wed, 16 Dec 2020 22:54:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608188061; cv=none; d=google.com; s=arc-20160816; b=v9GsI70mDy6h4puXoN89q+iPVyIWY3me17TZ5Z3Vs7IvL6usNju9IDxdIFNyLzpaPG 3puy1zgVhgxzzY8xEds3Tl1cZrPYL714lnJU4U3iLUDJ8Dn8baxBwtF8fSVfCYfWJ3qu pEtbde1iby1ci8hro5KlfcPwIWBBxYs0NEbAzDArcaSxi/zZwNi0KvbnvLgus5lMEdfv RuG3xw+cmB/aV6S+E3gOkkEuYBYqrwkio2AaMzARHrxU9A3dGUBUVBcyDVKjGjOlQGdC JvCRlReuK+3H5nLUC+cAlBbE0huBkEl1bTYgACaeLR+usmg/pNZEQPN4jiYlJEYBP/vs TwzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=Nc3x90GZMNF0Wa+RLLariRAkbmtSmPPxeqfmTZFPU2c=; b=T79KKS6vKD+2J/hdDEmpjafL2ECvx5LOdnmsQu+kZKpvdjyWdW6cPW4V2oCaf3S0Nq J7r6TWcEwxq44QpZtY+9HUkc6j/dHDIjRUr7Zx0FA52LlaBdq5qurQyGYshG7/dL99+y 0zo5NGuwWZf82Y9paODByuw7UgHaG01mflyuuRIRHO63q8m1HNIk4ZeW6+QTwgCqHCXU DNoZiZUBoelIS4MjpMbz22URojQnpL38MXZZpXL+mUMyzSDE2+3LlCRlvWPdvczGN0/U ixlyhuv0j9TcuE9iyggu7Lkb+dDnaulmPDhmN6O/WdSjegvvYYnjvp/jHE7AXWa++jjd EKlg== 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 cz3si3759095edb.467.2020.12.16.22.53.58; Wed, 16 Dec 2020 22:54:21 -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; 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 S1727315AbgLQGwn (ORCPT + 99 others); Thu, 17 Dec 2020 01:52:43 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:9460 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726291AbgLQGwn (ORCPT ); Thu, 17 Dec 2020 01:52:43 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CxN2B4G3BzhrYm; Thu, 17 Dec 2020 14:51:30 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.201) with Microsoft SMTP Server (TLS) id 14.3.498.0; Thu, 17 Dec 2020 14:51:57 +0800 Subject: Re: [PATCH] f2fs: fix out-of-repair __setattr_copy() To: Greg KH CC: , , , , References: <20201216091523.21411-1-yuchao0@huawei.com> From: Chao Yu Message-ID: Date: Thu, 17 Dec 2020 14:51:55 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/12/16 17:44, Greg KH wrote: > On Wed, Dec 16, 2020 at 05:15:23PM +0800, Chao Yu wrote: >> __setattr_copy() was copied from setattr_copy() in fs/attr.c, there is >> two missing patches doesn't cover this inner function, fix it. >> >> Commit 7fa294c8991c ("userns: Allow chown and setgid preservation") >> Commit 23adbe12ef7d ("fs,userns: Change inode_capable to capable_wrt_inode_uidgid") > > Are these lines supposed to be "Fixes:" instead of "Commit "? IMO, the issue was introduced when f2fs module was added, and above two commits missed to cover f2fs module... so I guess we can add Fixes line as below? Fixes: fbfa2cc58d53 ("f2fs: add file operations") Thanks, > > thanks, > > greg k-h > . >