Re: [PATCH] ila_xlat: add missing hash secret initialization

2017-06-08 Thread Tom Herbert
On Thu, Jun 8, 2017 at 12:54 AM, Arnd Bergmann wrote: > While discussing the possible merits of clang warning about unused initialized > functions, I found one function that was clearly meant to be called but > never actually is. > > __ila_hash_secret_init() initializes the hash

Re: [PATCH] ila_xlat: add missing hash secret initialization

2017-06-08 Thread David Miller
From: Arnd Bergmann Date: Thu, 8 Jun 2017 09:54:24 +0200 > While discussing the possible merits of clang warning about unused initialized > functions, I found one function that was clearly meant to be called but > never actually is. > > __ila_hash_secret_init() initializes the

[PATCH] ila_xlat: add missing hash secret initialization

2017-06-08 Thread Arnd Bergmann
While discussing the possible merits of clang warning about unused initialized functions, I found one function that was clearly meant to be called but never actually is. __ila_hash_secret_init() initializes the hash value for the ila locator, apparently this is intended to prevent hash collision