Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1229036

Re: [PATCH] Replace get_seconds with ktime_get_seconds

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] Replace get_seconds with ktime_get_seconds
Date 2015-09-21 07:00 +0200
Message-ID <qb1mO-4P7-13@gated-at.bofh.it> (permalink)
References <q9K4G-np-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Date: Thu, 17 Sep 2015 18:12:53 +0200

> Replace time_t type and get_seconds function which are not y2038 safe
> on 32-bit systems. Function ktime_get_seconds use monotonic instead of
> real time and therefore will not cause overflow.
> 
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> Reviewed-by: Arnd Bergmann <arnd@arndb.de>

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] Replace get_seconds with ktime_get_seconds Ksenija Stanojevic <ksenija.stanojevic@gmail.com> - 2015-09-17 18:20 +0200
  Re: [PATCH] Replace get_seconds with ktime_get_seconds David Miller <davem@davemloft.net> - 2015-09-21 07:00 +0200

csiph-web