Re: [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-12-26 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of December 23, 2020 12:42 am: > > > Le 28/11/2020 à 15:40, Nicholas Piggin a écrit : >> Similar to the previous patch this makes interrupt handler function >> types more regular so they can be wrapped with the next patch. >> >> bad_page_fault and do_brea

Re: [PATCH v14 6/9] powerpc/vdso: Prepare for switching VDSO to generic C implementation.

2020-12-26 Thread Andreas Schwab
On Nov 27 2020, Michael Ellerman wrote: > diff --git a/arch/powerpc/include/asm/vdso/gettimeofday.h > b/arch/powerpc/include/asm/vdso/gettimeofday.h > new file mode 100644 > index ..43dd1dc47c37 > --- /dev/null > +++ b/arch/powerpc/include/asm/vdso/gettimeofday.h > @@ -0,0 +1,187 @@ >

Re: [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-12-26 Thread Nicholas Piggin
Excerpts from Nicholas Piggin's message of December 26, 2020 6:19 pm: > Excerpts from Christophe Leroy's message of December 23, 2020 12:42 am: >> >> >> Le 28/11/2020 à 15:40, Nicholas Piggin a écrit : >>> Similar to the previous patch this makes interrupt handler function >>> types more regular

[Bug 210911] New: error: implicit declaration of function 'cleanup_cpu_mmu_context' [-Werror=implicit-function-declaration]

2020-12-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210911 Bug ID: 210911 Summary: error: implicit declaration of function 'cleanup_cpu_mmu_context' [-Werror=implicit-function-declaration] Product: Platform Specific/Hardware

Re: [PATCH v1 06/15] powerpc: Remove address and errorcode arguments from do_break()

2020-12-26 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of December 22, 2020 11:28 pm: > Let do_break() retrieve address and errorcode from regs. > > This simplifies the code and shouldn't impeed performance as > address and errorcode are likely still hot in the cache. > > Suggested-by: Nicholas Piggin > Signe

Re: [PATCH v1 05/15] powerpc: Remove address argument from bad_page_fault()

2020-12-26 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of December 22, 2020 11:28 pm: > The address argument is not used by bad_page_fault(). > > Remove it. > > Suggested-by: Nicholas Piggin > Signed-off-by: Christophe Leroy > --- > arch/powerpc/include/asm/bug.h | 4 ++-- > arch/powerpc/kernel/