From: Peter Maydell <peter.maydell@linaro.org>
To: QEMU Developers <qemu-devel@nongnu.org>
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>,
"Patch Tracking" <patches@linaro.org>,
"Anthony Liguori" <aliguori@amazon.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Andreas Färber" <afaerber@suse.de>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v2 0/4] relicense QEMU softfloat from 2b to to 2a
Date: Mon, 26 Jan 2015 10:44:08 +0000 [thread overview]
Message-ID: <CAFEAcA9CNnxfiO=5mt2HGqEjsJD2ogBeEnFq56q1M910fLC-rw@mail.gmail.com> (raw)
In-Reply-To: <1421073508-23909-1-git-send-email-peter.maydell@linaro.org>
Ping for review of this v2 (for code, if you like, but primarily
for methodology and sanity of the relicensing; we can always fix
code bugs later).
We really need to get this sorted out for the next release.
I am very strongly tempted to say that I'm just going to stop
processing pull requests until we can get this series reviewed
and into master...
-- PMM
On 12 January 2015 at 14:38, Peter Maydell <peter.maydell@linaro.org> wrote:
> Hi; as you may be aware, we discovered some time back that
> the license of SoftFloat-2b is claimed to be GPLv2 incompatible by
> the FSF due to an indemnification clause. The previous release,
> SoftFloat-2a, did not contain this clause. We're therefore switching
> to the -2a release and relicensing (or reverting and reimplementing)
> all subsequent commits by QEMU contributors.
>
> Last time around we were able to collect acks for the relicensing
> from almost all contributors, so thanks to all of you. This patchset
> aims to complete the process by applying the relicensing patch and
> providing reimplemented code for the handful of commits that had to
> be reverted.
>
> The patch switching from upstream's SoftFloat-2b to -2a is
> constructed in the same way Anthony Liguori used in 2013:
> * diff commit 158142c2 against SoftFloat-2b to separate out the
> changes made by Fabrice as part of the import
> * copy over the SoftFloat-2a versions of the files instead
> * apply some mechanical transformations (line endings, block comment style)
> * re-apply Fabrice's patches
> * diff this endpoint against 158142c2 to give a 2b-to-2a relicensing patch
> * apply that to current master
>
> Following this change are a set of patches which revert and reimplement
> the only four commits in the tree which are still relevant and for which
> we could not get acks for relicensing.
>
> Finally there's a patch which adds comments to the top of each
> affected file clarifying the new licensing status (where the files
> contain portions under variously SoftFloat-2a, BSD and GPLv2+
> licenses) and specifying the default license for new contributions (so
> we don't have to keep asking patch submitters to specify it). I've
> applied the Acked-by tags from the 2013 round to this patch as it
> seemed the most appropriate place. (Those acks should thus be taken to
> indicate approval for the relicensing rather than necessarily
> specifically for the wording choice.)
>
> I have updated the tarball at:
> http://people.linaro.org/~peter.maydell/softfloat-relicensing-proposed.tar.gz
> which describes in detail how the patchset was produced, including
> copies of upstream's pristine 2a and 2b tarballs, the commands for
> regenerating the "relicense" patch, and copies of the ack-emails.
> It also has the 'revert' and 'reimplement' patches as separate non-squashed
> patches.
>
> Changes v1->v2:
> * fixed the bad values of NaN constants in the reimplemented code
> * squashed the 'revert' and 'reimplement' patches together to avoid
> bisection breaks
> * use SF2a for new contributions, not GPLv2+ (as discussed in review)
>
> Peter Maydell (4):
> softfloat: Apply patch corresponding to rebasing to softfloat-2a
> softfloat: Revert and reimplement remaining portions of 75d62a5856 and
> 3430b0be36f
> softfloat: Revert and reimplement remaining parts of b645bb4885 and
> 5a6932d51d
> softfloat: Clarify license status
>
> fpu/softfloat-macros.h | 86 ++++++++++++++++-----
> fpu/softfloat-specialize.h | 135 +++++++++++++++++++++-----------
> fpu/softfloat.c | 186 +++++++++++++++++++++++++++++++--------------
> include/fpu/softfloat.h | 84 +++++++++++++++-----
> 4 files changed, 349 insertions(+), 142 deletions(-)
>
> --
> 1.9.1
next prev parent reply other threads:[~2015-01-26 10:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-12 14:38 [Qemu-devel] [PATCH v2 0/4] relicense QEMU softfloat from 2b to to 2a Peter Maydell
2015-01-12 14:38 ` [Qemu-devel] [PATCH v2 1/4] softfloat: Apply patch corresponding to rebasing to softfloat-2a Peter Maydell
2015-01-12 14:38 ` [Qemu-devel] [PATCH v2 2/4] softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36f Peter Maydell
2015-01-12 14:38 ` [Qemu-devel] [PATCH v2 3/4] softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51d Peter Maydell
2015-01-29 16:46 ` Peter Maydell
2015-01-12 14:38 ` [Qemu-devel] [PATCH v2 4/4] softfloat: Clarify license status Peter Maydell
2015-01-26 10:44 ` Peter Maydell [this message]
2015-01-26 11:21 ` [Qemu-devel] [PATCH v2 0/4] relicense QEMU softfloat from 2b to to 2a Paolo Bonzini
2015-01-26 11:23 ` Peter Maydell
2015-01-29 18:22 ` Peter Maydell
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='CAFEAcA9CNnxfiO=5mt2HGqEjsJD2ogBeEnFq56q1M910fLC-rw@mail.gmail.com' \
--to=peter.maydell@linaro.org \
--cc=afaerber@suse.de \
--cc=aliguori@amazon.com \
--cc=aurelien@aurel32.net \
--cc=macro@linux-mips.org \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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 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).