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 569682737FC for ; Fri, 9 Jan 2026 18:37:43 +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=1767983863; cv=none; b=Kc04OUY6qsLYq9XQ/5guTWKBrYgSG3QEauOg6IzYdx9aL7Mf7s2+uJqml9SHgNussajBgNW+Sc8XQt86IKAvNAx+dw+I6gAyr0z35Gv9RMuHSiTHlN3xB0nwiGwAYyytieg28EVw9H6KFB0gLSbklkxoUEx8ZLyAN1Fo+BybfVM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767983863; c=relaxed/simple; bh=ARzqSTrB4mFRoJEjpwqfD7XvlHCDD3ZE6XeoURLYd8g=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=FHdT92+uDyVyhVxabDx4gxHA4Cndr0zl0AsBB3LQXK5UYmkncIDev0X/LLrCKL7dYASdDUzqRDunzX25hxhbxmTGsVqZ3OQcpW38A105qA37sL6T8B9fYxwD4JqvGEV/mn8n052DtzVjQJFImIm2B2zTP8PreVQz4dBzfog+/iM= 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=cKq/4w7g; 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="cKq/4w7g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 602F1C4CEF7; Fri, 9 Jan 2026 18:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1767983862; bh=ARzqSTrB4mFRoJEjpwqfD7XvlHCDD3ZE6XeoURLYd8g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cKq/4w7gGX95/qxZpKSvwIsa09ufoQFCR4/Y9FL0I8olI1SnCnQzQpwg1S3mCWVVs fajeQx6jMNNGo8G7kMsAbEd0MC7fMHF/ztwPL66zbVw9ppWO5gaoYQ86zcxHeG59MP FlZEs7fuDVbcUF9xgvE6Fs9QTch66UtAMgMDUxjk= Date: Fri, 9 Jan 2026 10:37:41 -0800 From: Andrew Morton To: "David Hildenbrand (Red Hat)" Cc: Francois Dugast , intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Matthew Brost , Balbir Singh , Lorenzo Stoakes , Zi Yan , Baolin Wang , "Liam R. Howlett" , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lance Yang , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Alistair Popple Subject: Re: [PATCH v3 1/7] mm: Add folio_split_unref helper Message-Id: <20260109103741.533c1b807f3ccf9a6f0264de@linux-foundation.org> In-Reply-To: <59fb1669-2908-4cab-b3c0-b97479da3fb9@kernel.org> References: <20260109085605.443316-1-francois.dugast@intel.com> <20260109085605.443316-2-francois.dugast@intel.com> <59fb1669-2908-4cab-b3c0-b97479da3fb9@kernel.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 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.