Re: [Y2038] [PATCH] generic/402: Make timestamp range check conditional

2019-12-23 Thread Deepa Dinamani
On Sun, Dec 22, 2019 at 10:36 PM Amir Goldstein wrote: > > On Mon, Dec 23, 2019 at 7:16 AM Deepa Dinamani wrote: > > > > Addition of fs-specific timestamp range checking was added > > in 188d20bcd1eb ("vfs: Add file timestamp range support"). > > > > Add a check for whether the kernel supports th

Re: [Y2038] [PATCH] generic/402: Make timestamp range check conditional

2019-12-22 Thread Amir Goldstein
On Mon, Dec 23, 2019 at 7:16 AM Deepa Dinamani wrote: > > Addition of fs-specific timestamp range checking was added > in 188d20bcd1eb ("vfs: Add file timestamp range support"). > > Add a check for whether the kernel supports the limits check > before running the associated test. > > Signed-off-by

[Y2038] [PATCH] generic/402: Make timestamp range check conditional

2019-12-22 Thread Deepa Dinamani
Addition of fs-specific timestamp range checking was added in 188d20bcd1eb ("vfs: Add file timestamp range support"). Add a check for whether the kernel supports the limits check before running the associated test. Signed-off-by: Deepa Dinamani --- common/rc | 11 +++ tests/gene