Re: [PATCH] powerpc/64: system call implement the bulk of the logic in C fix
From: Nicholas Piggin <npiggin@gmail.com>
Date: 2020-01-28 00:43:50
From: Nicholas Piggin <npiggin@gmail.com>
Date: 2020-01-28 00:43:50
Michal Suchánek's on January 28, 2020 4:08 am:
On Tue, Jan 28, 2020 at 12:17:12AM +1000, Nicholas Piggin wrote:quoted
This incremental patch fixes several soft-mask debug and unsafe smp_processor_id messages due to tracing and false positives in "unreconciled" code. It also fixes a bug with syscall tracing functions that set registers (e.g., PTRACE_SETREG) not setting GPRs properly. There was a bug reported with the TM selftests, I haven't been able to reproduce that one. I can squash this into the main patch and resend the series if it helps but the incremental helps to see the bug fixes.There are some whitespace differences between this and the series I have applied locally. What does it apply to? Is there some revision of the patchset I missed?
No I may have just missed some of your whitespace cleanups, or maybe I got some that Michael made which you don't have in his next-test branch. Thanks, Nick