Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1377751pxk; Fri, 18 Sep 2020 10:47:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwcLBZWRIaMO6TWXJqP6ovAl5SEOUiD4Ibs0LolxP9KaEGTJpnHNKMEvlUFGjEDRLuEv6ML X-Received: by 2002:a17:906:cf8b:: with SMTP id um11mr38819672ejb.540.1600451241216; Fri, 18 Sep 2020 10:47:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600451241; cv=none; d=google.com; s=arc-20160816; b=v8vz8zI/ZzVEOLVewjYnaldXQVtT9xjuQ0moeScR6t9CTvlCR59XUXVoBAAg8AyUxm UyZG56ats/PMXdwVdr/26LdOF1PWjIZMDkdCjv5nnoffIp3nNxGo/0XVju4tXgndI/og JgbcVZ+LeM0DM4tFCxt92CeVpr9alCAdkVIUekg2sJAHopewmn1Ok95/I2sD6AL2Dvwl sxQhlrLjUivW1UfmR+ZKA6RFrTD4UBQ1/mP+WzriWDzrEt4Z7tJqv8X5I3ldNlz2veyq KiRtIS/Jydi6itGx4DVAvRMY+hPunCwnldIEvFcFKyr89eVPJIaAilyWOJDyGfKTBOcO Z2ZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:content-disposition:mime-version :message-id:subject:cc:to:from:date; bh=dl0IhqeYIPP4BZWMVf7wtfcv8KnhG+vMU0z4NlGcN6w=; b=je/qgXnpL7eUlE9QoLoSGSIzWRy8/tRNhUJVGh5TgfQ571UMbuWk7nAcY3V2xCPytl DL9v667ylLdbiCGgLaI0LeZGX63NfSshjEZ84UtCUb0ixolybPP2Xx6M6FutaEzW2hmq ZowWqWGAMoWmj5yOsZyr7fkL4za1YPMphaEKv6xL0swhpWeGQ5kvQlHaF69Stp+FVKFm vF4RUW0Ys4a99PRp1Hx99Dvg1StkQzgD+aItAqQEPNLkpwTPPiH0kxYy+C/kYyfnoMEM kiZvChHZAaW5iv2i6xPQmM6Uees9IZINaW1daMhAuOWZeMepv+b7gYhqUcmqcUhQxjFk ++gg== 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 j10si2549935edy.0.2020.09.18.10.46.57; Fri, 18 Sep 2020 10:47:21 -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 S1726126AbgIRRph (ORCPT + 99 others); Fri, 18 Sep 2020 13:45:37 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:55862 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726007AbgIRRph (ORCPT ); Fri, 18 Sep 2020 13:45:37 -0400 Date: Fri, 18 Sep 2020 13:45:35 -0400 From: Rich Felker To: Linus Torvalds Cc: Linux-sh list , linux-kernel@vger.kernel.org, Yoshinori Sato Subject: [GIT PULL] arch/sh important regression fixes 5.9 Message-ID: <20200918174528.GY3265@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 856deb866d16e29bd65952e0289066f6078af773: Linux 5.9-rc5 (2020-09-13 16:06:00 -0700) are available in the Git repository at: git://git.libc.org/linux-sh tags/sh-for-5.9-part2 for you to fetch changes up to b0cfc315ff38c423a5ce9ce159bd5baa4135e688: sh: fix syscall tracing (2020-09-13 21:22:55 -0400) ---------------------------------------------------------------- Fixes for build and function regression. ---------------------------------------------------------------- Rich Felker (2): sh: remove spurious circular inclusion from asm/smp.h sh: fix syscall tracing arch/sh/include/asm/smp.h | 1 - arch/sh/kernel/entry-common.S | 1 - arch/sh/kernel/ptrace_32.c | 15 +++++---------- 3 files changed, 5 insertions(+), 12 deletions(-)