Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757202AbbKRW14 (ORCPT ); Wed, 18 Nov 2015 17:27:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43375 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752070AbbKRW1z (ORCPT ); Wed, 18 Nov 2015 17:27:55 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 In-Reply-To: <20151118.152025.1846834961092956563.davem@davemloft.net> References: <20151118.152025.1846834961092956563.davem@davemloft.net> <20151118063643.GA16239@waves> To: David Miller Cc: dhowells@redhat.com, mahfouz.saif.elyazal@gmail.com, arnd@arndb.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: dns_resolver: convert time_t to time64_t MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7751.1447879727.1@warthog.procyon.org.uk> From: David Howells Date: Wed, 18 Nov 2015 22:27:50 +0000 Message-ID: <9583.1447885670@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 28 David Miller wrote: > From: Aya Mahfouz > Date: Wed, 18 Nov 2015 08:36:44 +0200 > > > Changes the definition of the pointer _expiry from time_t to > > time64_t. This is to handle the Y2038 problem where time_t > > will overflow in the year 2038. The change is safe because > > the kernel subsystems that call dns_query pass NULL. > > > > Signed-off-by: Arnd Bergmann > > Signed-off-by: Aya Mahfouz > > --- > > Changelog: > > v1: The changes were originally made by Arnd Bergmann in > > relation to time_t. I've broken down a patch sent to me > > into two independent patches. > > Want me to apply this to 'net'? Fine by me. Acked-by: David Howells -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/