From mboxrd@z Thu Jan 1 00:00:00 1970 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 3F4C91E7C05 for ; Thu, 21 Aug 2025 13:33:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755783216; cv=none; b=EbIlXA2lj9VLW0mfI2i3nXtDaBa9hbWKb77HLG4wF8/iVYhWToBZ2N8qxYJM8IdOIfQZg/ySiUae2eifdrIaZA3QeVjHTIj6PFksWZ4fGMQgAOA/L+VxsWPE6QAW4Z2Ny8LCMspac9dkIUJUzLBUeNVbUmhQkuhRJZOuNS1JHhI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755783216; c=relaxed/simple; bh=j7a2TzZvhwf1vfj3hjIbVzw4hjtrIhpmuMvGH4QtT+g=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=LcDLJiCoOFX4P/6LGlP4MUr/EOqlapabsWRXBqnzGc/OxCZrmOiwZ7LgLWhoBeW/ojaqhjC+sWM4vRPWSTdflawcsqNLPcPGKL+rPUv8LAiA4X0wl96ARt4q5yqnmslpfDFluZvvLqFbxD4XaE39hsTtJ9t4qYfwgZGKRBa5zH0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sALdtQCz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sALdtQCz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 645E2C4CEED; Thu, 21 Aug 2025 13:33:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755783215; bh=j7a2TzZvhwf1vfj3hjIbVzw4hjtrIhpmuMvGH4QtT+g=; h=Subject:To:Cc:From:Date:From; b=sALdtQCzd+UELaoKTSM+e76950C9I/oE6/71FUzO+BWpxqf0sMC2gLEaYbyKW0Twf 2EiZo1aybRmcV/+XMAQT2VNdzwrY7d0Nj6OgIGCm4/crh6wuK5G6bjSIjRxyA+xRTi F2GXjKFDfF9uF8SF2CD8saMJOqUr9nEP6ggIFVIs= Subject: FAILED: patch "[PATCH] parisc: Makefile: explain that 64BIT requires both 32-bit and" failed to apply to 5.10-stable tree To: rdunlap@infradead.org,James.Bottomley@HansenPartnership.com,deller@gmx.de Cc: From: Date: Thu, 21 Aug 2025 15:33:24 +0200 Message-ID: <2025082124-regulator-supply-7bbe@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit The patch below does not apply to the 5.10-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . To reproduce the conflict and resubmit, you may use the following commands: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.10.y git checkout FETCH_HEAD git cherry-pick -x 305ab0a748c52eeaeb01d8cff6408842d19e5cb5 # git commit -s git send-email --to '' --in-reply-to '2025082124-regulator-supply-7bbe@gregkh' --subject-prefix 'PATCH 5.10.y' HEAD^.. Possible dependencies: thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From 305ab0a748c52eeaeb01d8cff6408842d19e5cb5 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 25 Jun 2025 00:30:54 -0700 Subject: [PATCH] parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers For building a 64-bit kernel, both 32-bit and 64-bit VDSO binaries are built, so both 32-bit and 64-bit compilers (and tools) should be in the PATH environment variable. Signed-off-by: Randy Dunlap Cc: "James E.J. Bottomley" Cc: Helge Deller Cc: linux-parisc@vger.kernel.org Signed-off-by: Helge Deller Cc: stable@vger.kernel.org # v5.3+ diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 9cd9aa3d16f2..48ae3c79557a 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -39,7 +39,9 @@ endif export LD_BFD -# Set default 32 bits cross compilers for vdso +# Set default 32 bits cross compilers for vdso. +# This means that for 64BIT, both the 64-bit tools and the 32-bit tools +# need to be in the path. CC_ARCHES_32 = hppa hppa2.0 hppa1.1 CC_SUFFIXES = linux linux-gnu unknown-linux-gnu suse-linux CROSS32_COMPILE := $(call cc-cross-prefix, \