Re: [PATCH] tests: add mqueue sysctl tests for user namespace

From: Davidlohr Bueso
Date: Mon Aug 23 2021 - 11:26:32 EST


On 2021-08-22 20:29, Ran Xiaokai wrote:

create mode 100644 tools/testing/selftests/mqueue_sysctl/Makefile
create mode 100644 tools/testing/selftests/mqueue_sysctl/config
create mode 100644 tools/testing/selftests/mqueue_sysctl/mq_sysctl_test.c

It would be better to use the already existing mqueue directory, instead of
creating a new one just for sysctl stuff. Also, while nit, perhaps
mq_sysctl_tests.c (plural) to go with the other naming of the tests...

Thanks,
Davidlohr