[PULL 0/2] Update linux-headers to v5.18-rc6

Thomas Huth posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220512102942.1134141-1-thuth@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
include/standard-headers/linux/input-event-codes.h |  25 +-
include/standard-headers/linux/virtio_config.h     |   6 +
include/standard-headers/linux/virtio_crypto.h     |  82 ++++-
linux-headers/asm-arm64/kvm.h                      |  16 +
linux-headers/asm-generic/mman-common.h            |   2 +
linux-headers/asm-mips/mman.h                      |   2 +
linux-headers/linux/kvm.h                          |  27 +-
linux-headers/linux/psci.h                         |   4 +
linux-headers/linux/userfaultfd.h                  |   8 +-
linux-headers/linux/vfio.h                         | 406 ++++++++++-----------
linux-headers/linux/vhost.h                        |   7 +
hw/vfio/common.c                                   |   2 +-
hw/vfio/migration.c                                |  19 +-
13 files changed, 377 insertions(+), 229 deletions(-)
[PULL 0/2] Update linux-headers to v5.18-rc6
Posted by Thomas Huth 1 year, 11 months ago
 Hi!

The following changes since commit ec11dc41eec5142b4776db1296972c6323ba5847:

  Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru into staging (2022-05-11 09:00:26 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-05-12

for you to fetch changes up to 98cdec27e4396a2982c85ed148f70770bb6600b4:

  vfio: tolerate migration protocol v1 uapi renames (2022-05-12 11:00:05 +0200)

----------------------------------------------------------------
* Update the linux headers to v5.18-rc6 (required for multiple patch
  series that are currently in flight)
* Fix the vfio code to compile again after the header update

I'm sending this as a separate pull request, so that the the patch
series that are currently in flight do not have to deal each time
with the ugly vfio macro rename anymore.

----------------------------------------------------------------
Matthew Rosato (1):
      vfio: tolerate migration protocol v1 uapi renames

Thomas Huth (1):
      linux-headers: Update headers to v5.18-rc6

 include/standard-headers/linux/input-event-codes.h |  25 +-
 include/standard-headers/linux/virtio_config.h     |   6 +
 include/standard-headers/linux/virtio_crypto.h     |  82 ++++-
 linux-headers/asm-arm64/kvm.h                      |  16 +
 linux-headers/asm-generic/mman-common.h            |   2 +
 linux-headers/asm-mips/mman.h                      |   2 +
 linux-headers/linux/kvm.h                          |  27 +-
 linux-headers/linux/psci.h                         |   4 +
 linux-headers/linux/userfaultfd.h                  |   8 +-
 linux-headers/linux/vfio.h                         | 406 ++++++++++-----------
 linux-headers/linux/vhost.h                        |   7 +
 hw/vfio/common.c                                   |   2 +-
 hw/vfio/migration.c                                |  19 +-
 13 files changed, 377 insertions(+), 229 deletions(-)
Re: [PULL 0/2] Update linux-headers to v5.18-rc6
Posted by Thomas Huth 1 year, 11 months ago
On 12/05/2022 12.29, Thomas Huth wrote:
>   Hi!
> 
> The following changes since commit ec11dc41eec5142b4776db1296972c6323ba5847:
> 
>    Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru into staging (2022-05-11 09:00:26 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2022-05-12
> 
> for you to fetch changes up to 98cdec27e4396a2982c85ed148f70770bb6600b4:
> 
>    vfio: tolerate migration protocol v1 uapi renames (2022-05-12 11:00:05 +0200)
> 
> ----------------------------------------------------------------
> * Update the linux headers to v5.18-rc6 (required for multiple patch
>    series that are currently in flight)
> * Fix the vfio code to compile again after the header update
> 
> I'm sending this as a separate pull request, so that the the patch
> series that are currently in flight do not have to deal each time
> with the ugly vfio macro rename anymore.

Replying to the 0/2 header to make sure that this gets seen before it gets 
merged: Please don't merge this series, as Avihai noticed correctly, this 
needs more work first.

  Thomas