From patchwork Sat Jan 28 00:59:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 92740 Delivered-To: patches@linaro.org Received: by 10.140.20.99 with SMTP id 90csp498853qgi; Fri, 27 Jan 2017 16:59:37 -0800 (PST) X-Received: by 10.84.138.165 with SMTP id 34mr16281276plp.37.1485565177546; Fri, 27 Jan 2017 16:59:37 -0800 (PST) Return-Path: Received: from mail-pg0-x22c.google.com (mail-pg0-x22c.google.com. [2607:f8b0:400e:c05::22c]) by mx.google.com with ESMTPS id 21si3143184pga.271.2017.01.27.16.59.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jan 2017 16:59:37 -0800 (PST) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::22c as permitted sender) client-ip=2607:f8b0:400e:c05::22c; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::22c as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by mail-pg0-x22c.google.com with SMTP id 194so85207544pgd.2 for ; Fri, 27 Jan 2017 16:59:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=vYIwE0YCmJaovKkXXTeM4snG0xRGjck0nbNSx5Wy6TQ=; b=PuYb7W2KfJxeGEucNHHYaq/XXzUqZ2IvCFeis+/7j7n7PaCpDXzIlUhRqytCQ+g1Xf FSNjW7hImVUOWDkAjCpwcbJwtdnNfzCV3pVPc1fN8tmULb7F5XVJ207K8vxeSt2KwUCD PM1ltQe6RSIt1m1jTmqvmTlrCtE6IsjuCtico= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=vYIwE0YCmJaovKkXXTeM4snG0xRGjck0nbNSx5Wy6TQ=; b=Poe3OGGEhc27dcpjZytN9DmHYeD8RiPtvhl0IDKu6GLQ+X5Ur8B9FQwD8sVioScM1/ U/PYXEA4X8tiQNNf7+yypbD5wS/g8zmBDGldjekYzIeARbv/9CuGKrv7FSgUdKwcRhaA STesT5FqKpfBTajfSJj6/zPZ90bfy4EQnRXWGAaj3R0DeUaa0YowroHqfk8yX7/uCGMZ 8VY5HaElXrnsDrcETp+gNg1fRxMOSVhjFitYa3BBrpMZXxhC6Nti5QjXmRnTg4i+4i5m YwwihcmJTcbpWklunYeE+EauwgcIBYEhqIgWMWArD7WXh4fwn57fjAWuxUXUYCo67ZKx GuZQ== X-Gm-Message-State: AIkVDXIRKD5Usc3gZsBfu8nr78+1/9DRXP4mYPhT9DRCgvXPpAXcGraHICrhv3Iy4Y0NqlV8SEI= X-Received: by 10.98.160.89 with SMTP id r86mr11920952pfe.170.1485565177101; Fri, 27 Jan 2017 16:59:37 -0800 (PST) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id l25sm14025441pfb.24.2017.01.27.16.59.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 27 Jan 2017 16:59:36 -0800 (PST) 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 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