Re: ath10k: use 64-bit crash dump timestamps
From: Kalle Valo <hidden>
Date: 2017-12-07 14:24:11
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2017-12-07 14:24:11
Also in:
linux-wireless, lkml
Arnd Bergmann [off-list ref] wrote:
The dump format uses 64-bit timestamps already, but calling getnstimeofday() only returns a 32-bit number on 32-bit architectures, so that will overflow in y2038. This changes it to use ktime_get_real_ts64() instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <redacted>
Patch applied to ath-next branch of ath.git, thanks. dafa42036012 ath10k: use 64-bit crash dump timestamps -- https://patchwork.kernel.org/patch/10076697/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches