From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 8D21B47D92B for ; Tue, 3 Mar 2026 14:47:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772549222; cv=none; b=FmjH9VYu2m22jfOOc2DoZGrrW3kE2tTekIu73U0fT6ay+vwbK/Pl86r/mifXlysKbeT6iq4x92r307LU8/e7a4GpscIm6JfUPeXYXpipPLmTBlPaM+ZsbUxpRYhJo0srxSuXb22E1J712nSTLyeHHlDQ0S5mqy40cflQmRs0Eho= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772549222; c=relaxed/simple; bh=HUOdW7Rqb2wohDALb5yxuSDXw4qHwFMkWfJIyBFtpvo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eYaYzGojjOfs5esUiXkt5C29ySMiRITfmiDlo77x9/KaocqRXTp+PX+5fuIJq+5iBt2DQaiR+gUaYz9MS7MGmhcCcEy4M7V5eXzKPMESreTfXVujiwMEoLVLGwWj0Fp02f00os+B291j5AgRvJLndO3MwlwjCqXdXpvjTQYtfK0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=5G3yvyHO; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="5G3yvyHO" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=HUOdW7Rqb2wohDALb5yxuSDXw4qHwFMkWfJIyBFtpvo=; b=5G3yvyHOtItb/cdCRM7zhpts0n qhFXGWChb39kB7Gw0QjSOHk6dZQdWO4KcaBd7poIwrG37AQyhddhDEXGF3aq/qbXO4mAIW2CwvbpC g4Xrn0RN24LDLPCyYa2Z16w6fbTTCeoaumdL9Vb2iVeRuLocc7pvzV2bCO25PLwcUrWV/K7itHLRR QGFbsTqoEM5XYuK75EodbQHB/fo2ePauZ1dHJsQSEFXR/jipQaBRV5FJqYydMbOKlHs/FtTbQEJD6 ArLLbI4tN9vfJK99SsIv43cdTajhKHLOjMq7xsJlE936dia5vUuDXEkzqwCN2tv8/aY7BLLHGzljb 8RQlbo9w==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxR1X-0000000FM6s-2LzD; Tue, 03 Mar 2026 14:46:59 +0000 Date: Tue, 3 Mar 2026 06:46:59 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: aalbersh@kernel.org, kees@kernel.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH 29/36] treewide: Replace kmalloc with kmalloc_obj for non-scalar types Message-ID: References: <177249637597.457970.8500158485809720053.stgit@frogsfrogsfrogs> <177249638311.457970.11002432782642333341.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@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: <177249638311.457970.11002432782642333341.stgit@frogsfrogsfrogs> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Again, splitting out adding new helpers is probably a good idea. And boy do I hate this new API that was just sneaked in without any review :(