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 7C9B5C4167B for ; Wed, 6 Dec 2023 15:22:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379120AbjLFPVz (ORCPT ); Wed, 6 Dec 2023 10:21:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379088AbjLFPVx (ORCPT ); Wed, 6 Dec 2023 10:21:53 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABD929A for ; Wed, 6 Dec 2023 07:21:59 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E51A6C433C7; Wed, 6 Dec 2023 15:21:57 +0000 (UTC) Date: Wed, 6 Dec 2023 16:21:54 +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 fix for v6.7-rc5 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull a single line patch for parisc which fixes the build in tinyconfig configurations. Thanks! Helge ---------------------------------------------------------------- The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: Linux 6.7-rc3 (2023-11-26 19:59:33 -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-rc5 for you to fetch changes up to 487635756198cad563feb47539c6a37ea57f1dae: parisc: Fix asm operand number out of range build error in bug table (2023-11-27 11:01:38 +0100) ---------------------------------------------------------------- parisc architecture fix for kernel v6.7-rc5: - Fix asm operand number out of range build error in bug table ---------------------------------------------------------------- Helge Deller (1): parisc: Fix asm operand number out of range build error in bug table arch/parisc/include/asm/bug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)