On Thu, 2018-01-25 at 03:41 +0000, Pkshih wrote: > > In commit c179e9151, you remove 'static' from struct, but function return the > address of local variable as kbuild robot mentioned. It is a problem, but > my prior experiment looks fine. Hence, I check the callers of get_wireless_stats(), > and found they use the address that points to stack immediately, so content of > stack wasn't broken luckily. > > So, please recall the 'static' of 'struct iw_statistics wstats'. Yeah, that was garbage. I dropped the patch already. johannes