diff -Nru util-linux-2.38.1/debian/changelog util-linux-2.38.1/debian/changelog --- util-linux-2.38.1/debian/changelog 2023-05-22 12:15:55.000000000 -0300 +++ util-linux-2.38.1/debian/changelog 2023-05-23 15:55:47.000000000 -0300 @@ -1,3 +1,10 @@ +util-linux (2.38.1-5ubuntu2) mantic; urgency=medium + + * d/p/ubuntu/lp-2019856-add-missing-arm-cores.patch: + Add missing ARM cores for NVIDIA Grace (LP: #2019856) + + -- Mauricio Faria de Oliveira Tue, 23 May 2023 15:55:47 -0300 + util-linux (2.38.1-5ubuntu1) mantic; urgency=medium * Merge from Debian unstable diff -Nru util-linux-2.38.1/debian/patches/series util-linux-2.38.1/debian/patches/series --- util-linux-2.38.1/debian/patches/series 2023-05-22 12:15:55.000000000 -0300 +++ util-linux-2.38.1/debian/patches/series 2023-05-23 15:55:47.000000000 -0300 @@ -37,3 +37,4 @@ upstream/logger-always-update-header-when-read-from-stdin.patch ubuntu/sulogin-fallback-static-sh.patch ubuntu/sulogin-lockedpwd.patch +ubuntu/lp-2019856-add-missing-arm-cores.patch diff -Nru util-linux-2.38.1/debian/patches/ubuntu/lp-2019856-add-missing-arm-cores.patch util-linux-2.38.1/debian/patches/ubuntu/lp-2019856-add-missing-arm-cores.patch --- util-linux-2.38.1/debian/patches/ubuntu/lp-2019856-add-missing-arm-cores.patch 1969-12-31 21:00:00.000000000 -0300 +++ util-linux-2.38.1/debian/patches/ubuntu/lp-2019856-add-missing-arm-cores.patch 2023-05-23 15:55:47.000000000 -0300 @@ -0,0 +1,36 @@ +From 6857cccbb4157d5da34ca98f77a0ac9d68e1e740 Mon Sep 17 00:00:00 2001 +From: ThomasKaiser +Date: Sun, 22 Jan 2023 12:37:33 +0100 +Subject: Add missing ARM-cores + +https://github.com/ThomasKaiser/sbc-bench/commit/37332238c0a8b7c1555dca9d18a7c98362564416#diff-fdfd2a032c64d6e9ba92a3197cad6b26573c7094433d74efa4ae80f44f65aa99 +--- + sys-utils/lscpu-arm.c | 2 ++ + 1 file changed, 2 insertions(+) + +Bug-Ubuntu: https://bugs.launchpad.net/bugs/2019856 +Origin: upstream, https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=6857cccbb4157d5da34ca98f77a0ac9d68e1e740 + +diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c +index 8357253c6..f65b25ed6 100644 +--- a/sys-utils/lscpu-arm.c ++++ b/sys-utils/lscpu-arm.c +@@ -78,6 +78,7 @@ static const struct id_part arm_part[] = { + { 0xd0d, "Cortex-A77" }, + { 0xd0e, "Cortex-A76AE" }, + { 0xd13, "Cortex-R52" }, ++ { 0xd15, "Cortex-R82" }, + { 0xd20, "Cortex-M23" }, + { 0xd21, "Cortex-M33" }, + { 0xd40, "Neoverse-V1" }, +@@ -94,6 +95,7 @@ static const struct id_part arm_part[] = { + { 0xd4c, "Cortex-X1C" }, + { 0xd4d, "Cortex-A715" }, + { 0xd4e, "Cortex-X3" }, ++ { 0xd4f, "Neoverse-V2" }, + { -1, "unknown" }, + }; + +-- +cgit +