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 3C7A91F4C8E for ; Fri, 9 Jan 2026 19:22:56 +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=1767986576; cv=none; b=Y7O6rGhgPm3fOnxkgj8uFR9NaYUCn0DTntV08f7kat8OcDP2c8xhEkiaLK7hBLrsF3OdlhKERPloexMgz1ShrMcnO8xVlCGnbzvN5Jbro7izHHGNCyj+Q+nzVbg2ahMgE0PTRAu4IJs2jitl/iqaV9xHVrn2rywP/HQeA1gx8wM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767986576; c=relaxed/simple; bh=ZeAEQhQExtiQtbODK1SLMrltdmBdVELv64P6A1sK9Z4=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=Sk1cW4ef2GnGa4gfpx5hnoComdbzNKDBFTgVd4E3ja9Yjohqr5Yw0G1F+LUqrdL6No8FCd0NSfDrEwSd6u5pb7qe8TKkp9s0Df7YD18UG8DlXG78Za0sz392UAjCq6mkYOChuO/gpny6QO6yiE6pNG/sLTkqu97KWokza+Sw6q8= 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=rKkJ1pP+; 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="rKkJ1pP+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55EEAC4CEF1; Fri, 9 Jan 2026 19:22:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1767986575; bh=ZeAEQhQExtiQtbODK1SLMrltdmBdVELv64P6A1sK9Z4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rKkJ1pP+KZkWVh7sdaCZwlcc/XvO4rCGsHk2kJX8XODV3x9Lv3ZZRDyY1kT9XzDfY /80DgjZwjVPxJgWeM0U0vslpwnhN1gwTZKDWY0790fUVkPTietwm3vCdvERX1eqmMm dh8O4OeHSaywQQsOQUX4iETerEM2c6PSm+/+HGCo= Date: Fri, 9 Jan 2026 11:22:54 -0800 From: Andrew Morton To: Matthew Brost Cc: "David Hildenbrand (Red Hat)" , Francois Dugast , , , Balbir Singh , "Lorenzo Stoakes" , Zi Yan , Baolin Wang , "Liam R. Howlett" , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lance Yang , , , Alistair Popple Subject: Re: [PATCH v3 1/7] mm: Add folio_split_unref helper Message-Id: <20260109112254.3d831aff9f27ebe986536a4d@linux-foundation.org> In-Reply-To: References: <20260109085605.443316-1-francois.dugast@intel.com> <20260109085605.443316-2-francois.dugast@intel.com> <59fb1669-2908-4cab-b3c0-b97479da3fb9@kernel.org> <20260109103741.533c1b807f3ccf9a6f0264de@linux-foundation.org> 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, 9 Jan 2026 10:43:06 -0800 Matthew Brost wrote: > On Fri, Jan 09, 2026 at 10:37:41AM -0800, Andrew Morton wrote: > > On Fri, 9 Jan 2026 14:19:16 +0100 "David Hildenbrand (Red Hat)" wrote: > > > > > I'm not CCed on the other patches in the series or the cover letter, so > > > I don't see the context. > > > > Both linux-mm and I received a random subset of this series. Something > > went wrong. > > Apologies for the list workflow issues. Here is the link to the entire > series [1]. Cool. It might be best to spray it all out again, after any IT issues are fixed. > For future reference, when we submit core MM patches in a series, should > we CC linux-mm plus MM maintainers on all patches in the series, even > those that do not touch core MM? I think that's best. I personally don't like seeing just a subset, although it's trivial to go find the rest on the list. I've heard others state that preference, I don't know where the consensus lies.