From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755932AbbESJ2Y (ORCPT ); Tue, 19 May 2015 05:28:24 -0400 Received: from www.linutronix.de ([62.245.132.108]:53787 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752221AbbESJ2S (ORCPT ); Tue, 19 May 2015 05:28:18 -0400 Date: Tue, 19 May 2015 11:28:25 +0200 (CEST) From: Thomas Gleixner To: Arnd Bergmann cc: y2038@lists.linaro.org, baolin.wang@linaro.org, albert.aribaud@3adev.fr, John Stultz , bamvor.zhangjian@linaro.org, ruchandani.tina@gmail.com, linux-api@vger.kernel.org, LKML , libc-alpha@sourceware.org, Oleg Nesterov Subject: Re: [PATCH 16/19] y2038: use __kernel_timespec in sys_rt_sigtimedwait In-Reply-To: <1430929826-318934-17-git-send-email-arnd@arndb.de> Message-ID: References: <1430929826-318934-1-git-send-email-arnd@arndb.de> <1430929826-318934-17-git-send-email-arnd@arndb.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 May 2015, Arnd Bergmann wrote: > This is a straightforward conversion of the native and compat > sys_rt_sigtimedwait functions to use __kernel_timespec, so > 32-bit user space can pass a 64-bit time_t into the native > syscall and use the compat syscall for the traditional 32-bit > time_t. > > Signed-off-by: Arnd Bergmann Reviewed-by: Thomas Gleixner