From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeff Moyer To: Christoph Hellwig Cc: "Darrick J. Wong" , viro@zeniv.linux.org.uk, Avi Kivity , linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, netdev@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/36] aio: implement io_pgetevents References: <20180305212743.16664-1-hch@lst.de> <20180305212743.16664-9-hch@lst.de> <20180320021241.GE7282@magnolia> <20180320152220.GC23920@lst.de> Date: Tue, 20 Mar 2018 11:30:29 -0400 In-Reply-To: <20180320152220.GC23920@lst.de> (Christoph Hellwig's message of "Tue, 20 Mar 2018 16:22:20 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: netdev-owner@vger.kernel.org List-ID: Christoph Hellwig writes: > On Mon, Mar 19, 2018 at 07:12:41PM -0700, Darrick J. Wong wrote: >> > Note that unlike many other signal related calls we do not pass a sigmask >> > size, as that would get us to 7 arguments, which aren't easily supported >> > by the syscall infrastructure. It seems a lot less painful to just add a >> > new syscall variant in the unlikely case we're going to increase the >> > sigset size. >> >> I'm assuming there's a proposed manpage update for this somewhere? :) > > In this commit: > > http://git.infradead.org/users/hch/libaio.git/commitdiff/49f77d595210393ce7b125cb00233cf737402f56 BTW, the man pages are shipped in the man-pages package, now. Christoph, I can forward the change to Michael after this series goes in. Just let me know what's easiest for you. Cheers, Jeff