lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Feb 2015 11:26:06 +0000
From:	David Howells <dhowells@...hat.com>
To:	Tina Ruchandani <ruchandani.tina@...il.com>
Cc:	dhowells@...hat.com, linux-afs@...ts.infradead.org,
	Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] afs: Migrate to 64-bit timekeeping

Tina Ruchandani <ruchandani.tina@...il.com> wrote:

> This patchset is an attempt to port afs's timekeeping
> variables from time_t type to time64_t. AFS uses
> get_seconds to store real (wall clock) time in seconds.
> The time returned by get_seconds() will overflow on 32-bit systems
> in year 2106 and beyond.
> This patchset replaces the usage with ktime_get_real_seconds.
> Fields that propagate to the inode (mtime_client, mtime_server,
> creation) remain untouched, as the inode timestamps are only 32bit.

I've applied these to my branch.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ