From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.windriver.com", Issuer "Intel External Basic Issuing CA 3A" (not verified)) by ozlabs.org (Postfix) with ESMTPS id B9A06B6FFA for ; Sun, 3 Jun 2012 15:16:01 +1000 (EST) Message-ID: <4FCAF2AD.4040500@windriver.com> Date: Sun, 3 Jun 2012 13:14:21 +0800 From: "tiejun.chen" MIME-Version: 1.0 To: Subject: Re: [v3 PATCH 0/3] ppc32/kprobe: Fix a bug for kprobe stwu r1 References: <1338700063-30670-1-git-send-email-tiejun.chen@windriver.com> <1338700063-30670-4-git-send-email-tiejun.chen@windriver.com> In-Reply-To: <1338700063-30670-4-git-send-email-tiejun.chen@windriver.com> Content-Type: text/plain; charset="UTF-8" Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 06/03/2012 01:07 PM, Tiejun Chen wrote: > Changes from V2: > > * populate those existed codes to reorganize codes > * add check if we'll trigger kernel stack over flow BTW, I always validate this on mpc8536ds(UP)/mpc8572ds(SMP) with/without CONFIG_PREEMPT. Tiejun > > Changes from V1: > > * use memcpy simply to withdraw copy_exc_stack > * add !(regs->msr & MSR_PR)) and > WARN_ON(test_thread_flag(TIF_EMULATE_STACK_STORE)); > to make sure we're in goot path. > * move this migration process inside 'restore' > * clear TIF flag atomically > > Tiejun Chen (3): > powerpc/kprobe: introduce a new thread flag > ppc32/kprobe: complete kprobe and migrate exception frame > ppc32/kprobe: don't emulate store when kprobe stwu r1 > > arch/powerpc/include/asm/thread_info.h | 3 ++ > arch/powerpc/kernel/entry_32.S | 43 ++++++++++++++++++++++++++----- > arch/powerpc/lib/sstep.c | 37 ++++++++++++++++++++++++++- > 3 files changed, 74 insertions(+), 9 deletions(-) > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@lists.ozlabs.org > https://lists.ozlabs.org/listinfo/linuxppc-dev > >