Actions
Bug #33
closedcbmem utility fails on newer linux kernels "Failed to mmap /dev/mem: Resource temporarily unavailable"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/05/2016
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
This has been going on for a while. Paul mentioned it here:
https://www.coreboot.org/pipermail/coreboot/2015-September/080383.html
Updated by Aaron Durbin over 8 years ago
This has a little more succinct issue as to what is going on:
https://www.coreboot.org/pipermail/coreboot/2015-October/080568.html
In short, smbios and ACPI memory both live in cbmem. However, the two drivers use 2 different map() attributes covering sub regions within cbmem. The cbmem utility currently assumes a cacheable mapping attribute which is in conflict w/ the persistent uncacheable smbios mapping.
Actions