From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5BAA231B130 for ; Mon, 23 Mar 2026 21:09:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774300179; cv=none; b=XhfkZmnkwgZW/UcTNbTBNt+ih21hvBVZ7s8Sp/zNZ6AVu0LK0K1AYTcPKzX2H0n5r0KfFAn3WypP90tjz2TeAjcP3habwIY9niEQVSXqpxC8NBTIhF0V7YxpKI+5v7CkiMupO3ZGBJo8oOJiyhO2L1Ndt3VKjrwpeqtsYznAeMc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774300179; c=relaxed/simple; bh=5/We3+BcQJRhoknLTQm5Tm1jmVPBMPoeEPx0+8cZgRo=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=SMa6NYm5z8TuyowB0tHEZeadWb06+THW7DcikVPS9rkC9NMdJ/ofnpSPjUVrSW/gDkgYXCtWnMN2vh+kzuo+GNvp8AAoB67Knc8YD1HviPaDjHub6pDeNJti0mC7KMR+IMLMKPHr+G1MaL0jFKTldngifMFhAfOBdjPJ4nJ4yFE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=h3sSe+Dz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="h3sSe+Dz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4C03C4CEF7; Mon, 23 Mar 2026 21:09:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774300179; bh=5/We3+BcQJRhoknLTQm5Tm1jmVPBMPoeEPx0+8cZgRo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=h3sSe+DzJx+p+VbMRfZnYj1ZydBfF9uGYcipObtREJTbIRCn3VPHDiuqcBWkVlyF1 r/moW57Ln53+rEfUv6YfhWW2O/o5xKd9J4z/TWLJ4S9IGr2LavWO4TYq+eF3JDWRdH oamBJJBMB1j++63nnIyw+coyH9e7p69NbzBfk6SU= Date: Mon, 23 Mar 2026 14:09:38 -0700 From: Andrew Morton To: Chenghao Duan Cc: pasha.tatashin@soleen.com, rppt@kernel.org, pratyush@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, jianghaoran@kylinos.cn Subject: Re: [PATCH v2 0/4] Modify memfd_luo code Message-Id: <20260323140938.ba8943a5247c14b17bc70142@linux-foundation.org> In-Reply-To: <20260323110747.193569-1-duanchenghao@kylinos.cn> References: <20260323110747.193569-1-duanchenghao@kylinos.cn> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 23 Mar 2026 19:07:43 +0800 Chenghao Duan wrote: > I found several modifiable points while reading the code. Please review. Thanks, I've updated mm.git to this version, AI review has raised a few potential issues. Perhaps they were present in its review of the v1 patchset. https://sashiko.dev/#/patchset/20260323110747.193569-1-duanchenghao@kylinos.cn