Re: [PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools

2021-01-21 Thread Alexander Potapenko
On Fri, Jan 15, 2021 at 2:09 PM Alexander Potapenko wrote: > > On Fri, Jan 15, 2021 at 2:06 PM Vlastimil Babka wrote: > > > > Should have CCd linux-api@, please do next time > Thanks, will do! > Shall I also CC the v2 ABI patch explicitly? I'll be dropping the sysfs changes from this patchset,

Re: [PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools

2021-01-15 Thread Alexander Potapenko
On Fri, Jan 15, 2021 at 2:06 PM Vlastimil Babka wrote: > > Should have CCd linux-api@, please do next time Thanks, will do! Shall I also CC the v2 ABI patch explicitly?

Re: [PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools

2021-01-15 Thread Vlastimil Babka
Should have CCd linux-api@, please do next time On 1/15/21 2:03 PM, Alexander Potapenko wrote: > This patchset adds a library that captures error reports from debugging > tools like KASAN or KFENCE and exposes those reports to userspace via > sysfs. Report capturing is controlled by two new types

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools

2021-01-15 Thread Alexander Potapenko
This patchset adds a library that captures error reports from debugging tools like KASAN or KFENCE and exposes those reports to userspace via sysfs. Report capturing is controlled by two new types of tracepoints: error_report_start and error_report_end, that must be added to the tools that want to