Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753701AbdLGOYL (ORCPT ); Thu, 7 Dec 2017 09:24:11 -0500 Received: from alexa-out.qualcomm.com ([129.46.98.28]:3220 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753003AbdLGOYJ (ORCPT ); Thu, 7 Dec 2017 09:24:09 -0500 X-IronPort-AV: E=McAfee;i="5900,7806,8737"; a="1500892840" X-MGA-submission: =?us-ascii?q?MDGc6z1R8K0TNp2KWLMq+G+gAQVvnnDM57hfmk?= =?us-ascii?q?qd2lUdt62aLc1ixDLeHgKruV8lltwVS7DEGGaLLhoRDXVCwUL6kMl+Hu?= =?us-ascii?q?DuA190aRyyHHqXABI5gadmad36kev8mg5MHmu2AlTw8GfSchy3fDTp+y?= =?us-ascii?q?PC?= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: ath10k: use 64-bit crash dump timestamps From: Kalle Valo In-Reply-To: <20171127115113.2831506-1-arnd@arndb.de> References: <20171127115113.2831506-1-arnd@arndb.de> To: Arnd Bergmann CC: , Arnd Bergmann , "Waldemar Rymarkiewicz" , Erik Stromdahl , Mohammed Shafi Shajakhan , Sarada Prasanna Garnayak , Venkateswara Naralasetty , Marcin Rokicki , , , , User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-ID: <688aa963236549dfb9561afcf7c7488a@euamsexm01a.eu.qualcomm.com> Date: Thu, 7 Dec 2017 15:23:51 +0100 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01F.na.qualcomm.com (10.85.0.32) To euamsexm01a.eu.qualcomm.com (10.251.127.40) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 608 Lines: 19 Arnd Bergmann 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 > Signed-off-by: Kalle Valo 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