Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp150296ybh; Tue, 14 Jul 2020 21:09:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxZSlY5mY8Jnq1de3SStDB6TfpFJjaVwzNkK6ZGGW8udewMCS8CuAU8C0rt7XVyaFAJhihz X-Received: by 2002:a50:f187:: with SMTP id x7mr7325710edl.59.1594786189065; Tue, 14 Jul 2020 21:09:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594786189; cv=none; d=google.com; s=arc-20160816; b=QZRUppgNOk4qQSCpYfAtWMIFAsVU4Dfyr6AofNZoHp6QVKPaam8haJ2ykgQlSHoZpP D1iwpXtl1iM1nGlrybj7m0KpVMJ1d/jY2WmVysn0YboYzKRfwOfnEcEQgDDq4XG7oDHp 87Sp+9pNSwgTN1n6Xp6upHLFOek1PFkwetTiY3v5Wg9zFAb4YZwbxngPsnjCJ9sN1cz1 j27LDtaY2ILZFAfx78wE4/m033qumbO7PlXqn1GizEvpCJ6cvG7A6zobVtY+xoktaEJ0 ADN/gseVgUYrpC3Y3xTqUIjOZ2Q4HOUHVsbMDkDwIntob9wDmNs98TCrDr6N84XwWzlU JR6g== 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=F5nmZIZ0EfYmsTRSM2ezj1VB1MkRteB2hFT5HARDYuw=; b=zhHRJ1nO7GpwdbBU7Cu1HJRaKXzRRNEcaWECwHNWYFcRe7iwU82fM1115ZJDLUZu5v p0OpkbCiTsltQvKza8J/0ReWwfR8oIKBERaFjoq7wPyVqygerKUcy9lzFPZhDt24yt3v JRxj2snF4zIr+Z3A20vRXEtGrvkv7xNjqkIzN1cFb39R3uPHI1pCZCcesRnX74DANMCM QvqwLV+35TiWHbI345XEez5lxSNnB7UbrZlIVp3O+lOcWBo+354PARpYUOYyVg46tuGK UHaaJ3zCAsLlx6XW4cuH7rkH8NZfog8zREGdXklF1ZeqTV1P3ZYqsqPu6ezYGH3zovBC C5vQ== 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 t12si496258ejr.551.2020.07.14.21.09.26; Tue, 14 Jul 2020 21:09:49 -0700 (PDT) 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 S1727883AbgGODMN (ORCPT + 99 others); Tue, 14 Jul 2020 23:12:13 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:60896 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726852AbgGODMN (ORCPT ); Tue, 14 Jul 2020 23:12:13 -0400 Date: Tue, 14 Jul 2020 23:12:11 -0400 From: Rich Felker To: John Paul Adrian Glaubitz Cc: Christoph Hellwig , Yoshinori Sato , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: ioremap and dma cleanups and fixes for superh (2nd resend) Message-ID: <20200715031210.GD14669@brightrain.aerifal.cx> References: <20200714121856.955680-1-hch@lst.de> <20200714155914.GA24404@brightrain.aerifal.cx> <8cbf2963-d0e4-0ca8-4ffe-c2057694447f@physik.fu-berlin.de> <011f29e6-ad71-366e-dbff-bc8471f3da60@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <011f29e6-ad71-366e-dbff-bc8471f3da60@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 15, 2020 at 01:12:33AM +0200, John Paul Adrian Glaubitz wrote: > Hello! > > I have applied Christoph's full series on top of Linus' tree and I can confirm that > the kernel boots fine on my SH-7785LCR board. > > Thus, for the whole series of patches: > > Tested-by: John Paul Adrian Glaubitz > > However, independent of Christoph's series, the kernels throws two backtraces during > boot which I think should require a git bisect (unless I missed a configuration option > as I trimmed down the kernel a bit to make sure it's not too big). > > See the traces below and let me know what you think. I've got a slightly earlier version (my for-next) built for qemu r2d board, and don't get any such messages. Do you have a lock-debugging option enabled that's catching a problem, perhaps? Rich