From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755388AbcG0LTI (ORCPT ); Wed, 27 Jul 2016 07:19:08 -0400 Received: from ozlabs.org ([103.22.144.67]:53766 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754415AbcG0LTH (ORCPT ); Wed, 27 Jul 2016 07:19:07 -0400 From: Michael Ellerman To: wei.guo.simon@gmail.com Cc: Anshuman Khandual , Benjamin Herrenschmidt , Paul Mackerras , Shuah Khan , Anton Blanchard , Cyril Bur , Simon Guo , Ulrich Weigand , Michael Neuling , Andrew Morton , Kees Cook , Rashmica Gupta , Khem Raj , Jessica Yu , Jiri Kosina , Miroslav Benes , Suraj Jitindar Singh , Chris Smart , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v12 02/30] powerpc/process: Add the function flush_tmregs_to_thread In-Reply-To: <1469611615-2935-3-git-send-email-wei.guo.simon@gmail.com> References: <1469611615-2935-1-git-send-email-wei.guo.simon@gmail.com> <1469611615-2935-3-git-send-email-wei.guo.simon@gmail.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 27 Jul 2016 21:19:00 +1000 Message-ID: <87oa5juy57.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Simon, wei.guo.simon@gmail.com writes: > From: Anshuman Khandual > > 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 > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: Shuah Khan > Cc: Anton Blanchard > Cc: Cyril Bur > Cc: Anshuman Khandual > Cc: Simon Guo > Cc: Ulrich Weigand > Cc: Michael Neuling > Cc: Andrew Morton > Cc: Kees Cook > Cc: Rashmica Gupta > Cc: Khem Raj > Cc: Jessica Yu > Cc: Jiri Kosina > Cc: Miroslav Benes > Cc: Suraj Jitindar Singh > Cc: Chris Smart > 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 > --- This and all the other patches need your Signed-off-by, as well as Anshuman's. cheers