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 5DF462BE7AC for ; Sun, 18 Jan 2026 09:44:56 +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=1768729496; cv=none; b=YX/xQkDkuMnp6nM3avtyMANXA1pWLU8FUjwha8biU40Om2ofy7l5e0Vrp6zBz6i79DERD3W/qZ/WFu2ROUzI/detZtxbBXmiSyhuAUiGCbGRnXdSzPML2fro7toYUlftAz8VLq3jt7qPxtWJggMRKB8tRcUADLLk0tjtE2Vmy1w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768729496; c=relaxed/simple; bh=vgI1Efnyv5TS48jhFZC6LIcrh+qTVgwVt85ly3VQMz0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=pigbjDhURwDU8vBytISVlzmJTsG++G+gyd6CHtos5MFnOe3HQOqBaG0DlTa1HL+gPGR6fETIJ3oVx7+F277AA9q0Y1XhoTHUBUyguy9w6IPkIt8HYrQvkasE88jVxb8I0EmWzG0Qmg9aSdgbZzbdNEI4trqCBJMRzYzqImwbYbI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VQUI8ZE7; 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="VQUI8ZE7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CACD7C116D0; Sun, 18 Jan 2026 09:44:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768729496; bh=vgI1Efnyv5TS48jhFZC6LIcrh+qTVgwVt85ly3VQMz0=; h=Date:From:To:Cc:Subject:From; b=VQUI8ZE762GvYU7KRIXk01Xd5m/iSR4D7DLNwBsndlYGPsz4DrXlpckaAMcSofaqS ujU4xnKBJRo5YKloE4I3gXWRFDhp3WNmSBVn87AKZhtUBL6JKywcvSsQcHCsi+CpnL JODokXon8xR1NY52BYT/C9kUQHvqAjTkdM2TFlOfh6nM+L20tcX9TEy5g4evPVz+uA OTCLzJlt6LxPGZwhCREcm0eSoB3tod5pZumxE8TcUV5CThmdMhwLihCVwxKIIQQbul oDhC2Ak61eYWoYf7KM/iDolEz4v+gpoTNtTA0bB5oHmFd4clV3gn96VJlMubRA8lHp UB5m0kxehT8CA== Date: Sun, 18 Jan 2026 10:44:51 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Josh Poimboeuf 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-18 # HEAD: 436326bc525d467e38db1da576139ec5f28268c5 objtool: fix build failure due to missing libopcodes check Fix two objtool build failures that trigger in uncommon build environments. Thanks, Ingo ------------------> Mikulas Patocka (1): objtool: fix compilation failure with the x32 toolchain Sasha Levin (1): objtool: fix build failure due to missing libopcodes check tools/objtool/Makefile | 24 ++++++++++++++---------- tools/objtool/include/objtool/warn.h | 4 ++-- 2 files changed, 16 insertions(+), 12 deletions(-)