Re: [PATCH] lib: test_rhashtable: Fix KASAN warning

2017-07-25 Thread David Miller
From: Phil Sutter Date: Tue, 25 Jul 2017 13:36:21 +0200 > I forgot one spot when introducing struct test_obj_val. > > Fixes: e859afe1ee0c5 ("lib: test_rhashtable: fix for large entry counts") > Reported by: kernel test robot > > Signed-off-by: Phil Sutter

[PATCH] lib: test_rhashtable: Fix KASAN warning

2017-07-25 Thread Phil Sutter
I forgot one spot when introducing struct test_obj_val. Fixes: e859afe1ee0c5 ("lib: test_rhashtable: fix for large entry counts") Reported by: kernel test robot Signed-off-by: Phil Sutter --- lib/test_rhashtable.c | 4 +++- 1 file changed, 3 insertions(+),