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:   Tue, 19 Jun 2018 15:10:42 +0200
From:   David Sterba <dsterba@...e.cz>
To:     Nikolay Borisov <nborisov@...e.com>
Cc:     Allen Pais <allen.lkml@...il.com>, linux-btrfs@...r.kernel.org,
        clm@...com, jbackik@...com, dsterba@...e.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] btrfs: stop using get_seconds()

On Tue, Jun 19, 2018 at 04:07:21PM +0300, Nikolay Borisov wrote:
> 
> 
> On 12.06.2018 14:48, Allen Pais wrote:
> > The get_seconds() function is deprecated as it truncates
> > the timestamp to 32 bits. Change to either ktime_get_seconds()
> > or ktime_get_real_seconds()
> 
> nit: In your patch you are only changing them to get-real-seconds. So
> the "ktime_get_seconds() or" part of the changelog is unnecessary.

Updated, and changed the subject line to "btrfs: replace get_seconds with
new 64bit time API"

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ