Bug 91045
Summary: | netconsole driver mishandles virtual memory page descriptors | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Allen Nuttle <anuttle> |
Component: | kernel | Assignee: | Ingo Molnar <mingo> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | anderson |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-07-05 07:59:40 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
Allen Nuttle
2003-05-16 19:13:51 UTC
We've solved this for the next product. The solution is to determine whether the page is RAM backed or not - and always dump RAM backed pages. (device-side pages are dangerous to be dumped - even reads can cause side-effects.) I think we should still dump freed pages. For certain types of bugs they can be useful too - eg. use-after-free crashes - and generally it's possible to determine the purpose a page was last used for, by looking at the contents. |