[PULL 0/2] Block patches for 6.1-rc3

Hanna Reitz posted 2 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210809170319.740284-1-hreitz@redhat.com
block/export/fuse.c              | 8 ++++++--
tests/qemu-iotests/233           | 2 +-
tests/qemu-iotests/233.out       | 4 ++--
tests/qemu-iotests/common.filter | 5 +++++
4 files changed, 14 insertions(+), 5 deletions(-)
[PULL 0/2] Block patches for 6.1-rc3
Posted by Hanna Reitz 2 years, 9 months ago
Hi Peter,

Let me prefix this by saying that it's me, Max.  I've changed my name
and email address.  I understand freeze may not be the best of times for
this, but it looks like I can no longer send mails from the mreitz@
address for now (only receive them).

I've tried to create and sign the tag as Max, so I hope this pull
request won't run into any issues from that perspective.

(For the future, I'll create a new key and hope signing it with my old
key will make it sufficiently trustworthy...)


The following changes since commit 632eda54043d6f26ff87dac16233e14b4708b967:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-09 11:04:27 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2021-08-09

for you to fetch changes up to a6d2bb25cf945cd16f29a575055c6f1a1f9cf6c9:

  tests: filter out TLS distinguished name in certificate checks (2021-08-09 17:32:43 +0200)

----------------------------------------------------------------
Block patches for 6.1-rc3:
- Build fix for FUSE block exports
- iotest 233 fix

----------------------------------------------------------------
Daniel P. Berrangé (1):
  tests: filter out TLS distinguished name in certificate checks

Fabrice Fontaine (1):
  block/export/fuse.c: fix musl build

 block/export/fuse.c              | 8 ++++++--
 tests/qemu-iotests/233           | 2 +-
 tests/qemu-iotests/233.out       | 4 ++--
 tests/qemu-iotests/common.filter | 5 +++++
 4 files changed, 14 insertions(+), 5 deletions(-)

-- 
2.31.1


Re: [PULL 0/2] Block patches for 6.1-rc3
Posted by Peter Maydell 2 years, 9 months ago
On Mon, 9 Aug 2021 at 18:03, Hanna Reitz <hreitz@redhat.com> wrote:
>
> Hi Peter,
>
> Let me prefix this by saying that it's me, Max.  I've changed my name
> and email address.  I understand freeze may not be the best of times for
> this, but it looks like I can no longer send mails from the mreitz@
> address for now (only receive them).
>
> I've tried to create and sign the tag as Max, so I hope this pull
> request won't run into any issues from that perspective.
>
> (For the future, I'll create a new key and hope signing it with my old
> key will make it sufficiently trustworthy...)
>
>
> The following changes since commit 632eda54043d6f26ff87dac16233e14b4708b967:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-09 11:04:27 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/XanClic/qemu.git tags/pull-block-2021-08-09
>
> for you to fetch changes up to a6d2bb25cf945cd16f29a575055c6f1a1f9cf6c9:
>
>   tests: filter out TLS distinguished name in certificate checks (2021-08-09 17:32:43 +0200)
>
> ----------------------------------------------------------------
> Block patches for 6.1-rc3:
> - Build fix for FUSE block exports
> - iotest 233 fix
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM

Re: [PULL 0/2] Block patches for 6.1-rc3
Posted by Peter Maydell 2 years, 9 months ago
On Mon, 9 Aug 2021 at 18:03, Hanna Reitz <hreitz@redhat.com> wrote:
>
> Hi Peter,
>
> Let me prefix this by saying that it's me, Max.  I've changed my name
> and email address.  I understand freeze may not be the best of times for
> this, but it looks like I can no longer send mails from the mreitz@
> address for now (only receive them).
>
> I've tried to create and sign the tag as Max, so I hope this pull
> request won't run into any issues from that perspective.
>
> (For the future, I'll create a new key and hope signing it with my old
> key will make it sufficiently trustworthy...)

Yep, that's fine. This pullreq is going through OK (will send the
usual applied/errors email once the builds have completed). I'm happy
to treat signed-by-old-key as trusted enough. (In fact we already
are working basically on trust-on-first-use for new keys, but if
you're OK with signing your new key with the old one that does
simplify things a bit.)

Do you plan to send a patch to MAINTAINERS ? It has some
mreitz@redhat lines in it currently.

thanks
-- PMM

Re: [PULL 0/2] Block patches for 6.1-rc3
Posted by Hanna Reitz 2 years, 9 months ago
On 09.08.21 20:43, Peter Maydell wrote:
> On Mon, 9 Aug 2021 at 18:03, Hanna Reitz <hreitz@redhat.com> wrote:
>> Hi Peter,
>>
>> Let me prefix this by saying that it's me, Max.  I've changed my name
>> and email address.  I understand freeze may not be the best of times for
>> this, but it looks like I can no longer send mails from the mreitz@
>> address for now (only receive them).
>>
>> I've tried to create and sign the tag as Max, so I hope this pull
>> request won't run into any issues from that perspective.
>>
>> (For the future, I'll create a new key and hope signing it with my old
>> key will make it sufficiently trustworthy...)
> Yep, that's fine. This pullreq is going through OK (will send the
> usual applied/errors email once the builds have completed). I'm happy
> to treat signed-by-old-key as trusted enough. (In fact we already
> are working basically on trust-on-first-use for new keys, but if
> you're OK with signing your new key with the old one that does
> simplify things a bit.)

Great!

> Do you plan to send a patch to MAINTAINERS ? It has some
> mreitz@redhat lines in it currently.

Yes, I do.

Hanna