Re: [PATCH 1/3] userfaultfd: selftest: Fix checking of userfaultfd_open() result

From: Thiago Jung Bauermann
Date: Mon Jul 30 2018 - 19:54:17 EST



Hello Mike,

Thanks for promptly reviewing the patches.

Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> writes:

> Hi,
>
> On Tue, Jul 24, 2018 at 11:42:07PM -0300, Thiago Jung Bauermann wrote:
>> If the userfaultfd test is run on a kernel with CONFIG_USERFAULTFD=n, it
>> will report that the system call is not available yet go ahead and continue
>> anyway:
>>
>> # ./userfaultfd anon 30 1
>> nr_pages: 480, nr_pages_per_cpu: 120
>> userfaultfd syscall not available in this kernel
>> bounces: 0, mode:, register failure
>>
>> This is because userfaultfd_open() returns 0 on success and 1 on error but
>> all callers assume that it returns < 0 on error.
>>
>> Since the convention of the test as a whole is the one used by
>> userfault_open(), fix its callers instead. Now the test behaves correctly:
>>
>> # ./userfaultfd anon 30 1
>> nr_pages: 480, nr_pages_per_cpu: 120
>> userfaultfd syscall not available in this kernel
>>
>> Signed-off-by: Thiago Jung Bauermann <bauerman@xxxxxxxxxxxxx>
>
> It seems that this patch is superseded by the second patch in this series.

Yes, but since this is a simple bugfix while the other patch is a
proposed improvement which can be debated, I think it's worthwhile to
keep them separate.

--
Thiago Jung Bauermann
IBM Linux Technology Center