[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bef43f48-fa40-284e-a299-bc73ebc3e725@c-s.fr>
Date: Sat, 6 Jul 2019 10:26:52 +0200
From: Christophe Leroy <christophe.leroy@....fr>
To: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Michael Ellerman <mpe@...erman.id.au>,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH] powerpc/hw_breakpoint: move instruction stepping out of
hw_breakpoint_handler()
Le 03/07/2019 à 08:20, Ravi Bangoria a écrit :
>
>
> On 6/28/19 9:25 PM, Christophe Leroy wrote:
>> On 8xx, breakpoints stop after executing the instruction, so
>> stepping/emulation is not needed. Move it into a sub-function and
>> remove the #ifdefs.
>>
>> Signed-off-by: Christophe Leroy <christophe.leroy@....fr>
>> ---
>
> Reviewed-by: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
>
> Just one neat below...
Thanks for the review.
>
> [...]
>
>> -#ifndef CONFIG_PPC_8xx
>> - /* Do not emulate user-space instructions, instead single-step them */
>> - if (user_mode(regs)) {
>> - current->thread.last_hit_ubp = bp;
>> - regs->msr |= MSR_SE;
>> + if (!IS_ENABLED(CONFIG_PPC_8xx) && !stepping_handler(regs, bp, info->address))
>
> May be split this line. It's 86 chars long and checkpatch.pl is warning
> about this:
Didn't you use arch/powerpc/tools/checkpatch.sh ?
powerpc accepts 90 chars per line.
Christophe
>
> WARNING: line over 80 characters
> #257: FILE: arch/powerpc/kernel/hw_breakpoint.c:282:
> + if (!IS_ENABLED(CONFIG_PPC_8xx) && !stepping_handler(regs, bp, info->address))
>
Powered by blists - more mailing lists