Shaun Ren
Shaun Ren
Currently when chkboot -u is ran, the checksum files are not actually updated. This pull request fixes that.
Users can now run a custom alert script upon hash check failure. The alert script can be used to take down network interfaces immediately, unmount all encrypted volumes, etc.
Using column-major instead of row-major matrices is found to improve the speed of GEMV in nearly all cases, with improvements in some practical scenarios, such as Spaun 2.0. Also, the...