Re: [PATCH v2] Added missing TARGETS in kselftest top level Makefile

2023-10-02 Thread Shuah Khan
On 10/2/23 05:46, Abhinav wrote: Some tests like dma, ia64, etc. were not present in top level of selftest Makefile, so when someone ran 'make run_tests' they would miss these tests. This patches adds those left out tests. Signed-off-by: Abhinav --- I removed sched, safesetid and filelock from

[PATCH v2] Added missing TARGETS in kselftest top level Makefile

2023-10-02 Thread Abhinav
Some tests like dma, ia64, etc. were not present in top level of selftest Makefile, so when someone ran 'make run_tests' they would miss these tests. This patches adds those left out tests. Signed-off-by: Abhinav --- I removed sched, safesetid and filelock from the Makefile, because these tests

Re: [PATCH v2] Added missing TARGETS in kselftest top level Makefile

2023-10-02 Thread Greg KH
On Mon, Oct 02, 2023 at 12:57:35PM +0530, Abhinav wrote: > Some tests like dma, ia64, etc. were not present in top level of > selftest Makefile, so when someone ran 'make run_tests' they would miss > these tests. This patches adds those left out tests. > > Signed-off-by: Abhinav > --- > tools/te

[PATCH v2] Added missing TARGETS in kselftest top level Makefile

2023-10-02 Thread Abhinav
Some tests like dma, ia64, etc. were not present in top level of selftest Makefile, so when someone ran 'make run_tests' they would miss these tests. This patches adds those left out tests. Signed-off-by: Abhinav --- tools/testing/selftests/Makefile | 7 +++ 1 file changed, 7 insertions(+)