From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49DD8C43464 for ; Fri, 18 Sep 2020 17:45:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00E64206B2 for ; Fri, 18 Sep 2020 17:45:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726280AbgIRRpi (ORCPT ); Fri, 18 Sep 2020 13:45:38 -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(-)