CONFIG_IO_STRICT_DEVMEM should be enabled
Bug #1855338 reported by
Tyler Hicks
This bug report is a duplicate of:
Bug #1959384: CONFIG_IO_STRICT_DEVMEM could be enabled.
Edit
Remove
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
We should enable CONFIG_
This could impact kernel debugability. In that case, you may reboot with
iomem=relaxed on the kernel commandline to override this setting.
This config option is recommended by the Kernel Self Protection Project[1] and a 2019 study performed by Capsule 8 shows that it is enabled in many other major distro kernels[2].
[1] https:/
[2] https:/
description: | updated |
Changed in linux (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
The problem is still there in Ubuntu 20.04/focal:
$ grep CONFIG_ IO_STRICT_ DEVMEM /boot/config-5.* 5.4.0-21- generic: # CONFIG_ IO_STRICT_ DEVMEM is not set 5.4.0-21- lowlatency: # CONFIG_ IO_STRICT_ DEVMEM is not set 5.6.3-050603- generic: # CONFIG_ IO_STRICT_ DEVMEM is not set
/boot/config-
/boot/config-
/boot/config-
Committing a fix is good, but releasing it is even better :>.