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 0C7D1135A53 for ; Sun, 22 Mar 2026 08:11:36 +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=1774167096; cv=none; b=AQVAhzgQi1muqtDYISqejOb/jf8Qae+A0I719nohaQ8xbMMuA+dV+eoKHEgh5piC6dLL3O/kHLLLR+G2IMV95VnH3Th6bwlxZs0tY3T7+W7X953xVxY13xyiUhDoEvtooqXO6iMPZNcrL8aBf313Uh724bwy4jSvI2KfvGmmWYg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774167096; c=relaxed/simple; bh=T0KSqt6ngCFo7lpuNg8WInzV1TtIebzTlAZHp3umG8g=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=YfRCiHHnfsBnuhDMfmc5Plt8sAyoT+Cjo58pOBG0Bb7wdwELucKZVvifQ8ehRrxcLQaP+nOgEIWmjoDay/XjY5jQQPYMf0vgUzqGT0RwNjlyaF1EClSWSFpjpHG6t241FyTJxWQVjHEmHZFVC2XgLVMhpj75mX7sHFeZvs1Yixo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HG9zqkEH; 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="HG9zqkEH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3A79C19424; Sun, 22 Mar 2026 08:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774167095; bh=T0KSqt6ngCFo7lpuNg8WInzV1TtIebzTlAZHp3umG8g=; h=Date:From:To:Cc:Subject:From; b=HG9zqkEHYSglgMgWvyBPwRLQcxsmK6n1l6v7dAyygpL7G0tB4MOCyMnNP0z8Bb16W A1tjR57cj5tlZzd7kj5enxPf2YzYZQpDpMCMRYwnLuOE0ZL0O3Tjm9aDpyxYwnXakG NPFcZxn8pBFN5Zx75yuxwhg+NNd69DiPl/+tZFJRBLGSo0wJHSbnyeOFBQsEY6kIf9 euk4F1/9sc00ROTZlQrRqUwmtAWHaEVnLAVutH3gPruweAwhjPvika9RYhLrhvDua3 TDSFAs3c9tTVuHH2+10pEICu1B412clgUhpJa8uBpImdDBsBFLR3J3AqcAWlseUX7+ 9JIPZ6nJJW2tg== Date: Sun, 22 Mar 2026 09:11:32 +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-03-22 for you to fetch changes up to 4e5019216402ad0b4a84cff457b662d26803f103: Fix 3 more livepatching related build environment bugs, and fix a false positive warning with Clang jump tables. Thanks, Ingo ------------------> Joe Lawrence (2): objtool/klp: fix data alignment in __clone_symbol() objtool/klp: fix mkstemp() failure with long paths Josh Poimboeuf (2): livepatch/klp-build: Fix inconsistent kernel version objtool: Fix Clang jump table detection scripts/livepatch/klp-build | 9 ++++----- tools/objtool/check.c | 5 ++--- tools/objtool/elf.c | 23 +++-------------------- tools/objtool/klp-diff.c | 3 ++- 4 files changed, 11 insertions(+), 29 deletions(-)