Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755314AbdCKVaZ (ORCPT ); Sat, 11 Mar 2017 16:30:25 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:35125 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932683AbdCKVaR (ORCPT ); Sat, 11 Mar 2017 16:30:17 -0500 Date: Sat, 11 Mar 2017 22:30:11 +0100 From: Daniel Lezcano To: Romain Izard Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nicolas Ferre , Thomas Gleixner , David Engraf , Boris Brezillon Subject: Re: [PATCH v1] Revert "clocksource/drivers/tcb_clksrc: Use 32 bit tcb as sched_clock" Message-ID: <20170311213011.GB1753@mai> References: <20170309165838.7683-1-romain.izard.pro@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170309165838.7683-1-romain.izard.pro@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 466 Lines: 13 On Thu, Mar 09, 2017 at 05:58:38PM +0100, Romain Izard wrote: > This reverts commit 7b9f1d16e6d1 ("clocksource/drivers/tcb_clksrc: Use > 32 bit tcb as sched_clock"). In the current state, the kernel warns > against a late registration of the new sched_clock, the printk clock > resets after only a few minutes, and it seems that scheduling can be > affected as well. > > Signed-off-by: Romain Izard > --- Applied, thanks. -- Daniel