Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304681 Details for
Bug 241362
kdump: read on /proc/kcore returns EPERM always
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to enable kcore on x86_64
kcore.patch (text/plain), 692 bytes, created by
Neil Horman
on 2008-05-06 20:14:20 UTC
(
hide
)
Description:
patch to enable kcore on x86_64
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-05-06 20:14:20 UTC
Size:
692 bytes
patch
obsolete
>diff -up linux-2.6.24.noarch/arch/x86/kernel/setup_64.c.orig linux-2.6.24.noarch/arch/x86/kernel/setup_64.c >--- linux-2.6.24.noarch/arch/x86/kernel/setup_64.c.orig 2008-05-06 16:11:59.000000000 -0400 >+++ linux-2.6.24.noarch/arch/x86/kernel/setup_64.c 2008-05-06 16:12:37.000000000 -0400 >@@ -202,12 +202,15 @@ static inline void copy_edd(void) > #endif > > #ifdef CONFIG_KEXEC >+extern int allow_kcore_access; > static void __init reserve_crashkernel(void) > { > unsigned long long free_mem; > unsigned long long crash_size, crash_base; > int ret; > >+ allow_kcore_access = 1; /*enable ability to read /proc/kcore*/ >+ > free_mem = > ((unsigned long long)max_low_pfn - min_low_pfn) << PAGE_SHIFT; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241362
:
156105
|
156119
| 304681