Re: kselftest archives etc.

2018-04-27 Thread Daniel Díaz Rodríguez
Hello! On 27 April 2018 at 19:17, Randy Dunlap wrote: [...] > so I looked for an archive of linux-kselft...@vger.kernel.org. > http://vger.kernel.org/vger-lists.html lists all mailing lists and > (some of) their archives, but none for linux-kselftest. For what it's worth, as of last November Li

Re: [PATCH] tools/gpio/gpio-event-mon: fix warning

2018-02-21 Thread Daniel Díaz Rodríguez
On 21 February 2018 at 15:33, Anders Roxell wrote: > PRIu64 is defined in user space to match libc's uint64_t definition. > However, gpioevent_data structure in the kernel is defined using the > kernel's own __u64 type. > > gpio-event-mon.c: In function ‘monitor_device’: > gpio-event-mon.c:102:19:

Re: [PATCH] selftests/futex: Fix line continuation in Makefile

2018-02-14 Thread Daniel Díaz Rodríguez
Hello! On 13 February 2018 at 20:03, Darren Hart wrote: > On Tue, Feb 13, 2018 at 06:45:54PM -0700, Shuah Khan wrote: [...] >> My understanding is that this problem is seen with make versions prior to >> 4.x. >> This specific problem is seen with make version 3.81 >> I will let Daniel Díaz shar

Re: [PATCH] selftests/android: Fix line continuation in Makefile

2018-02-07 Thread Daniel Díaz Rodríguez
Hello! On 7 February 2018 at 00:01, Pintu Kumar wrote: [...] > Thanks for your patch. > However, I have copied this Makefile from > tools/testing/selftests/futex/Makefile before modifying it. > If there is a problem with backslash then the same problem must be > there in futex Makefile as well.