Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3729140imm; Mon, 30 Jul 2018 02:20:30 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeUx2zwbMW2JZl/NTenZYH0MJi8SCoH1dp1ER61yLcTfi0NKhWvli6h6VwB6IQnQhvd+cKF X-Received: by 2002:a62:4808:: with SMTP id v8-v6mr17103882pfa.89.1532942430675; Mon, 30 Jul 2018 02:20:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532942430; cv=none; d=google.com; s=arc-20160816; b=mZZd7pirX+rgxttCNGgpqFYboWfX+RyphHLmutZSLE6F4C3cB3TdJlNFmQQs68Hq+n oGZXhD4iUr64+fwrKZH9rfVX7V2JzDIg5xJlzGTfNCYH37lp8P18rfZFtDHwdxlQck5k VVdkVRUu9FDRPJCoAgei+jT1H3bcSI4CQYscqVLegmESQSViGwBc13BLMTEJ+KLoAmbD XPAIJpnNRZLeEm8lWv0WvgdJT+zsBbD9WhpE1WwC0GCVCsJUM41GP/aF5XpGkKYhpYdc Zh0bbWAmTevdyWRtea59n3AukFMoFeGVv1z9Z+feKvQPDv40LfTfBefRTMqL7Z99FOkd VWpw== 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:arc-authentication-results; bh=187BFfn4fglmO+Ba4pigyxAWWITHdxcspd4eheR7s0g=; b=kh2jV1Gl/8j4MFvsCvVC5rsndobTfKZiQ+Jup0i0VmyOw+MopAR/7z1SGdLd5FUfXb uvsKeSfZ+wOtQSH+iq/N94oP5cMhvK29DzhnYIDNVFIxotm06nx4NMFLtdXmvoiL5RGq rKxKApD/bv87mMyPeZ3yaRK6lZYRaKRRN5x9XIJnN/ZxOvWga18RhtxHn0PqVC6M1SlK nRWa2mKSN2s12paNHcu1gEEGMPJgwsE0AqBRfA2ncz4YAv0z4GBHdyKhjQ/e8XQup7hV ceU7uFqpodKdRAYf7u7Or78b9KtrRYpX5eO1tx4I2aDHLDsdhdg47+TNlaPKsVnziOj0 w2Dg== 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 b8-v6si575624ple.171.2018.07.30.02.20.16; Mon, 30 Jul 2018 02:20:30 -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 S1726778AbeG3Kwz (ORCPT + 99 others); Mon, 30 Jul 2018 06:52:55 -0400 Received: from verein.lst.de ([213.95.11.211]:51340 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726706AbeG3Kwz (ORCPT ); Mon, 30 Jul 2018 06:52:55 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id B533D68D52; Mon, 30 Jul 2018 11:23:06 +0200 (CEST) Date: Mon, 30 Jul 2018 11:23:06 +0200 From: Christoph Hellwig To: Guenter Roeck Cc: Christoph Hellwig , Krzysztof Kozlowski , Robin Murphy , Ard Biesheuvel , Rob Herring , Frank Rowand , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Agner , Fugang Duan Subject: Re: [BUG BISECT] Ethernet fail on VF50 (OF: Don't set default coherent DMA mask) Message-ID: <20180730092306.GA18701@lst.de> References: <20180727140448.GA29001@lst.de> <20180728165820.GA5731@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180728165820.GA5731@roeck-us.net> 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 Sat, Jul 28, 2018 at 09:58:20AM -0700, Guenter Roeck wrote: > I would call it a serious regression. Also, no longer setting a default > coherent DMA mask is a quite substantial behavioral change, especially > if and since the code worked just fine up to now. > > Crash when booting sam460ex attached below, as is a bisect log. Things should be ok again with: commit a5516219b10218a87abb3352c82248ce3088e94a Author: Robin Murphy Date: Fri Jul 27 15:14:15 2018 +0100 of/platform: Initialise default DMA masks from the lastest dma-mapping tree as of Friday. It isn't in the latest linux-next tree yet but be in the next one.