From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932192AbcGAOmU (ORCPT ); Fri, 1 Jul 2016 10:42:20 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34667 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752168AbcGAOmQ (ORCPT ); Fri, 1 Jul 2016 10:42:16 -0400 Date: Fri, 1 Jul 2016 16:41:43 +0200 From: Frederic Weisbecker To: Thomas Gleixner Cc: LKML , Ingo Molnar , Peter Zijlstra , "Paul E. McKenney" , Eric Dumazet , Chris Mason , Arjan van de Ven , rt@linutronix.de, Rik van Riel , Linus Torvalds , George Spelvin , Len Brown , Josh Triplett Subject: Re: [patch V3 13/22] timer: Reduce the CPU index space to 256k Message-ID: <20160701144140.GA4147@lerouge> References: <20160624140325.554996200@linutronix.de> <20160624141722.506365185@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160624141722.506365185@linutronix.de> 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 On Fri, Jun 24, 2016 at 02:32:13PM -0000, Thomas Gleixner wrote: > We want to store the array index in the flags space. 256k CPUs should be > enough for a while. > > Signed-off-by: Thomas Gleixner For the easy part (Patches 1 to 13): Reviewed-by: Frederic Weisbecker Now I'm going to dive in the hard part :-) Thanks.