Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756822AbbKRVJL (ORCPT ); Wed, 18 Nov 2015 16:09:11 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:51102 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932719AbbKRVJI (ORCPT ); Wed, 18 Nov 2015 16:09:08 -0500 From: Arnd Bergmann To: David Miller Cc: mahfouz.saif.elyazal@gmail.com, dhowells@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: dns_resolver: convert time_t to time64_t Date: Wed, 18 Nov 2015 22:08:54 +0100 Message-ID: <4702816.H75zDcB06x@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151118.152025.1846834961092956563.davem@davemloft.net> References: <20151118063643.GA16239@waves> <20151118.152025.1846834961092956563.davem@davemloft.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:LO5Eq3El+Jk6a+RLlHljySC2Ul/K8KP47pJQoFgfjmCQ+P/Oh7j eYY6xlBsKpwB4VNmLocg4egpLjwRjC4QPt9a6EFCU4U9ZdVUB6t2UhzKyKfWcKa3brne3MD lfvZuHa8W5Afrr7ZI3yiQrQqOSHy5kTErOGIZ1F155L5D8crfFYE+JV3rkkBdDYOMe8kK08 Fb5AWwNX/Ok7oP7slRq3Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:naeDfZzy09c=:XulR4JBSGgo4S6fW2+ynTH rlpJAZxUQCc9HKe4QkpCEgjUTABO6XcsJT8BfPKUWY+XhH/fnE74MYI6u8JricUuWZRGGW5qV fZv7euwMGJNb3LexQ5MF2WWEMhbNYlAGUdsdpMfRYlxyR1U0HxoXIY0/wfEAhwhHyp9e7lg3v gi8j/kW7330AXm6oiAzxt0ZyfI7tdqjo2cfxcyNLLXYvThRKmpUVpr7S/afE2g+z4dFhNripC XLEWMm3cibFCgGCIA/jw7SNvPSbEn1SUobBJWXZUsjqY0nRPdUsnuPOjpkBF2LnTfLnGLlLZS kYQW5q4mvdmR471w+46EYAeWnVTSqwbpC2Ul2wXqYqvBQNOY+31mEgbgaU/LEzWLVo3d4gNoN vN8tJmhj4++r1lKElZ9u/Ixzzicfg8RXi4FaaP1fn2m9KCGgksKKQwdvSa/oEdob9r1GGXhJY YpxRbnwFQsbmz9sig+IF9E6KaALGUg9iEKW9GzfjhmBR52vam51iHICOZ8uVz5XMaWRH3wD7o L5X9RbBY/m/NsSrjU8VhEkW6R37Wg9shkao2CRBu+MMkpcDvFKdcPmRhzhLKjvmy+E+MdaHkT HJE/E8LEyf/+WrdZveWADGEarBQJCMJaR+cfXIlXfPw52cWxmMbyIFKFxuBZd73D9rl9dCFRR PKdeFrIkxXWZqD0SrTBbTWSt1lLugxvY1x1WNosiUDr/SvMUs44SVOA3cMV1YiB20CUySHGVs y0KjyKxp6Zu4YmBk Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1188 Lines: 29 On Wednesday 18 November 2015 15:20:25 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'? Yes, I think that would be good. The original patch was touching both the key and net subsystems, but this patch makes sense by itself now, and it helps keep the other half isolated to the key code. Arnd -- 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/