On Thu, Mar 12, 2020 at 04:53:17PM -0700, Kees Cook wrote:
On Thu, Mar 12, 2020 at 02:15:30PM +0100, Christian Brauner wrote:
This adds a stress test that should hopefully help us catch regressions for [1], [2], and [3].
Signed-off-by: Christian Brauner christian.brauner@ubuntu.com
Do you care about 80-char line limits? (Or does the selftest tree? There are a few in here...)
They should mostly all be calls to kselftest print functions. I usually never wrap them in tests so it's easy to do:
git grep "Find me this error string"
which becames annoying when you wrap them. :)