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

2020-12-10 Thread Michael Ellerman
On Tue, 1 Dec 2020 11:52:03 +1100, Jordan Niethe wrote: > This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit > offsets are stored in the bug entries rather than 64-bit pointers. > While this doesn't save space for 32-bit machines, use it anyway so > there is only one code path. App

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

2020-11-30 Thread Christophe Leroy
Le 01/12/2020 à 01:52, 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. While this doesn't save space for 32-bit machines, use it anyway so there is only one code path. Signed-off-by:

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

2020-11-30 Thread Jordan Niethe
This enables GENERIC_BUG_RELATIVE_POINTERS on Power so that 32-bit offsets are stored in the bug entries rather than 64-bit pointers. While this doesn't save space for 32-bit machines, use it anyway so there is only one code path. Signed-off-by: Jordan Niethe --- v2: Remove non-relative pointers