Re: [PATCH 0/3] sched/swait: Convert to full exclusive mode

2018-06-19 Thread Paul E. McKenney
On Wed, Jun 13, 2018 at 06:27:42PM -0700, Paul E. McKenney wrote: > On Tue, Jun 12, 2018 at 10:34:49AM +0200, Peter Zijlstra wrote: > > As mentioned by Linus, swait is exclusive mode and had better behave like it > > and be named like it. > > > > Make it so. > > Cool! > > When I tried testing it

Re: [PATCH 0/3] sched/swait: Convert to full exclusive mode

2018-06-13 Thread Paul E. McKenney
On Tue, Jun 12, 2018 at 10:34:49AM +0200, Peter Zijlstra wrote: > As mentioned by Linus, swait is exclusive mode and had better behave like it > and be named like it. > > Make it so. Cool! When I tried testing it on x86 against recent mainline, I got: "WARNING: WARNING: Bad or missing .orc_unwi

Re: Quilt vs gmail (Was: [PATCH 0/3] sched/swait: Convert to full exclusive mode)

2018-06-13 Thread Jean Delvare
On Wed, 13 Jun 2018 15:27:31 +0200, Andreas Grünbacher wrote: > All of that may be correct, but those headers apparently do break > email based patch reviewing on Thunderbird and Gmail now, and that's > not very likely to change. If we continue with our current practice, > we'll end up frustrating

Re: Quilt vs gmail (Was: [PATCH 0/3] sched/swait: Convert to full exclusive mode)

2018-06-13 Thread Linus Torvalds
On Wed, Jun 13, 2018 at 6:27 AM Andreas Grünbacher wrote: > > All of that may be correct, but those headers apparently do break > email based patch reviewing on Thunderbird and Gmail now, and that's > not very likely to change. I do want to point out that at least for me, it's not a very big anno

Re: Quilt vs gmail (Was: [PATCH 0/3] sched/swait: Convert to full exclusive mode)

2018-06-13 Thread Andreas Grünbacher
Jean, 2018-06-13 14:32 GMT+02:00 Jean Delvare : > Hi Peter, Linus, Andreas, > > On Tue, 12 Jun 2018 19:14:20 +0200, Peter Zijlstra wrote: >> On Tue, Jun 12, 2018 at 09:47:34AM -0700, Linus Torvalds wrote: >> >> > I do note how quilt emails are really hard to read, because that: >> > >> > Conte

Re: Quilt vs gmail (Was: [PATCH 0/3] sched/swait: Convert to full exclusive mode)

2018-06-13 Thread Jean Delvare
Hi Peter, Linus, Andreas, On Tue, 12 Jun 2018 19:14:20 +0200, Peter Zijlstra wrote: > On Tue, Jun 12, 2018 at 09:47:34AM -0700, Linus Torvalds wrote: > > > I do note how quilt emails are really hard to read, because that: > > > > Content-Disposition: inline > > > > makes gmail think it's fl

Quilt vs gmail (Was: [PATCH 0/3] sched/swait: Convert to full exclusive mode)

2018-06-12 Thread Peter Zijlstra
On Tue, Jun 12, 2018 at 09:47:34AM -0700, Linus Torvalds wrote: > I do note how quilt emails are really hard to read, because that: > > Content-Disposition: inline > > makes gmail think it's flowed. > > Which works horribly badly for patches, surprise surprise. > > So I really wish quilt w

Re: [PATCH 0/3] sched/swait: Convert to full exclusive mode

2018-06-12 Thread Linus Torvalds
" On Tue, Jun 12, 2018 at 1:39 AM Peter Zijlstra wrote: > > As mentioned by Linus, swait is exclusive mode and had better behave like it > and be named like it. Ack on the patches. I do note how quilt emails are really hard to read, because that: Content-Disposition: inline makes gmail thi

[PATCH 0/3] sched/swait: Convert to full exclusive mode

2018-06-12 Thread Peter Zijlstra
As mentioned by Linus, swait is exclusive mode and had better behave like it and be named like it. Make it so. --- arch/mips/kvm/mips.c | 4 ++-- arch/powerpc/kvm/book3s_hv.c | 6 +++--- arch/s390/kvm/interrupt.c| 2 +- arch/x86/kernel/kvm.c| 4 ++-- arch/x86/kvm/lapic.c