Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1654700imm; Tue, 10 Jul 2018 05:51:11 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcVjcqSFI1/KA94HlBCwkOfhVJYAM8AirEy2Cb6cOtsi6POd5nfYfGgRvC3xRpNTHFe04yJ X-Received: by 2002:a17:902:209:: with SMTP id 9-v6mr3228618plc.270.1531227071454; Tue, 10 Jul 2018 05:51:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531227071; cv=none; d=google.com; s=arc-20160816; b=RxoU1ekzeXPA+2/wqmVlb4o1DeapTspN/jQv47WFnwPIpfa9R/G2LYgoQW6vVJTUrv al5WRSNsD0vc4O5PEK6yUiKX0YBCemxXOew8hQtxFikceqgxw1st6O07h2/gQD0PyIcJ ASkOtucPvYzE6k7bNXJZ5/cqneGySRA7De0Pd/3uzs69BbGSqBjMDOl9rlufdC7Ud3CV X/40S7AEx/Usu5OrS9zdWnZRBLAfheXz3DiK9GcikBfIX2erPJIR29D3oFAEg41h9h/s ghRLupZBmSpwIfE8SsMzYNGgf8j/UnLQQbLeA5OEztIwyTcDjJPTpkfOOY9UYgKdS6bO nW5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=xbe9cLP+W8x5e+pyPEUvLJJd4M1snk+hy2I1EhS+iVs=; b=BIvQ3Xt6WGmN/LF0zc0cvk1FQXvbCRl+/NYNwdZLcVlTOwmMkhUWIT56Z/smcgdpA7 uOdXHGYH9kdpIYOkI/GJjTiUViRZYqV5/XedYh80YAH9WXBMdwAW/vxdRZG4xui2u5hV JHjGCFJgmdhJHznZKwVL3lYRrBYcJFO19TjYCJZhJ9aQimrw0PEb6Zib2soeoYkSPzrR uMgb81IqFpSj1BX7BNv1f9U41gRfcxt4LS2eymNUy0fN4oqX26CJJjCSFwqRKnXH05qT TEeH4YSbebaC7gtV+mxi6fMfwMchw/Zvp9zAykd+l+lDMSv5efZ/WPCbuTdPGv8uEQ6r Sgjg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e5-v6si15368252pgs.449.2018.07.10.05.50.55; Tue, 10 Jul 2018 05:51:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933347AbeGJMtr (ORCPT + 99 others); Tue, 10 Jul 2018 08:49:47 -0400 Received: from verein.lst.de ([213.95.11.211]:47837 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933132AbeGJMto (ORCPT ); Tue, 10 Jul 2018 08:49:44 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 5B5FE68B97; Tue, 10 Jul 2018 14:51:19 +0200 (CEST) Date: Tue, 10 Jul 2018 14:51:19 +0200 From: Christoph Hellwig To: Stephan =?iso-8859-1?Q?M=FCller?= Cc: Christoph Hellwig , Adrian Reber , viro@zeniv.linux.org.uk, Avi Kivity , linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, Ondrej Mosnacek Subject: Re: [PATCH 7/7] aio: implement io_pgetevents Message-ID: <20180710125119.GA2642@lst.de> References: <20180502211448.18276-1-hch@lst.de> <20180704142116.GM17048@lisas.de> <20180708204359.GA19198@lst.de> <1632268.WSg4zQ7CbY@positron.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1632268.WSg4zQ7CbY@positron.chronox.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 09, 2018 at 09:21:53PM +0200, Stephan M?ller wrote: > Without such a patch, libkcapi fails to compile as well. See [1]. > > Apart from your suggested patch above, do you have another suggestion how make > the user space code compile? The only other option would be to move the __aio_sigset delcaration out of the uapi header, similar to what we do for pselect. This is also rather ugly, but I gess that's what we'll have to do. I will prepare a patch for it.