From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2) Date: Sun, 20 Jan 2013 20:55:55 +0100 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 Cc: "Michael Kerrisk (man-pages)" , Andrey Wagin , David Howells , Pavel Emelyanov , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, criu-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, Cyrill Gorcunov , Alexander Viro , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , "Paul E. McKenney" , Thomas Gleixner To: Andrew Vagin Return-path: Content-Disposition: inline In-Reply-To: <20130120174153.GA5675-yYYamFZzV1regbzhZkK2zA@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.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.