RE: [PATCH] X86/UAPI: Use __u64 instead of u64 in hyperv.h

2018-02-20 Thread KY Srinivasan
Gleixner > ; Ingo Molnar ; H . Peter Anvin > > Subject: [PATCH] X86/UAPI: Use __u64 instead of u64 in hyperv.h > > ... since u64 has a hidden header dependency that was not there before > using it (i.e. it breaks our VMM build). Also, __u64 is the right way to > expose the data

[PATCH] X86/UAPI: Use __u64 instead of u64 in hyperv.h

2018-02-19 Thread KarimAllah Ahmed
... since u64 has a hidden header dependency that was not there before using it (i.e. it breaks our VMM build). Also, __u64 is the right way to expose the data type through UAPI. Fixes: 93286261 ("x86/hyperv: Reenlightenment notifications support") Signed-off-by: KarimAllah Ahmed Cc: K. Y. Sriniv