On Thursday, November 17, 2016 1:39:27 PM CET Johannes Thumshirn wrote: > Commit 540eb1eef 'scsi: libfc: fix seconds_since_last_reset calculation' > removed the use of 'struct timespec' from fc_get_host_stats(). This broke the > output of 'fcoeadm -s' after kernel 4.8-rc1. > > Fixes: 540eb1eef ('scsi: libfc: fix seconds_since_last_reset calculation') > Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx> > Acked-by: Arnd Bergmann <arnd@xxxxxxxx> I actually made the same patch today and was going to send it out after getting my other patches to build cleanly, but you were faster. Are we worried about 32-bit systems overflowing here when the elapsed time since the last reset is over 49 days? If we are, we probably want another patch on top, though this one is sufficient to fix the regression, and it has no problems on 64-bit machines. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html