Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1440781pxk; Fri, 18 Sep 2020 12:32:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyrq9SYEdQTL3qxMsYGZTTf0nSPYcvyp8RrWVt4QntGDyrmXf3FbRbCO0WY7rrR2cqZmLiS X-Received: by 2002:a17:906:d9c3:: with SMTP id qk3mr25625584ejb.207.1600457547366; Fri, 18 Sep 2020 12:32:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600457547; cv=none; d=google.com; s=arc-20160816; b=DMhm7zsQjy4oCWUAsiJ0+kKXvBvIaeuhz408I9aGzHM3utculclRBTPP+YMc0kO/Lt wrCuPoRWwFKsU3tZl7RRboxMb923v63JsaJobya/5AbdLPnOXVttRdjOLlEb8EHDkT2u gFTK7XiPaPgyiebydTgOcnLF4RHKwTEs1cn+PAB4Vk3FvyNYKsj/L0y+/kok62oM8Yox vE6u8AT9JfBVsCKbpHhYxCZdyBRupzT9eE3TR3i/oUQBRvFdUyqiB/3KH6Gr5/DFCYjd kZo6e1Wd9Yrn96rcdHtql93E4PsWu27jbr520cAeD1qwHu6ftc1oqEsfF9pSO6RUf4uJ nx+Q== 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=xiugI7aRaQZS51yFobif7DAtmA3er6Lw1zIrr079LgE=; b=Y3voSb/3MtvRLmlGn4emq4gQbS9EEfluYAlT6Ghm9j+lxH5J3wv3wzI8YwNo08slkK OpBM6oxWz0lxqE3OfKNEixpGk1m3g19H/wgivljsUvr6SVj3ZCEsYljkPfYIDGx5esGb mXmuhZm3gf09l/+EGsPjN8J8blncuu0Ybt5LON3W/H/dl6aouOB2VlD66qZcrfaq2CqI eE0VHQEMmB1RbiC5NUeyt49/e1yEZU9n1V0Fajg0Iw0f+Bub/577cwAzWfGcF7qsFvIA QRxc2aVVDSYGrC23KNzyjM8i+mgh0d+4L0lNrL1SNp7rsfDXEhyM/zw2vZhy+V6uBwO7 Djag== 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 j11si3407135edk.11.2020.09.18.12.32.03; Fri, 18 Sep 2020 12:32:27 -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 S1726241AbgIRT3p (ORCPT + 99 others); Fri, 18 Sep 2020 15:29:45 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:55900 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726156AbgIRT3p (ORCPT ); Fri, 18 Sep 2020 15:29:45 -0400 Date: Fri, 18 Sep 2020 15:29:42 -0400 From: Rich Felker To: John Paul Adrian Glaubitz Cc: Rob Landley , linux-sh@vger.kernel.org, Michael Karcher , linux-kernel@vger.kernel.org, Yoshinori Sato Subject: Re: [PATCH] sh: fix syscall tracing Message-ID: <20200918192942.GA3265@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> <20200910133751.GE3265@brightrain.aerifal.cx> <20200916002843.GR3265@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200916002843.GR3265@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2020 at 08:28:45PM -0400, Rich Felker wrote: > On Tue, Sep 15, 2020 at 12:35:28PM +0200, John Paul Adrian Glaubitz wrote: > > Hi Rich! > > > > On 9/10/20 3:37 PM, Rich Felker wrote: > > >> 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. > > > > Any news on this? Seems like Linus just tagged -rc5 this week. > > I rebased against -rc5 and pushed for-next a couple days ago. It > doesn't look like there are any problems so I'll proceed with the PR. It's now been merged.