]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lib: test_rhashtable: Fix KASAN warning
authorPhil Sutter <phil@nwl.cc>
Tue, 25 Jul 2017 11:36:21 +0000 (13:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jul 2017 19:35:23 +0000 (12:35 -0700)
commit783692558a60cd69d8d86900b33846263598ca6c
tree83cbf68bea022b47ed8f4e8d95afd900e57aed98
parent2eaa38d9fcba5294182268b8d11770cf3fdc9bc9
lib: test_rhashtable: Fix KASAN warning

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 <fengguang.wu@intel.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/test_rhashtable.c