summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoraarapov <aarapov>2010-09-29 10:37:46 +0000
committeraarapov <aarapov>2010-09-29 10:37:46 +0000
commit84b661313b5ab8313103e2db926e91cc54dec225 (patch)
tree6a13869dbc0d1e40b7a50dd15fe4c57a9fa165bc /CHANGELOG
parent572b51cd2978338f724681179bd4059b1e7ee844 (diff)
downloaddmidecode-84b661313b5ab8313103e2db926e91cc54dec225.tar.gz
* util.c: makes dmidecode fall back to regular reads if the mmap
fails. Patch from Olof Johansson. original author's comment: Date: Tue, 28 Sep 2010 15:48:44 -0500 From: Olof Johansson <olof@lixom.net> To: Jean Delvare <khali@linux-fr.org> Cc: anton@redhat.com Subject: [PATCH] dmidecode: fall back to regular reads Message-ID: <20100928204844.GA19541@lixom.net> Hi, Following patch makes dmidecode fall back to regular reads if the mmap fails. I've got a patch I will send out that exports the DMI blob under debugfs, and said files can't be mmapped. Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a1f2ccc..9562c39 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2010-09-29 Anton Arapov <anton@redhat.com>
+
+ * util.c: makes dmidecode fall back to regular reads if the mmap
+ fails. Patch from Olof Johansson.
+
2010-09-21 Jean Delvare <khali@linux-fr.org>
* dmidecode.c: Fix Xeon 7xxx entries in CPU name lookup table