Re: [PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU

2024-07-02 Thread Shuah Khan
On 6/27/24 11:07, Kees Cook wrote: Hi Shuah, Can you please add this to your -next tree since it fixes test failures on non-MMU systems, after commit cf6219ee889f ("usercopy: Convert test_user_copy to KUnit test"). Applied to linux-kselftest kunit branch for next. thanks, -- Shuah

Re: [PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU

2024-07-02 Thread Shuah Khan
On 7/1/24 22:05, David Gow wrote: On Thu, 20 Jun 2024 at 04:25, Kees Cook wrote: Since arch_pick_mmap_layout() is an inline for non-MMU systems, disable this test there. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202406160505.ubge6tmy-...@intel.com/ Signed-

Re: [PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU

2024-07-01 Thread David Gow
On Thu, 20 Jun 2024 at 04:25, Kees Cook wrote: > > Since arch_pick_mmap_layout() is an inline for non-MMU systems, disable > this test there. > > Reported-by: kernel test robot > Closes: > https://lore.kernel.org/oe-kbuild-all/202406160505.ubge6tmy-...@intel.com/ > Signed-off-by: Kees Cook > --

Re: [PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU

2024-06-27 Thread Kees Cook
Hi Shuah, Can you please add this to your -next tree since it fixes test failures on non-MMU systems, after commit cf6219ee889f ("usercopy: Convert test_user_copy to KUnit test"). Thanks! -Kees On Thu, Jun 20, 2024 at 05:13:35PM -0400, Rae Moar wrote: > On Wed, Jun 19, 2024 at 4:25 PM Kees Cook

Re: [PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU

2024-06-20 Thread Rae Moar
On Wed, Jun 19, 2024 at 4:25 PM Kees Cook wrote: > > Since arch_pick_mmap_layout() is an inline for non-MMU systems, disable > this test there. > > Reported-by: kernel test robot > Closes: > https://lore.kernel.org/oe-kbuild-all/202406160505.ubge6tmy-...@intel.com/ > Signed-off-by: Kees Cook H

[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU

2024-06-19 Thread Kees Cook
Since arch_pick_mmap_layout() is an inline for non-MMU systems, disable this test there. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202406160505.ubge6tmy-...@intel.com/ Signed-off-by: Kees Cook --- Resending as v2 with Shuah in To: --- Cc: Shuah Khan Cc: Brend