From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932369AbcHWXIa (ORCPT ); Tue, 23 Aug 2016 19:08:30 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:34394 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754424AbcHWXI3 (ORCPT ); Tue, 23 Aug 2016 19:08:29 -0400 From: John Stultz To: lkml Cc: John Stultz , Steven Rostedt , Peter Zijlstra , Ingo Molnar , Thomas Gleixner Subject: [GIT PULL][PATCH 0/2] Timekeeping items for 4.8 via tip/timers/urgent Date: Tue, 23 Aug 2016 16:08:20 -0700 Message-Id: <1471993702-29148-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Thomas, Ingo, Wanted to submit the following changes for review and inclusion for tip/timers/urgent. The first is a fix for an NMI safety issue Steven pointed out last week and the other is a potential memory corruption issue. Let me know if you have any objections. thanks -john Cc: Steven Rostedt Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Thomas Gleixner If desired, the patches can be pulled as follows: The following changes since commit be5769e2061ac40b32daa83e28e1c4aac7133511: clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return int (2016-08-17 13:08:32 +0200) are available in the git repository at: https://git.linaro.org/people/john.stultz/linux.git fortglx/4.8/time for you to fetch changes up to 30a56a04134382bd8f0fa51db19b94af7f74f9ee: timekeeping: Cap array access in timekeeping_debug to protect against invalid sleep times (2016-08-23 16:03:15 -0700) ---------------------------------------------------------------- John Stultz (2): timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING timekeeping: Cap array access in timekeeping_debug to protect against invalid sleep times kernel/time/timekeeping.c | 5 ++++- kernel/time/timekeeping_debug.c | 9 +++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) -- 1.9.1