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 628089 Details for
Bug 865736
Only 2 VF can be seen in RHEL5.9 PV guest
[?]
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]
warn if acpi_os_map_memory() fails in acpi_tb_find_rsdp()
0001-warn-if-acpi_os_map_memory-fails-in-acpi_tb_find_rsd.patch (text/plain), 905 bytes, created by
Laszlo Ersek
on 2012-10-16 10:37:32 UTC
(
hide
)
Description:
warn if acpi_os_map_memory() fails in acpi_tb_find_rsdp()
Filename:
MIME Type:
Creator:
Laszlo Ersek
Created:
2012-10-16 10:37:32 UTC
Size:
905 bytes
patch
obsolete
>From e25e5bf7f5153440c7241e9889dc04366a482511 Mon Sep 17 00:00:00 2001 >From: Laszlo Ersek <lersek@redhat.com> >Date: Tue, 16 Oct 2012 12:18:31 +0200 >Subject: [RHEL5.9 Xen PATCH 1/2] warn if acpi_os_map_memory() fails in acpi_tb_find_rsdp() > > >Signed-off-by: Laszlo Ersek <lersek@redhat.com> >--- > drivers/acpi/tables/tbxfroot.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/drivers/acpi/tables/tbxfroot.c b/drivers/acpi/tables/tbxfroot.c >index da2648b..d50d0e8 100644 >--- a/drivers/acpi/tables/tbxfroot.c >+++ b/drivers/acpi/tables/tbxfroot.c >@@ -505,6 +505,7 @@ acpi_tb_find_rsdp(struct acpi_table_desc *table_info, u32 flags) > ACPI_EBDA_PTR_LOCATION, > ACPI_EBDA_PTR_LENGTH, > (void *)&table_ptr); >+ WARN_ON(ACPI_FAILURE(status)); > if (ACPI_FAILURE(status)) { > ACPI_ERROR((AE_INFO, > "Could not map memory at %8.8X for length %X", >-- >1.7.1 >
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 865736
: 628089 |
628112
|
628292
|
628739