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, 11 Jun 2014 23:59:12 -0000
From:	Thomas Gleixner <tglx@...utronix.de>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	John Stultz <john.stultz@...aro.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Ingo Molnar <mingo@...nel.org>
Subject: [patch 00/13] time: Tree wide cleanup of interfaces and crap

This is part 1 of a larger cleanup series I have on store. This just
deals with simple independent cleanups, except for the removal of
do_posix_clock_monotonic_gettime() which depends on all the related
cleanup patches being applied. I'm happy to take the whole series
trough my tree if nobody objects.

1) Finally get rid of do_posix_clock_monotonic_gettime() which is just
   a wrapper around ktime_get_ts()

2) Kill a few braindamaged time conversion sites

Thanks,

	tglx
----
 drivers/firewire/core-cdev.c            |    2 +-
 drivers/net/wireless/mwifiex/cfg80211.c |    4 +---
 drivers/net/wireless/mwifiex/main.c     |    4 +---
 drivers/net/wireless/mwifiex/tdls.c     |    6 ++----
 drivers/net/wireless/mwifiex/uap_txrx.c |    4 +---
 drivers/net/wireless/mwifiex/wmm.c      |    9 +--------
 include/linux/time.h                    |    1 -
 include/sound/pcm.h                     |    2 +-
 kernel/acct.c                           |    2 +-
 kernel/debug/kdb/kdb_main.c             |    2 +-
 kernel/delayacct.c                      |   16 +++-------------
 kernel/fork.c                           |    2 +-
 kernel/tsacct.c                         |    2 +-
 net/mac80211/cfg.c                      |    2 +-
 net/mac80211/debugfs_sta.c              |    2 +-
 net/mac80211/sta_info.c                 |    2 +-
 net/mac80211/status.c                   |    7 ++-----
 net/mac80211/tx.c                       |    5 +----
 security/tomoyo/audit.c                 |    8 +++-----
 security/tomoyo/common.c                |    4 +---
 sound/core/timer.c                      |    4 ++--
 sound/pci/intel8x0.c                    |   10 ++++------
 22 files changed, 31 insertions(+), 69 deletions(-)

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