Displaying 4 results from an estimated 4 matches for "kvmconfig".
Did you mean:
kvm_config
2015 Feb 25
0
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
...kporting, due
to overlapping changes to the ACCESS_ONCE() definition.
and then apply this commit:
d6abfdb20223 x86/spinlocks/paravirt: Fix memory corruption on unlock
I've double checked that these commits will cherry-pick
fine on top of v3.19, in that order, and that an x86-64
defconfig+kvmconfig+PARAVIRT_SPINLOCK=y kernel builds fine
without warnings.
I've not boot tested the changes, so if anything breaks
it's all your fault - while if it works just fine then
I'll be glad to take credit for that.
Thanks,
Ingo
2015 Feb 25
0
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
...kporting, due
to overlapping changes to the ACCESS_ONCE() definition.
and then apply this commit:
d6abfdb20223 x86/spinlocks/paravirt: Fix memory corruption on unlock
I've double checked that these commits will cherry-pick
fine on top of v3.19, in that order, and that an x86-64
defconfig+kvmconfig+PARAVIRT_SPINLOCK=y kernel builds fine
without warnings.
I've not boot tested the changes, so if anything breaks
it's all your fault - while if it works just fine then
I'll be glad to take credit for that.
Thanks,
Ingo
2015 Feb 24
2
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
On Tue, Feb 24, 2015 at 11:49:13PM +0530, Raghavendra K T wrote:
> On 02/24/2015 08:17 PM, Ingo Molnar wrote:
> >
> >* Greg KH <gregkh at linuxfoundation.org> wrote:
> >
> >>On Tue, Feb 24, 2015 at 02:54:59PM +0530, Raghavendra K T wrote:
> >>>Paravirt spinlock clears slowpath flag after doing unlock.
> >>>As explained by Linus currently
2015 Feb 24
2
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
On Tue, Feb 24, 2015 at 11:49:13PM +0530, Raghavendra K T wrote:
> On 02/24/2015 08:17 PM, Ingo Molnar wrote:
> >
> >* Greg KH <gregkh at linuxfoundation.org> wrote:
> >
> >>On Tue, Feb 24, 2015 at 02:54:59PM +0530, Raghavendra K T wrote:
> >>>Paravirt spinlock clears slowpath flag after doing unlock.
> >>>As explained by Linus currently