From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756144Ab3BHAgc (ORCPT ); Thu, 7 Feb 2013 19:36:32 -0500 Received: from mail-oa0-f47.google.com ([209.85.219.47]:42799 "EHLO mail-oa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355Ab3BHAga (ORCPT ); Thu, 7 Feb 2013 19:36:30 -0500 MIME-Version: 1.0 Reply-To: mtk.manpages@gmail.com In-Reply-To: <20130207182054.GB8780@redhat.com> References: <1358849741-9611-1-git-send-email-avagin@openvz.org> <20130207182054.GB8780@redhat.com> From: "Michael Kerrisk (man-pages)" Date: Fri, 8 Feb 2013 01:36:09 +0100 Message-ID: Subject: Re: [PATCH 0/3] signalfd: a kernel interface for dumping pending signals To: Oleg Nesterov Cc: Andrey Vagin , linux-kernel@vger.kernel.org, criu@openvz.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, Serge Hallyn , Andrew Morton , "Eric W. Biederman" , Al Viro , Pavel Emelyanov , Cyrill Gorcunov Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 7, 2013 at 7:20 PM, Oleg Nesterov wrote: > Michael, thanks for your attention. > > On 01/23, Michael Kerrisk (man-pages) wrote: >> >> SFD_RAW -- return raw siginfo structs when reading, rather than signalfd_siginfo > > I hope you are going to document this API... Then please note that > SFD_RAW not only means siginfo_t, there is a subtle difference in > ->si_code which (I think) should be documented too. Thanks for the tip, Andrey. -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/