Re: [PATCH v3 5/6] powerpc/64s: Blacklist functions invoked on a trap

2017-06-22 Thread Michael Ellerman
Nicholas Piggin writes: > On Thu, 22 Jun 2017 00:08:41 +0530 > "Naveen N. Rao" wrote: > >> Blacklist all functions involved while handling a trap. We: >> - convert some of the symbols into private symbols, >> - remove the duplicate 'restore' symbol, and >> - blacklist most functions involved whi

Re: [PATCH v3 5/6] powerpc/64s: Blacklist functions invoked on a trap

2017-06-21 Thread Nicholas Piggin
On Thu, 22 Jun 2017 00:08:41 +0530 "Naveen N. Rao" wrote: > Blacklist all functions involved while handling a trap. We: > - convert some of the symbols into private symbols, > - remove the duplicate 'restore' symbol, and > - blacklist most functions involved while handling a trap. I'm not sure r

[PATCH v3 5/6] powerpc/64s: Blacklist functions invoked on a trap

2017-06-21 Thread Naveen N. Rao
Blacklist all functions involved while handling a trap. We: - convert some of the symbols into private symbols, - remove the duplicate 'restore' symbol, and - blacklist most functions involved while handling a trap. Reviewed-by: Masami Hiramatsu Signed-off-by: Naveen N. Rao --- arch/powerpc/ker