Re: (subset) [PATCH v1 0/4] Improve ptrace selftest usability

2023-08-23 Thread Michael Ellerman
On Tue, 25 Jul 2023 10:58:37 +1000, Benjamin Gray wrote: > While trying to test changes to the breakpoint implementation in the kernel, I > tried to run the ptrace tests and met many unexplained skips and failures. > > This series addresses the pain points of trying to run these tests and learn >

Re: (subset) [PATCH v1 0/4] Improve ptrace selftest usability

2023-08-09 Thread Michael Ellerman
On Tue, 25 Jul 2023 10:58:37 +1000, Benjamin Gray wrote: > While trying to test changes to the breakpoint implementation in the kernel, I > tried to run the ptrace tests and met many unexplained skips and failures. > > This series addresses the pain points of trying to run these tests and learn >

[PATCH v1 0/4] Improve ptrace selftest usability

2023-07-24 Thread Benjamin Gray
While trying to test changes to the breakpoint implementation in the kernel, I tried to run the ptrace tests and met many unexplained skips and failures. This series addresses the pain points of trying to run these tests and learn what they are doing. Benjamin Gray (4): Documentation/powerpc: F