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:	Fri,  4 Jun 2010 19:53:20 -0700
From:	John Stultz <johnstul@...ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	John Stultz <johnstul@...ibm.com>,
	Martin Schwidefsky <schwidefsky@...ibm.com>,
	Anton Blanchard <anton@...ba.org>,
	Paul Mackerras <paulus@...ba.org>,
	Tony Luck <tony.luck@...el.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Jeff Dike <jdike@...toit.com>
Subject: [RFC][PATCH 0/6] xtime/wall_to_monotonic cleanups

This patchset cleans up all the direct accesses to xtime
and wall_to_monotonic, allowing them to be made static
so we can do further cleanup and rework of the timekeeping
core.

This is 2.6.36 (or later) material. But I wanted to get 
the ball rolling.

Any feedback/testing would be greatly appreciated!

thanks
-john


John Stultz (6):
  powerpc: Simplify update_vsyscall
  powerpc: Cleanup xtime usage
  Fix update_vsyscall to provide wall_to_monotonic offset
  Convert um to use read_persistent_clock
  Cleanup hrtimer.c's direct access to wall_to_monotonic
  Make xtime and wall_to_monotonic static

CC: Martin Schwidefsky <schwidefsky@...ibm.com>
CC: Anton Blanchard <anton@...ba.org>
CC: Paul Mackerras <paulus@...ba.org>
CC: Tony Luck <tony.luck@...el.com>
CC: Thomas Gleixner <tglx@...utronix.de>
CC: Jeff Dike <jdike@...toit.com>

 Documentation/feature-removal-schedule.txt |   10 -----
 arch/ia64/kernel/time.c                    |    7 ++-
 arch/powerpc/kernel/time.c                 |   61 +++++++++++++---------------
 arch/s390/kernel/time.c                    |    8 ++--
 arch/um/kernel/time.c                      |   13 +++---
 arch/x86/kernel/vsyscall_64.c              |    6 +-
 include/linux/clocksource.h                |    6 ++-
 include/linux/time.h                       |    5 +-
 kernel/hrtimer.c                           |    9 ++--
 kernel/time/timekeeping.c                  |   18 ++++++--
 10 files changed, 69 insertions(+), 74 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