K 10 svn:author V 5 gonzo K 8 svn:date V 27 2018-04-03T21:22:43.742260Z K 7 svn:log V 440 MFC r312378 by andrew: Use the kernel stack in the ARM FBT DTrace provider. This is used to find the fifth argument to functions being traced, however there was an error where the userspace stack was being used. This may be invalid leading to a kernel panic if this address is unmapped. Submitted by: Graeme Jenkinson Differential Revision: https://reviews.freebsd.org/D9229 MFC commit fields PR: 211389 END