Skip to content
linux-kselftest-kunit-5.13-rc1

This KUnit update for Linux 5.13-rc1 consists of several fixes and
new feature to support failure from dynamic analysis tools such as
UBSAN and fake ops for testing.

- a fake ops struct for testing a "free" function to complain if it
  was called with an invalid argument, or caught a double-free. Most
  return void and have no normal means of signalling failure
  (e.g. super_operations, iommu_ops, etc.).