Re: [PATCH v2 03/13] powerpc: Remove func_descr_t

2021-10-14 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of October 15, 2021 3:19 pm: > > > Le 15/10/2021 à 00:17, Daniel Axtens a écrit : >> Christophe Leroy writes: >> >>> 'func_descr_t' is redundant with 'struct ppc64_opd_entry' >> >> So, if I understand the overall direction of the series, you're >> conso

Re: [PATCH v2 03/13] powerpc: Remove func_descr_t

2021-10-14 Thread Christophe Leroy
Le 15/10/2021 à 00:17, Daniel Axtens a écrit : Christophe Leroy writes: 'func_descr_t' is redundant with 'struct ppc64_opd_entry' So, if I understand the overall direction of the series, you're consolidating powerpc around one single type for function descriptors, and then you're creating

Re: [PATCH v2 03/13] powerpc: Remove func_descr_t

2021-10-14 Thread Daniel Axtens
Christophe Leroy writes: > 'func_descr_t' is redundant with 'struct ppc64_opd_entry' So, if I understand the overall direction of the series, you're consolidating powerpc around one single type for function descriptors, and then you're creating a generic typedef so that generic code can always d

[PATCH v2 03/13] powerpc: Remove func_descr_t

2021-10-13 Thread Christophe Leroy
'func_descr_t' is redundant with 'struct ppc64_opd_entry' Remove it. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/code-patching.h | 2 +- arch/powerpc/include/asm/types.h | 6 -- arch/powerpc/kernel/signal_64.c | 8 3 files changed, 5 insertions(+),