mbox series

[qemu,0/2] linux-headers: Update to v5.0-rc2

Message ID 20190116041712.130183-1-aik@ozlabs.ru
Headers show
Series linux-headers: Update to v5.0-rc2 | expand

Message

Alexey Kardashevskiy Jan. 16, 2019, 4:17 a.m. UTC
Here is the update script update and what it did to the v5.0-rc2 kernel.

This is based on sha1
a0a8bff Greg Kurz "target/ppc/kvm: Drop useless include directive".

Please comment. Thanks.



Alexey Kardashevskiy (2):
  update-linux-headers.sh: Copy new headers
  linux-headers: Update to v5.0-rc2

 include/standard-headers/drm/drm_fourcc.h     |   63 +
 include/standard-headers/linux/ethtool.h      |   19 +-
 .../linux/input-event-codes.h                 |   19 +
 include/standard-headers/linux/pci_regs.h     |    1 +
 .../standard-headers/linux/virtio_balloon.h   |    8 +
 include/standard-headers/linux/virtio_blk.h   |   54 +
 .../standard-headers/linux/virtio_config.h    |    3 +
 include/standard-headers/linux/virtio_gpu.h   |   18 +
 include/standard-headers/linux/virtio_ring.h  |   52 +
 linux-headers/asm-arm/unistd-common.h         |    1 +
 linux-headers/asm-arm64/unistd.h              |    1 +
 linux-headers/asm-generic/unistd.h            |   10 +-
 linux-headers/asm-mips/sgidefs.h              |    8 -
 linux-headers/asm-mips/unistd.h               | 1074 +----------------
 linux-headers/asm-mips/unistd_n32.h           |  338 ++++++
 linux-headers/asm-mips/unistd_n64.h           |  334 +++++
 linux-headers/asm-mips/unistd_o32.h           |  374 ++++++
 linux-headers/asm-powerpc/unistd.h            |  389 +-----
 linux-headers/asm-powerpc/unistd_32.h         |  381 ++++++
 linux-headers/asm-powerpc/unistd_64.h         |  372 ++++++
 linux-headers/linux/kvm.h                     |   29 +
 linux-headers/linux/vfio.h                    |   92 ++
 linux-headers/linux/vhost.h                   |  113 +-
 linux-headers/linux/vhost_types.h             |  128 ++
 scripts/update-linux-headers.sh               |   11 +-
 25 files changed, 2302 insertions(+), 1590 deletions(-)
 create mode 100644 linux-headers/asm-mips/unistd_n32.h
 create mode 100644 linux-headers/asm-mips/unistd_n64.h
 create mode 100644 linux-headers/asm-mips/unistd_o32.h
 create mode 100644 linux-headers/asm-powerpc/unistd_32.h
 create mode 100644 linux-headers/asm-powerpc/unistd_64.h
 create mode 100644 linux-headers/linux/vhost_types.h

Comments

Cornelia Huck Jan. 16, 2019, 11:47 a.m. UTC | #1
On Wed, 16 Jan 2019 15:17:10 +1100
Alexey Kardashevskiy <aik@ozlabs.ru> wrote:

> Here is the update script update and what it did to the v5.0-rc2 kernel.
> 
> This is based on sha1
> a0a8bff Greg Kurz "target/ppc/kvm: Drop useless include directive".
> 
> Please comment. Thanks.

Hm, Paolo had already posted an update to -rc1 (including an update of
the script). Not sure what the status of that one is?

> Alexey Kardashevskiy (2):
>   update-linux-headers.sh: Copy new headers
>   linux-headers: Update to v5.0-rc2
> 
>  include/standard-headers/drm/drm_fourcc.h     |   63 +
>  include/standard-headers/linux/ethtool.h      |   19 +-
>  .../linux/input-event-codes.h                 |   19 +
>  include/standard-headers/linux/pci_regs.h     |    1 +
>  .../standard-headers/linux/virtio_balloon.h   |    8 +
>  include/standard-headers/linux/virtio_blk.h   |   54 +
>  .../standard-headers/linux/virtio_config.h    |    3 +
>  include/standard-headers/linux/virtio_gpu.h   |   18 +
>  include/standard-headers/linux/virtio_ring.h  |   52 +
>  linux-headers/asm-arm/unistd-common.h         |    1 +
>  linux-headers/asm-arm64/unistd.h              |    1 +
>  linux-headers/asm-generic/unistd.h            |   10 +-
>  linux-headers/asm-mips/sgidefs.h              |    8 -
>  linux-headers/asm-mips/unistd.h               | 1074 +----------------
>  linux-headers/asm-mips/unistd_n32.h           |  338 ++++++
>  linux-headers/asm-mips/unistd_n64.h           |  334 +++++
>  linux-headers/asm-mips/unistd_o32.h           |  374 ++++++
>  linux-headers/asm-powerpc/unistd.h            |  389 +-----
>  linux-headers/asm-powerpc/unistd_32.h         |  381 ++++++
>  linux-headers/asm-powerpc/unistd_64.h         |  372 ++++++
>  linux-headers/linux/kvm.h                     |   29 +
>  linux-headers/linux/vfio.h                    |   92 ++
>  linux-headers/linux/vhost.h                   |  113 +-
>  linux-headers/linux/vhost_types.h             |  128 ++
>  scripts/update-linux-headers.sh               |   11 +-
>  25 files changed, 2302 insertions(+), 1590 deletions(-)
>  create mode 100644 linux-headers/asm-mips/unistd_n32.h
>  create mode 100644 linux-headers/asm-mips/unistd_n64.h
>  create mode 100644 linux-headers/asm-mips/unistd_o32.h
>  create mode 100644 linux-headers/asm-powerpc/unistd_32.h
>  create mode 100644 linux-headers/asm-powerpc/unistd_64.h
>  create mode 100644 linux-headers/linux/vhost_types.h
>
Paolo Bonzini Jan. 16, 2019, 11:49 a.m. UTC | #2
On 16/01/19 12:47, Cornelia Huck wrote:
> On Wed, 16 Jan 2019 15:17:10 +1100
> Alexey Kardashevskiy <aik@ozlabs.ru> wrote:
> 
>> Here is the update script update and what it did to the v5.0-rc2 kernel.
>>
>> This is based on sha1
>> a0a8bff Greg Kurz "target/ppc/kvm: Drop useless include directive".
>>
>> Please comment. Thanks.
> 
> Hm, Paolo had already posted an update to -rc1 (including an update of
> the script). Not sure what the status of that one is?

It's queued in my next pull request.

Paolo
Alexey Kardashevskiy Jan. 17, 2019, 12:04 a.m. UTC | #3
On 16/01/2019 22:49, Paolo Bonzini wrote:
> On 16/01/19 12:47, Cornelia Huck wrote:
>> On Wed, 16 Jan 2019 15:17:10 +1100
>> Alexey Kardashevskiy <aik@ozlabs.ru> wrote:
>>
>>> Here is the update script update and what it did to the v5.0-rc2 kernel.
>>>
>>> This is based on sha1
>>> a0a8bff Greg Kurz "target/ppc/kvm: Drop useless include directive".
>>>
>>> Please comment. Thanks.
>>
>> Hm, Paolo had already posted an update to -rc1 (including an update of
>> the script). Not sure what the status of that one is?
> 
> It's queued in my next pull request.

Is this in any publicly available git tree?
Paolo Bonzini Jan. 17, 2019, 10:33 a.m. UTC | #4
On 17/01/19 01:04, Alexey Kardashevskiy wrote:
> 
> 
> On 16/01/2019 22:49, Paolo Bonzini wrote:
>> On 16/01/19 12:47, Cornelia Huck wrote:
>>> On Wed, 16 Jan 2019 15:17:10 +1100
>>> Alexey Kardashevskiy <aik@ozlabs.ru> wrote:
>>>
>>>> Here is the update script update and what it did to the v5.0-rc2 kernel.
>>>>
>>>> This is based on sha1
>>>> a0a8bff Greg Kurz "target/ppc/kvm: Drop useless include directive".
>>>>
>>>> Please comment. Thanks.
>>>
>>> Hm, Paolo had already posted an update to -rc1 (including an update of
>>> the script). Not sure what the status of that one is?
>>
>> It's queued in my next pull request.
> 
> Is this in any publicly available git tree?

No, but I'll shortly start marking queued patches in Patchew and you'll
be able to query them as "query:bonzini".

Paolo
Peter Maydell Jan. 17, 2019, 11:25 a.m. UTC | #5
On Wed, 16 Jan 2019 at 11:54, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On 16/01/19 12:47, Cornelia Huck wrote:
> > On Wed, 16 Jan 2019 15:17:10 +1100
> > Alexey Kardashevskiy <aik@ozlabs.ru> wrote:
> >
> >> Here is the update script update and what it did to the v5.0-rc2 kernel.
> >>
> >> This is based on sha1
> >> a0a8bff Greg Kurz "target/ppc/kvm: Drop useless include directive".
> >>
> >> Please comment. Thanks.
> >
> > Hm, Paolo had already posted an update to -rc1 (including an update of
> > the script). Not sure what the status of that one is?
>
> It's queued in my next pull request.

Does the pullreq also have a fix for the virtio_balloon_get_config()
bug that will manifest when the kernel headers get extra fields
in struct virtio_balloon_config ?

thanks
-- PMM