Reproducer:
#include <fcntl.h>
#include <unistd.h>
int main(void)
{
pid_t pid = fork();
while (1) {
int fd;
fd = openat(AT_FDCWD, "/dev/dri/card1",
O_WRONLY|O_NONBLOCK|O_SYNC);
close(fd);
}
}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2071756
Title:
dev test from ubuntu_stress_smoke_tests cause VM crash with
N-oem-6.10
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2071756/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs