Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757696AbcCUUTg (ORCPT ); Mon, 21 Mar 2016 16:19:36 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:43842 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754547AbcCUUTf (ORCPT ); Mon, 21 Mar 2016 16:19:35 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Mon, 21 Mar 2016 21:19:17 +0100 From: Stefan Richter To: Arnd Bergmann Cc: Tina Ruchandani , y2038@lists.linaro.org, linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] firewire: nosy: Replace timeval with timespec64 Message-ID: <20160321211917.198f4f03@kant> In-Reply-To: <3432361.tg4OvfJSmN@wuerfel> References: <20160321055911.GA98166@localhost> <3432361.tg4OvfJSmN@wuerfel> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1277 Lines: 30 On Mar 21 Arnd Bergmann wrote: > On Sunday 20 March 2016 22:59:11 Tina Ruchandani wrote: > > 'struct timeval' uses a 32 bit field for its 'seconds' value which > > will overflow in year 2038 and beyond. This patch replaces the use > > of timeval in nosy.c with timespec64 which doesn't suffer from y2038 > > issue. The code is correct as is - since it is only using the > > microseconds portion of timeval. However, this patch does the > > replacement as part of a larger effort to remove all instances of > > 'struct timeval' from the kernel (that would help identify cases > > where the code is actually broken). > > > > Signed-off-by: Tina Ruchandani > > --- > > drivers/firewire/nosy.c | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > The patch looks correct to me, but it seems the same one has > just been merged into mainline Linux on Saturday (the patch > was posted back in October). > > commit 2ae4b6b20e2004dccf80d804ae52b073377c2f5b [...] No, Amitoj's patch from October changed nosy.c::packet_irq_hander, whereas Tina' patch changes nosy.c::bus_reset_irq_handler. IOW the new patch completes what the former patch (and us reviewers) missed. -- Stefan Richter -======----- --== =-=-= http://arcgraph.de/sr/