Bug 458340

Summary: parse_pmtmr() receives a (possible) ulong then stores that in a u32 [mrg-1]
Product: Red Hat Enterprise MRG Reporter: Luis Claudio R. Goncalves <lgoncalv>
Component: realtime-kernelAssignee: Luis Claudio R. Goncalves <lgoncalv>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.1CC: bhu, davids, eteo, williams
Target Milestone: 1.0.3   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-07 19:20:46 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:
Attachments:
Description Flags
Proposed patch for -76 none

Description Luis Claudio R. Goncalves 2008-08-07 17:31:42 UTC
Description of problem:

From drivers/clocksource/acpi_pm.c:

u32 pmtmr_ioport __read_mostly;
...

/*
 * Allow an override of the IOPort. Stupid BIOSes do not tell us about
 * the PMTimer, but we might know where it is.
 */
static int __init parse_pmtmr(char *arg)
{
        unsigned long base;
        ...
        base = simple_strtoul(arg, &e, 16);
        ...
        pmtmr_ioport = base;
        ...
}

Version-Release number of selected component (if applicable):

Observed in 2.6.24.7-75.el5rt may as well be present on other versions

Comment 1 Luis Claudio R. Goncalves 2008-08-07 19:21:55 UTC
Created attachment 313734 [details]
Proposed patch for -76

Comment 6 errata-xmlrpc 2008-10-07 19:20:46 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2008-0857.html