From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 4AFB43CCA02 for ; Fri, 10 Jul 2026 21:27:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783718854; cv=none; b=RWNZZuaAiqvkiRwz5Ri3KK5va1DDu8JxtXNZ9sCTZ62MQ8yYz3LinDZKMaIYmM4fWr8vufW9QJm4RVeHa3nF2TxvfjwbYB35tmjeSgj10b+z94+w1f3KsJH8JgOwZXuQ9NpGChcBNh4+ZmQwZKAEt2xIPEdw1mxql1SVcdHBJ9o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783718854; c=relaxed/simple; bh=yv3tfFSrr3IwemCjMx8dyAC5WD5r/s09/p3gwwPaBv8=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ogSfCnk68MPzzJPJVE6cwiv42qnNvNY47mMPFNNidApQtg4knYhaGWAWfIxuZ7xwQUZUvRFYvTaGBXpI4eXdghVpfC/9RCUaRFhMX1Ha7PNn5zATRR/O49tk3qBNEdBm//U841Q1IDFqW/+d/zRv/fN7EYDMotY4m0uOiowxrBo= 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=kRDHNq0u; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="kRDHNq0u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC9A31F00A3A; Fri, 10 Jul 2026 21:27:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1783718853; bh=UiyyVcn2UqFKOg1zBLJ+Bsw1sKHO3ZSjaN+8rEsVvVI=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=kRDHNq0ua5ePotcdg63BNTvGqVO43cRwnxkm7ppFB1zpCwfOddOy6gUdn6pyqHVAG wvdBcqyiWLBOGq/JyrBsvE3er7NSCYiqpzo4F3zs0Ndy8DZZIdkP93s0Uhqj7kQ1oV dD3PTW6N+JGGpGMjQR4k2qEzEg4+08jnjpRN2llg= Date: Fri, 10 Jul 2026 14:27:32 -0700 From: Andrew Morton To: Ye Liu Cc: Zi Yan , Vlastimil Babka , Suren Baghdasaryan , Michal Hocko , Brendan Jackman , Johannes Weiner , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/9] mm/page_owner: misc cleanups Message-Id: <20260710142732.e4b0a719d5247e693f7a89a1@linux-foundation.org> In-Reply-To: <9d8627fe-1fb6-47ff-9ca9-ff3b90a12bd8@linux.dev> References: <20260701061101.344679-1-ye.liu@linux.dev> <20260701171115.79148d1c7e4f07ebf419c185@linux-foundation.org> <9d8627fe-1fb6-47ff-9ca9-ff3b90a12bd8@linux.dev> 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 Fri, 10 Jul 2026 15:05:18 +0800 Ye Liu wrote: > Sorry Andrew, I had more time last week and updated more frequently. > I will wait and communicate fully for each version. > > > btw, it's conventional to place the what-changed-since-last-time info > > below the ^---$ separator rather than at top-of-changelog. That's where > > we place info which isn't appropriate for the mainline tree. > > > I also have a question about this. Is the changelog placed in [PATCH 0/N] > or in the patch [PATCH M/N] that needs to be modified? > I've looked at some content on the mailing list, > and it seems there are both options. Please do it this way in the [0/N] and in the individual patches. Anything which isn't to be kept in the permanent upstream record should be placed below the --- separator, please. Low-level development-time details aren't of interest to readers two years from now.