* Opening Xen 4.4.1-pre for backports
@ 2014-03-14 14:30 Ian Jackson
2014-03-14 14:41 ` Jan Beulich
2014-03-17 18:02 ` Pasi Kärkkäinen
0 siblings, 2 replies; 9+ messages in thread
From: Ian Jackson @ 2014-03-14 14:30 UTC (permalink / raw)
To: Jan Beulich; +Cc: xen-devel
I have updated xen/Makefile's version number. I take it we should be
considering backport requests to apply to 4.4, where applicable, now ?
What is our backport policy for 4.4.1 ? Same as 4.3.x was ?
Ian.
>From f69f1fb8e20a4fd04bfef50cbdddcf810c108277 Mon Sep 17 00:00:00 2001
From: Ian Jackson <ian.jackson@eu.citrix.com>
Date: Fri, 14 Mar 2014 14:27:47 +0000
Subject: [PATCH] update Xen version to 4.4.1-pre
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
xen/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/Makefile b/xen/Makefile
index 39839a3..9c0d356 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 4
-export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-14 14:30 Opening Xen 4.4.1-pre for backports Ian Jackson
@ 2014-03-14 14:41 ` Jan Beulich
2014-03-17 18:02 ` Pasi Kärkkäinen
1 sibling, 0 replies; 9+ messages in thread
From: Jan Beulich @ 2014-03-14 14:41 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel
>>> On 14.03.14 at 15:30, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
> I have updated xen/Makefile's version number. I take it we should be
> considering backport requests to apply to 4.4, where applicable, now ?
I was about to do that, together with the MAINTAINERS update,
together with my first batch of backports.
> What is our backport policy for 4.4.1 ? Same as 4.3.x was ?
I suppose so.
Jan
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-14 14:30 Opening Xen 4.4.1-pre for backports Ian Jackson
2014-03-14 14:41 ` Jan Beulich
@ 2014-03-17 18:02 ` Pasi Kärkkäinen
2014-03-18 10:17 ` Jan Beulich
` (2 more replies)
1 sibling, 3 replies; 9+ messages in thread
From: Pasi Kärkkäinen @ 2014-03-17 18:02 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel, Jan Beulich
On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
> I have updated xen/Makefile's version number. I take it we should be
> considering backport requests to apply to 4.4, where applicable, now ?
>
I'd like to see at least the following backported to Xen 4.4.1:
- pygrub fixes (rhel7 beta support)
- qemu-upstream hvm vcpu hotplug patches (actually these seem to be already in qemu-upstream-4.4)
- RTC fixes (win2k3 crash fix)
- Konrad's serial console (SOL/AMT) patches / Broadcom TruManage NetXtreme UART patches
-- Pasi
> What is our backport policy for 4.4.1 ? Same as 4.3.x was ?
>
> Ian.
>
> From f69f1fb8e20a4fd04bfef50cbdddcf810c108277 Mon Sep 17 00:00:00 2001
> From: Ian Jackson <ian.jackson@eu.citrix.com>
> Date: Fri, 14 Mar 2014 14:27:47 +0000
> Subject: [PATCH] update Xen version to 4.4.1-pre
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> ---
> xen/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/Makefile b/xen/Makefile
> index 39839a3..9c0d356 100644
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -2,7 +2,7 @@
> # All other places this is stored (eg. compile.h) should be autogenerated.
> export XEN_VERSION = 4
> export XEN_SUBVERSION = 4
> -export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
> +export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION)
> export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
> -include xen-version
>
> --
> 1.7.10.4
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-17 18:02 ` Pasi Kärkkäinen
@ 2014-03-18 10:17 ` Jan Beulich
2014-03-18 13:04 ` Pasi Kärkkäinen
2014-03-18 16:09 ` Ian Jackson
2014-03-18 21:16 ` Mukesh Rathor
2 siblings, 1 reply; 9+ messages in thread
From: Jan Beulich @ 2014-03-18 10:17 UTC (permalink / raw)
To: Pasi Kärkkäinen; +Cc: xen-devel, Ian Jackson
>>> On 17.03.14 at 19:02, Pasi Kärkkäinen<pasik@iki.fi> wrote:
> On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
>> I have updated xen/Makefile's version number. I take it we should be
>> considering backport requests to apply to 4.4, where applicable, now ?
>>
>
> I'd like to see at least the following backported to Xen 4.4.1:
>
> - pygrub fixes (rhel7 beta support)
> - qemu-upstream hvm vcpu hotplug patches (actually these seem to be already in
> qemu-upstream-4.4)
> - RTC fixes (win2k3 crash fix)
I guess you mean 4c15a82f, c7e35c6e, and 6d27a537 here. I'm not
sure I want to copy them over that quickly.
> - Konrad's serial console (SOL/AMT) patches / Broadcom TruManage NetXtreme
> UART patches
While for the .1 stable release we generally apply somewhat
relaxed backporting rules, I'd still see some sort of justification
for such a feature backport. Only bug fixes would generally be
considered without further justification.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-18 10:17 ` Jan Beulich
@ 2014-03-18 13:04 ` Pasi Kärkkäinen
2014-03-18 13:36 ` Konrad Rzeszutek Wilk
2014-03-18 13:46 ` Andrew Cooper
0 siblings, 2 replies; 9+ messages in thread
From: Pasi Kärkkäinen @ 2014-03-18 13:04 UTC (permalink / raw)
To: Jan Beulich; +Cc: xen-devel, Ian Jackson
On Tue, Mar 18, 2014 at 10:17:25AM +0000, Jan Beulich wrote:
> >>> On 17.03.14 at 19:02, Pasi Kärkkäinen<pasik@iki.fi> wrote:
> > On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
> >> I have updated xen/Makefile's version number. I take it we should be
> >> considering backport requests to apply to 4.4, where applicable, now ?
> >>
> >
> > I'd like to see at least the following backported to Xen 4.4.1:
> >
> > - pygrub fixes (rhel7 beta support)
> > - qemu-upstream hvm vcpu hotplug patches (actually these seem to be already in
> > qemu-upstream-4.4)
> > - RTC fixes (win2k3 crash fix)
>
> I guess you mean 4c15a82f, c7e35c6e, and 6d27a537 here. I'm not
> sure I want to copy them over that quickly.
>
Yep. I recall these were discussed during the 4.4-rc cycle and the thought was
the RTC fixes would first go to master, and then after 4.4.0 release get backported to 4.4.1.
Whatever timing is good..
> > - Konrad's serial console (SOL/AMT) patches / Broadcom TruManage NetXtreme
> > UART patches
>
> While for the .1 stable release we generally apply somewhat
> relaxed backporting rules, I'd still see some sort of justification
> for such a feature backport. Only bug fixes would generally be
> considered without further justification.
>
Well having a working serial console (SOL/AMT) also for new hardware
is kind of important.. These patches sounded like they'll enable
serial on new/upcoming devices.
Konrad can probably comment more about those.
> Jan
-- Pasi
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-18 13:04 ` Pasi Kärkkäinen
@ 2014-03-18 13:36 ` Konrad Rzeszutek Wilk
2014-03-18 13:46 ` Andrew Cooper
1 sibling, 0 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-03-18 13:36 UTC (permalink / raw)
To: Pasi Kärkkäinen; +Cc: xen-devel, Ian Jackson, Jan Beulich
On Tue, Mar 18, 2014 at 03:04:25PM +0200, Pasi Kärkkäinen wrote:
> On Tue, Mar 18, 2014 at 10:17:25AM +0000, Jan Beulich wrote:
> > >>> On 17.03.14 at 19:02, Pasi Kärkkäinen<pasik@iki.fi> wrote:
> > > On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
> > >> I have updated xen/Makefile's version number. I take it we should be
> > >> considering backport requests to apply to 4.4, where applicable, now ?
> > >>
> > >
> > > I'd like to see at least the following backported to Xen 4.4.1:
> > >
> > > - pygrub fixes (rhel7 beta support)
> > > - qemu-upstream hvm vcpu hotplug patches (actually these seem to be already in
> > > qemu-upstream-4.4)
> > > - RTC fixes (win2k3 crash fix)
> >
> > I guess you mean 4c15a82f, c7e35c6e, and 6d27a537 here. I'm not
> > sure I want to copy them over that quickly.
> >
>
> Yep. I recall these were discussed during the 4.4-rc cycle and the thought was
> the RTC fixes would first go to master, and then after 4.4.0 release get backported to 4.4.1.
> Whatever timing is good..
>
>
> > > - Konrad's serial console (SOL/AMT) patches / Broadcom TruManage NetXtreme
> > > UART patches
> >
> > While for the .1 stable release we generally apply somewhat
> > relaxed backporting rules, I'd still see some sort of justification
> > for such a feature backport. Only bug fixes would generally be
> > considered without further justification.
> >
>
> Well having a working serial console (SOL/AMT) also for new hardware
> is kind of important.. These patches sounded like they'll enable
The AMT should work without trouble with Xen 4.4.
The issue with AMT was that the 'Broadcom TruManage' patch inadvertly
made the AMT not work.
> serial on new/upcoming devices.
They aren't really that new - they were cheap and I needed some PCIe serial
cards and these fit the bill - except that they did not work with Xen.
Now they do.
>
> Konrad can probably comment more about those.
I would say no - because they are not critical (they are nice to have) and
they are not used that often (the normal user does not use the serial console
that often).
But they are pretty easy to apply if somebody wants has a need for it
right away.
>
>
> > Jan
>
> -- Pasi
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-18 13:04 ` Pasi Kärkkäinen
2014-03-18 13:36 ` Konrad Rzeszutek Wilk
@ 2014-03-18 13:46 ` Andrew Cooper
1 sibling, 0 replies; 9+ messages in thread
From: Andrew Cooper @ 2014-03-18 13:46 UTC (permalink / raw)
To: Pasi Kärkkäinen; +Cc: xen-devel, Ian Jackson, Jan Beulich
On 18/03/14 13:04, Pasi Kärkkäinen wrote:
> On Tue, Mar 18, 2014 at 10:17:25AM +0000, Jan Beulich wrote:
>>>>> On 17.03.14 at 19:02, Pasi Kärkkäinen<pasik@iki.fi> wrote:
>>> On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
>>>> I have updated xen/Makefile's version number. I take it we should be
>>>> considering backport requests to apply to 4.4, where applicable, now ?
>>>>
>>> I'd like to see at least the following backported to Xen 4.4.1:
>>>
>>> - pygrub fixes (rhel7 beta support)
>>> - qemu-upstream hvm vcpu hotplug patches (actually these seem to be already in
>>> qemu-upstream-4.4)
>>> - RTC fixes (win2k3 crash fix)
>> I guess you mean 4c15a82f, c7e35c6e, and 6d27a537 here. I'm not
>> sure I want to copy them over that quickly.
>>
> Yep. I recall these were discussed during the 4.4-rc cycle and the thought was
> the RTC fixes would first go to master, and then after 4.4.0 release get backported to 4.4.1.
> Whatever timing is good..
For what it is worth, these patches have been running in XenServer from
around the time they were presented on the list, and we have had no
problems at all with them. (In fairness, they had specifically fixed
the identified regressions as part of being posted.)
~Andrew
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-17 18:02 ` Pasi Kärkkäinen
2014-03-18 10:17 ` Jan Beulich
@ 2014-03-18 16:09 ` Ian Jackson
2014-03-18 21:16 ` Mukesh Rathor
2 siblings, 0 replies; 9+ messages in thread
From: Ian Jackson @ 2014-03-18 16:09 UTC (permalink / raw)
To: Pasi Kärkkäinen; +Cc: xen-devel, Jan Beulich
Pasi Kärkkäinen writes ("Re: [Xen-devel] Opening Xen 4.4.1-pre for backports"):
> On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
> > I have updated xen/Makefile's version number. I take it we should be
> > considering backport requests to apply to 4.4, where applicable, now ?
>
> I'd like to see at least the following backported to Xen 4.4.1:
>
> - pygrub fixes (rhel7 beta support)
It's much easier if you give exact commit ids. I guess you mean
dd03048708af072374963d6d0721cc6d4c5f52cf ?
I have added it to my to-backport list.
Ian.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Opening Xen 4.4.1-pre for backports
2014-03-17 18:02 ` Pasi Kärkkäinen
2014-03-18 10:17 ` Jan Beulich
2014-03-18 16:09 ` Ian Jackson
@ 2014-03-18 21:16 ` Mukesh Rathor
2 siblings, 0 replies; 9+ messages in thread
From: Mukesh Rathor @ 2014-03-18 21:16 UTC (permalink / raw)
To: Pasi Kärkkäinen; +Cc: xen-devel, Ian Jackson, Jan Beulich
On Mon, 17 Mar 2014 20:02:59 +0200
Pasi Kärkkäinen <pasik@iki.fi> wrote:
> On Fri, Mar 14, 2014 at 02:30:05PM +0000, Ian Jackson wrote:
> > I have updated xen/Makefile's version number. I take it we should
> > be considering backport requests to apply to 4.4, where applicable,
> > now ?
> >
>
> I'd like to see at least the following backported to Xen 4.4.1:
>
> - pygrub fixes (rhel7 beta support)
> - qemu-upstream hvm vcpu hotplug patches (actually these seem to be
> already in qemu-upstream-4.4)
> - RTC fixes (win2k3 crash fix)
> - Konrad's serial console (SOL/AMT) patches / Broadcom TruManage
> NetXtreme UART patches
Following for PVH would be a good candidate also:
c30c544b199f70eada597c7352cdcb44648f6dcd : pvh: call pit_init for pvh also
thanks
Mukesh
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-03-18 21:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 14:30 Opening Xen 4.4.1-pre for backports Ian Jackson
2014-03-14 14:41 ` Jan Beulich
2014-03-17 18:02 ` Pasi Kärkkäinen
2014-03-18 10:17 ` Jan Beulich
2014-03-18 13:04 ` Pasi Kärkkäinen
2014-03-18 13:36 ` Konrad Rzeszutek Wilk
2014-03-18 13:46 ` Andrew Cooper
2014-03-18 16:09 ` Ian Jackson
2014-03-18 21:16 ` Mukesh Rathor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.