From: Kienan Stewart Date: Mon, 20 Nov 2023 16:27:12 +0000 (-0500) Subject: fix: phys_proc_id and cpu_core_id moved in linux 6.7.0-rc1 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=4f32efe70b618c4721bf197692fc9d709d352528;hp=4f32efe70b618c4721bf197692fc9d709d352528;p=lttng-modules.git fix: phys_proc_id and cpu_core_id moved in linux 6.7.0-rc1 See upstream commit: commit 02fb601d27a7abf60d52b21bdf5b100a8d63da3f Author: Thomas Gleixner Date: Mon Aug 14 10:18:30 2023 +0200 x86/cpu: Move phys_proc_id into topology info Rename it to pkg_id which is the terminology used in the kernel. No functional change. See upstream commit: commit e95256335d45cc965cd12c423535002974313340 Author: Thomas Gleixner Date: Mon Aug 14 10:18:34 2023 +0200 x86/cpu: Move cpu_core_id into topology info Rename it to core_id and stick it to the other ID fields. No functional change. Signed-off-by: Kienan Stewart Signed-off-by: Mathieu Desnoyers Change-Id: I574b02430210d5bb72c4b9db901d0e3a6dc7bea0 ---