From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 AC7CF3D16F5 for ; Wed, 27 May 2026 08:13:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779869582; cv=none; b=Nxw5IRm4lwQLmf0zssV7HoE75i0NpPvD0getIsn+7Ah8zFhr/Ksu0grCi35didwg5Z0dJQ1etdi3huJgG32YflAWcmfMak7SUjzeFDuieYwtWJUZk1ovGsWiohww0lAhA3rUGWM29VCl+k3vPaJnq6cH8cG7cXiMzI8GYMJ8mjw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779869582; c=relaxed/simple; bh=gcxsf+qt4Ulwu2wvG1tp6iKTckcE6w+hsNAl8lbKJcQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qBK+GbwXu29PoBcllYt5cu91zg6toTp6+e4yk+ZUGWzx6v6RyZ9k59l2N6DX776hRiacyHV0Q3UY4Gy7ot7iJZCZcmFIuZ+fa9pXTzYdWMxlB2wSVTL5Yhuz1OLxTlUjC8bg1P4OzthAPL+S/PsW3wuAnuzXm/FMnJx2DWfZN4M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iz4VpIRz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="iz4VpIRz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2E211F000E9; Wed, 27 May 2026 08:13:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779869581; bh=CTlZo+HFMVD8ZWxH+HuY33bgupUQsV1ORxnBtgYpIfs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=iz4VpIRztEPyZwrI3wG4FjbWDpfoCZOmzYyZNMNf9AOi6aJbSUJ51UYGsig8o2vNh 6tjG/Q8e90GvN2KzdYWnsWyPdcZNntK6q9TyDzzHCtqemJ4ooR8sWRCCkNLc+mCodd XfbYUIbFitQmF+G0sF+h7kMnijGyRs/r8EMJ9r9k= Date: Wed, 27 May 2026 10:12:04 +0200 From: Greg Kroah-Hartman To: Franz Schnyder Cc: stable@vger.kernel.org, Sasha Levin , Chuck Lever Subject: Re: [stable 6.1.y] Will commit 7e96a281fa07 ("perf tools: Fix module symbol resolution for non-zero .text sh_addr") be included? Message-ID: <2026052738-flannels-hardly-40ea@gregkh> References: 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 Tue, May 26, 2026 at 03:50:08PM +0200, Franz Schnyder wrote: > Hello, > > Our OE-Kirkstone builds of linux-6.1.y from linux-stable-rc are failing. > The problem is that the following commit is queued up: > 7e96a281fa07 ("perf tools: Fix module symbol resolution for non-zero .text sh_addr") I do not see that git id in Linus's tree, are you sure that is correct? thanks, greg k-h