Re: [PATCH net-next] test_rhashtable: remove initdata annotation

2017-09-21 Thread David Miller
From: Florian Westphal Date: Thu, 21 Sep 2017 17:36:08 +0200 > kbuild test robot reported a section mismatch warning w. gcc 4.x: > WARNING: lib/test_rhashtable.o(.text+0x139e): > Section mismatch in reference from the function rhltable_insert.clone.3() to > the variable .init.data:rhlt > > so r

[PATCH net-next] test_rhashtable: remove initdata annotation

2017-09-21 Thread Florian Westphal
kbuild test robot reported a section mismatch warning w. gcc 4.x: WARNING: lib/test_rhashtable.o(.text+0x139e): Section mismatch in reference from the function rhltable_insert.clone.3() to the variable .init.data:rhlt so remove this annotation. Fixes: cdd4de372ea06 ("test_rhashtable: add test ca