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 317728 Details for
Bug 463573
Patches to improve timekeeping for RHEL kernels running under VMware.
[?]
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]
Add serial number as a field to check for in dmi_name_in_vendors
add_serial_key_for_dmicheck.patch (text/plain), 962 bytes, created by
Alok Kataria
on 2008-09-25 21:15:19 UTC
(
hide
)
Description:
Add serial number as a field to check for in dmi_name_in_vendors
Filename:
MIME Type:
Creator:
Alok Kataria
Created:
2008-09-25 21:15:19 UTC
Size:
962 bytes
patch
obsolete
>Check serial key too. > >From: Alok N Kataria <akataria@vmware.com> > >In some cases VMware may decide not to put the DMI string, but the serial >key is always there and is VMware specific. Add that too to check for in >the dmi_name_in_vendors function. > >Signed-off-by: Alok N Kataria <akataria@vmware.com> >--- > > drivers/firmware/dmi_scan.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > >diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.c >index bed7a40..4c77f4d 100644 >--- a/drivers/firmware/dmi_scan.c >+++ b/drivers/firmware/dmi_scan.c >@@ -335,7 +335,7 @@ int dmi_name_in_vendors(const char *str) > { > static int fields[] = { DMI_BIOS_VENDOR, DMI_BIOS_VERSION, DMI_SYS_VENDOR, > DMI_PRODUCT_NAME, DMI_PRODUCT_VERSION, DMI_BOARD_VENDOR, >- DMI_BOARD_NAME, DMI_BOARD_VERSION, DMI_NONE }; >+ DMI_BOARD_NAME, DMI_BOARD_VERSION, DMI_PRODUCT_SERIAL, DMI_NONE }; > int i; > for (i = 0; fields[i] != DMI_NONE; i++) { > int f = fields[i];
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 463573
:
317536
|
317537
|
317538
|
317727
|
317728
|
317734
|
317735
|
319716
|
319717
|
319718
|
319719
|
319720
|
319799
|
319817
|
320098
|
320133
|
320485
|
321043
|
325724
|
325725
|
325726
|
325727
|
325728
|
326672
|
329135
|
329213
|
332979