xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Backport requests to stable for Xen ARM
@ 2016-05-16 14:28 Julien Grall
  2016-05-16 15:40 ` Stefano Stabellini
  2016-05-17  7:38 ` Jan Beulich
  0 siblings, 2 replies; 7+ messages in thread
From: Julien Grall @ 2016-05-16 14:28 UTC (permalink / raw)
  To: Xen Devel, Stefano Stabellini, Ian Jackson, Jan Beulich

Hello,

It has been a while without any ARM backport request. Ian Campbell
used to keep a list of backport fixes for Xen ARM and apply them
to stable. Now that he left, I am not sure who will do it.

I would be fine to keep the list of patches, although I am not
a committer. Stefano do you plan to apply the backport?

I would like to request backport for the following patches:

xen/arm: traps: Correctly interpret the content of the register HPFAR_EL2 
commit c0516182ff86d77375c35517036535c0df61c7e1 and depends on commit edd429c9cc2af99df9dda10002cc59011edf0cac
up to Xen 4.4

xen/arm: Force broadcast of TLB and instruction cache maintenance instructions
commit e2faa286faa36da36ee14f6bc973043013001724
up to Xen 4.4

arm: Fix asynchronous aborts (SError exceptions) due to bogus PTE
commit 0ebb6832f043ecfc6a3dcab8a7ba5c4070901ab7
up to Xen 4.5

xen/arm: ignore writes to GICD_ICACTIVER ... GICD_ICACTIVERN
commit 68778eeaa3babedba9677400f63f1e7564bba561
up to Xen 4.6

xen/arm64: ensure that the correct SP is used for exceptions
commit b7e5aee0a36487d6205c1633add25fd430d3b6d7

Note that whilst it would be nice to get
"xen/arm64: correctly emulate the {w, x}zr registers" backported,
the patch depends on lots of IO emulation rework. So I have
not included it in the backport request.

Regards,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Backport requests to stable for Xen ARM
  2016-05-16 14:28 Backport requests to stable for Xen ARM Julien Grall
@ 2016-05-16 15:40 ` Stefano Stabellini
  2016-05-17  8:25   ` Jan Beulich
  2016-05-17  7:38 ` Jan Beulich
  1 sibling, 1 reply; 7+ messages in thread
From: Stefano Stabellini @ 2016-05-16 15:40 UTC (permalink / raw)
  To: Julien Grall; +Cc: Stefano Stabellini, Ian Jackson, Jan Beulich, Xen Devel

On Mon, 16 May 2016, Julien Grall wrote:
> Hello,
> 
> It has been a while without any ARM backport request. Ian Campbell
> used to keep a list of backport fixes for Xen ARM and apply them
> to stable. Now that he left, I am not sure who will do it.
> 
> I would be fine to keep the list of patches, although I am not
> a committer. Stefano do you plan to apply the backport?

I would be fine with doing that, but I am not sure who is responsible
for backporting commits to stable trees. Any committer can do that, or
do we have a set of stable maintainers? 


> I would like to request backport for the following patches:
> 
> xen/arm: traps: Correctly interpret the content of the register HPFAR_EL2 
> commit c0516182ff86d77375c35517036535c0df61c7e1 and depends on commit edd429c9cc2af99df9dda10002cc59011edf0cac
> up to Xen 4.4
> 
> xen/arm: Force broadcast of TLB and instruction cache maintenance instructions
> commit e2faa286faa36da36ee14f6bc973043013001724
> up to Xen 4.4
> 
> arm: Fix asynchronous aborts (SError exceptions) due to bogus PTE
> commit 0ebb6832f043ecfc6a3dcab8a7ba5c4070901ab7
> up to Xen 4.5
> 
> xen/arm: ignore writes to GICD_ICACTIVER ... GICD_ICACTIVERN
> commit 68778eeaa3babedba9677400f63f1e7564bba561
> up to Xen 4.6
> 
> xen/arm64: ensure that the correct SP is used for exceptions
> commit b7e5aee0a36487d6205c1633add25fd430d3b6d7
> 
> Note that whilst it would be nice to get
> "xen/arm64: correctly emulate the {w, x}zr registers" backported,
> the patch depends on lots of IO emulation rework. So I have
> not included it in the backport request.
> 
> Regards,
> 
> -- 
> Julien Grall
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Backport requests to stable for Xen ARM
  2016-05-16 14:28 Backport requests to stable for Xen ARM Julien Grall
  2016-05-16 15:40 ` Stefano Stabellini
@ 2016-05-17  7:38 ` Jan Beulich
  2016-05-17  7:43   ` Julien Grall
  1 sibling, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2016-05-17  7:38 UTC (permalink / raw)
  To: Julien Grall, Stefano Stabellini; +Cc: Ian Jackson, Xen Devel

>>> On 16.05.16 at 16:28, <julien.grall@arm.com> wrote:
> It has been a while without any ARM backport request. Ian Campbell
> used to keep a list of backport fixes for Xen ARM and apply them
> to stable. Now that he left, I am not sure who will do it.
> 
> I would be fine to keep the list of patches, although I am not
> a committer. Stefano do you plan to apply the backport?

That would be my preference, but I could take care of such if Stefano
can't (but of course provided with actual backports in case the original
patches don't apply cleanly).

> I would like to request backport for the following patches:
> 
> xen/arm: traps: Correctly interpret the content of the register HPFAR_EL2 
> commit c0516182ff86d77375c35517036535c0df61c7e1 and depends on commit 
> edd429c9cc2af99df9dda10002cc59011edf0cac
> up to Xen 4.4
> 
> xen/arm: Force broadcast of TLB and instruction cache maintenance 
> instructions
> commit e2faa286faa36da36ee14f6bc973043013001724
> up to Xen 4.4

For both of those please note that 4.4 is in security-only
maintenance mode, and hence shouldn't be getting non-security
backports anymore unless those are needed as a prereq.

Jan

> arm: Fix asynchronous aborts (SError exceptions) due to bogus PTE
> commit 0ebb6832f043ecfc6a3dcab8a7ba5c4070901ab7
> up to Xen 4.5
> 
> xen/arm: ignore writes to GICD_ICACTIVER ... GICD_ICACTIVERN
> commit 68778eeaa3babedba9677400f63f1e7564bba561
> up to Xen 4.6
> 
> xen/arm64: ensure that the correct SP is used for exceptions
> commit b7e5aee0a36487d6205c1633add25fd430d3b6d7
> 
> Note that whilst it would be nice to get
> "xen/arm64: correctly emulate the {w, x}zr registers" backported,
> the patch depends on lots of IO emulation rework. So I have
> not included it in the backport request.
> 
> Regards,
> 
> -- 
> Julien Grall




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Backport requests to stable for Xen ARM
  2016-05-17  7:38 ` Jan Beulich
@ 2016-05-17  7:43   ` Julien Grall
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Grall @ 2016-05-17  7:43 UTC (permalink / raw)
  To: Jan Beulich, Stefano Stabellini; +Cc: Ian Jackson, Xen Devel

Hi Jan,

On 17/05/2016 08:38, Jan Beulich wrote:
>> xen/arm: Force broadcast of TLB and instruction cache maintenance
>> instructions
>> commit e2faa286faa36da36ee14f6bc973043013001724
>> up to Xen 4.4
>
> For both of those please note that 4.4 is in security-only
> maintenance mode, and hence shouldn't be getting non-security
> backports anymore unless those are needed as a prereq.

They are not needed for Xen 4.4. I was not sure if the release was still 
maintained.

Regards,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Backport requests to stable for Xen ARM
  2016-05-16 15:40 ` Stefano Stabellini
@ 2016-05-17  8:25   ` Jan Beulich
  2016-05-17 10:49     ` Stefano Stabellini
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2016-05-17  8:25 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Julien Grall, Ian Jackson, Xen Devel

>>> On 16.05.16 at 17:40, <sstabellini@kernel.org> wrote:
> On Mon, 16 May 2016, Julien Grall wrote:
>> It has been a while without any ARM backport request. Ian Campbell
>> used to keep a list of backport fixes for Xen ARM and apply them
>> to stable. Now that he left, I am not sure who will do it.
>> 
>> I would be fine to keep the list of patches, although I am not
>> a committer. Stefano do you plan to apply the backport?
> 
> I would be fine with doing that, but I am not sure who is responsible
> for backporting commits to stable trees. Any committer can do that, or
> do we have a set of stable maintainers? 

Formally I am the stable tree maintainer, but just like for tools
backports (which I have always been deferring to the tools
maintainers, and IanJ has been taking care of those mostly),
ARM backports have also mostly been taken care of by an
ARM maintainer who is also committer (used to be IanC). I'd
be glad if we could transition that arrangement onto your
shoulders.

Thanks, Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Backport requests to stable for Xen ARM
  2016-05-17  8:25   ` Jan Beulich
@ 2016-05-17 10:49     ` Stefano Stabellini
  2016-05-17 10:59       ` Jan Beulich
  0 siblings, 1 reply; 7+ messages in thread
From: Stefano Stabellini @ 2016-05-17 10:49 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Julien Grall, Stefano Stabellini, Ian Jackson, Xen Devel

On Tue, 17 May 2016, Jan Beulich wrote:
> >>> On 16.05.16 at 17:40, <sstabellini@kernel.org> wrote:
> > On Mon, 16 May 2016, Julien Grall wrote:
> >> It has been a while without any ARM backport request. Ian Campbell
> >> used to keep a list of backport fixes for Xen ARM and apply them
> >> to stable. Now that he left, I am not sure who will do it.
> >> 
> >> I would be fine to keep the list of patches, although I am not
> >> a committer. Stefano do you plan to apply the backport?
> > 
> > I would be fine with doing that, but I am not sure who is responsible
> > for backporting commits to stable trees. Any committer can do that, or
> > do we have a set of stable maintainers? 
> 
> Formally I am the stable tree maintainer, but just like for tools
> backports (which I have always been deferring to the tools
> maintainers, and IanJ has been taking care of those mostly),
> ARM backports have also mostly been taken care of by an
> ARM maintainer who is also committer (used to be IanC). I'd
> be glad if we could transition that arrangement onto your
> shoulders.

All right. I made the backports.

Cheers,

Stefano

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Backport requests to stable for Xen ARM
  2016-05-17 10:49     ` Stefano Stabellini
@ 2016-05-17 10:59       ` Jan Beulich
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Beulich @ 2016-05-17 10:59 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Julien Grall, Ian Jackson, Xen Devel

>>> On 17.05.16 at 12:49, <sstabellini@kernel.org> wrote:
> On Tue, 17 May 2016, Jan Beulich wrote:
>> >>> On 16.05.16 at 17:40, <sstabellini@kernel.org> wrote:
>> > On Mon, 16 May 2016, Julien Grall wrote:
>> >> It has been a while without any ARM backport request. Ian Campbell
>> >> used to keep a list of backport fixes for Xen ARM and apply them
>> >> to stable. Now that he left, I am not sure who will do it.
>> >> 
>> >> I would be fine to keep the list of patches, although I am not
>> >> a committer. Stefano do you plan to apply the backport?
>> > 
>> > I would be fine with doing that, but I am not sure who is responsible
>> > for backporting commits to stable trees. Any committer can do that, or
>> > do we have a set of stable maintainers? 
>> 
>> Formally I am the stable tree maintainer, but just like for tools
>> backports (which I have always been deferring to the tools
>> maintainers, and IanJ has been taking care of those mostly),
>> ARM backports have also mostly been taken care of by an
>> ARM maintainer who is also committer (used to be IanC). I'd
>> be glad if we could transition that arrangement onto your
>> shoulders.
> 
> All right. I made the backports.

Thanks!

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-17 10:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 14:28 Backport requests to stable for Xen ARM Julien Grall
2016-05-16 15:40 ` Stefano Stabellini
2016-05-17  8:25   ` Jan Beulich
2016-05-17 10:49     ` Stefano Stabellini
2016-05-17 10:59       ` Jan Beulich
2016-05-17  7:38 ` Jan Beulich
2016-05-17  7:43   ` Julien Grall

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).