diff -u lshw-02.16/debian/changelog lshw-02.16/debian/changelog
--- lshw-02.16/debian/changelog
+++ lshw-02.16/debian/changelog
@@ -1,3 +1,10 @@
+lshw (02.16-3) UNRELEASED; urgency=medium
+
+  * Closes: #740034
+    - Disable /dev/mem access for SMBIOS on aarch64 systems
+
+ -- dann frazier <da...@debian.org>  Mon, 24 Feb 2014 19:07:22 -0700
+
 lshw (02.16-2) unstable; urgency=low
 
   * Closes: #525217
diff -u lshw-02.16/debian/patches/series lshw-02.16/debian/patches/series
--- lshw-02.16/debian/patches/series
+++ lshw-02.16/debian/patches/series
@@ -14,0 +15 @@
+aarch64-disable-smbios-check.patch
only in patch2:
unchanged:
--- lshw-02.16.orig/debian/patches/aarch64-disable-smbios-check.patch
+++ lshw-02.16/debian/patches/aarch64-disable-smbios-check.patch
@@ -0,0 +1,13 @@
+Index: lshw-02.16/src/core/dmi.cc
+===================================================================
+--- lshw-02.16.orig/src/core/dmi.cc	2014-02-24 18:38:37.382039999 -0700
++++ lshw-02.16/src/core/dmi.cc	2014-02-24 18:39:51.062039999 -0700
+@@ -1751,7 +1751,7 @@
+   u16 dmimaj = 0, dmimin = 0;
+   currentcpu = 0;
+ 
+-#if defined(__arm__) || defined (__hppa__)
++#if defined (__aarch64__) || defined(__arm__) || defined (__hppa__)
+   return false;		// SMBIOS not supported on ARM and PA-RISC machines
+ #endif
+ 

Reply via email to