Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
/usr/include/linux/dtrace/types.h
%changelog
+* Wed Apr 12 2017 - <kris.van.hees@oracle.com> - 0.6.0-4
+- Always inline dtrace_dif_variable to ensure consistent aframes count
+ [Orabug: 25872472]
* Sun Apr 2 2017 - <kris.van.hees@oracle.com> - 0.6.0-3
- Lockfree walltimestamp implementation (Tomas Jedlicka) [Orabug: 25715256]
- Corrected aframes values to skip DTrace frames [Orabug: 25727046]
*
* This function is annotated to be always inlined in dtrace_dif_emulate()
* because (1) that is the only place where it is called from, and (2) it has
- * come to our attention that some GCC versions inline i automatically while
+ * come to our attention that some GCC versions inline it automatically while
* others do not and that messes up the number of frames to skip (aframes).
*/
static uint64_t __always_inline dtrace_dif_variable(dtrace_mstate_t *mstate,