From patchwork Sun Nov 12 07:00:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 164230 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:b909:0:b0:403:3b70:6f57 with SMTP id t9csp572592vqg; Sat, 11 Nov 2023 23:02:39 -0800 (PST) X-Google-Smtp-Source: AGHT+IHsiA9JWnGqQvZo5z2chw0ePyTpUeX0oxoY4jtSKz0atqtnXMyGKrfntb2Zbua6Qk4KUHmh X-Received: by 2002:a17:902:c14b:b0:1cc:54fb:610a with SMTP id 11-20020a170902c14b00b001cc54fb610amr2377491plj.12.1699772559547; Sat, 11 Nov 2023 23:02:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1699772559; cv=none; d=google.com; s=arc-20160816; b=ExTkCN9LBDEvUFPK4gFkuzx/HXNdFMRt5/QcKw3xPLwxiFdMkjha7Hm0jbfxRw6VYt 6zWUrMas0p7BtdwKOxlengRwdRV8Nn4ACjhpiSb3Ozd3HBGvnPYaOkj9NOSuUdZj7OY4 05j2uNpp2Do72DlPc9V43TmGWj7n9jiydeLYz9r429fjdPn0fAqNdEDRsjVwihsxRgCc vpNXR9LpkJa1TfYtc+IFnZjldFv3gZkwZE+QBNh29sh6N6n3G9j0Biu8wGUY8DWaLbpo gV1KBbo72wdrXXrZA6tPgvHcdqFl5LGVjw0/J+yIdpW4b+pBOkUtL3QKtORZopIo2gQ3 PLig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:to:from:date; bh=5poWuvq+GUjKo0prH3GTJO0RaLOgcUQOIIUIfZm9o3w=; fh=CghBDShdVEs+eg0pyzMFWnkbnOVUawCTd8Q4b0oZ2ic=; b=skK3QnHDjPIUXIWkvF1a+SOyHdjowh3hoHpb8s0vSHXexaRpNBlWM8EOMNyRGSPzXT RjDX3ZaxbIn68T9GmA+yPcWFkAsSffBvcI7mEd86F/ZiAIXAqtbpTieAZaGy6T/mA1ZX FaorCO1w6bN6Z5Jxy8JdXkbdePEbzxyl+fpIyxFup3Kl8nWPkUvzaAblIKbDxt/3tgUT xqwuffavRV++Ci8xhcxB3t5mRAW8eijBL8KHNQrC3PksMrRvIP9dntYpMuGuwV+jpM/q LeksjquR6/pmgQaurl7Wx7VeUFo/2xyyvNDCPrP7rAaOU4Z/WGM9DlnViOCPRyWxXPyY 1ibQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:7 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gmx.de Received: from snail.vger.email (snail.vger.email. [2620:137:e000::3:7]) by mx.google.com with ESMTPS id i16-20020a17090332d000b001cc2ee4c9c8si3433222plr.417.2023.11.11.23.02.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Nov 2023 23:02:39 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:7 as permitted sender) client-ip=2620:137:e000::3:7; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:7 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gmx.de Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by snail.vger.email (Postfix) with ESMTP id 22C6F8088684; Sat, 11 Nov 2023 23:01:17 -0800 (PST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.11 at snail.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230161AbjKLHBC (ORCPT + 29 others); Sun, 12 Nov 2023 02:01:02 -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-Disposition: inline X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (snail.vger.email [0.0.0.0]); Sat, 11 Nov 2023 23:01:17 -0800 (PST) X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: 1782340711428339512 X-GMAIL-MSGID: 1782340711428339512 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(-)