Re: [PATCH v2 0/8] net: y2038-safe socket timestamps

2018-12-14 Thread David Miller
From: Deepa Dinamani Date: Tue, 11 Dec 2018 12:25:12 -0800 > The series introduces new socket timestamps that are > y2038 safe. Please address Willem's feedback, thank you.

[PATCH v2 0/8] net: y2038-safe socket timestamps

2018-12-11 Thread Deepa Dinamani
The series introduces new socket timestamps that are y2038 safe. The time data types used for the existing socket timestamp options: SO_TIMESTAMP, SO_TIMESTAMPNS and SO_TIMESTAMPING are not y2038 safe. The series introduces SO_TIMESTAMP_NEW, SO_TIMESTAMPNS_NEW and SO_TIMESTAMPING_NEW to replace th