From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Stefan Weil <sw@weilnetz.de>, Leon Alrae <leon.alrae@imgtec.com>,
QEMU Developers <qemu-devel@nongnu.org>,
Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [PATCH] target-mips: fix call to memset in soft reset code
Date: Thu, 12 May 2016 09:40:21 +0200 [thread overview]
Message-ID: <57343365.3020603@de.ibm.com> (raw)
In-Reply-To: <CAFEAcA9mNgy-S17dtgQEQD27SZKTuFFGcRRPoppwyNktAuqDig@mail.gmail.com>
On 05/12/2016 12:41 AM, Peter Maydell wrote:
> On 11 May 2016 at 20:28, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
>> On 05/09/2016 07:57 PM, Peter Maydell wrote:
>>> On 9 May 2016 at 18:55, Peter Maydell <peter.maydell@linaro.org> wrote:
>>>> On 9 May 2016 at 18:53, Stefan Weil <sw@weilnetz.de> wrote:
>>>>> I suggest to apply this patch to 2.6, if this is still possible
>>>>
>>>> It is not; sorry.
>>
>> I think we have delayed 2.6 already far too long (so please release)
>> but
>
> Already done :-)
>
>>> Note that it's only an error if you're building with -Werror, and
>>> releases don't default to -Werror, so users using released QEMU 2.6
>>> shouldn't hit this even with the newer gcc. Developers developing
>>> on trunk shouldn't be unduly inconvenienced if the commit fixing it
>>> is post-2.6-release rather than the actual release.
>>
>> to me it looks like that this is not a compile time error, instead we
>> really do not memset a variable that we are supposed to memset.
>> the only reason to not consider it for 2.6 is that its is really old
>> and it did not seem to cause harm.
>
> Yes, it is both a code bug and a compile error, but the former
> has been present for many releases so is not a regression, and
> the latter is only an error if you're building with -Werror.
> So in my view it's the kind of bug we'd certainly fix at about
> rc3 or so, but not a bug which is "release critical showstopper".
Maybe a topic for this years QEMU summit could be to talk about
release process and release criterias.
We could
a: allow more patches , e.g. I thing that this patch would be have
been taken in the Linux kernel a day before the release, see for
example what is applied 4 days before a release as network fixes:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4d8bbbff1227bbb27fdb02b6db17f080c06eedad
22 files changed, 258 insertions, 86 deletions
b: as we are strict and only apply hand selected patches, regressions are
very unlikely, so we could release sooner. For example the CVE fixes could
have just been taken and rc5 being released as final. (which we did anyway
but 3 days later)
c: we consider everything fine and keep the process
d: better ideas
next prev parent reply other threads:[~2016-05-12 7:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-09 16:44 [Qemu-devel] [PATCH] target-mips: fix call to memset in soft reset code Aurelien Jarno
2016-05-09 17:53 ` Stefan Weil
2016-05-09 17:55 ` Peter Maydell
2016-05-09 17:57 ` Peter Maydell
2016-05-11 19:28 ` Christian Borntraeger
2016-05-11 22:41 ` Peter Maydell
2016-05-12 7:40 ` Christian Borntraeger [this message]
2016-05-12 8:04 ` Peter Maydell
2016-05-12 8:06 ` Cornelia Huck
2016-05-12 8:16 ` Christian Borntraeger
2016-05-12 11:45 ` Leon Alrae
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57343365.3020603@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=aurelien@aurel32.net \
--cc=leon.alrae@imgtec.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.