Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp536918imm; Mon, 1 Oct 2018 14:08:54 -0700 (PDT) X-Google-Smtp-Source: ACcGV612M2yeH1p6BdNfI6ZF7EBsh06rmbDlQ1PBYoEPjpRl2hSv3DLa9N4y62RQHWQxvv0RksDo X-Received: by 2002:a63:30c8:: with SMTP id w191-v6mr11821100pgw.447.1538428134755; Mon, 01 Oct 2018 14:08:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538428134; cv=none; d=google.com; s=arc-20160816; b=Tp9FZB5UD306r8sMHXtEW9D++1Lz7dMzJUUdr4TkRom+X9kSg5kAEfHfr5/B8naV1f NRjSFP+nTpuru+sUGCy9azHZYEnVc7aaSFP+BtdXt7R7RTXIFZfG2jQrmLivV+euPs71 PtJcbUBgn5Z9aQh1ZybYvp84pOddtDN1jY8xlwWCW3E5RH2kdY9sCPZnQcsAEWY+i8H0 MfMmfHtJDPaCvqmQmP8hzDf2l+9kguJSPMKPtBDCEo2J25+tnHsdng7debczJSLxWGHY 6osuW4VQMgwGd36SA5/nzrbPpvdwHeNOHqaWnOYD3uefJvHufr/G7I2QW3AloPintmnV S50A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=ZfSHHE+TgLPsUeTqzNvHUVZPMhrM0Y4wjHcjGkvhmPU=; b=QxzoF2vR6TX18DjcQmVC8LldUZkPlx/tCObscupxG9vh17knHMWEtlfS4Qspuq9ES5 uVZtfVD8BkVGkC8Di2yLGjuXRrnU4WYhBPyUku31bhS9luK1xgk0ryrPeUaNPA0f9YgV Vnz3cXiMqF2h3c9eftnFOH4/7RQOhrM22J6yW5MkNMHIlhCiJWGzxK3Ci8WeUm9VvPnS xxg4bMGKgp8IogSK54HeyY9XxFLRuFzEoTwfmsxKtGlAfED447z7cylZzmLI58hpW2pc 8OK/abWM5+Ykni+qvuTIzdDcn9HZ9IAjokNzzYdDq4VZa6CL5FXWEWCig/oqkasjN28u W9uw== 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 v39-v6si12755914pgn.646.2018.10.01.14.08.39; Mon, 01 Oct 2018 14:08:54 -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 S1726521AbeJBDsL (ORCPT + 99 others); Mon, 1 Oct 2018 23:48:11 -0400 Received: from gate.crashing.org ([63.228.1.57]:56747 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726117AbeJBDsK (ORCPT ); Mon, 1 Oct 2018 23:48:10 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id w91KpNKg021353; Mon, 1 Oct 2018 15:51:24 -0500 Message-ID: <7b94786fb357c70f905a90f9172ab984418271ce.camel@kernel.crashing.org> Subject: Re: dma mask related fixups (including full bus_dma_mask support) v2 From: Benjamin Herrenschmidt To: Christoph Hellwig , iommu@lists.linux-foundation.org Cc: Robin Murphy , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org Date: Tue, 02 Oct 2018 06:51:23 +1000 In-Reply-To: <20181001143259.GA5655@lst.de> References: <20180927223539.28449-1-hch@lst.de> <20181001143259.GA5655@lst.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-1.fc28) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-10-01 at 16:32 +0200, Christoph Hellwig wrote: > FYI, I've pulled this into the dma-mapping tree to make forward > progress. All but oatch 4 had formal ACKs, and for that one Robin > was fine even without and explicit ack. I'll also send a patch to > better document the zone selection as it confuses even well versed > people like Ben. Thanks. I"ll try to dig out some older systems to test. Cheers, Ben.