Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4126203ybi; Tue, 11 Jun 2019 01:11:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqy9pCQYI5SivRgjDqURyfKhV/x5FYtiSYJp1Ep7mJUJ2kfzzJ6CHojWT87I04uc4OOBI6jx X-Received: by 2002:a62:1750:: with SMTP id 77mr10870165pfx.172.1560240687105; Tue, 11 Jun 2019 01:11:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560240687; cv=none; d=google.com; s=arc-20160816; b=gBPm/o8WIvC8gDU+r6Jz9N6z/y8y6nBrkBoHgbMtpH3GqKFCyAohfuUTmc15dbDzfh pN1HoxZf97XZVMzeVP9t7oyzkMs+YnKwaoVO80fbyx6mLsJbj6Ga/Ev+/MdeGh+ew5L3 UX+sX9OVgGGZ5bAe33dLZirUj1VbQyHuTtzNaRN3dAIE9PmLXY+hOS4vpjt8IeArdwsa GwpFNvfCBjLjClkgSf8qrYRp2T/nz4G6SBNJrGBbLX8HyPgd//OHq5AgyChdr9RP9nCc a0sYkAgFhm/T5QNauoGsCfzoGZJ72ph4o6M3a9Au14i9aHNqKzjOar+CpKPGAEsv5bi9 Lz1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ziAXbUWvhcW1GuXI32eplSH0BrLrAwQUTmfz7uDzELk=; b=NU3WoWxazoJPo3TbyQ43niU8LNI8jny5JcSBvXnLRJ3WKlJVdduvtq3kqZojc2Nfgg 8e7aV314WcBitGWxhJx/hBhQxR07YVd6JC9NQE9zdRnUOC3hDOxK648HV6wG2a1hZAb3 tydTqJpnG98rBNWcoqAJ7XInfthj8LKSJlBjuu3bKXulxHQfa+gRAPrgzYbpctfdlfJe Bc8SWcfrOv+MSsjWf13PM7ugtO5CX1h0Inmk0miEqf2GuMRUetLBzGbenB80VmQYFQ2J zxVvHcl8lQ12GGZrUw2NQkZQhCZ04matuigBiYKyO8PfiP+szxw3C55M+f/p471DNLFA DflA== 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 t11si11419782plr.23.2019.06.11.01.11.11; Tue, 11 Jun 2019 01:11:27 -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 S2404529AbfFKHzI (ORCPT + 99 others); Tue, 11 Jun 2019 03:55:08 -0400 Received: from verein.lst.de ([213.95.11.211]:48948 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403815AbfFKHzI (ORCPT ); Tue, 11 Jun 2019 03:55:08 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id CC02568B02; Tue, 11 Jun 2019 09:54:39 +0200 (CEST) Date: Tue, 11 Jun 2019 09:54:39 +0200 From: Christoph Hellwig To: Benjamin Herrenschmidt Cc: Christoph Hellwig , Larry Finger , Aaro Koskinen , Christian Zigotzky , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [BISECTED REGRESSION] b43legacy broken on G4 PowerBook Message-ID: <20190611075439.GB21815@lst.de> References: <20190605225059.GA9953@darkstar.musicnaut.iki.fi> <73da300c-871c-77ac-8a3a-deac226743ef@lwfinger.net> <7697a9d10777b28ae79fdffdde6d0985555f6310.camel@kernel.crashing.org> <3ed1ccfe-d7ca-11b9-17b3-303d1ae1bb0f@lwfinger.net> <20190611060816.GA20158@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 11, 2019 at 04:59:54PM +1000, Benjamin Herrenschmidt wrote: > Ah stupid me ... it's dma_set_mask that failed, since it has no idea > that the calling driver is limited to lowmem. > > That's also why the "wrong" patch worked. > > So yes, a ZONE_DMA at 30-bits will work, though it's somewhat overkill. Well, according to Larry it doesn't actually work, which is odd.