Re: [PATCH v1 1/2] selftests/mm: Include linux/mman.h

2024-06-07 Thread Muhammad Usama Anjum
On 6/7/24 2:44 PM, Muhammad Usama Anjum wrote: > On 6/6/24 3:36 AM, Edward Liaw wrote: >> thuge-gen defines MAP_HUGE_* macros that are provided by linux/mman.h >> since 4.15. Removes the macros and includes linux/mman.h instead. >> >> Signed-off-by: Edward Liaw >> --- >> tools/testing/selftests/m

Re: [PATCH v1 1/2] selftests/mm: Include linux/mman.h

2024-06-07 Thread Muhammad Usama Anjum
On 6/6/24 3:36 AM, Edward Liaw wrote: > thuge-gen defines MAP_HUGE_* macros that are provided by linux/mman.h > since 4.15. Removes the macros and includes linux/mman.h instead. > > Signed-off-by: Edward Liaw > --- > tools/testing/selftests/mm/thuge-gen.c | 5 + > 1 file changed, 1 insertion

Re: [PATCH v1 1/2] selftests/mm: Include linux/mman.h

2024-06-05 Thread Carlos Llamas
On Wed, Jun 05, 2024 at 10:36:34PM +, Edward Liaw wrote: > thuge-gen defines MAP_HUGE_* macros that are provided by linux/mman.h > since 4.15. Removes the macros and includes linux/mman.h instead. > > Signed-off-by: Edward Liaw > --- > tools/testing/selftests/mm/thuge-gen.c | 5 + > 1 fi

[PATCH v1 1/2] selftests/mm: Include linux/mman.h

2024-06-05 Thread Edward Liaw
thuge-gen defines MAP_HUGE_* macros that are provided by linux/mman.h since 4.15. Removes the macros and includes linux/mman.h instead. Signed-off-by: Edward Liaw --- tools/testing/selftests/mm/thuge-gen.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/testing/self