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-next>] [day] [month] [year] [list]
Date:	Wed, 29 Oct 2014 16:00:41 +0530
From:	Heena Sirwani <heenasirwani@...il.com>
To:	opw-kernel@...glegroups.com
Cc:	linux-kernel@...r.kernel.org, john.stultz@...aro.org,
	tglx@...utronix.de, arnd@...db.de
Subject: [PATCH v8 0/2] Added ktime_get_seconds() and ktime_get_real_seconds()

The following patchset adds two functions as follows:
	-ktime_get_seconds() to return tv_sec portion of
	ktime_get_ts64().
	-ktime_get_real_seconds() to return tv_sec portion of
	ktime_get_real_ts64().

Changes in v8:
	-changed type of ktime_sec to unsigned long
	- Added a patch with ktime_get_real_seconds().

Heena Sirwani (2):
  timekeeping: Added a function to return tv_sec portion of
    ktime_get_ts64()
  timekeeping: Added a function to return tv_sec portion of
    ktime_get_real_ts64()

 include/linux/timekeeper_internal.h |  2 ++
 include/linux/timekeeping.h         |  2 ++
 kernel/time/timekeeping.c           | 41 ++++++++++++++++++++++++++++++++++---
 3 files changed, 42 insertions(+), 3 deletions(-)

-- 
1.9.1

--
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