Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 536472 Details for
Bug 658544
sys-kernel/gentoo-sources-4.17.x regression: kvm_ptp broken for Linux x86_32 guests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Local fix for ptp_kvm failure
kvmclock.patch (text/plain), 357 bytes, created by
Andreas Steinmetz
on 2018-06-19 22:46:52 UTC
(
hide
)
Description:
Local fix for ptp_kvm failure
Filename:
MIME Type:
Creator:
Andreas Steinmetz
Created:
2018-06-19 22:46:52 UTC
Size:
357 bytes
patch
obsolete
>--- ./arch/x86/kernel/kvmclock.c.orig 2018-06-18 20:54:10.260824085 +0200 >+++ ./arch/x86/kernel/kvmclock.c 2018-06-18 20:55:01.945868656 +0200 >@@ -350,7 +350,7 @@ > > int __init kvm_setup_vsyscall_timeinfo(void) > { >-#ifdef CONFIG_X86_64 >+#if defined(CONFIG_X86_64) || defined(CONFIG_X86_32) > int cpu; > u8 flags; > struct pvclock_vcpu_time_info *vcpu_time;
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 658544
:
536472
|
536750