From patchwork Mon Jul 27 22:09:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rich Felker X-Patchwork-Id: 11687737 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 A54C5138A for ; Mon, 27 Jul 2020 22:09:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C6B82072E for ; Mon, 27 Jul 2020 22:09:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726269AbgG0WJZ (ORCPT ); Mon, 27 Jul 2020 18:09:25 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:36532 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726171AbgG0WJZ (ORCPT ); Mon, 27 Jul 2020 18:09:25 -0400 Date: Mon, 27 Jul 2020 18:09:24 -0400 From: Rich Felker To: Linus Torvalds Cc: Linux-sh list , linux-kernel@vger.kernel.org, Yoshinori Sato Subject: [GIT PULL] arch/sh additional critical fixes 5.8 Message-ID: <20200727220922.GP6949@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Hi Linus, I have some last-minute fixes I hope you can still pull in for 5.8. One is for a boot regression (mmu code broken) and the other fixes a long-standing broken syscall number bounds check. Rich The following changes since commit 92ed301919932f777713b9172e525674157e983d: Linux 5.8-rc7 (2020-07-26 14:14:06 -0700) are available in the Git repository at: git://git.libc.org/linux-sh tags/sh-for-5.8-part2 for you to fetch changes up to 04a8a3d0a73f51c7c2da84f494db7ec1df230e69: sh: Fix validation of system call number (2020-07-27 16:12:49 -0400) ---------------------------------------------------------------- Fixes for major regression and longstanding bounds-checking error. ---------------------------------------------------------------- Michael Karcher (1): sh: Fix validation of system call number Peter Zijlstra (1): sh/tlb: Fix PGTABLE_LEVELS > 2 arch/sh/include/asm/pgalloc.h | 10 +--------- arch/sh/kernel/entry-common.S | 6 +++--- 2 files changed, 4 insertions(+), 12 deletions(-)