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 7372C1EB9E1 for ; Sun, 18 Jan 2026 10:13:35 +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=1768731215; cv=none; b=EiD/6Vm2dtIBE6kHYY+kiUdnTi6C0+tfM15saDQIYrGksxgCL7rerKzzN/i8RYa6rx/lomSXBCtmKEYNfm1v11SScewli62/7x+P97yHDrhe8Wz639zvgIH90XtwAI7JkBWc2kbZlJbGGckNr7Pb3QyRcWEOjMLS+CpeKU66X1A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768731215; c=relaxed/simple; bh=5PClxQfOAtLRCEHt2RPTze+2OzmrVvDpJ5CjdgpmGMY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=fovhxM7wC5bXB2zLEirR7SJeilTlitS3w9yWP+s3zGUzN5P3217P+aIsA5Fsof+pthGdPXXGcNMxLYMSPxtEVltOlEtpHwozj3RVWmtah5SZWb8xybzy/c2nGS5PPLljnMYamzW9PX8HPBOKmggQELNWrNVipvuh1PcS0A/87lg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ch0FYKSU; 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="Ch0FYKSU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D25A1C116D0; Sun, 18 Jan 2026 10:13:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768731215; bh=5PClxQfOAtLRCEHt2RPTze+2OzmrVvDpJ5CjdgpmGMY=; h=Date:From:To:Cc:Subject:From; b=Ch0FYKSUSXtwbszxuY/w2MDsH560AzhkIZqQ2yAfKqHvSckFmpSRRJZnIDVIM4MEB eGrOjjudAM778E3Q3gpgWCmg4ySnUT4Bm+bwuQ7NIpERdhyHRitpgmmgqjI+s9oRd2 HTv7e3StGNVDdvLEqxacAo8ImwVRY8KJT3vBLGCl6ZmWXVLkoK3hJkqAVZhzRIuoLO oXurQIYkZf7cS6WdgOj5W9wzDvPf49kniu/KHc7nUd2iPX1KSQqlpiPW9bE5Xo2vF0 RSzEXHckTo20ZzqQ/Drg2o3owbfVg25upfsVmmaXoZOkioBMg3A+n9M17lBxPGoYMI xHgcpOJ+o8RSw== Date: Sun, 18 Jan 2026 11:13:31 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra 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-01-18 # HEAD: d9b40d7262a227442bf402ea0708dc94f438bb52 selftests/x86: Add selftests include path for kselftest.h after centralization Misc x86 fixes: - Fix resctrl initialization on Hygon CPUs - Fix resctrl memory bandwidth counters on Hygon CPUs - Fix x86 self-tests build bug Thanks, Ingo ------------------> Bala-Vignesh-Reddy (1): selftests/x86: Add selftests include path for kselftest.h after centralization Xiaochen Shen (2): x86/resctrl: Add missing resctrl initialization for Hygon x86/resctrl: Fix memory bandwidth counter width for Hygon arch/x86/kernel/cpu/resctrl/core.c | 21 +++++++++++++++++---- arch/x86/kernel/cpu/resctrl/internal.h | 3 +++ tools/testing/selftests/x86/Makefile | 1 + 3 files changed, 21 insertions(+), 4 deletions(-)