Re: [PATCH 3/8] virtio: do not export "u16" and "u64" to userspace

2013-04-01 Thread Rusty Russell
Paul Bolle writes: > virtio_balloon.h exports "u16" and "u64" to userspace. Use "__u16" and > "__u64" instead. > > Signed-off-by: Paul Bolle > --- > 0) Tested with a kernel build. > > 1) Both types are used in this header for quite some time now. So is my > patch flawed or doesn't userspace

[PATCH 3/8] virtio: do not export "u16" and "u64" to userspace

2013-04-01 Thread Paul Bolle
virtio_balloon.h exports "u16" and "u64" to userspace. Use "__u16" and "__u64" instead. Signed-off-by: Paul Bolle --- 0) Tested with a kernel build. 1) Both types are used in this header for quite some time now. So is my patch flawed or doesn't userspace actually use virtio_balloon.h?

[PATCH 3/8] virtio: do not export u16 and u64 to userspace

2013-04-01 Thread Paul Bolle
virtio_balloon.h exports u16 and u64 to userspace. Use __u16 and __u64 instead. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Tested with a kernel build. 1) Both types are used in this header for quite some time now. So is my patch flawed or doesn't userspace actually use virtio_balloon.h?

Re: [PATCH 3/8] virtio: do not export u16 and u64 to userspace

2013-04-01 Thread Rusty Russell
Paul Bolle pebo...@tiscali.nl writes: virtio_balloon.h exports u16 and u64 to userspace. Use __u16 and __u64 instead. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Tested with a kernel build. 1) Both types are used in this header for quite some time now. So is my patch flawed or