* [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag
@ 2013-03-22 21:02 Konrad Rzeszutek Wilk
2013-03-23 17:08 ` Stefano Stabellini
0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-03-22 21:02 UTC (permalink / raw)
To: Linus Torvalds, linux-kernel, xen-devel
[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]
Hey Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.9-rc3-tag
which is full of fixes. The signed tag has the details (as always) but
this is mostly just the last stragglers of the regression bugs that this
merge window had. There are also two normal bug-fixes in the lot.
P.S.
We are working out the kinks in an early warning #linux-next testing framework
so that it can give us heads up in the future - so the when the next merge
window opens we shouldn't have surprises.
Please pull!
arch/x86/include/asm/xen/hypercall.h | 4 +--
arch/x86/xen/mmu.c | 3 +-
drivers/xen/Kconfig | 2 +-
drivers/xen/events.c | 10 +++---
drivers/xen/fallback.c | 3 +-
drivers/xen/xen-acpi-processor.c | 3 ++
drivers/xen/xen-pciback/pci_stub.c | 59 +++++++++++++++++++++++++++---------
include/xen/interface/physdev.h | 6 ++++
8 files changed, 64 insertions(+), 26 deletions(-)
David Vrabel (1):
xen/events: avoid race with raising an event in unmask_evtchn()
Jan Beulich (1):
xen-pciback: notify hypervisor about devices intended to be assigned to guests
Konrad Rzeszutek Wilk (3):
xen/acpi-processor: Don't dereference struct acpi_processor on all CPUs.
xen/acpi-stub: Disable it b/c the acpi_processor_add is no longer called.
xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag
2013-03-22 21:02 [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag Konrad Rzeszutek Wilk
@ 2013-03-23 17:08 ` Stefano Stabellini
2013-03-23 22:53 ` Linus Torvalds
2013-03-23 23:13 ` konrad wilk
0 siblings, 2 replies; 5+ messages in thread
From: Stefano Stabellini @ 2013-03-23 17:08 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk
Cc: Linus Torvalds, linux-kernel@vger.kernel.org,
xen-devel@lists.xensource.com, David Vrabel
On Fri, 22 Mar 2013, Konrad Rzeszutek Wilk wrote:
> Hey Linus,
>
> Please git pull the following tag:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.9-rc3-tag
>
> which is full of fixes. The signed tag has the details (as always) but
> this is mostly just the last stragglers of the regression bugs that this
> merge window had. There are also two normal bug-fixes in the lot.
>
> P.S.
> We are working out the kinks in an early warning #linux-next testing framework
> so that it can give us heads up in the future - so the when the next merge
> window opens we shouldn't have surprises.
>
> Please pull!
>
> arch/x86/include/asm/xen/hypercall.h | 4 +--
> arch/x86/xen/mmu.c | 3 +-
> drivers/xen/Kconfig | 2 +-
> drivers/xen/events.c | 10 +++---
> drivers/xen/fallback.c | 3 +-
> drivers/xen/xen-acpi-processor.c | 3 ++
> drivers/xen/xen-pciback/pci_stub.c | 59 +++++++++++++++++++++++++++---------
> include/xen/interface/physdev.h | 6 ++++
> 8 files changed, 64 insertions(+), 26 deletions(-)
>
> David Vrabel (1):
> xen/events: avoid race with raising an event in unmask_evtchn()
Unless I am looking in the wrong place, this patch is still the same one
that breaks PV on HVM and Xen ARM guests, see:
http://marc.info/?l=xen-devel&m=136377731913034
David is aware of the issue and I think is working on an alternative
fix.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag
2013-03-23 17:08 ` Stefano Stabellini
@ 2013-03-23 22:53 ` Linus Torvalds
2013-03-23 23:13 ` konrad wilk
1 sibling, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2013-03-23 22:53 UTC (permalink / raw)
To: Stefano Stabellini
Cc: Konrad Rzeszutek Wilk, linux-kernel@vger.kernel.org,
xen-devel@lists.xensource.com, David Vrabel
On Sat, Mar 23, 2013 at 10:08 AM, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
>
> Unless I am looking in the wrong place, this patch is still the same one
> that breaks PV on HVM and Xen ARM guests, see:
Konrad?
I'll hold off on the pull request for now.
Linus
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag
2013-03-23 17:08 ` Stefano Stabellini
2013-03-23 22:53 ` Linus Torvalds
@ 2013-03-23 23:13 ` konrad wilk
2013-03-25 14:12 ` David Vrabel
1 sibling, 1 reply; 5+ messages in thread
From: konrad wilk @ 2013-03-23 23:13 UTC (permalink / raw)
To: Stefano Stabellini, David Vrabel
Cc: Linus Torvalds, linux-kernel@vger.kernel.org,
xen-devel@lists.xensource.com
> David Vrabel (1): xen/events: avoid race with raising an event in
unmask_evtchn()
> Unless I am looking in the wrong place, this patch is still the same one
> that breaks PV on HVM and Xen ARM guests, see:
>
> http://marc.info/?l=xen-devel&m=136377731913034
>
> David is aware of the issue and I think is working on an alternative
> fix.
Thank you for noticing that. Linus does not look to have pulled it - so
we still have some time
to fix this right.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag
2013-03-23 23:13 ` konrad wilk
@ 2013-03-25 14:12 ` David Vrabel
0 siblings, 0 replies; 5+ messages in thread
From: David Vrabel @ 2013-03-25 14:12 UTC (permalink / raw)
To: konrad wilk
Cc: Stefano Stabellini, Linus Torvalds, linux-kernel@vger.kernel.org,
xen-devel@lists.xensource.com
On 23/03/13 23:13, konrad wilk wrote:
> > David Vrabel (1): xen/events: avoid race with raising an event in
> unmask_evtchn()
>> Unless I am looking in the wrong place, this patch is still the same one
>> that breaks PV on HVM and Xen ARM guests, see:
>>
>> http://marc.info/?l=xen-devel&m=136377731913034
>>
>> David is aware of the issue and I think is working on an alternative
>> fix.
>
> Thank you for noticing that. Linus does not look to have pulled it - so
> we still have some time
> to fix this right.
Konrad,
I've just posted an updated version of this patch. I'd suggest waiting
for an ack from Stefano before applying it.
David
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-25 14:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 21:02 [GIT PULL] (xen) stable/for-linus-3.9-rc3-tag Konrad Rzeszutek Wilk
2013-03-23 17:08 ` Stefano Stabellini
2013-03-23 22:53 ` Linus Torvalds
2013-03-23 23:13 ` konrad wilk
2013-03-25 14:12 ` David Vrabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).