Re: [Xen-devel] Design session report: Live-Updating Xen

2019-07-18 Thread Amit Shah
On Thu, 2019-07-18 at 09:15 +, Jan Beulich wrote: > On 17.07.2019 20:40, Andrew Cooper wrote: > > On 17/07/2019 14:02, Jan Beulich wrote: > > > On 17.07.2019 13:26, Andrew Cooper wrote: > > > > We do not want to be grovelling around in the old Xen's > > > > datastructures, > > > > because that

Re: [Xen-devel] Design Session report: Toolstacks

2019-07-15 Thread Amit Shah
On Mon, 2019-07-15 at 14:59 +0100, George Dunlap wrote: > Looking through the notes, it seems like the first part of this > discussion, re hypervisor upgrade / downgrade & libraries, was partly > covered in the distro session, in which Debian's Xen version co- > install > was discussed and found us

Re: [Xen-devel] Design session report: Xen on Distros

2019-07-15 Thread Amit Shah
On Mon, 2019-07-15 at 14:52 +, Jan Beulich wrote: > On 15.07.2019 16:42, George Dunlap wrote: > > On 7/15/19 3:23 PM, Jan Beulich wrote: > > > On 15.07.2019 16:11, George Dunlap wrote: > > > > There was a long discussion about security patches, with the > > > > general > > > > proposal being th

[Xen-devel] [PATCH v2 0/2] xen: fix bugs in error conditions

2018-02-27 Thread Amit Shah
u Shuo CC: Anoob Soman Amit Shah (2): xen: fix out-of-bounds irq unbind for MSI message groups xen: events: free irqs in error condition drivers/xen/events/events_base.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) -- 2.7.3.AMZN Amazon Development Center Germany G

[Xen-devel] [PATCH v2 1/2] xen: fix out-of-bounds irq unbind for MSI message groups

2018-02-27 Thread Amit Shah
rovsky CC: Eduardo Valentin CC: Juergen Gross CC: Thomas Gleixner CC: "K. Y. Srinivasan" CC: Liu Shuo CC: Anoob Soman Signed-off-by: Amit Shah --- drivers/xen/events/events_base.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/xen/events/events_base.c

[Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-27 Thread Amit Shah
. Y. Srinivasan" CC: Liu Shuo CC: Anoob Soman Signed-off-by: Amit Shah --- drivers/xen/events/events_base.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c index c86d10e..a299586 100644 ---

[Xen-devel] [PATCH 2/2] xen: events: free irqs in error condition

2018-02-26 Thread Amit Shah
er CC: "K. Y. Srinivasan" CC: Liu Shuo CC: Anoob Soman Signed-off-by: Amit Shah --- drivers/xen/events/events_base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c index b6b8b29..96aa575 100644 --- a/drivers/xen/

[Xen-devel] [PATCH 0/2] xen: fix bugs in error conditions

2018-02-26 Thread Amit Shah
Hello, These bugs were found during code review. Details in the commits. Please review and apply. CC: Roger Pau Monné CC: David Vrabel CC: Boris Ostrovsky CC: Eduardo Valentin CC: Juergen Gross CC: Thomas Gleixner CC: "K. Y. Srinivasan" CC: Liu Shuo CC: Anoob Soman Am

[Xen-devel] [PATCH 1/2] xen: fix out-of-bounds irq unbind for MSI message groups

2018-02-26 Thread Amit Shah
Vrabel CC: Boris Ostrovsky CC: Eduardo Valentin CC: Juergen Gross CC: Thomas Gleixner CC: "K. Y. Srinivasan" CC: Liu Shuo CC: Anoob Soman Signed-off-by: Amit Shah --- drivers/xen/events/events_base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/xen/events/events_base.c