Re: [PATCH] powerpc: Allow relative pointers in bug table entries

2020-11-29 Thread Christophe Leroy
Le 30/11/2020 à 02:50, Jordan Niethe a écrit : On Mon, Nov 30, 2020 at 12:42 PM Michael Ellerman wrote: Christophe Leroy writes: Le 27/11/2020 à 04:02, Jordan Niethe a écrit : This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit offsets are stored in the bug entries rather

Re: [PATCH] powerpc: Allow relative pointers in bug table entries

2020-11-29 Thread Jordan Niethe
On Mon, Nov 30, 2020 at 12:42 PM Michael Ellerman wrote: > > Christophe Leroy writes: > > Le 27/11/2020 à 04:02, Jordan Niethe a écrit : > >> This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit > >> offsets are stored in the bug entries rather than 64-bit pointers. > >> > >> Signed

Re: [PATCH] powerpc: Allow relative pointers in bug table entries

2020-11-29 Thread Michael Ellerman
Christophe Leroy writes: > Le 27/11/2020 à 04:02, Jordan Niethe a écrit : >> This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit >> offsets are stored in the bug entries rather than 64-bit pointers. >> >> Signed-off-by: Jordan Niethe >> --- >> arch/powerpc/Kconfig | 4

Re: [PATCH] powerpc: Allow relative pointers in bug table entries

2020-11-29 Thread Jordan Niethe
On Sun, Nov 29, 2020 at 6:00 AM Christophe Leroy wrote: > > > > Le 27/11/2020 à 04:02, Jordan Niethe a écrit : > > This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit > > offsets are stored in the bug entries rather than 64-bit pointers. > > > > Signed-off-by: Jordan Niethe > > ---

Re: [PATCH] powerpc: Allow relative pointers in bug table entries

2020-11-28 Thread Christophe Leroy
Le 27/11/2020 à 04:02, Jordan Niethe a écrit : This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit offsets are stored in the bug entries rather than 64-bit pointers. Signed-off-by: Jordan Niethe --- arch/powerpc/Kconfig | 4 arch/powerpc/include/asm/bug.h |