From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932873AbcLIFaf (ORCPT ); Fri, 9 Dec 2016 00:30:35 -0500 Received: from merlin.infradead.org ([205.233.59.134]:44884 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753409AbcLIFae (ORCPT ); Fri, 9 Dec 2016 00:30:34 -0500 Date: Fri, 9 Dec 2016 06:30:17 +0100 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , John Stultz , Ingo Molnar , David Gibson , Liav Rehana , Chris Metcalf , Richard Cochran , Parit Bhargava , Laurent Vivier , "Christopher S. Hall" Subject: Re: [patch 0/6] timekeeping: Cure the signed/unsigned wreckage Message-ID: <20161209053017.GD3061@worktop.programming.kicks-ass.net> References: <20161208202623.883855034@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161208202623.883855034@linutronix.de> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 08, 2016 at 08:49:31PM -0000, Thomas Gleixner wrote: > Here is the queue: > > timekeeping: Force unsigned clocksource to nanoseconds conversions > timekeeping: Make the conversion call chain consistently unsigned > timekeeping: Get rid of pointless typecasts > > These three patches are definitely urgent material > > timekeeping: Use mul_u64_u32_shr() instead of open coding it > Acked-by: Peter Zijlstra (Intel)