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 A885DC25B0D for ; Wed, 10 Aug 2022 01:33:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230109AbiHJBdZ (ORCPT ); Tue, 9 Aug 2022 21:33:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230071AbiHJBc5 (ORCPT ); Tue, 9 Aug 2022 21:32:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6227A6C111 for ; Tue, 9 Aug 2022 18:32:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2374CB81A10 for ; Wed, 10 Aug 2022 01:32:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90DC2C433C1; Wed, 10 Aug 2022 01:32:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1660095173; bh=g3JxB45AmRZUU4j5cTJQ79aSQ2EPOMB1eQC1xGAnDnY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1X0FdepTmyhPZ0h6LkpLzJhIiza099h6UqBj4c7sI26P6/SsZyQVfk915khMY/gYp OOLwuYjwuLs18/+LnbejFkjKOyUpBQA+f2n4NX1HHu/CBPiQk1Vf9CzSsi93fQuRhx Vo2KjhNhV1ettS76yvw60yGvPM++3BwQJh0WAPGc= Date: Tue, 9 Aug 2022 18:32:52 -0700 From: Andrew Morton To: Michal Hocko Cc: Baoquan He , Christoph Hellwig , John Donnelly , David Hildenbrand , linux-mm@kvack.org, LKML Subject: Re: [PATCH] dma/pool: do not complain if DMA pool is not allocated Message-Id: <20220809183252.d168b5a8be31fff5aeef1b3e@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Aug 2022 17:37:59 +0200 Michal Hocko wrote: > we have a system complainging about order-10 allocation for the DMA pool. > I'll add a cc:stable to this - if future users like the patch, so will current ones!