Bug 846553
| Summary: | crash warning: kernel relocated [0MB]: patching 3438 gdb minimal_symbol values | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Guangze Bai <gbai> |
| Component: | crash | Assignee: | Dave Anderson <anderson> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.9 | CC: | ccui, qcai, yshao |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-30 18:07:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Guangze Bai
2012-08-08 06:37:53 UTC
That warning message was addressed in crash 6.0.1: http://people.redhat.com/anderson/crash.changelog.html#6_0_1 6.0.1 - Several fixes/updates for the 32-bit PPC architecture: ... [ cut ] .... - Fix for the inadvertent patching of the symbols of the 32-bit Xen hypervisor binary. Without the patch, during initialization the minimal_symbols are "patched" with their original values, so they remain unchanged, and the message "WARNING: kernel relocated [0MB]: patching 3434 gdb minimal_symbol values" is displayed. (anderson) ... It's harmless because the kernel is "relocated" by 0 bytes, and therefore the minimal_symbol values are "patched" with their own values. This Bugzilla has been reviewed by Red Hat and is not planned on being addressed in Red Hat Enterprise Linux 5, and therefore will be closed. If this bug is critical to production systems, please contact your Red Hat support representative and provide sufficient business justification. Issue is already fixed in RHEL-6/7. |