Re: [PATCH v12 02/30] powerpc/process: Add the function flush_tmregs_to_thread
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-27 11:19:08
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-27 11:19:08
Also in:
lkml
Hi Simon, wei.guo.simon@gmail.com writes:
From: Anshuman Khandual <redacted> 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@kernel.crashing.org> Cc: Paul Mackerras <redacted> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Shuah Khan <redacted> Cc: Anton Blanchard <redacted> Cc: Cyril Bur <redacted> Cc: Anshuman Khandual <redacted> Cc: Simon Guo <redacted> Cc: Ulrich Weigand <redacted> Cc: Michael Neuling <redacted> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Kees Cook <redacted> Cc: Rashmica Gupta <redacted> Cc: Khem Raj <redacted> Cc: Jessica Yu <redacted> Cc: Jiri Kosina <redacted> Cc: Miroslav Benes <mbenes@suse.cz> Cc: Suraj Jitindar Singh <sjitindarsingh@gmail.com> Cc: Chris Smart <redacted> Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org Cc: linux-kselftest@vger.kernel.org
Please drop these Cc lines from the change log.
Signed-off-by: Anshuman Khandual <redacted> ---
This and all the other patches need your Signed-off-by, as well as Anshuman's. cheers