[PULL 0/2] Misc next patches

Daniel P. Berrangé posted 2 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230725162457.156429-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, "Hongren (Zenithal) Zheng" <i@zenithal.me>, "Canokeys.org" <contact@canokeys.org>, Gerd Hoffmann <kraxel@redhat.com>
crypto/block-luks.c | 4 ++--
hw/usb/canokey.c    | 2 +-
hw/usb/canokey.h    | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
[PULL 0/2] Misc next patches
Posted by Daniel P. Berrangé 9 months, 1 week ago
The following changes since commit a279ca4ea07383314b2d2b2f1d550be9482f148e:

  Merge tag 'pull-target-arm-20230725' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-07-25 12:44:39 +0100)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-next-pull-request

for you to fetch changes up to 0e6b20b9656174e815751cf8b21f5e326148bb99:

  hw/usb/canokey: change license to GPLv2+ (2023-07-25 17:24:12 +0100)

----------------------------------------------------------------
Miscellaneous fixes

 * Switch canokey license from Apache to GPLv2+
 * Fix uninitialized variable in LUKS driver

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

Akihiko Odaki (1):
  crypto: Always initialize splitkeylen

Hongren (Zenithal) Zheng (1):
  hw/usb/canokey: change license to GPLv2+

 crypto/block-luks.c | 4 ++--
 hw/usb/canokey.c    | 2 +-
 hw/usb/canokey.h    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.41.0
Re: [PULL 0/2] Misc next patches
Posted by Peter Maydell 9 months, 1 week ago
On Tue, 25 Jul 2023 at 17:26, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit a279ca4ea07383314b2d2b2f1d550be9482f148e:
>
>   Merge tag 'pull-target-arm-20230725' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-07-25 12:44:39 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/berrange/qemu tags/misc-next-pull-request
>
> for you to fetch changes up to 0e6b20b9656174e815751cf8b21f5e326148bb99:
>
>   hw/usb/canokey: change license to GPLv2+ (2023-07-25 17:24:12 +0100)
>
> ----------------------------------------------------------------
> Miscellaneous fixes
>
>  * Switch canokey license from Apache to GPLv2+
>  * Fix uninitialized variable in LUKS driver

FYI, this just missed rc1, but will go into rc2.

-- PMM