Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1385442
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL][PATCH 0/3] Few small timekeeping updates for 4.7 |
| Date | 2016-04-22 21:10 +0200 |
| Message-ID | <rqOCK-75k-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hey Thomas,
Just wanted to send you my current queue for 4.7. Its fairly small.
The one unusal bit is the security_settime64() patch, which was
ok'ed to go in via the -tip tree by both Kees and Serge.
Let me know if you have any objections.
thanks
-john
Cc: Serge Hallyn <serge.hallyn@canonical.com>
Cc: James Morris <james.l.morris@oracle.com>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: Paul Moore <pmoore@redhat.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Kees Cook <keescook@chromium.org>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
If you prefer to pull:
The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:
Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)
are available in the git repository at:
https://git.linaro.org/people/john.stultz/linux.git fortglx/4.7/time
for you to fetch changes up to 86d3473224b004f920c107206d181d37db735145:
time: Introduce do_sys_settimeofday64() (2016-04-22 11:49:04 -0700)
----------------------------------------------------------------
Baolin Wang (2):
security: Introduce security_settime64()
time: Introduce do_sys_settimeofday64()
David Lechner (1):
clocksource: Add missing include of of.h.
include/linux/clocksource.h | 1 +
include/linux/lsm_hooks.h | 5 +++--
include/linux/security.h | 20 +++++++++++++++++---
include/linux/timekeeping.h | 17 +++++++++++++++--
kernel/time/time.c | 8 ++++----
security/commoncap.c | 2 +-
security/security.c | 2 +-
7 files changed, 42 insertions(+), 13 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL][PATCH 0/3] Few small timekeeping updates for 4.7 John Stultz <john.stultz@linaro.org> - 2016-04-22 21:10 +0200 [PATCH 3/3] time: Introduce do_sys_settimeofday64() John Stultz <john.stultz@linaro.org> - 2016-04-22 21:10 +0200 [PATCH 2/3] security: Introduce security_settime64() John Stultz <john.stultz@linaro.org> - 2016-04-22 21:10 +0200 [PATCH 1/3] clocksource: Add missing include of of.h. John Stultz <john.stultz@linaro.org> - 2016-04-22 21:10 +0200
csiph-web