[Qemu-devel] [PATCH v5 0/3] linux-headers: arch fixups

Michael S. Tsirkin posted 3 patches 7 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
linux-headers/asm-arm/bitsperlong.h     |   1 +
linux-headers/asm-arm64/bitsperlong.h   |  24 +
linux-headers/asm-generic/bitsperlong.h |  16 +
linux-headers/asm-generic/unistd.h      | 944 ++++++++++++++++++++++++++++++++
linux-headers/asm-mips/bitsperlong.h    |   9 +
linux-headers/asm-mips/kvm.h            |  25 +-
linux-headers/asm-mips/sgidefs.h        |  45 ++
linux-headers/asm-mips/unistd.h         |  44 +-
linux-headers/asm-powerpc/bitsperlong.h |  13 +
linux-headers/asm-s390/bitsperlong.h    |  14 +
linux-headers/asm-x86/bitsperlong.h     |  14 +
scripts/update-linux-headers.sh         |  22 +-
12 files changed, 1156 insertions(+), 15 deletions(-)
create mode 100644 linux-headers/asm-arm/bitsperlong.h
create mode 100644 linux-headers/asm-arm64/bitsperlong.h
create mode 100644 linux-headers/asm-generic/bitsperlong.h
create mode 100644 linux-headers/asm-generic/unistd.h
create mode 100644 linux-headers/asm-mips/bitsperlong.h
create mode 100644 linux-headers/asm-mips/sgidefs.h
create mode 100644 linux-headers/asm-powerpc/bitsperlong.h
create mode 100644 linux-headers/asm-s390/bitsperlong.h
create mode 100644 linux-headers/asm-x86/bitsperlong.h
[Qemu-devel] [PATCH v5 0/3] linux-headers: arch fixups
Posted by Michael S. Tsirkin 7 years, 9 months ago
It turns out that we have unistd.h and kvm headers for some
architectures but not others.  We are thus unable to use e.g. usefaultfd
on these systems unless system headers have been updated.

Fix up update-linux-headers.sh to make sure we auto-updates
all architectures which have linux-headers/
(unfortunately this still does not mean "all linux systems").

Tested on x86 only.

Pls consider merging this through the ARM tree.

changes from v4:
    dropped s390 chunks - already upstream

Michael S. Tsirkin (3):
  update-linux-headers.sh: unistd.h, kvm consistency
  linux-headers: add unistd.h on all arches
  linux-headers: add kvm header for mips

 linux-headers/asm-arm/bitsperlong.h     |   1 +
 linux-headers/asm-arm64/bitsperlong.h   |  24 +
 linux-headers/asm-generic/bitsperlong.h |  16 +
 linux-headers/asm-generic/unistd.h      | 944 ++++++++++++++++++++++++++++++++
 linux-headers/asm-mips/bitsperlong.h    |   9 +
 linux-headers/asm-mips/kvm.h            |  25 +-
 linux-headers/asm-mips/sgidefs.h        |  45 ++
 linux-headers/asm-mips/unistd.h         |  44 +-
 linux-headers/asm-powerpc/bitsperlong.h |  13 +
 linux-headers/asm-s390/bitsperlong.h    |  14 +
 linux-headers/asm-x86/bitsperlong.h     |  14 +
 scripts/update-linux-headers.sh         |  22 +-
 12 files changed, 1156 insertions(+), 15 deletions(-)
 create mode 100644 linux-headers/asm-arm/bitsperlong.h
 create mode 100644 linux-headers/asm-arm64/bitsperlong.h
 create mode 100644 linux-headers/asm-generic/bitsperlong.h
 create mode 100644 linux-headers/asm-generic/unistd.h
 create mode 100644 linux-headers/asm-mips/bitsperlong.h
 create mode 100644 linux-headers/asm-mips/sgidefs.h
 create mode 100644 linux-headers/asm-powerpc/bitsperlong.h
 create mode 100644 linux-headers/asm-s390/bitsperlong.h
 create mode 100644 linux-headers/asm-x86/bitsperlong.h

-- 
MST


Re: [Qemu-devel] [PATCH v5 0/3] linux-headers: arch fixups
Posted by Peter Maydell 7 years, 9 months ago
On 11 May 2018 at 22:32, Michael S. Tsirkin <mst@redhat.com> wrote:
> It turns out that we have unistd.h and kvm headers for some
> architectures but not others.  We are thus unable to use e.g. usefaultfd
> on these systems unless system headers have been updated.
>
> Fix up update-linux-headers.sh to make sure we auto-updates
> all architectures which have linux-headers/
> (unfortunately this still does not mean "all linux systems").
>
> Tested on x86 only.
>
> Pls consider merging this through the ARM tree.
>
> changes from v4:
>     dropped s390 chunks - already upstream
>
> Michael S. Tsirkin (3):
>   update-linux-headers.sh: unistd.h, kvm consistency
>   linux-headers: add unistd.h on all arches
>   linux-headers: add kvm header for mips

Hi. Patch 1 doesn't seem to apply to current master -- could you
rebase and resend, please?

thanks
-- PMM

Re: [Qemu-devel] [PATCH v5 0/3] linux-headers: arch fixups
Posted by Michael S. Tsirkin 7 years, 9 months ago
On Mon, May 14, 2018 at 11:17:14AM +0100, Peter Maydell wrote:
> On 11 May 2018 at 22:32, Michael S. Tsirkin <mst@redhat.com> wrote:
> > It turns out that we have unistd.h and kvm headers for some
> > architectures but not others.  We are thus unable to use e.g. usefaultfd
> > on these systems unless system headers have been updated.
> >
> > Fix up update-linux-headers.sh to make sure we auto-updates
> > all architectures which have linux-headers/
> > (unfortunately this still does not mean "all linux systems").
> >
> > Tested on x86 only.
> >
> > Pls consider merging this through the ARM tree.
> >
> > changes from v4:
> >     dropped s390 chunks - already upstream
> >
> > Michael S. Tsirkin (3):
> >   update-linux-headers.sh: unistd.h, kvm consistency
> >   linux-headers: add unistd.h on all arches
> >   linux-headers: add kvm header for mips
> 
> Hi. Patch 1 doesn't seem to apply to current master -- could you
> rebase and resend, please?
> 
> thanks
> -- PMM

Done, v6 posted.