From patchwork Fri Sep 18 17:45:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "dalias@libc.org" X-Patchwork-Id: 11785581 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EE15F139A for ; Fri, 18 Sep 2020 18:00:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D90CD21734 for ; Fri, 18 Sep 2020 18:00:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726007AbgIRSAp (ORCPT ); Fri, 18 Sep 2020 14:00:45 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:55872 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726156AbgIRSAo (ORCPT ); Fri, 18 Sep 2020 14:00:44 -0400 X-Greylist: delayed 908 seconds by postgrey-1.27 at vger.kernel.org; Fri, 18 Sep 2020 14:00:44 EDT 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-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-sh@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(-)