Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1391278pxb; Mon, 22 Feb 2021 00:01:20 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQpuKWpPDey8JHAIQy6dhU6mr/yI15oWIjrO2eYDs3/EbMMdziHoWf3Mu9qKaVhQpXbV5O X-Received: by 2002:aa7:c314:: with SMTP id l20mr9419663edq.148.1613980880753; Mon, 22 Feb 2021 00:01:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613980880; cv=none; d=google.com; s=arc-20160816; b=fUnIc/7gXxcom6QK+GnfTKeaTksp9dPS7dgMky+mjUBZcrKZgaCroff2d5eZLc052K k9zO7ysNUob5yvdt8IRDe6/cvFK+GPwl985pWKmILg6KGf3GuRC08PXkoRi5ztnKXpbh aZ7eOWJQ/yfFJSYWXcQptxKe49/Y+ZPHTR/rpJLXjrgS2K9Tl1ducT9usXYiPCkCUAl4 JqZtyDm1Osprzjv3lR8rF+ThfLWMhqjijXG8ZZAcLEsKnsna2i6wtbeecnYBy9/Kdhu2 d9U+WIP49IEKAl7crtJMpl9pC7ivpR12PZwUjG9LoEoCE7ZX35pCOPYzkuAxn/GU5yJR R0xQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=9WBJCmbQyXepkvpphqaAO8iCXG5HsV/jKvMjpOcN1oo=; b=0GsG+xppK+Lm1h0hJpyWlq4eNgN8Fk2PcP2TP1wUrSa1zpLLPwmlw7FIzcpdDYNiid YEGjGx9Iw33c+7asSiwzT7I/4rF6KBJMqqJ1CNEQ0Gxh0scInIo5EO3AkZXWIaiiayTr jnasrdxnSMUjSYGYZ2cp8FXQUGnTomZA73HCvscehbBryEWIyVNl1kKxfZJY145xFquo ym0nODtKMoqusqnxCM7Egc1FsiK+kmebqwWaObPTVenbgbCAZYEeTiuAZmYInYezlBf2 plG4bgjMaub6op5paXTSYZMoJp4X2C2RWaPRxaWbc7yJR+M5HaSNbVLD0EUjN+Y/FKRI 4FJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x9si11106433ejb.735.2021.02.22.00.00.58; Mon, 22 Feb 2021 00:01:20 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230357AbhBVIAW (ORCPT + 99 others); Mon, 22 Feb 2021 03:00:22 -0500 Received: from verein.lst.de ([213.95.11.211]:57416 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230314AbhBVIAW (ORCPT ); Mon, 22 Feb 2021 03:00:22 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 69F6168D0A; Mon, 22 Feb 2021 08:59:38 +0100 (CET) Date: Mon, 22 Feb 2021 08:59:37 +0100 From: Christoph Hellwig To: "Maciej W. Rozycki" Cc: Christoph Hellwig , Thomas Bogendoerfer , Greg Kroah-Hartman , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH 5/6] driver core: lift dma_default_coherent into common code Message-ID: <20210222075937.GA21946@lst.de> References: <20210208145024.3320420-1-hch@lst.de> <20210208145024.3320420-6-hch@lst.de> <20210208161043.GA14083@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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 21, 2021 at 04:32:38AM +0100, Maciej W. Rozycki wrote: > I haven't booted Linux on my Malta for a while now, but it turns out to > work just fine, and your patch set does not regress it booting multi-user > NFS-rooted over FDDI. > > I note however that the system does not reboot properly: > > sd 0:0:0:0: [sda] Synchronizing SCSI cache > reboot: Restarting system > Reboot failed -- System halted > > which is a regression, and also the MMIO-mapped discrete CBUS UART (ttyS2) > does not sign in anymore either: Do you mean a regression with this series, or just compared to when you last tested?