Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1255567ybd; Sun, 23 Jun 2019 03:37:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqygvvH/NllKx0F/YE/9MeQGoJkqyTlaZUIXl/WIFF5gsoW/6aUX6iMJ1aQR4ErF24qTLM+L X-Received: by 2002:a17:902:9a87:: with SMTP id w7mr32437222plp.221.1561286244461; Sun, 23 Jun 2019 03:37:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561286244; cv=none; d=google.com; s=arc-20160816; b=B6JuTl4YW1TInE9+IDkl0bItYKdsNlllnEERXutFjdJJ/WVNTbHwbJvkR4F1KqWTRm foAfkpqXmRDTVyMw0gfwFuHQg6obOESVxXmjNNczhmnDji9OIzlf93gE5aKtF79eFNaY Q6K/UGbOq+zscUL2eAwa4G8GrAqB859Xe1FumrvNpnzMcDQrD1Uax/RbtOFHDrdzeU9y tdkGo6rDfk1g/5J7VSro0OAZ78qvoNniKbFTFq9CjpHgr9o7519iETogErD9aYFaZRjz NutuGvXR/piKLMvBHvJpboX78tw6OGFOlEy/lnC+yOPxR4mz/5O2aj51IOKs/o1abC8a ZOAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=w2zPFPWtZ5SsHZ0ePALZMRj9QG1jbOMvneHCMH2KsPI=; b=R0n2gTmL3qYbhxDIMAWaKqMSKkUvtPW1PeQbapaIjN9QKcz2hcZim+BqyuvqPlmuBr HYr1hijqw59dYsojdZ9OF3S5jATzzUDQJufaMlh/K9ZCLjaju8nWSKL8W/An6kIS0xU/ m9Gs7HplTAoVsVYyTUT6aanD1IWy/MZ0/R0XVO7p/hYRaOEy1WCUmK2EcM4AReb6ng4M G/MB/n7/UC8AntudM9HBBLCQrkgdFYwojfecmKq+TKDKMx+Dw3DQ1TjOMG3J1NYyM4qP pwzb9UtcPFYPIKCLVVZ0R93ZEiIiJVjWOJ6t/lo0+kIGlKX2eb2Tnud9tRxF529BVT9d sNQQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g1si7215822plp.406.2019.06.23.03.37.09; Sun, 23 Jun 2019 03:37:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726546AbfFWKe0 (ORCPT + 99 others); Sun, 23 Jun 2019 06:34:26 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:59337 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726350AbfFWKe0 (ORCPT ); Sun, 23 Jun 2019 06:34:26 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45Wpgz6Q4Lz9sBb; Sun, 23 Jun 2019 20:34:23 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 9739ab7eda459f0669ec9807e0d9be5020bab88c X-Patchwork-Hint: ignore In-Reply-To: <20190613082446.18685-1-hch@lst.de> To: Christoph Hellwig , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: Larry.Finger@lwfinger.net, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, aaro.koskinen@iki.fi Subject: Re: [PATCH] powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac Message-Id: <45Wpgz6Q4Lz9sBb@ozlabs.org> Date: Sun, 23 Jun 2019 20:34:23 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-06-13 at 08:24:46 UTC, Christoph Hellwig wrote: > With the strict dma mask checking introduced with the switch to > the generic DMA direct code common wifi chips on 32-bit powerbooks > stopped working. Add a 30-bit ZONE_DMA to the 32-bit pmac builds > to allow them to reliably allocate dma coherent memory. > > Fixes: 65a21b71f948 ("powerpc/dma: remove dma_nommu_dma_supported") > Reported-by: Aaro Koskinen > Signed-off-by: Christoph Hellwig > Tested-by: Larry Finger > Acked-by: Larry Finger > Tested-by: Aaro Koskinen Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/9739ab7eda459f0669ec9807e0d9be5020bab88c cheers