Re: [Y2038] [PATCH 19/20] pstore: fs superblock limits

2019-08-18 Thread Deepa Dinamani
On Fri, Aug 2, 2019 at 12:15 AM Arnd Bergmann wrote: > > On Fri, Aug 2, 2019 at 4:26 AM Deepa Dinamani wrote: > > > > On Tue, Jul 30, 2019 at 12:36 AM Arnd Bergmann wrote: > > > > > > On Tue, Jul 30, 2019 at 6:31 AM Kees Cook wrote: > > > > > > > > On Mon, Jul 29, 2019 at 06:49:23PM -0700,

Re: [Y2038] [PATCH 19/20] pstore: fs superblock limits

2019-08-02 Thread Arnd Bergmann
On Fri, Aug 2, 2019 at 4:26 AM Deepa Dinamani wrote: > > On Tue, Jul 30, 2019 at 12:36 AM Arnd Bergmann wrote: > > > > On Tue, Jul 30, 2019 at 6:31 AM Kees Cook wrote: > > > > > > On Mon, Jul 29, 2019 at 06:49:23PM -0700, Deepa Dinamani wrote: > > > > Also update the gran since pstore has

Re: [Y2038] [PATCH 19/20] pstore: fs superblock limits

2019-08-01 Thread Deepa Dinamani
On Tue, Jul 30, 2019 at 12:36 AM Arnd Bergmann wrote: > > On Tue, Jul 30, 2019 at 6:31 AM Kees Cook wrote: > > > > On Mon, Jul 29, 2019 at 06:49:23PM -0700, Deepa Dinamani wrote: > > > Also update the gran since pstore has microsecond granularity. > > > > So, I'm fine with this, but technically

Re: [Y2038] [PATCH 19/20] pstore: fs superblock limits

2019-07-30 Thread Arnd Bergmann
On Tue, Jul 30, 2019 at 6:31 AM Kees Cook wrote: > > On Mon, Jul 29, 2019 at 06:49:23PM -0700, Deepa Dinamani wrote: > > Also update the gran since pstore has microsecond granularity. > > So, I'm fine with this, but technically the granularity depends on the > backend storage... many have no

Re: [Y2038] [PATCH 19/20] pstore: fs superblock limits

2019-07-29 Thread Kees Cook
On Mon, Jul 29, 2019 at 06:49:23PM -0700, Deepa Dinamani wrote: > Also update the gran since pstore has microsecond granularity. So, I'm fine with this, but technically the granularity depends on the backend storage... many have no actual time keeping, though. My point is, pstore's timestamps are

[Y2038] [PATCH 19/20] pstore: fs superblock limits

2019-07-29 Thread Deepa Dinamani
Also update the gran since pstore has microsecond granularity. Signed-off-by: Deepa Dinamani Cc: an...@enomsg.org Cc: ccr...@android.com Cc: keesc...@chromium.org Cc: tony.l...@intel.com --- fs/pstore/inode.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git