Re: [PATCH 05/16] selftests/mm: kselftest_harness: Fix warnings

2025-01-15 Thread Mark Brown
On Thu, Jan 09, 2025 at 10:38:31PM +0500, Muhammad Usama Anjum wrote: > Found warnings through hmm-tests and mdwe_test. > Fix following warnings: > - Mark unused variable with unused attribute > - __EXPECT is causing types mismatch warnings when __exp is unsigned and > _seen is equal to a consta

[PATCH 05/16] selftests/mm: kselftest_harness: Fix warnings

2025-01-09 Thread Muhammad Usama Anjum
Found warnings through hmm-tests and mdwe_test. Fix following warnings: - Mark unused variable with unused attribute - __EXPECT is causing types mismatch warnings when __exp is unsigned and _seen is equal to a constant number, __typeof__(_seen) returns signed type. hmm-tests.c: In function