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 1D7E72DCF58 for ; Fri, 1 May 2026 11:47:05 +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=1777636025; cv=none; b=Bwc+r8KIsACeY60Mk06J8qN5QbJs3gOl67fujt+UvIW268hrC1IcipqFMZZoCY0du5TgUMQN3fuvEvtyh+LD6YwuXPAZSfyigyCogXjIa8cW/wulBohLQQ3Lh1PIWSDB1jLsxIhz064JaM1kRbO+7ZHTwhVz7E68JjgAe1fTf0g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777636025; c=relaxed/simple; bh=LDZPg5lwJbkg/sBa4yvDhVwOBqDgHZcJegNCY4c7Azc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oq6fmaYpbZFDIhUYnQV/T4STP3fvakoa0o6KnocyndzNeVFH42paYizvt1z0dCJesyhJuTWcKDvuYOCo+SQWZwb7DesyFFDb0IsQU9iq4tlVu5ApVOe96Ar9KDOAwvD6miHDkVzQRxg+ycrzXloC/3BKzf+FSQ0Hm23MI2W9lSE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=gFuVJF6u; 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="gFuVJF6u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 934EDC2BCB4; Fri, 1 May 2026 11:47:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777636024; bh=LDZPg5lwJbkg/sBa4yvDhVwOBqDgHZcJegNCY4c7Azc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gFuVJF6upvQXGjFlfkFMMS0R1Bpkzjq5nU+p5xNRivmboKt3p4fz1mvlCez/VVbAo 88uQ31keHh6F/IpH4NxUui3oD1F10ztM7Hf6rEwJuNM1xT9kVATRcIl5TKHQnbeArP +/DmT8nz5wrzjuTQH+6nMYTwYUqYYMFpEntbJQus= Date: Fri, 1 May 2026 13:47:02 +0200 From: Greg KH To: Helge Deller Cc: jpoimboe@kernel.org, petr.pavlu@suse.com, samitolvanen@google.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] module.lds.S: Fix modules on 32-bit parisc architecture" failed to apply to 7.0-stable tree Message-ID: <2026050155-kennel-caboose-2f30@gregkh> References: <2026050157-rewrite-overfeed-ad3b@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=us-ascii Content-Disposition: inline In-Reply-To: On Fri, May 01, 2026 at 01:31:37PM +0200, Helge Deller wrote: > Hi Greg, > > On 5/1/26 13:01, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 7.0-stable tree. > Can you please cherry-pick this upstream commit first: > > commit 4afc71bba8b7d7841681e7647ae02f5079aaf28f > Author: Joe Lawrence > module.lds,codetag: force 0 sh_addr for sections > > after that this commit applies cleanly: > commit 1221365f55281349da4f4ba41c05b57cd15f5c28 > Author: Helge Deller > module.lds.S: Fix modules on 32-bit parisc architecture > > > Both are relevant for 7.0-stable only. No further downwards porting needed. That worked, thanks! greg k-h