This patch set handles the reporter's dump time-stamp display. First patch refactors the current implementation of helper function which displays the reporter's dump time-stamp and add the actual print to the function's body.
The second patch introduces a new attribute which is the time-stamp in timespec (current time) instead of jiffies. When the new attribute is present try and translate the time-stamp according to 'current time'. Aya Levin (2): devlink: Print health reporter's dump time-stamp in a helper function devlink: Add a new time-stamp format for health reporter's dump devlink/devlink.c | 44 ++++++++++++++++++++++++++++---------------- include/uapi/linux/devlink.h | 2 ++ 2 files changed, 30 insertions(+), 16 deletions(-) -- 2.14.1