From patchwork Wed Dec 6 15:21:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 13481945 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D3F323EA88 for ; Wed, 6 Dec 2023 15:21:59 +0000 (UTC) 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: Precedence: bulk X-Mailing-List: linux-parisc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline 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(-)