Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp52137pxk; Tue, 15 Sep 2020 17:31:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy/gqluZs+WCxFHMlnNooGdqVCTfy74oblZVeaR93j/eewMIX0akZc7KBFOnZ1u2+4Oc+FR X-Received: by 2002:a17:906:c8d2:: with SMTP id gc18mr23870986ejb.467.1600216309643; Tue, 15 Sep 2020 17:31:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600216309; cv=none; d=google.com; s=arc-20160816; b=GNmflcZHz/MgM0u/NgdPl7UyvnDYTwoHUAd2CoZEBR5P80Km0YJx9zL7hosG+y+sVJ IISN3bfYZrkv8OPhjB6TyxRvaMKzCiXn/SowLfVn62vrSGojwl6ZmZGfyP27ItgCYwdr NXBrigC1maUPNPaOuKTPoeeQhBT6AFfdlt9v7RlN1Lm14BohbIZunVJA53Ly+CpNDVej K47iz6ucgf6NvZevJZequVFGcMd1K3BBVmk/dPcY5KlxmIDpC7q5lVKOJC6POB+3H202 qCD/J4liLM8xRa7ZhdZcIJI9HxImFRm3DtwJRIvHwtYaq8Woyjxo5LCU2iqJ2Rbk3T+t LaKQ== 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=HZqCPgJD6rM93qaV5GQNRAqokrS19XKnczmQvbpfupY=; b=GU1aeXDZSohaVw3wupTdf4HY2XQEvkor4Wr6XtpLwnUc7VZvh57RhvfkAo/Yh0u5Zj BJCzPrLDpW1qtfKGnUl6+Uz0Ni7hQ/a38W7Uym2I1CrTxFi9iQcE2cyJ9XunDHAUoSgh 9A+Xjb5DuMg98TlhjLynzrPH1YNLj6MBYIrC3Qn/CEVn5vY2kSJvZDdBLTCPap2IuKmH 9OkS8GDdCqkColxH5A4iD9+yRUx1R/TTXsJEGImLkt/2BQ7QpTdwhem/G3NbW9wcII4b 4gvsPO8nOzcF9ChUhfzNSRBvfUCCMlmhg39Bhvu5tdMWFinEMpM482XHh87rkulip2Nd /fmg== 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 x26si10449044edi.79.2020.09.15.17.31.27; Tue, 15 Sep 2020 17:31: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 S1727158AbgIPA2x (ORCPT + 99 others); Tue, 15 Sep 2020 20:28:53 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:54006 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727109AbgIPA2s (ORCPT ); Tue, 15 Sep 2020 20:28:48 -0400 Date: Tue, 15 Sep 2020 20:28:45 -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: <20200916002843.GR3265@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> 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 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. Rich