Thibaut Sautereau

Results 3 issues of Thibaut Sautereau

PAGE_SANITIZE_VERIFY [as currently implemented in linux-hardened](https://github.com/anthraxx/linux-hardened/commit/21629baf90a834138d5ae5775120afc70ca1ea88) does not handle KASAN correctly. It misses a call to `kasan_disable_current()` (resp. `kasan_enable_current()`) right before (resp. after) the call to `memchr_inv()` in `verify_zero_highpage()` because...

Many commits from the linux-hardened patchset are fixing Kconfig files in order to change default values for various options. I think that such commits: * pollute the diff between linux-hardened...

vidal72[m] on IRC pointed out that [296db046b8](https://github.com/anthraxx/linux-hardened/commit/296db046b8688b96332d54e273cac265644a1e47) ("mark kernel_set_to_readonly as __ro_after_init") was causing problems since v4.20, probably due to [4046460b86](https://github.com/torvalds/linux/commit/4046460b867f8b041c81c26c09d3bcad6d6e814e) and [f61c5ba288](https://github.com/torvalds/linux/commit/f61c5ba2885eabc7bc4b0b2f5232f475216ba446). The following **CPA conflict** issues appeared in kernel...

bug
help wanted