Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756073Ab3EQPxw (ORCPT ); Fri, 17 May 2013 11:53:52 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:57598 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753532Ab3EQPxv (ORCPT ); Fri, 17 May 2013 11:53:51 -0400 From: Pavel Tikhomirov To: Thomas Gleixner Cc: Ingo Molnar , Michael Kerrisk , Matthew Helsley , linux-api@vger.kernel.org, Linux Kernel Mailing List , Pavel Emelyanov , Pavel Tikhomirov Subject: [PATCH 0/1] posix timers: Expand exitsting info in proc file Date: Fri, 17 May 2013 02:12:02 +0400 Message-Id: <1368742323-46949-1-git-send-email-snorcht@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 666 Lines: 21 Hi. I'm working on the checkpoint-restore project (http://criu.org), on realisation of posix-timers. To compleatly checkpoint and restore these timers we need to know which clock they are using. So I d'like to add this information to existing syscall which shows posix-timers info. Pavel Tikhomirov (1): posix-timers: Show clock ID in proc file fs/proc/base.c | 1 + 1 file changed, 1 insertion(+) -- 1.7.9.5 -- 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/