From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CB92C4167B for ; Fri, 23 Dec 2022 16:31:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230254AbiLWQbt (ORCPT ); Fri, 23 Dec 2022 11:31:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236447AbiLWQbn (ORCPT ); Fri, 23 Dec 2022 11:31:43 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18D91BCAC for ; Fri, 23 Dec 2022 08:31:42 -0800 (PST) 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=WXiD+/lWWSIDIpQNrGq0Ai5Geh WQxAJ0AhIoPGeTWmjTg0jAAWToNGsu+KRCzB4V34bSsyED7aRRhkS5vaUci7T85U411ATPWbSfsTh EGsubMfOFNynSaONdsvDRNOxE0cYooMTBu3P7O37e/bZWomNcSCfnz0NjFvN0xeZ4VKU9mVNnlXyB yEKFSmbXMvr+tyJVvpKjTBOI3tRJrXWhhE36aOdg8fvB0OeSWDqAY/6z6ng4F2eYZpLzN9n4dOzV9 0x/qgsyOKMFoWH1NOHLGDR8JUaQJ17QZEBuEfquGbknRve97fTbPyek2YBofD+Cvy2c+9/HSbsH7J Cj6P94sw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p8kxP-00A04k-Vm; Fri, 23 Dec 2022 16:31:40 +0000 Date: Fri, 23 Dec 2022 08:31:39 -0800 From: Christoph Hellwig To: Keith Busch Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Matthew Wilcox , Tony Battersby , Kernel Team , Keith Busch Subject: Re: [PATCHv2 07/11] dmapool: rearrange page alloc failure handling Message-ID: References: <20221216201625.2362737-1-kbusch@meta.com> <20221216201625.2362737-8-kbusch@meta.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221216201625.2362737-8-kbusch@meta.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig