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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA2AAC4332F for ; Sun, 12 Nov 2023 07:00:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230140AbjKLHBB (ORCPT ); Sun, 12 Nov 2023 02:01:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbjKLHBA (ORCPT ); Sun, 12 Nov 2023 02:01:00 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 781E62D6B; Sat, 11 Nov 2023 23:00:57 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BC2BC433C8; Sun, 12 Nov 2023 07:00:55 +0000 (UTC) Date: Sun, 12 Nov 2023 08:00:52 +0100 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, James Bottomley , John David Anglin Subject: [GIT PULL] parisc architecture fixes for v6.7-rc1 (part 2) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org Hi Linus, please pull three small additional parisc fixes for kernel 6.7-rc1. The first two are tagged for stable series. - Include the upper 5 address bits when inserting TLB entries on a 64-bit kernel. On physical machines those are ignored, but in qemu it's nice to have them included and to be correct. - Stop the 64-bit kernel and show a warning if someone tries to boot on a machine with a 32-bit CPU. - Fix a "no previous prototype" warning in parport-gsc. Thanks! Helge ---------------------------------------------------------------- The following changes since commit be3ca57cfb777ad820c6659d52e60bbdd36bf5ff: Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2023-11-06 15:06:06 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.7-rc1-2 for you to fetch changes up to a406b8b424fa01f244c1aab02ba186258448c36b: parisc: Prevent booting 64-bit kernels on PA1.x machines (2023-11-10 16:17:32 +0100) ---------------------------------------------------------------- parisc architecture fixes for kernel v6.7-rc1 (part 2): - Include upper 5 address bits of physical address in iitlbp - Prevent booting 64-bit kernels on PA1.x machines - parport-gsc: mark init function static ---------------------------------------------------------------- Arnd Bergmann (1): parport: gsc: mark init function static Helge Deller (2): parisc/pgtable: Do not drop upper 5 address bits of physical address parisc: Prevent booting 64-bit kernels on PA1.x machines arch/parisc/kernel/entry.S | 7 +++---- arch/parisc/kernel/head.S | 5 ++--- drivers/parport/parport_gsc.c | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-)