From bb80f0fc262d1e7fb6837c22d5f984aaf9c3b4a3 Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Thu, 30 Jan 2014 15:41:36 +0100 Subject: [PATCH] Bring 1.8.1 NEWS in master and update 1.9 NEWS bullets --- NEWS | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0211a762..45a8d1e8 100644 --- a/NEWS +++ b/NEWS @@ -23,9 +23,9 @@ Version 1.9.0 + Add hwloc_linux_get_tid_last_cpu_location() for retrieving the last CPU where a Linux thread given by TID ran. * Backends - + Add CPUVendor, CPUModelNumber and CPUFamilyNumber info attributes - for x86, ia64 and Xeon Phi sockets on Linux. - Requested by Ralph Castain. + + Add CPUVendor, CPUModelNumber and CPUFamilyNumber info attributes for + x86, ia64 and Xeon Phi sockets on Linux, to extend the x86-specific + support added in v1.8.1. Requested by Ralph Castain. * Tools + Add -e or --get-last-cpu-location to hwloc-ps to report where processes/threads run instead of where they are bound. @@ -34,6 +34,17 @@ Version 1.9.0 + Add -e as a synonym to --get-last-cpu-location in hwloc-bind. +Version 1.8.1 +------------- +* Fix the cpuid code on Windows 64bits so that the x86 backend gets + enabled as expected and can populate CPU information. + Thanks to Robin Scher for reporting the problem. +* Add CPUVendor/CPUModelNumber/CPUFamilyNumber attributes when running + on x86 architecture. Thanks to Ralph Castain for the suggestion. +* Work around buggy BIOS reporting duplicate NUMA nodes on Linux. + Thanks to Jeff Becker for reporting the problem and testing the patch. + + Version 1.8.0 ------------- * New components -- 2.39.5