Comment 10 for bug 1680904

Revision history for this message
Sam Van den Eynde (samvde) wrote :

I have implemented the workaround from #7 (https://bugs.freedesktop.org/show_bug.cgi?id=99295#c22) using the attached patchfile on kernel 4.10.0-20.

My system crashed consistently when doing a resource heavy export job on a VirtualBox Windows 10 guest. First try after patching this no longer is the case.

Steps taken to build and install the kernel:

cd /working/directory
apt build-dep linux-image-$(uname -r)
apt source linux-image-$(uname -r)
cd linux-4.10.0/
patch -p1 < /your/patchfile/location/patchfile
debian/rules startnewrelease
fakeroot debian/rules clean
fakeroot debian/rules binary-headers binary-generic binary-perarch
cd ..
apt install $PWD/linux-[hit]*21.23*deb