[PATCH 06/12] arm64: 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: Will Deacon Acked-by: Mark Rutland Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc:

[PATCH 06/12] arm64: 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: Will Deacon Acked-by: Mark Rutland Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc:

[PATCH 06/12] arm64: 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: Will Deacon Acked-by: Mark Rutland Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc:

[PATCH 06/12] arm64: 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: Will Deacon Acked-by: Mark Rutland Signed-off-by: Frederic Weisbecker Cc: Linus Torvalds Cc: Andy Lutomirski Cc: Yoshinori Sato Cc: Rich Felker Cc:

Re: [PATCH 06/12] arm64: Implement hw_breakpoint_arch_parse()

2018-05-25 Thread Mark Rutland
On Sat, May 19, 2018 at 04:45:43AM +0200, Frederic Weisbecker wrote: > 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

Re: [PATCH 06/12] arm64: Implement hw_breakpoint_arch_parse()

2018-05-25 Thread Mark Rutland
On Sat, May 19, 2018 at 04:45:43AM +0200, Frederic Weisbecker wrote: > 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:

Re: [PATCH 06/12] arm64: Implement hw_breakpoint_arch_parse()

2018-05-23 Thread Will Deacon
On Sat, May 19, 2018 at 04:45:43AM +0200, Frederic Weisbecker wrote: > 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

Re: [PATCH 06/12] arm64: Implement hw_breakpoint_arch_parse()

2018-05-23 Thread Will Deacon
On Sat, May 19, 2018 at 04:45:43AM +0200, Frederic Weisbecker wrote: > 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:

[PATCH 06/12] arm64: 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

[PATCH 06/12] arm64: 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