On Sun, Nov 13, 2016 at 07:44:03PM +0100, Mickaël Salaün wrote:
> Replace the custom u64_to_ptr() function with the u64_to_user_ptr()
> macro.
>
> Signed-off-by: Mickaël Salaün
Thanks for following up on this one.
Acked-by: Alexei Starovoitov
On 11/13/2016 07:44 PM, Mickaël Salaün wrote:
Replace the custom u64_to_ptr() function with the u64_to_user_ptr()
macro.
Signed-off-by: Mickaël Salaün
Cc: Alexei Starovoitov
Cc: Arnd Bergmann
Cc: Daniel Borkmann
Looks good to me, thanks!
Acked-by: Daniel Borkmann
Replace the custom u64_to_ptr() function with the u64_to_user_ptr()
macro.
Signed-off-by: Mickaël Salaün
Cc: Alexei Starovoitov
Cc: Arnd Bergmann
Cc: Daniel Borkmann
---
kernel/bpf/syscall.c | 29 -
1 file changed, 12 insertions(+), 17 deletions(-)
diff --git a/ke