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 BE0903033D6 for ; Sun, 26 Jul 2026 09:28:24 +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=1785058105; cv=none; b=jV/BXuCcZsiSoZ176mDQUgKD18upQquxjSLsQpY1Wg2snAsHmw9tHIxcvi5OIwLnEaraI7akJ/MwKPoNj87sO5dqxThLHxyC261iJzIDudeUB2SXs/y/iux7cFMyxsTDw6yFM3w+iwkazcvy69bUsc/yZ/I9QUVyeg+LWulmSIo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785058105; c=relaxed/simple; bh=K8bZwzXE8q6RfQT+kKj1fEt4Z/ZRyocT+oqqXDNqEzQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=MowtYXKE0t+LZ33t3Lm+euMPsjy0Kd4oZzV5hzhLKZPBLmhlxrIgc8gWe1oXrnx0WBawqpY/DAlC0I8B6qzdLvLtxgH/wd5kWdW/X/KJBc6e5KqpluQR6BUgbizBt3+KRPZX2Czdpbb+YQKj4iI6zyTBXyvXp1otT6wCX1M34Zw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Nyn2xoZl; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Nyn2xoZl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3BF91F000E9; Sun, 26 Jul 2026 09:28:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785058104; bh=f+LZt5UU1yTylRsXM8BGxRom24vg1HnyPDOEoLPeWzE=; h=Date:From:To:Cc:Subject; b=Nyn2xoZlqbL2bRFCFZgcT/vm34isdyVyHQnmJ8lKNgdj9IhYRkjf39Z+l8GkEgQwI boA0WAN1yo7Mg2pii9LbHGxNDMrloUaz9tVlLaRoUx1EU1Q21INiQLeG96YZVd7AGM x3JmmeUyqZtyOKHQFERGwob/clURodkxZhJhAag4eGV9PlVcDBoiCHMT2gHVDossnq qDBO33D2DpkSx+IhdzP1LkIHf9Txl4sR5AfA6Avo3zTt0lHDhJPvEJninZfEPVUT2J rBjsLFTm5RcX53/o+0QokHcCJ2ptlNmOou43kwjfzg5BvgyIlX3i3JxdwSwWiK28HA 2s6VS02Xt9Eyw== Date: Sun, 26 Jul 2026 11:28:20 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , "H. Peter Anvin" Subject: [GIT PULL] x86 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 x86/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2026-07-26 for you to fetch changes up to 4a9ec5ec9555ad62dc5b81a37ac946025c2ea002: - Disable jump/lookup tables in the x86 boot decompressor code a bit more widely, because newer versions of LLVM started optimizing it a bit better and introduced run-time relocations in PIE code. (Nathan Chancellor) Thanks, Ingo ------------------> Nathan Chancellor (1): x86/boot/compressed: Disable jump tables arch/x86/boot/compressed/Makefile | 1 + 1 file changed, 1 insertion(+)