From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752481Ab3ATT4y (ORCPT ); Sun, 20 Jan 2013 14:56:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38084 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752404Ab3ATT4u (ORCPT ); Sun, 20 Jan 2013 14:56:50 -0500 Date: Sun, 20 Jan 2013 20:55:55 +0100 From: Oleg Nesterov To: Andrew Vagin Cc: "Michael Kerrisk (man-pages)" , Andrey Wagin , David Howells , Pavel Emelyanov , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, criu@openvz.org, Cyrill Gorcunov , Alexander Viro , linux-fsdevel@vger.kernel.org, Andrew Morton , "Paul E. McKenney" , Thomas Gleixner Subject: Re: [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2) Message-ID: <20130120195555.GA14177@redhat.com> References: <1358182435-19245-1-git-send-email-avagin@openvz.org> <1358182435-19245-3-git-send-email-avagin@openvz.org> <20130116123502.70af6b85.akpm@linux-foundation.org> <20130120174153.GA5675@paralelels.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130120174153.GA5675@paralelels.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/20, Andrew Vagin wrote: > > > SFD_RAW > > SFD_SHARED_QUEUE -- reads will be from process-wide shared signal queue > > SFD_PER_THREAD_QUEUE --reads will be from per-thread signal queue > > I suggested this variant in the initial series, but then we decided to > avoid adding new flags. Yes, because SFD_SHARED/PRIVATE will add even more complications into this code. And outside of signalfd.c too. And nobody except c/r will ever use these features I guess. > Oleg, what do you think about this? See above... but as I said from the very beginning I won't insist. Oleg.