Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1137323pxk; Thu, 10 Sep 2020 07:57:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyuDeKt1TZIXdNIzRRtf+FvivvQO5yk+P9oW6eTFO2q9NofmcgxeKRzRXFBFRL7rti4LYYS X-Received: by 2002:a17:906:2458:: with SMTP id a24mr9560783ejb.353.1599749855601; Thu, 10 Sep 2020 07:57:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599749855; cv=none; d=google.com; s=arc-20160816; b=jIk8PD4I18pSiwqShDtNATEeKKuB4rRIVTqrm1GgJzd7JBUL6pQn0tWI8htNiU0bd7 BGMdff2brNIyrCVhSxv643Ah5vGKHR1wfzMw/mTKsx/uuYVhVlKwv2Q4utZO8JQFjt9Y zQZm7M+ZyKbQH1Hnh9n/6wujr3oOP5/+trfIeVlgnwhuc2FLRlS6gFUHpVn0pzUeic/x cPNZkSLekSTvpVpS7WxGzO7N55j3SgYxDT7OpMhd2R4hgfX+KsVR40jqqdIaXXDq+Roc j359Xsm19qyk6wlw5KIfP2v8xXnZNsGnGXvXo4PGiRDBLoHIpEKwqjqzRkgzNpdDAiMq 9LSg== 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=0gnqTi+q2zgdeOehhn5wm52IEIgpvwvumcjDDQx6kd4=; b=Kj0Cv5dpCf95rTRutmx2hedCScITg5HSF7zR3sW6f3Vy9spq1RdodBX0IszcB2j/RZ /52oMHO+YluX8+t2rSi0Enmwd3iwvDfdH5P0YFwoYYBbaC4pyl3lnn6e/q/nkf4wSfXN 2oBnNiqPUF/X0Qa+zA2c6La/P/0e5uOpcmudokS9Q/S59pdguOTq77iHKVpBUo4GrZte FV2mERPhOxsj5EYdqcUp/0QBPuPt+TvLYEDOxyJB4bCJj2+QQSt/ofaLQbXpG6r00mpL jweFosx/vmiqkSBCUdyvBdsQKCmQFfmL+BkaUlwYjeScHnk1hgiN0vOVEl2q6N42BHk8 8n+Q== 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 dp1si529343ejc.662.2020.09.10.07.57.10; Thu, 10 Sep 2020 07:57:35 -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 S1730942AbgIJO4K (ORCPT + 99 others); Thu, 10 Sep 2020 10:56:10 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:52374 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730920AbgIJOze (ORCPT ); Thu, 10 Sep 2020 10:55:34 -0400 Date: Thu, 10 Sep 2020 09:37:51 -0400 From: Rich Felker To: Rob Landley Cc: John Paul Adrian Glaubitz , linux-sh@vger.kernel.org, Michael Karcher , linux-kernel@vger.kernel.org, Yoshinori Sato Subject: Re: [PATCH] sh: fix syscall tracing Message-ID: <20200910133751.GE3265@brightrain.aerifal.cx> References: <20200903054803.GX3265@brightrain.aerifal.cx> <20200903161639.GE3265@brightrain.aerifal.cx> <1a3f0f7e-f6e6-db4e-06ad-9c7d560a6265@physik.fu-berlin.de> <20200907174436.GK3265@brightrain.aerifal.cx> <3b8d5e6a-38d6-6eca-a49a-69e06680ec1c@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Thu, Sep 10, 2020 at 06:02:05AM -0500, Rob Landley wrote: > On 9/10/20 4:55 AM, John Paul Adrian Glaubitz wrote: > > Hi Rich! > > > > On 9/7/20 7:44 PM, Rich Felker wrote: > >>> Can we still get this merged as a hotfix for 5.9? > >> > >> Yes, fixes for regressions in the same release cycle are in-scope (the > >> whole point of having -rc's). I have at least one other fix that needs > >> to go in too and was just giving it a little time to make sure > >> everything's ok now and that there are no more. > > > > Let me know if there is anything else left for testing. > > Could you also merge the fix the build break, ala: > > > The vmlinux image is a current vanilla Linux kernel using an initramfs filesystem: > > > > make ARCH=sh CROSS_COMPILE=sh2eb-linux-muslfdpic- j2_defconfig vmlinux > > > > And trying to do that in current git dies with: > > > > CC init/version.o > > In file included from ./include/linux/spinlock.h:318, > > from ./arch/sh/include/asm/smp.h:11, > > from ./include/linux/smp.h:82, > > from ./include/linux/lockdep.h:14, > > from ./include/linux/rcupdate.h:29, > > from ./include/linux/rculist.h:11, > > from ./include/linux/pid.h:5, > > from ./include/linux/sched.h:14, > > from ./include/linux/utsname.h:6, > > from init/version.c:14: > > ./include/linux/spinlock_api_smp.h: In function '__raw_spin_trylock': > > ./include/linux/spinlock_api_smp.h:90:3: error: implicit declaration of function > > 'spin_acquire'; did you mean 'xchg_acquire'? [-Werror=implicit-function-declaration] > > 90 | spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); > > | ^~~~~~~~~~~~ > > | xchg_acquire > > ./include/linux/spinlock_api_smp.h:90:21: error: 'raw_spinlock_t' {aka 'struct > > raw_spinlock'} has no member named 'dep_map' > > 90 | spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); > > | ^~ > > > > And so on and so forth for pages. I bisected it to: > > > > commit 0cd39f4600ed4de859383018eb10f0f724900e1b > > Author: Peter Zijlstra > > Date: Thu Aug 6 14:35:11 2020 +0200 > > > > locking/seqlock, headers: Untangle the spaghetti monster > > Which I reported to Rich on the 2nd and he had me test a one line patch fixing > it (adding an extra #include) on the 3rd, but I just did a fresh pull and the > j2_defconfig build still broke a week later. Yes, that's presently the other regression fix I have queued for the second pull request. Rich