An error occurred fetching the project authors.
- 25 Mar, 2008 2 commits
-
-
Manish Ahuja authored
Check to see if there actually is data from a previously crashed kernel waiting. If so, allow user-space tools to grab the data (by reading /proc/kcore). When user-space finishes dumping a section, it must release that memory by writing to sysfs. For example, echo "0x40000000 0x10000000" > /sys/kernel/release_region will release 256MB starting at the 1GB. The released memory becomes free for general use. Signed-off-by:
Linas Vepstas <linasvepstas@gmail.com> Signed-off-by:
Manish Ahuja <mahuja@us.ibm.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
Manish Ahuja authored
Initial patch for reserving memory in early boot, and freeing it later. If the previous boot had ended with a crash, the reserved memory would contain a copy of the crashed kernel data. Signed-off-by:
Manish Ahuja <mahuja@us.ibm.com> Signed-off-by:
Linas Vepstas <linasvepstas@gmail.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-