Skip to content

Instantly share code, notes, and snippets.

@jstarcher
Created February 26, 2018 18:49
Show Gist options
  • Save jstarcher/ff24ee351a97fbd145a225bfe4b0e158 to your computer and use it in GitHub Desktop.
Save jstarcher/ff24ee351a97fbd145a225bfe4b0e158 to your computer and use it in GitHub Desktop.
Crimpshrine kill ryzen
cd /tmp
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.xz
tar -xf linux-4.13.tar.xz
cd linux-4.13
make defconfig
while true; do make clean; make -j17 || break; done; echo "Found a segfault"; date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment