Re: [PATCH v12 02/30] powerpc/process: Add the function flush_tmregs_to_thread

From: Michael Ellerman
Date: Wed Jul 27 2016 - 07:19:11 EST



Hi Simon,

wei.guo.simon@xxxxxxxxx writes:
> From: Anshuman Khandual <khandual@xxxxxxxxxxxxxxxxxx>
>
> This patch creates a function flush_tmregs_to_thread which
> will then be used by subsequent patches in this series. The
> function checks for self tracing ptrace interface attempts
> while in the TM context and logs appropriate warning message.
>
> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Cc: Paul Mackerras <paulus@xxxxxxxxx>
> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> Cc: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx>
> Cc: Anton Blanchard <anton@xxxxxxxxx>
> Cc: Cyril Bur <cyrilbur@xxxxxxxxx>
> Cc: Anshuman Khandual <khandual@xxxxxxxxxxxxxxxxxx>
> Cc: Simon Guo <wei.guo.simon@xxxxxxxxx>
> Cc: Ulrich Weigand <ulrich.weigand@xxxxxxxxxx>
> Cc: Michael Neuling <mikey@xxxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Kees Cook <keescook@xxxxxxxxxxxx>
> Cc: Rashmica Gupta <rashmicy@xxxxxxxxx>
> Cc: Khem Raj <raj.khem@xxxxxxxxx>
> Cc: Jessica Yu <jeyu@xxxxxxxxxx>
> Cc: Jiri Kosina <jkosina@xxxxxxx>
> Cc: Miroslav Benes <mbenes@xxxxxxx>
> Cc: Suraj Jitindar Singh <sjitindarsingh@xxxxxxxxx>
> Cc: Chris Smart <chris@xxxxxxxxxxxxx>
> Cc: linuxppc-dev@xxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: linux-kselftest@xxxxxxxxxxxxxxx

Please drop these Cc lines from the change log.

> Signed-off-by: Anshuman Khandual <khandual@xxxxxxxxxxxxxxxxxx>
> ---

This and all the other patches need your Signed-off-by, as well as
Anshuman's.

cheers