Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932697AbbDMUKP (ORCPT ); Mon, 13 Apr 2015 16:10:15 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:35238 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754444AbbDMUKN (ORCPT ); Mon, 13 Apr 2015 16:10:13 -0400 Date: Mon, 13 Apr 2015 23:10:09 +0300 From: Cyrill Gorcunov To: "Michael Kerrisk (man-pages)" Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Thomas Gleixner , Andrew Morton , Andrey Vagin , Pavel Emelyanov , Vladimir Davydov Subject: Re: [patch 4/4] timerfd.2: Add ioctl method description Message-ID: <20150413201009.GD4773@moon> References: <20140715215451.499191426@openvz.org> <20140715215703.353177995@openvz.org> <552C1F64.30202@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <552C1F64.30202@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 22 On Mon, Apr 13, 2015 at 09:56:20PM +0200, Michael Kerrisk (man-pages) wrote: > Hello Cyrill, > > On 07/15/2014 11:54 PM, Cyrill Gorcunov wrote: > > ioctl(2) > > The following commands are supported: TFD_IOC_SET_TICKS to adjust > > the number of the timer expirations that have occurred. > > It take a pointer to nonzero 8-byte integer (uint64_t*) containing > > new number of expirations. Once the number is set any waiter on > > the timer is woken up. The only purpose of this command is to restore > > the expirations in a sake of checkpoint/restore procedure. > > It requires the kernel to be built with CONFIG_CHECKPOINT_RESTORE > > support. > > Late... but, patch applied. Thank you. Sure thing! Ping me if anything else should be added. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/