[PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-06-25 Thread Frederic Weisbecker
Migrate to the new API in order to remove arch_validate_hwbkpt_settings() that clumsily mixes up architecture validation and commit Acked-by: Michael Ellerman Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc: Ingo Molnar Cc: Tho

Re: [PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-06-05 Thread Michael Ellerman
Frederic Weisbecker writes: > On Mon, May 28, 2018 at 09:31:07PM +1000, Michael Ellerman wrote: >> Frederic Weisbecker writes: >> >> > On Thu, May 24, 2018 at 12:01:52PM +1000, Michael Ellerman wrote: >> >> Frederic Weisbecker writes: >> >> >> >> > diff --git a/arch/powerpc/kernel/hw_breakpoin

Re: [PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-06-01 Thread Frederic Weisbecker
On Mon, May 28, 2018 at 09:31:07PM +1000, Michael Ellerman wrote: > Frederic Weisbecker writes: > > > On Thu, May 24, 2018 at 12:01:52PM +1000, Michael Ellerman wrote: > >> Frederic Weisbecker writes: > >> > >> > diff --git a/arch/powerpc/kernel/hw_breakpoint.c > >> > b/arch/powerpc/kernel/hw_

[PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-06-01 Thread Frederic Weisbecker
Migrate to the new API in order to remove arch_validate_hwbkpt_settings() that clumsily mixes up architecture validation and commit Acked-by: Michael Ellerman Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc: Ingo Molnar Cc: Tho

Re: [PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-05-28 Thread Michael Ellerman
Frederic Weisbecker writes: > On Thu, May 24, 2018 at 12:01:52PM +1000, Michael Ellerman wrote: >> Frederic Weisbecker writes: >> >> > diff --git a/arch/powerpc/kernel/hw_breakpoint.c >> > b/arch/powerpc/kernel/hw_breakpoint.c >> > index 348cac9..fba6527 100644 >> > --- a/arch/powerpc/kernel/h

Re: [PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-05-25 Thread Frederic Weisbecker
On Thu, May 24, 2018 at 12:01:52PM +1000, Michael Ellerman wrote: > Frederic Weisbecker writes: > > > diff --git a/arch/powerpc/kernel/hw_breakpoint.c > > b/arch/powerpc/kernel/hw_breakpoint.c > > index 348cac9..fba6527 100644 > > --- a/arch/powerpc/kernel/hw_breakpoint.c > > +++ b/arch/powerpc/

Re: [PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-05-23 Thread Michael Ellerman
Frederic Weisbecker writes: > diff --git a/arch/powerpc/kernel/hw_breakpoint.c > b/arch/powerpc/kernel/hw_breakpoint.c > index 348cac9..fba6527 100644 > --- a/arch/powerpc/kernel/hw_breakpoint.c > +++ b/arch/powerpc/kernel/hw_breakpoint.c > @@ -139,30 +139,31 @@ int arch_bp_generic_fields(int ty

[PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

2018-05-18 Thread Frederic Weisbecker
Migrate to the new API in order to remove arch_validate_hwbkpt_settings() that clumsily mixes up architecture validation and commit Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Will Deaco