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 945E521D00A for ; Sun, 11 Jan 2026 10:32:48 +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=1768127568; cv=none; b=mPWfEKVR7QwmEBHAfbCEF0bJ6sfVfRnIqGTBpga3ehDgebi09ufM18beodNDhJzAvyhttVCJF0wezOLhx6aTemDe0Di8SCWuZfV87x2E/6ZbSkwiTnsYSs+ND2uQiPnd+F0JxZiWcpB/amm3KjJ4DPKOVDqdMJhwtxcXP8Ww8zQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768127568; c=relaxed/simple; bh=UCVxniUx96xJpH8UOCqXuzHeu3IzuEM5krDx3LTv61E=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=gKURfdKelWOFT3XvGHlzLAfOmke8dIoJp9aFYXB31UnpINWCNmqpeITGEJoF6KGqRdSg9/568xkEOzrYSUszbqRdwkr0qbDZ7zRK13DONJo34YGkebDoiSnw+PrDRAyVUBLtiWIx3mNBHDmlc4sj/3NMLJqgceDqhxCKxJZRRcQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NgCroPwJ; 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="NgCroPwJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C287C4CEF7; Sun, 11 Jan 2026 10:32:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768127568; bh=UCVxniUx96xJpH8UOCqXuzHeu3IzuEM5krDx3LTv61E=; h=Date:From:To:Cc:Subject:From; b=NgCroPwJfqQ0MJZ4jgm8qwQuvMi8paNyd9Y1eQuKW4UTeD3XJCbrH26qAhxaDYnC5 NFgqE2H8mrWUbQNrME8L+OakJeN7Xc7knvyVjeoq+tfqNBZd2nm6vbWKYSwf0u3lTm l1zCQbjbBO3vm5adhzDXZZiQnOkodSxuXjJ7I3moNshqMp4F4aEMYaqGBzF9wD97oD c+rugJHrHZBl05C2TcQ7hNHPC17ly8QGznrVwH6I9rKmSN6En3cfabtZUZn2EGaA9Y JmwrkgwubI9N6MNzKexyXGbSbYUBJaTRfBBTMs59wv4snfSbzT7XVWOpqaUFQ7Mybi TLqjpBaz8OqJg== Date: Sun, 11 Jan 2026 11:32:44 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra Subject: [GIT PULL] x86 fix 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-01-11 # HEAD: 9efb74f84ba82a9de81fc921baf3c5e2decf8256 x86/sev: Disable GCOV on noinstr object Disable GCOV instrumentation in the SEV noinstr.c collection of SEV noinstr methods, to further robustify the code. Thanks, Ingo ------------------> Brendan Jackman (1): x86/sev: Disable GCOV on noinstr object arch/x86/coco/sev/Makefile | 2 ++ 1 file changed, 2 insertions(+)