Bug 455423
Summary: | x86: insert_resorce for lapic addr after e820_reserve_resources | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Prarit Bhargava <prarit> | ||||
Component: | kernel | Assignee: | Prarit Bhargava <prarit> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Martin Jenner <mjenner> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.3 | CC: | vgoyal | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-08-07 12:06: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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 455409 | ||||||
Attachments: |
|
Description
Prarit Bhargava
2008-07-15 14:02:23 UTC
Created attachment 311827 [details]
Upstream fix for this issue
I've tried reproducing this issue on a few systems but have been unable to do so. Vivek -- do you think we need this patch? P. Prarit, I think we might not require this patch. Instead we might require another patch which changes request_resource() to insert_resources() in e820_request_resource() function. I will have to search for commit id. Before that I need to talk to Yinghai Lu, about the relevance of his changes. My feeling is that now his patch is redundant. I will send him a mail now.. Vivek Prarit, IIUC, problem was that in second kernel for kexec, reserved area for LAPIC was not being reported and that must have run into some issues. It happened because lapic did resource reservation before e820 could do that. We could solve the problem by using insert_resource() in e820_reserve_resource() and I think following patch from yinghai is doing that. 3def3d6ddf43dbe20c00c3cbc38dfacc8586998f Vivek NOTABUG. P. |