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,  5 Jan 2011 18:15:47 -0800
From:	John Stultz <john.stultz@...aro.org>
To:	linux-kernel@...r.kernel.org
Cc:	John Stultz <john.stultz@...aro.org>,
	Arve Hjønnevåg <arve@...roid.com>,
	Brian Swetland <swetland@...gle.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Alessandro Zummo <a.zummo@...ertech.it>
Subject: [PATCH 00/12] Posix Alarm Timers full patchset

The first 8 of these patches are already in -tip for inclusion
in 2.6.38, but I wanted to send them all out again so folks could
try them out and I could hopefully get some feedback on the remaining 
patches in this set.

Specifically, I'm really hoping to get some feedback from any Android
folks on the introduction of CLOCK_BOOTTIME (generic posix version of
ANDROID_ALARM_ELAPSED_REALTIME) which provides CLOCK_MONOTONIC + suspend
time, as well as the posix alarm timers (CLOCK_REALTIME_ALARM and
CLOCK_BOOTTIME_ALARM), which try to provide equivalent functionality
as the Android Alarm Timers.

There are still a few remaining TODOs here, but getting some feedback
as to any limitations this interface has compared to the Android
/dev/alarm interface would be great.

The full set applies ontop of v2.6.37.

thanks
-john

CC: Arve Hjønnevåg <arve@...roid.com>
CC: Brian Swetland <swetland@...gle.com>
CC: Thomas Gleixner <tglx@...utronix.de>
CC: Alessandro Zummo <a.zummo@...ertech.it>

John Stultz (11):
  timers: Introduce timerlist infrastructure.
  timers: Rename timerlist infrastructure to timerqueue
  timers: Fixup allmodconfig build issue
  hrtimers: Convert hrtimers to use timerlist infrastructure
  hrtimer: fix timerqueue conversion flub
  RTC: Rework RTC code to use timerqueue for events
  RTC: Remove UIE emulation
  [RFC] hrtimers: extend hrtimer base code to handle more then 2
    clockids
  [RFC] hrtimers: Add CLOCK_BOOTTIME clockid, hrtimerbase and posix
    interface
  timers: Add rb_init_node() to allow for stack allocated rb nodes
  [RFC] Introduce Alarm (hybrid) timers

Thomas Gleixner (1):
  rtc: Namespace fixup

 drivers/rtc/class.c          |   13 +
 drivers/rtc/interface.c      |  574 +++++++++++++++++++++--------------
 drivers/rtc/rtc-dev.c        |  104 -------
 drivers/rtc/rtc-lib.c        |   28 ++
 include/linux/alarmtimer.h   |   30 ++
 include/linux/hrtimer.h      |   40 ++-
 include/linux/posix-timers.h |    2 +
 include/linux/rbtree.h       |    8 +
 include/linux/rtc.h          |   51 +++-
 include/linux/time.h         |    6 +
 include/linux/timerqueue.h   |   37 +++
 kernel/hrtimer.c             |  146 +++++-----
 kernel/posix-timers.c        |   16 +-
 kernel/time/Makefile         |    2 +-
 kernel/time/alarmtimer.c     |  699 ++++++++++++++++++++++++++++++++++++++++++
 kernel/time/timekeeping.c    |   79 +++++-
 kernel/time/timer_list.c     |    8 +-
 lib/Makefile                 |    2 +-
 lib/timerqueue.c             |  121 ++++++++
 19 files changed, 1525 insertions(+), 441 deletions(-)
 create mode 100644 include/linux/alarmtimer.h
 create mode 100644 include/linux/timerqueue.h
 create mode 100644 kernel/time/alarmtimer.c
 create mode 100644 lib/timerqueue.c

-- 
1.7.3.2.146.gca209

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