From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 B2B1B26FDA8 for ; Mon, 24 Nov 2025 06:14:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763964871; cv=none; b=op8vQ0w//5Coj/13qDSHRxYm7Tfsx5D9SSq/Fy67k5Rmu2imKY1GXz8B0+F1CkNd7tWSUCCZroA0/F56kYEmNkxgXIm2Va2MEV559Ifw6VvaoJeHaFRs7kjzeJUybWv7g+dmWgGnLDJTweeAl4H/4FmIg0jpLR6M35bB7eDwQRg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763964871; c=relaxed/simple; bh=xfSBdCnm0K5aZ79phhQwQq22U9WIoQw5fuh0VLlquj8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rHdDoJGW/rE6452NI1q+XWdU+C5prByMpToi8PWx8PEITt5s2f45S3JwfpwDp6Qh72p3OC5GPCjjcsb6acR23A6ypB+6kIPHQBri8w+AanF8+mkZuoCOoAHrqKPRCz4XVjPZTjyIQ48ObUcAy9ZedKADhx3gIktr7ijtjIin+qg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 1C60A68B05; Mon, 24 Nov 2025 07:14:17 +0100 (CET) Date: Mon, 24 Nov 2025 07:14:16 +0100 From: Christoph Hellwig To: Hugh Dickins Cc: Christoph Hellwig , Vlastimil Babka , Andrew Morton , Christoph Lameter , David Rientjes , Roman Gushchin , Harry Yoo , Suren Baghdasaryan , Michal Hocko , Brendan Jackman , Zi Yan , Eric Biggers , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/11] mempool: factor out a mempool_alloc_from_pool helper Message-ID: <20251124061416.GA16260@lst.de> References: <20251113084022.1255121-1-hch@lst.de> <20251113084022.1255121-7-hch@lst.de> 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-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) This looks good, thanks: Reviewed-by: Christoph Hellwig