Re: [PATCH v7 0/7] powerpc: switch VDSO to C implementation

2020-04-21 Thread Arnd Bergmann
On Tue, Apr 21, 2020 at 8:56 AM Christophe Leroy wrote: > Le 20/04/2020 à 21:57, Arnd Bergmann a écrit : > > Yes that was one of the objective, be able to add that as a second step. > First objective was adding the missing clocks and increasing > maintainability. > > I can add a patch for that now

Re: [PATCH v7 0/7] powerpc: switch VDSO to C implementation

2020-04-20 Thread Christophe Leroy
Le 20/04/2020 à 21:57, Arnd Bergmann a écrit : On Mon, Apr 20, 2020 at 6:56 PM Christophe Leroy wrote: This is the seventh version of a series to switch powerpc VDSO to generic C implementation. Main changes since v6 are: - Added -fasynchronous-unwind-tables in CFLAGS - Split patch 2 in tw

Re: [PATCH v7 0/7] powerpc: switch VDSO to C implementation

2020-04-20 Thread Arnd Bergmann
On Mon, Apr 20, 2020 at 6:56 PM Christophe Leroy wrote: > > This is the seventh version of a series to switch powerpc VDSO to > generic C implementation. > > Main changes since v6 are: > - Added -fasynchronous-unwind-tables in CFLAGS > - Split patch 2 in two parts > - Split patch 5 (which was patc

[PATCH v7 0/7] powerpc: switch VDSO to C implementation

2020-04-20 Thread Christophe Leroy
This is the seventh version of a series to switch powerpc VDSO to generic C implementation. Main changes since v6 are: - Added -fasynchronous-unwind-tables in CFLAGS - Split patch 2 in two parts - Split patch 5 (which was patch 4) in two parts This series applies on today's powerpc/merge branch.