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 8CB232C2374 for ; Thu, 26 Mar 2026 23:36:15 +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=1774568175; cv=none; b=cjf8qZJqSX+NaghQR67X51nnFLjncewuZNyI54wb3FDeFVFoA0g337BSYpXbGLBnFIaO0N2CSKF8Dh6H+qMcBTxiqfXcGBtgs88vcHgpjsUuxx0qg5b7UFRVOsd2ZhlBZv+6Cm0Q3mA8UOEx3Yku3IWmj6vyvKvb21skSjvf0Gw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774568175; c=relaxed/simple; bh=tjvJvzzYSuoLzuMiETcihqcIulqakEMU4f7rMggLbiY=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ImcuVEEmLxS6sKYlXBZ4w/p+7NYW2IoMvHijLpfXy/yRmUh9gFBNqXOTUjz3iXJYu2zJ2jyheSi0iBWN9w3KL+CrHlRnBe260aWxpkYPYNARjkQOJMKiXu9L1V1cleFL+QFFBuZMTGzSp0rxYC+EJVovhu2bSH7viYg7IV6Xo3U= 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=VEyVHYf/; 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="VEyVHYf/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5AABC116C6; Thu, 26 Mar 2026 23:36:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774568175; bh=tjvJvzzYSuoLzuMiETcihqcIulqakEMU4f7rMggLbiY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VEyVHYf/05z4fci2WU8QAGNTm9bSJJ/g7Wxwi3iQjXSxMCcf2c8VHyT+qwFYsbCpF Q3HyqqAAU3dwnTKQafc1fnpGCEO0IdYmXJIgG1RuvAa5JXXdTW9YZAZB19puAltlT+ cxddpgcY4YyY69SHbvMm3H0ZeTnZPqAxGxpXjdug= Date: Thu, 26 Mar 2026 16:36:13 -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 v3 0/7] Modify memfd_luo code Message-Id: <20260326163613.4f63a9ae5af7f3d294f3aef9@linux-foundation.org> In-Reply-To: <20260326084727.118437-1-duanchenghao@kylinos.cn> References: <20260326084727.118437-1-duanchenghao@kylinos.cn> X-Mailer: Sylpheed 3.7.0 (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 Thu, 26 Mar 2026 16:47:20 +0800 Chenghao Duan wrote: > Subject: [PATCH v3 0/7] Modify memfd_luo code I'd like to see a more desriptive title than this. Maybe "memfd_luo: various fixes and cleanups". This isn't a big deal and "Modify memfd_luo code" is good enough ;) > Date: Thu, 26 Mar 2026 16:47:20 +0800 > X-Mailer: git-send-email 2.25.1 > > I found several modifiable points while reading the code. Please review. > > v3: > v2 patches remain unchanged, and v3 adds 3 additional patches. > > > > > These three patches address issues identified by the AI review, > with the review link as follows: > https://sashiko.dev/#/patchset/20260323110747.193569-1-duanchenghao@kylinos.cn OK, I'll add this. I'm trying to seriously slow things down now but this series does address a bunch of issues. Maintainers, there are a few more patches here than were in v2, so please take a look? Thanks.