Re: [PATCH 06/12] powerpc/32s: Make local symbols non visible in hash_low.

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: Le 30/03/2020 à 19:06, Naveen N. Rao a écrit : Christophe Leroy wrote: In hash_low.S, a lot of named local symbols are used instead of numbers to ease code lisibility. However, they don't need to be    ^^ Nit..  visibility Lol,

Re: [PATCH 06/12] powerpc/32s: Make local symbols non visible in hash_low.

2020-03-30 Thread Christophe Leroy
Le 30/03/2020 à 19:06, Naveen N. Rao a écrit : Christophe Leroy wrote: In hash_low.S, a lot of named local symbols are used instead of numbers to ease code lisibility. However, they don't need to be    ^^ Nit..  visibility Lol, no. I mean't "lisibilit

Re: [PATCH 06/12] powerpc/32s: Make local symbols non visible in hash_low.

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: In hash_low.S, a lot of named local symbols are used instead of numbers to ease code lisibility. However, they don't need to be ^^ Nit.. visibility - Naveen

[PATCH 06/12] powerpc/32s: Make local symbols non visible in hash_low.

2020-03-29 Thread Christophe Leroy
In hash_low.S, a lot of named local symbols are used instead of numbers to ease code lisibility. However, they don't need to be visible. In order to ease blacklisting of functions running with MMU disabled for kprobe, rename the symbols to .Lsymbols in order to hide them as if they were numbered l