Re: [PATCH 0/5] Expand selftest utils

2023-02-15 Thread Michael Ellerman
On Fri, 3 Feb 2023 11:39:42 +1100, Benjamin Gray wrote: > Started this when writing tests for a feature I'm working on, needing a way to > read/write numbers to system files. After writing some utils to safely handle > file IO and parsing, I realised I'd made the ~6th file read/write > implementat

[PATCH 0/5] Expand selftest utils

2023-02-02 Thread Benjamin Gray
Started this when writing tests for a feature I'm working on, needing a way to read/write numbers to system files. After writing some utils to safely handle file IO and parsing, I realised I'd made the ~6th file read/write implementation and only(?) number parser that checks all the failure modes w