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 8FB3823C51D for ; Sat, 24 Jan 2026 09:23:43 +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=1769246623; cv=none; b=g+kWU8p+kvRv7ICaa67jH2l3D6hr7iM4SNW+99/bsEMhA5tHUjDPO63hcIrCvLscpr0Nb6yARNRj8163CrFzM/lALBKT7WiYyml/yeoOrJiA2VZKLNlzoK82yphHRTe1ZjcNk+uQkt39hoEoFwETNEMS19bSxmhjmbW8hPewrNs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769246623; c=relaxed/simple; bh=aadp/1VBgtSIfB2pmPzWA/7FwF83cA6JDgd16XyME40=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=RJXGOAtcL9ep8mKr7s+H4LOreUWlmWyHMKn7bCxz91TmIfILG6nO+Lv8ow7/fJ/hnwjD8eoXFn9jABnUc+fQ6zWai5bwMAYAboiq6/0B1G6yDOm7BQyfxFgG01OTXgLtv0KVLrl0Pjaj6Fl0XB6rDeXeHp+0o2vNW0j/op591qQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KBHrVb+/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KBHrVb+/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45B02C116D0; Sat, 24 Jan 2026 09:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769246622; bh=aadp/1VBgtSIfB2pmPzWA/7FwF83cA6JDgd16XyME40=; h=Date:From:To:Cc:Subject:From; b=KBHrVb+/4FsADb67qiwK6ZK8HwJ7PUonrmZfxw1wzfRKLzvDeWtmO+i6dd4kb8QTM 62FYPadoTmRuKkT5KOuBTwctslIaV8LfUHBpSVRqMSX199LHIHg8EKceKZGwYv2K6w e7TBBFXdheRKOQvg/JFiBwVsWAYP0Du4dLfOUBtTuoV4h1vyU3ToskuEOBVMpwm0N7 DRJjoFf2JNAaCOTgBFBq+C13IShtwfWx8SEelq8Gp1Ws/CZ4F4xXkhlfrlwRyEs96G WpqjTJsRJxVBULk2SqU5v6pAvVrAT9wpjxfmDwugFxHUlvFjNc8dpOQxdG3xlcFANJ 0A8WIDMl4CqlQ== Date: Sat, 24 Jan 2026 10:23:38 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Josh Poimboeuf , "Rafael J. Wysocki" , Sasha Levin Subject: [GIT PULL] objtool fixes Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Linus, Please pull the latest objtool/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-urgent-2026-01-24 # HEAD: 3f2de814c0597c97d5abe09a1635d8c4e2fddaf2 objtool: Fix libopcodes linking with static libraries Fix objtool build error in non-standard static library build environments. Thanks, Ingo ------------------> Sasha Levin (1): objtool: Fix libopcodes linking with static libraries tools/objtool/Makefile | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-)