From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754385AbcC1RwL (ORCPT ); Mon, 28 Mar 2016 13:52:11 -0400 Received: from vps-vb.mhejs.net ([37.28.154.113]:55443 "EHLO vps-vb.mhejs.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751054AbcC1RwK (ORCPT ); Mon, 28 Mar 2016 13:52:10 -0400 Message-ID: <56F96F3D.9010905@maciej.szmigiero.name> Date: Mon, 28 Mar 2016 19:51:57 +0200 From: "Maciej S. Szmigiero" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel , Alexander Gordeev , Rodolfo Giometti Subject: Re: [PATCH] pps: kc: fix non-tickless system config dependency References: <56DB1963.60808@maciej.szmigiero.name> <20160306191310.GA6917@hulk> <56F0050A.70201@maciej.szmigiero.name> <20160321143852.GT3520@hulk> In-Reply-To: <20160321143852.GT3520@hulk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Could you take this patch, please? Thanks, Maciej On 21.03.2016 15:38, Rodolfo Giometti wrote: > On Mon, Mar 21, 2016 at 03:28:26PM +0100, Maciej S. Szmigiero wrote: >> Hi Rodolfo, >> >> On 06.03.2016 20:13, Rodolfo Giometti wrote: >>> On Sat, Mar 05, 2016 at 06:37:39PM +0100, Maciej S. Szmigiero wrote: >>>> CONFIG_NO_HZ currently only sets the default value >>>> of dynticks config so if PPS kernel consumer needs >>>> periodic timer ticks it should depend on >>>> !CONFIG_NO_HZ_COMMON instead of !CONFIG_NO_HZ. >>>> >>>> Otherwise it is possible to enable it even on >>>> tickless system which has CONFIG_NO_HZ not set and >>>> CONFIG_NO_HZ_IDLE (or CONFIG_NO_HZ_FULL) set. >>>> >>>> Signed-off-by: Maciej S. Szmigiero >>> >>> It's ok for me. >> >> Thanks for review, do you know who should merge it then? > > Usually I ask to Andrew Morton > > Ciao, > > Rodolfo >