From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752406AbdATWl4 (ORCPT ); Fri, 20 Jan 2017 17:41:56 -0500 Received: from mail-oi0-f48.google.com ([209.85.218.48]:35215 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752104AbdATWlz (ORCPT ); Fri, 20 Jan 2017 17:41:55 -0500 MIME-Version: 1.0 In-Reply-To: <1483391659-9752-1-git-send-email-zzhsuny@gmail.com> References: <1483391659-9752-1-git-send-email-zzhsuny@gmail.com> From: John Stultz Date: Fri, 20 Jan 2017 14:41:53 -0800 Message-ID: Subject: Re: [PATCH] timers: Reconcile the code and the comment for the 250HZ case To: Zhihui Zhang Cc: Thomas Gleixner , lkml Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 2, 2017 at 1:14 PM, Zhihui Zhang wrote: > Adjust the time start of each level to match the comments. Note that > LVL_START(n) is never used for n = 0 case. Also, each level (except > level 0) has more than enough room to accommodate all its timers. So instead of just covering what your patch does, can you explain in some detail why this patch is useful? What net effect does it bring? What sort of bugs would it solve? thanks -john