Displaying 8 results from an estimated 8 matches for "getdelays".
2015 Jul 05
2
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
...ptr_t) instead of (unsigned long).
> >
> > Signed-off-by: Thomas Huth <thuth at redhat.com>
>
> This seems to break some userspace too:
>
> INSTALL usr/include/linux/ (413 files)
> CHECK usr/include/linux/ (413 files)
> HOSTCC Documentation/accounting/getdelays
> HOSTCC Documentation/connector/ucon
> HOSTCC Documentation/mic/mpssd/mpssd.o
> In file included from Documentation/mic/mpssd/mpssd.c:36:0:
> ./usr/include/linux/virtio_ring.h: In function ?vring_init?:
> ./usr/include/linux/virtio_ring.h:146:24: error: ?uintptr_t? undeclared...
2015 Jul 05
2
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
...ptr_t) instead of (unsigned long).
> >
> > Signed-off-by: Thomas Huth <thuth at redhat.com>
>
> This seems to break some userspace too:
>
> INSTALL usr/include/linux/ (413 files)
> CHECK usr/include/linux/ (413 files)
> HOSTCC Documentation/accounting/getdelays
> HOSTCC Documentation/connector/ucon
> HOSTCC Documentation/mic/mpssd/mpssd.o
> In file included from Documentation/mic/mpssd/mpssd.c:36:0:
> ./usr/include/linux/virtio_ring.h: In function ?vring_init?:
> ./usr/include/linux/virtio_ring.h:146:24: error: ?uintptr_t? undeclared...
2015 Jul 02
2
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
The virtio_ring.h header is used in userspace programs (ie. QEMU),
too. Here we can not assume that sizeof(pointer) is the same as
sizeof(long), e.g. when compiling for Windows, so the typecast in
vring_init() should be done with (uintptr_t) instead of (unsigned long).
Signed-off-by: Thomas Huth <thuth at redhat.com>
---
include/uapi/linux/virtio_ring.h | 2 +-
1 file changed, 1
2015 Jul 02
2
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
The virtio_ring.h header is used in userspace programs (ie. QEMU),
too. Here we can not assume that sizeof(pointer) is the same as
sizeof(long), e.g. when compiling for Windows, so the typecast in
vring_init() should be done with (uintptr_t) instead of (unsigned long).
Signed-off-by: Thomas Huth <thuth at redhat.com>
---
include/uapi/linux/virtio_ring.h | 2 +-
1 file changed, 1
2015 Jul 06
1
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
...ed-off-by: Thomas Huth <thuth at redhat.com>
> > >
> > > This seems to break some userspace too:
> > >
> > > INSTALL usr/include/linux/ (413 files)
> > > CHECK usr/include/linux/ (413 files)
> > > HOSTCC Documentation/accounting/getdelays
> > > HOSTCC Documentation/connector/ucon
> > > HOSTCC Documentation/mic/mpssd/mpssd.o
> > > In file included from Documentation/mic/mpssd/mpssd.c:36:0:
> > > ./usr/include/linux/virtio_ring.h: In function ?vring_init?:
> > > ./usr/include/linux/vi...
2015 Jul 06
1
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
...ed-off-by: Thomas Huth <thuth at redhat.com>
> > >
> > > This seems to break some userspace too:
> > >
> > > INSTALL usr/include/linux/ (413 files)
> > > CHECK usr/include/linux/ (413 files)
> > > HOSTCC Documentation/accounting/getdelays
> > > HOSTCC Documentation/connector/ucon
> > > HOSTCC Documentation/mic/mpssd/mpssd.o
> > > In file included from Documentation/mic/mpssd/mpssd.c:36:0:
> > > ./usr/include/linux/virtio_ring.h: In function ?vring_init?:
> > > ./usr/include/linux/vi...
2015 Jul 05
0
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
...; vring_init() should be done with (uintptr_t) instead of (unsigned long).
>
> Signed-off-by: Thomas Huth <thuth at redhat.com>
This seems to break some userspace too:
INSTALL usr/include/linux/ (413 files)
CHECK usr/include/linux/ (413 files)
HOSTCC Documentation/accounting/getdelays
HOSTCC Documentation/connector/ucon
HOSTCC Documentation/mic/mpssd/mpssd.o
In file included from Documentation/mic/mpssd/mpssd.c:36:0:
./usr/include/linux/virtio_ring.h: In function ?vring_init?:
./usr/include/linux/virtio_ring.h:146:24: error: ?uintptr_t? undeclared
(first use in this functi...
2015 Jul 06
0
[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
...> >
> > > Signed-off-by: Thomas Huth <thuth at redhat.com>
> >
> > This seems to break some userspace too:
> >
> > INSTALL usr/include/linux/ (413 files)
> > CHECK usr/include/linux/ (413 files)
> > HOSTCC Documentation/accounting/getdelays
> > HOSTCC Documentation/connector/ucon
> > HOSTCC Documentation/mic/mpssd/mpssd.o
> > In file included from Documentation/mic/mpssd/mpssd.c:36:0:
> > ./usr/include/linux/virtio_ring.h: In function ?vring_init?:
> > ./usr/include/linux/virtio_ring.h:146:24: error...