I can confirm that the by-hand fix described in #24 (add #include
' to uvm8_va_block.c) allows DKMS to compile
the driver, and appears to allow both regular graphics and CUDA to work.
I've taught our configuration-management system to apply the fix, but
it's still a critical problem for anyone els
This bug also occurs in 4.13.0-26. This is a critical bug because that
is now the HWE kernel for Ubuntu 16.04; we must move to it to get
Meltdown fixes; but doing so makes many of our systems unusable.
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1741747 looks
closely related.
--
Kernel 3.13.0-61 cures the symptoms I reported as well. Thanks!
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-utopic in Ubuntu.
https://bugs.launchpad.net/bugs/1479093
Title:
Segfault in ld-2.19.so while starting Steam after
Here is a simpler example program:
#include
#include
#include
#include
#include
#include
int
main(argc, argv)
int argc;
char **argv;
{
int pid, rpid;
int st;
if (argc < 2) {
fprintf(stderr, "usage: %s command ...\n", argv[0]);
return
4 matches
Mail list logo