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 971BA3002DE for ; Thu, 13 Nov 2025 05:52:31 +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=1763013154; cv=none; b=nsYMYrkSccTw4xM5lggOlcMy5gPIgt9Cg8yISkU+Q+ZO/gp9Ln2skA6Z3doIEIBRa2xYlEL7pDwVEaoC2SqeyI9lIe03Y0FXjdDqb0/SZKBmGXoNyfhHb7/TX2IdWiNjFCubFKnPw43FrkUbaCMisSO5blwjwdy/gcvo6Z/STJY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763013154; c=relaxed/simple; bh=bw567ZUR0Hz47Pqemu2n8kqjoeM89fkOTQMvUCIgltU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QJWKP2BjqhRafdetOkpqEBaSWJyT4IrWc3rMtq2OVtMiwIkkrL3DuEl9NEtmDD5n55iuNIqN+go1UHSn3drYMJMKfbOo09H4RpGQ1LJLvDmD5FhJaWMKvG87onC+5pnXzyJFP8lS5oL+FlZL3yBahWMytb4CNIDhs5+PIjoY+IA= 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 CADC967373; Thu, 13 Nov 2025 06:52:25 +0100 (CET) Date: Thu, 13 Nov 2025 06:52:25 +0100 From: Christoph Hellwig To: Eric Biggers Cc: Christoph Hellwig , Vlastimil Babka , Andrew Morton , Christoph Lameter , David Rientjes , Roman Gushchin , Harry Yoo , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: mempool_alloc_bulk and various mempool improvements Message-ID: <20251113055225.GA28909@lst.de> References: <20251111135300.752962-1-hch@lst.de> <48e45106-f76a-421d-8f9c-645469076ad4@suse.cz> <20251112155011.GC7209@lst.de> <20251112173405.GA2935281@google.com> 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: <20251112173405.GA2935281@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Nov 12, 2025 at 05:34:05PM +0000, Eric Biggers wrote: > That sounds good to me. Sorry for the slow review on the > blk-crypto-fallback changes. No problem. I've got enough on my plate myself.. > How about I also take the two fscrypt > cleanups "fscrypt: pass a real sector_t to > fscrypt_zeroout_range_inline_crypt" and "fscrypt: keep multiple bios in > flight in fscrypt_zeroout_range_inline_crypt" through the fscrypt tree > for 6.19 to get them out of the way? They don't depend on anything > else. Sure. I'll resend them with the review comments addressed. I'll also see if any other of the API cleanups from my experimental branch might be suitable.