[PULL 0/6] s390x patches and dtc update

Thomas Huth posted 6 patches 2 years, 6 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211015091622.1302433-1-thuth@redhat.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Christian Borntraeger <borntraeger@de.ibm.com>, David Hildenbrand <david@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
MAINTAINERS         |  6 ------
dtc                 |  2 +-
hw/s390x/ipl.c      | 12 +++++++++++-
target/s390x/sigp.c | 18 +-----------------
4 files changed, 13 insertions(+), 25 deletions(-)
[PULL 0/6] s390x patches and dtc update
Posted by Thomas Huth 2 years, 6 months ago
 Hi!

The following changes since commit bfd9a76f9c143d450ab5545dedfa74364b39fc56:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' into staging (2021-10-12 06:16:25 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-10-15

for you to fetch changes up to 962fde57b7d573281619cb2b7068d570470ef833:

  dtc: Update to version 1.6.1 (2021-10-14 08:08:11 +0200)

----------------------------------------------------------------
* Check kernel command line size on s390x
* Simplification of one of the SIGP instructions on s390x
* Cornelia stepping down as maintainer in some subsystems
* Update the dtc submodule to a proper release version

----------------------------------------------------------------
Cornelia Huck (3):
      vfio-ccw: step down as maintainer
      s390x/kvm: step down as maintainer
      s390x virtio-ccw machine: step down as maintainer

Eric Farman (1):
      s390x: sigp: Force Set Architecture to return Invalid Parameter

Marc Hartmayer (1):
      s390x/ipl: check kernel command line size

Thomas Huth (1):
      dtc: Update to version 1.6.1

 MAINTAINERS         |  6 ------
 dtc                 |  2 +-
 hw/s390x/ipl.c      | 12 +++++++++++-
 target/s390x/sigp.c | 18 +-----------------
 4 files changed, 13 insertions(+), 25 deletions(-)


Re: [PULL 0/6] s390x patches and dtc update
Posted by Richard Henderson 2 years, 6 months ago
On 10/15/21 2:16 AM, Thomas Huth wrote:
>   Hi!
> 
> The following changes since commit bfd9a76f9c143d450ab5545dedfa74364b39fc56:
> 
>    Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' into staging (2021-10-12 06:16:25 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2021-10-15
> 
> for you to fetch changes up to 962fde57b7d573281619cb2b7068d570470ef833:
> 
>    dtc: Update to version 1.6.1 (2021-10-14 08:08:11 +0200)
> 
> ----------------------------------------------------------------
> * Check kernel command line size on s390x
> * Simplification of one of the SIGP instructions on s390x
> * Cornelia stepping down as maintainer in some subsystems
> * Update the dtc submodule to a proper release version
> 
> ----------------------------------------------------------------
> Cornelia Huck (3):
>        vfio-ccw: step down as maintainer
>        s390x/kvm: step down as maintainer
>        s390x virtio-ccw machine: step down as maintainer
> 
> Eric Farman (1):
>        s390x: sigp: Force Set Architecture to return Invalid Parameter
> 
> Marc Hartmayer (1):
>        s390x/ipl: check kernel command line size
> 
> Thomas Huth (1):
>        dtc: Update to version 1.6.1
> 
>   MAINTAINERS         |  6 ------
>   dtc                 |  2 +-
>   hw/s390x/ipl.c      | 12 +++++++++++-
>   target/s390x/sigp.c | 18 +-----------------
>   4 files changed, 13 insertions(+), 25 deletions(-)

Applied, thanks.

r~