From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751330AbdA1BIw (ORCPT ); Fri, 27 Jan 2017 20:08:52 -0500 Received: from mail-pf0-f170.google.com ([209.85.192.170]:34000 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbdA1BIp (ORCPT ); Fri, 27 Jan 2017 20:08:45 -0500 From: John Stultz To: lkml Cc: John Stultz , Thomas Gleixner , Richard Cochran , Prarit Bhargava , Ingo Molnar Subject: [GIT PULL][PATCH 0/3] Timekeeping items for 4.11 Date: Fri, 27 Jan 2017 16:59:28 -0800 Message-Id: <1485565171-21223-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Thomas, Ingo, Just a few items I have queued for 4.11. Let me know if you have any objections thanks -john Cc: Thomas Gleixner Cc: Richard Cochran Cc: Prarit Bhargava Cc: Ingo Molnar The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88: Linux 4.10-rc2 (2017-01-01 14:31:53 -0800) are available in the git repository at: https://git.linaro.org/people/john.stultz/linux.git fortglx/4.11/time for you to fetch changes up to b18b6a9cef7f30e9a8b7738d5fc8d568cf660855: timers: Omit POSIX timer stuff from task_struct when disabled (2017-01-27 13:05:26 -0800) ---------------------------------------------------------------- Nicolas Pitre (1): timers: Omit POSIX timer stuff from task_struct when disabled Russell King (1): delay: Add explanation of udelay() inaccuracy Stephen Boyd (1): timekeeping: Remove unused timekeeping_{get,set}_tai_offset() fs/proc/base.c | 4 ++-- include/linux/delay.h | 11 +++++++++++ include/linux/init_task.h | 40 +++++++++++++++++++++++++--------------- include/linux/sched.h | 13 ++++++++++--- kernel/fork.c | 10 +++++++++- kernel/sched/rt.c | 4 ++++ kernel/sched/stats.h | 32 ++++++++++++++++++++------------ kernel/time/timekeeping.c | 39 +-------------------------------------- kernel/time/timekeeping.h | 2 -- 9 files changed, 82 insertions(+), 73 deletions(-) -- 2.7.4