mbox

[PULL,0/2] NBD patches for 6.2-rc1, 2021-11-16

Message ID 20211116165408.751417-1-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-11-16

Message

Eric Blake Nov. 16, 2021, 4:54 p.m. UTC
The following changes since commit 9f0f846465d4c52ce9857787e947dffb64367fae:

  Merge tag 'machine-core-20211115' of https://github.com/philmd/qemu into staging (2021-11-16 12:50:27 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-11-16

for you to fetch changes up to 3d212b41e9ccb3f37d04f22c59a960bac099c1d4:

  nbd/server: Add --selinux-label option (2021-11-16 10:16:38 -0600)

----------------------------------------------------------------
nbd patches for 2021-11-16

- Rich Jones: Add 'qemu-nbd --selinux-label' option for running Unix
  socket with appropriate SELinux labeling
- Eric Blake: Address clang sanitizer warning

----------------------------------------------------------------
Eric Blake (1):
      nbd/server: Silence clang sanitizer warning

Richard W.M. Jones (1):
      nbd/server: Add --selinux-label option

 meson.build                                       | 10 ++++-
 nbd/server.c                                      | 13 +++++--
 qemu-nbd.c                                        | 46 +++++++++++++++++++++++
 meson_options.txt                                 |  3 ++
 scripts/meson-buildoptions.sh                     |  3 ++
 tests/docker/dockerfiles/centos8.docker           |  1 +
 tests/docker/dockerfiles/fedora-i386-cross.docker |  1 +
 tests/docker/dockerfiles/fedora.docker            |  1 +
 tests/docker/dockerfiles/opensuse-leap.docker     |  1 +
 tests/docker/dockerfiles/ubuntu1804.docker        |  1 +
 tests/docker/dockerfiles/ubuntu2004.docker        |  1 +
 11 files changed, 76 insertions(+), 5 deletions(-)

Comments

Richard Henderson Nov. 16, 2021, 8:04 p.m. UTC | #1
On 11/16/21 5:54 PM, Eric Blake wrote:
> The following changes since commit 9f0f846465d4c52ce9857787e947dffb64367fae:
> 
>    Merge tag 'machine-core-20211115' of https://github.com/philmd/qemu into staging (2021-11-16 12:50:27 +0100)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-11-16
> 
> for you to fetch changes up to 3d212b41e9ccb3f37d04f22c59a960bac099c1d4:
> 
>    nbd/server: Add --selinux-label option (2021-11-16 10:16:38 -0600)
> 
> ----------------------------------------------------------------
> nbd patches for 2021-11-16
> 
> - Rich Jones: Add 'qemu-nbd --selinux-label' option for running Unix
>    socket with appropriate SELinux labeling
> - Eric Blake: Address clang sanitizer warning
> 
> ----------------------------------------------------------------
> Eric Blake (1):
>        nbd/server: Silence clang sanitizer warning
> 
> Richard W.M. Jones (1):
>        nbd/server: Add --selinux-label option
> 
>   meson.build                                       | 10 ++++-
>   nbd/server.c                                      | 13 +++++--
>   qemu-nbd.c                                        | 46 +++++++++++++++++++++++
>   meson_options.txt                                 |  3 ++
>   scripts/meson-buildoptions.sh                     |  3 ++
>   tests/docker/dockerfiles/centos8.docker           |  1 +
>   tests/docker/dockerfiles/fedora-i386-cross.docker |  1 +
>   tests/docker/dockerfiles/fedora.docker            |  1 +
>   tests/docker/dockerfiles/opensuse-leap.docker     |  1 +
>   tests/docker/dockerfiles/ubuntu1804.docker        |  1 +
>   tests/docker/dockerfiles/ubuntu2004.docker        |  1 +
>   11 files changed, 76 insertions(+), 5 deletions(-)

Applied, thanks.


r~