Skip to content

Instantly share code, notes, and snippets.

@jstarcher
Created February 26, 2018 18:49
Show Gist options
  • Select an option

  • Save jstarcher/ff24ee351a97fbd145a225bfe4b0e158 to your computer and use it in GitHub Desktop.

Select an option

Save jstarcher/ff24ee351a97fbd145a225bfe4b0e158 to your computer and use it in GitHub Desktop.

Revisions

  1. jstarcher created this gist Feb 26, 2018.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    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