qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Last call for release-critical fixes for 2.3...
@ 2015-04-08 15:20 Peter Maydell
  2015-04-08 17:48 ` John Snow
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Maydell @ 2015-04-08 15:20 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Paolo Bonzini, Stefan Hajnoczi

It looks like we have perhaps only a few more issues which need fixes
to go into 2.3, so what I'd like to do is hold rc3 until we have them
all fixed and then roll an rc3 which will with luck be our final
release (bar the version number).

Can people reply to this mail if they have things that need to go in?
So far I know about:
 * Stefan intends to submit a pullreq with a few patches tomorrow
 * some patches from Dirk to use memory_region_allocate_system_memory
   (though we've had several releases with this regression so it's
   not a huge deal if these don't make it)

Anything else?

thanks
-- PMM

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

* Re: [Qemu-devel] Last call for release-critical fixes for 2.3...
  2015-04-08 15:20 [Qemu-devel] Last call for release-critical fixes for 2.3 Peter Maydell
@ 2015-04-08 17:48 ` John Snow
  2015-04-09  9:08   ` Stefan Hajnoczi
  2015-04-08 18:10 ` Andreas Färber
  2015-04-13 12:20 ` Peter Maydell
  2 siblings, 1 reply; 7+ messages in thread
From: John Snow @ 2015-04-08 17:48 UTC (permalink / raw)
  To: Peter Maydell, QEMU Developers; +Cc: Paolo Bonzini, Stefan Hajnoczi



On 04/08/2015 11:20 AM, Peter Maydell wrote:
> It looks like we have perhaps only a few more issues which need fixes
> to go into 2.3, so what I'd like to do is hold rc3 until we have them
> all fixed and then roll an rc3 which will with luck be our final
> release (bar the version number).
>
> Can people reply to this mail if they have things that need to go in?
> So far I know about:
>   * Stefan intends to submit a pullreq with a few patches tomorrow
>   * some patches from Dirk to use memory_region_allocate_system_memory
>     (though we've had several releases with this regression so it's
>     not a huge deal if these don't make it)
>
> Anything else?
>
> thanks
> -- PMM
>

I am still working on testing it, but I think '[Qemu-devel] [PATCH] aio: 
strengthen memory barriers for bottom half scheduling' is likely 
something that should go in rc3 if it is to be our final RC.

I am seeing a lot more missed completion notifications in my testing 
right now than I have even a month ago, so I am a little concerned.

I'm trying to reproduce with this patch /right now/ to confirm it fixes 
my problem; it at least fixes Paul Leveille's.

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

* Re: [Qemu-devel] Last call for release-critical fixes for 2.3...
  2015-04-08 15:20 [Qemu-devel] Last call for release-critical fixes for 2.3 Peter Maydell
  2015-04-08 17:48 ` John Snow
@ 2015-04-08 18:10 ` Andreas Färber
  2015-04-10 13:46   ` Peter Maydell
  2015-04-13 12:20 ` Peter Maydell
  2 siblings, 1 reply; 7+ messages in thread
From: Andreas Färber @ 2015-04-08 18:10 UTC (permalink / raw)
  To: Peter Maydell, QEMU Developers, Alistair Francis
  Cc: Paolo Bonzini, Stefan Hajnoczi

Am 08.04.2015 um 17:20 schrieb Peter Maydell:
> It looks like we have perhaps only a few more issues which need fixes
> to go into 2.3, so what I'd like to do is hold rc3 until we have them
> all fixed and then roll an rc3 which will with luck be our final
> release (bar the version number).
> 
> Can people reply to this mail if they have things that need to go in?
> So far I know about:
>  * Stefan intends to submit a pullreq with a few patches tomorrow
>  * some patches from Dirk to use memory_region_allocate_system_memory
>    (though we've had several releases with this regression so it's
>    not a huge deal if these don't make it)
> 
> Anything else?

I noticed (through a recent build-after-update failure) that the
Netduino2 machine is using a QOM type *_soc and wanted to fix that...
Don't find my patch right now, will post a new one then.

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)

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

* Re: [Qemu-devel] Last call for release-critical fixes for 2.3...
  2015-04-08 17:48 ` John Snow
@ 2015-04-09  9:08   ` Stefan Hajnoczi
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Hajnoczi @ 2015-04-09  9:08 UTC (permalink / raw)
  To: John Snow; +Cc: Peter Maydell, QEMU Developers, Paolo Bonzini

[-- Attachment #1: Type: text/plain, Size: 1335 bytes --]

On Wed, Apr 08, 2015 at 01:48:25PM -0400, John Snow wrote:
> 
> 
> On 04/08/2015 11:20 AM, Peter Maydell wrote:
> >It looks like we have perhaps only a few more issues which need fixes
> >to go into 2.3, so what I'd like to do is hold rc3 until we have them
> >all fixed and then roll an rc3 which will with luck be our final
> >release (bar the version number).
> >
> >Can people reply to this mail if they have things that need to go in?
> >So far I know about:
> >  * Stefan intends to submit a pullreq with a few patches tomorrow
> >  * some patches from Dirk to use memory_region_allocate_system_memory
> >    (though we've had several releases with this regression so it's
> >    not a huge deal if these don't make it)
> >
> >Anything else?
> >
> >thanks
> >-- PMM
> >
> 
> I am still working on testing it, but I think '[Qemu-devel] [PATCH] aio:
> strengthen memory barriers for bottom half scheduling' is likely something
> that should go in rc3 if it is to be our final RC.
> 
> I am seeing a lot more missed completion notifications in my testing right
> now than I have even a month ago, so I am a little concerned.
> 
> I'm trying to reproduce with this patch /right now/ to confirm it fixes my
> problem; it at least fixes Paul Leveille's.

That is included in my pull request.

Stefan

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

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

* Re: [Qemu-devel] Last call for release-critical fixes for 2.3...
  2015-04-08 18:10 ` Andreas Färber
@ 2015-04-10 13:46   ` Peter Maydell
  2015-04-10 14:38     ` Andreas Färber
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Maydell @ 2015-04-10 13:46 UTC (permalink / raw)
  To: Andreas Färber
  Cc: Paolo Bonzini, QEMU Developers, Stefan Hajnoczi, Alistair Francis

On 8 April 2015 at 19:10, Andreas Färber <afaerber@suse.de> wrote:
> Am 08.04.2015 um 17:20 schrieb Peter Maydell:
>> It looks like we have perhaps only a few more issues which need fixes
>> to go into 2.3, so what I'd like to do is hold rc3 until we have them
>> all fixed and then roll an rc3 which will with luck be our final
>> release (bar the version number).
>>
>> Can people reply to this mail if they have things that need to go in?

> I noticed (through a recent build-after-update failure) that the
> Netduino2 machine is using a QOM type *_soc and wanted to fix that...
> Don't find my patch right now, will post a new one then.

Did you find time to write a patch for this? I think that other
than this all the things I have on my must-fix-for-2.3 list have
patches on-list, so I'm optimistically thinking we could roll rc3
start of next week-ish...

thanks
-- PMM

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

* Re: [Qemu-devel] Last call for release-critical fixes for 2.3...
  2015-04-10 13:46   ` Peter Maydell
@ 2015-04-10 14:38     ` Andreas Färber
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Färber @ 2015-04-10 14:38 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Paolo Bonzini, QEMU Developers, Stefan Hajnoczi, Alistair Francis

Am 10.04.2015 um 15:46 schrieb Peter Maydell:
> On 8 April 2015 at 19:10, Andreas Färber <afaerber@suse.de> wrote:
>> Am 08.04.2015 um 17:20 schrieb Peter Maydell:
>>> It looks like we have perhaps only a few more issues which need fixes
>>> to go into 2.3, so what I'd like to do is hold rc3 until we have them
>>> all fixed and then roll an rc3 which will with luck be our final
>>> release (bar the version number).
>>>
>>> Can people reply to this mail if they have things that need to go in?
> 
>> I noticed (through a recent build-after-update failure) that the
>> Netduino2 machine is using a QOM type *_soc and wanted to fix that...
>> Don't find my patch right now, will post a new one then.
> 
> Did you find time to write a patch for this? I think that other
> than this all the things I have on my must-fix-for-2.3 list have
> patches on-list, so I'm optimistically thinking we could roll rc3
> start of next week-ish...

Sorry, too many worse problems to fix... Sent now.

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)

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

* Re: [Qemu-devel] Last call for release-critical fixes for 2.3...
  2015-04-08 15:20 [Qemu-devel] Last call for release-critical fixes for 2.3 Peter Maydell
  2015-04-08 17:48 ` John Snow
  2015-04-08 18:10 ` Andreas Färber
@ 2015-04-13 12:20 ` Peter Maydell
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Maydell @ 2015-04-13 12:20 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Paolo Bonzini, Stefan Hajnoczi

On 8 April 2015 at 16:20, Peter Maydell <peter.maydell@linaro.org> wrote:
> It looks like we have perhaps only a few more issues which need fixes
> to go into 2.3, so what I'd like to do is hold rc3 until we have them
> all fixed and then roll an rc3 which will with luck be our final
> release (bar the version number).
>
> Can people reply to this mail if they have things that need to go in?

Right, I think that everything that I'm aware of that should be
fixed for 2.3 has now had a fix committed to master, so I'm planning
to tag rc3 this afternoon, and with a little luck we won't find
any other critical bugs in it...

thanks
-- PMM

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

end of thread, other threads:[~2015-04-13 12:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 15:20 [Qemu-devel] Last call for release-critical fixes for 2.3 Peter Maydell
2015-04-08 17:48 ` John Snow
2015-04-09  9:08   ` Stefan Hajnoczi
2015-04-08 18:10 ` Andreas Färber
2015-04-10 13:46   ` Peter Maydell
2015-04-10 14:38     ` Andreas Färber
2015-04-13 12:20 ` Peter Maydell

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