[PULL 0/7] Maintainers 20210811 patches

Gerd Hoffmann posted 7 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210811064128.2776317-1-kraxel@redhat.com
MAINTAINERS | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
[PULL 0/7] Maintainers 20210811 patches
Posted by Gerd Hoffmann 2 years, 8 months ago
The following changes since commit 703e8cd6189cf699c8d5c094bc68b5f3afa6ad71:

  Update version for v6.1.0-rc3 release (2021-08-10 19:08:09 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/maintainers-20210811-pull-request

for you to fetch changes up to a4de5e8a0667e3ee43ca9953ec7fd11ff19f2c92:

  MAINTAINERS: update virtio-gpu entry. (2021-08-11 08:39:16 +0200)

----------------------------------------------------------------
MAINTAINERS: update kraxel's entries.

----------------------------------------------------------------

Gerd Hoffmann (7):
  MAINTAINERS: update edk2 entry.
  MAINTAINERS: update sockets entry.
  MAINTAINERS: update audio entry.
  MAINTAINERS: update spice entry.
  MAINTAINERS: update usb entries.
  MAINTAINERS: update virtio-input entry.
  MAINTAINERS: update virtio-gpu entry.

 MAINTAINERS | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

-- 
2.31.1



Re: [PULL 0/7] Maintainers 20210811 patches
Posted by Peter Maydell 2 years, 8 months ago
On Wed, 11 Aug 2021 at 07:44, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 703e8cd6189cf699c8d5c094bc68b5f3afa6ad71:
>
>   Update version for v6.1.0-rc3 release (2021-08-10 19:08:09 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/maintainers-20210811-pull-request
>
> for you to fetch changes up to a4de5e8a0667e3ee43ca9953ec7fd11ff19f2c92:
>
>   MAINTAINERS: update virtio-gpu entry. (2021-08-11 08:39:16 +0200)
>
> ----------------------------------------------------------------
> MAINTAINERS: update kraxel's entries.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM

Re: [PULL 0/7] Maintainers 20210811 patches
Posted by Peter Maydell 2 years, 8 months ago
On Wed, 11 Aug 2021 at 07:44, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 703e8cd6189cf699c8d5c094bc68b5f3afa6ad71:
>
>   Update version for v6.1.0-rc3 release (2021-08-10 19:08:09 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/maintainers-20210811-pull-request
>
> for you to fetch changes up to a4de5e8a0667e3ee43ca9953ec7fd11ff19f2c92:
>
>   MAINTAINERS: update virtio-gpu entry. (2021-08-11 08:39:16 +0200)
>
> ----------------------------------------------------------------
> MAINTAINERS: update kraxel's entries.
>
> ----------------------------------------------------------------

I'll keep this in my list in case we need to roll an rc4, but
if we are able to release 6.1 without needing another rc then
I'll just hold this over until we reopen trunk for 6.2.

thanks
-- PMM

Re: [PULL 0/7] Maintainers 20210811 patches
Posted by Philippe Mathieu-Daudé 2 years, 8 months ago
Hi Peter,

On 8/11/21 2:58 PM, Peter Maydell wrote:
> On Wed, 11 Aug 2021 at 07:44, Gerd Hoffmann <kraxel@redhat.com> wrote:
>>
>> The following changes since commit 703e8cd6189cf699c8d5c094bc68b5f3afa6ad71:
>>
>>   Update version for v6.1.0-rc3 release (2021-08-10 19:08:09 +0100)
>>
>> are available in the Git repository at:
>>
>>   git://git.kraxel.org/qemu tags/maintainers-20210811-pull-request
>>
>> for you to fetch changes up to a4de5e8a0667e3ee43ca9953ec7fd11ff19f2c92:
>>
>>   MAINTAINERS: update virtio-gpu entry. (2021-08-11 08:39:16 +0200)
>>
>> ----------------------------------------------------------------
>> MAINTAINERS: update kraxel's entries.
>>
>> ----------------------------------------------------------------
> 
> I'll keep this in my list in case we need to roll an rc4, but
> if we are able to release 6.1 without needing another rc then
> I'll just hold this over until we reopen trunk for 6.2.

I recently had a bad experience while bisecting over commit
3e13d8e34b5 (based on v6.0.0-rc4, merged after v6.0.0), git
was failing as:

  Some good revs are not ancestors of the bad rev.
  git bisect cannot work properly in this case.

I never understood why this commit in particular, but it broke
automatic bisection. I doubt simple MAINTAINERS changes annoy
us, but such trouble could be avoided if we ask maintainers to
base their pull requests on latest release tag (not the rc ones).
Just my 2 cents anyway ;)

Regards,

Phil.