Re: [PATCH] selftests/mm: import strings.h for ffsl

2024-04-01 Thread Muhammad Usama Anjum
On 3/30/24 1:33 AM, Edward Liaw wrote: > On Fri, Mar 29, 2024 at 12:32 PM Muhammad Usama Anjum > wrote: >> >> On 3/29/24 10:42 PM, Edward Liaw wrote: >>> Got a compilation error for ffsl after 91b80cc5b39f ("selftests: mm: fix >>> map_hugetlb failure on 64K page size systems") imported vm_util.h.

Re: [PATCH] selftests/mm: import strings.h for ffsl

2024-03-29 Thread Edward Liaw
On Fri, Mar 29, 2024 at 12:32 PM Muhammad Usama Anjum wrote: > > On 3/29/24 10:42 PM, Edward Liaw wrote: > > Got a compilation error for ffsl after 91b80cc5b39f ("selftests: mm: fix > > map_hugetlb failure on 64K page size systems") imported vm_util.h. > > > > Fixes: af605d26a8f2 ("selftests/mm: m

Re: [PATCH] selftests/mm: import strings.h for ffsl

2024-03-29 Thread Muhammad Usama Anjum
On 3/29/24 10:42 PM, Edward Liaw wrote: > Got a compilation error for ffsl after 91b80cc5b39f ("selftests: mm: fix > map_hugetlb failure on 64K page size systems") imported vm_util.h. > > Fixes: af605d26a8f2 ("selftests/mm: merge util.h into vm_util.h") Why do you think this Fixes tag is needed? T

[PATCH] selftests/mm: import strings.h for ffsl

2024-03-29 Thread Edward Liaw
Got a compilation error for ffsl after 91b80cc5b39f ("selftests: mm: fix map_hugetlb failure on 64K page size systems") imported vm_util.h. Fixes: af605d26a8f2 ("selftests/mm: merge util.h into vm_util.h") Signed-off-by: Edward Liaw --- tools/testing/selftests/mm/vm_util.h | 2 +- 1 file changed