K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-11-16T16:36:20.919200Z K 7 svn:log V 411 powerpcspe: Don't leak kernel registers in SPE dumps save_vec_int() for SPE saves off only the high word of the register, leaving the low word as "garbage", but really containing whatever was in the kernel register at the time. This leaks into core dumps, and in a near future commit also into ptrace. Instead, save the GPR in the low word in save_vec_nodrop(), which is used only for core dumps and ptrace. END