-
When sanitizer calls are emitted, the `-mregparm=3` option used by the Linux kernel appears to be ignored. For example, here is a build where the argument are being pushed instead of placed in `%eax` …
kees updated
6 months ago
-
It makes sense to check for the functionality provided by the plugins if there's no Clang alternative, but it doesn't make sense to fail from an irrelevant dependency for those features being unavaila…
-
Dependent bugs:
- [x] https://github.com/KSPP/linux/issues/211
- [x] https://github.com/KSPP/linux/issues/212
- [x] https://github.com/KSPP/linux/issues/213
- [x] https://github.com/KSPP/linux/iss…
-
I tried building with the 6.8-rc2 kernel, and the v4l2loopback ubuntu branch forks from a point where strlcpy is still used. This commit is in the 6.8 kernel, and hence the module will not compile fr…
-
***************************************
NOTE (2024-04-19 - present):
I'm currently actively working on this issue.
If you want to help us with KSPP tasks, please take a look at a different issu…
-
As [reported by phoronix](https://www.phoronix.com/news/Linux-6.7-ia32_emulation-Boot), it's now possible to disable 32b support on amd64, to reduce attack surface.
-
It looks like a [new option was introduced for module signing](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f2b88bab69c86d4dab2bfd25a0e741d7df411f7a) with the kernel 6…
-
This config has been removed recently.
[master](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ae1914174a63a558113e80d24ccac2773f9f7b2b)
[stable](https://git.kern…
-
CONFIG_DEBUG_NOTIFIERS only checks that the notifier function pointer is in kernel text. CFI already does that for everything that's not excluded from it. CONFIG_DEBUG_NOTIFIERS is obsolete when using…
-
See [Replace zero-length arrays with flexible-array members](https://github.com/KSPP/linux/issues/78)
This has been reverted for now[1].
[1] commit 1e6e9d0f4859 ("uapi: revert flexible-array con…