From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758091AbcAYS3p (ORCPT ); Mon, 25 Jan 2016 13:29:45 -0500 Received: from mx0b-0016ce01.pphosted.com ([67.231.156.153]:4311 "EHLO mx0b-0016ce01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758002AbcAYS3l convert rfc822-to-8bit (ORCPT ); Mon, 25 Jan 2016 13:29:41 -0500 From: Himanshu Madhani To: Arnd Bergmann , "y2038@lists.linaro.org" CC: linux-scsi , "Martin K. Petersen" , Dept-Eng QLA2xxx Upstream , "James E.J. Bottomley" , linux-kernel , Tina Ruchandani , Johannes Thumshirn Subject: Re: [Y2038] [PATCH, RESEND 2] qla2xxx: Remove use of 'struct timeval' Thread-Topic: [Y2038] [PATCH, RESEND 2] qla2xxx: Remove use of 'struct timeval' Thread-Index: AQHRVSGCDO+CSDGm10C4b5aYiqi/Jp8IKnKAgARm84A= Date: Mon, 25 Jan 2016 18:26:03 +0000 Message-ID: References: <1528415.ru8bxkDU1V@wuerfel> <1700481.AdoIR1LgPH@wuerfel> In-Reply-To: <1700481.AdoIR1LgPH@wuerfel> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.5.9.151119 x-originating-ip: [10.29.102.32] disclaimer: bypass Content-Type: text/plain; charset="us-ascii" Content-ID: <8CF2041BF970014C947C290D91DAE584@qlogic.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=5800 definitions=8055 signatures=670683 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1601100000 definitions=main-1601250275 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On 1/22/16, 7:12 AM, "linux-scsi-owner@vger.kernel.org on behalf of Arnd Bergmann" wrote: >On Friday 22 January 2016 15:28:32 Arnd Bergmann wrote: >> struct register_host_info stores a 64-bit UTC system time timestamp. >> This patch removes the use of 'struct timeval' to obtain that timestamp >> as its tv_sec value will overflow on 32-bit systems in year 2038 beyond. >> The patch uses ktime_get_real_seconds() which returns a 64-bit seconds >>value. >> >> Signed-off-by: Tina Ruchandani >> Reviewed-by: Johannes Thumshirn >> Signed-off-by: Arnd Bergmann >> > > > >I was missing > >From: Tina Ruchandani > >If anyone is going to pick this up, let me know whether you will fix >it up yourself or if I should resend. Please resend the patch and add Acked-by: Himanshu Madhani >-- >To unsubscribe from this list: send the line "unsubscribe linux-scsi" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html Thanks, - Himanshu