Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946654AbbHHCEr (ORCPT ); Fri, 7 Aug 2015 22:04:47 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:34762 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946535AbbHHCEq (ORCPT ); Fri, 7 Aug 2015 22:04:46 -0400 From: Nathan Lynch To: CC: Russell King , John Stultz , Will Deacon , Thomas Gleixner , Subject: [PATCH 0/2] fix vdso coarse clock monotonicity regressions Date: Fri, 7 Aug 2015 21:03:21 -0500 Message-ID: <1438999403-5770-1-git-send-email-nathan_lynch@mentor.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 29 Commit 906c55579a63 ("timekeeping: Copy the shadow-timekeeper over the real timekeeper last") made it so the user can observe the coarse clocks going backwards on arm and arm64, if they're really looking for it. Technically these are fixing regressions versus 4.1, but I won't be bothered if they don't make 4.2 final at this late stage, since only the (seldom-used?) coarse clocks are affected. I'd like to collect review/acks for these now and make sure they at least make it into 4.3-rc1 (and -stable after that). Nathan Lynch (2): ARM: VDSO: fix coarse clock monotonicity regression arm64: VDSO: fix coarse clock monotonicity regression arch/arm/kernel/vdso.c | 7 +++---- arch/arm64/kernel/vdso.c | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/