Re: [OPW kernel] [PATCH v3] drivers: s390: net: ctcm: migrate variables to handle y2038 problem

2014-11-03 Thread Arnd Bergmann
On Saturday 01 November 2014 02:16:14 Aya Mahfouz wrote: > This patch is concerned with migrating the time variables for the s390 > network driver. The changes handle the y2038 problem where timespec will > overflow in the year 2038. timespec was replaced by unsigned long and > all time variables g

Re: [PATCH v3] drivers: s390: net: ctcm: migrate variables to handle y2038 problem

2014-11-03 Thread Ursula Braun
Thx, Aya. Now I will add your patch to our collection for our next upstream posting on net_next. The only thing I want to change is removing your #include lines. All affected routines use already #include Thus these lines are not needed. Regards, Ursula Braun On Sat, 2014-11-01

[PATCH v3] drivers: s390: net: ctcm: migrate variables to handle y2038 problem

2014-10-31 Thread Aya Mahfouz
This patch is concerned with migrating the time variables for the s390 network driver. The changes handle the y2038 problem where timespec will overflow in the year 2038. timespec was replaced by unsigned long and all time variables get their values from the jiffies global variable. This was done f