Bug 154796
Summary: | Missing /dev/kmem, cannot read from kernel virtual memory. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Abhijit Toley <abhijit.toley> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | linux26port, pfrields |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-04-22 01:17:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Abhijit Toley
2005-04-14 08:35:07 UTC
This is an issue on i686 as well as x86_64. Q1. /dev/kmem support was intentionally removed, as it served no practical purpose other than to serve as a potential security problem (by allowing root users to modify kernel memory), or to enable binary module drivers to access structures/functions they shouldn't be touching. Q2. Only use exported functions. |