Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3495900imm; Tue, 17 Jul 2018 05:57:01 -0700 (PDT) X-Google-Smtp-Source: AAOMgpe5W3lbkjLJMvlcT9iOk2AOqWm8AwS3SyxRMNAMnw9gBJbVUhBCIT+qbKm2dMHbV4x4uvQU X-Received: by 2002:a17:902:ab90:: with SMTP id f16-v6mr1599607plr.182.1531832221257; Tue, 17 Jul 2018 05:57:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531832221; cv=none; d=google.com; s=arc-20160816; b=JcVqHo/Dyv89ioDs+qIyRe7thMhvDuZ7VWskFLRD/tEtvdfgGuPm6dsghfp9vd2uEW gHplYMyhc6ezDzHGG/0AMMbPu91aI8K7+/FcLHEKZ4LH9szEGo5J8T8MTo/x4BhROGvk sEX1bVo/0QXghKKDblIXj3Pea4F5z2C+1Fy2rZMCr+K6wzRquLllXfZ/mlTPvDDjqnbb K2hSkrNxcB9uIjvwtVGUlBzFmlIjDh+4T8GsbN5C8UV59v/UxI2cJAfUftBAJ+1/iVEK KOvBtk5Oxi84tZHO6to6f5n8455gGNPNYwKQEJ2VDU538wUS/qVnNIfpsvbYa0k0v0dh NK9w== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=CYaoqqzELkHpImfBdEnlrt4wIQhQq17cmVB3dcG6/4U=; b=TeQC9RcvXZvdDzybEiDvpRHcOQH4/z8k6Pf/QuIH9wiybVI1w9PfaO0cpZnqpubV+H dAsXdvYsBfUppvcUXpy2DrqsXWm1LO2b+XX556QJoKcMF1Y8cC8dk/SAVwhVlrEcxmot ZgyH4YtV0H1R+7udm85H1pRI9ih7QqwEE2pPUxSsHUbYzCpEEq0KOEIFQD7MUuChsWgD /xoXAIXemOu7oPj00cIsr1TUBffjWXRRkugC/I1+PaLlJLi22M0dbjDnWudYOjpXSeRy O35ozt0eXbUB4NCIXEIwl/viaCd8qsm4hOzrWKt8WAfpHgDRlDIX/tzQ2b9JuTd9vuU0 /MXQ== 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 m86-v6si891897pfj.48.2018.07.17.05.56.46; Tue, 17 Jul 2018 05:57:01 -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 S1731492AbeGQN2a (ORCPT + 99 others); Tue, 17 Jul 2018 09:28:30 -0400 Received: from verein.lst.de ([213.95.11.211]:51227 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731198AbeGQN2a (ORCPT ); Tue, 17 Jul 2018 09:28:30 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 6583C7FDC5; Tue, 17 Jul 2018 14:58:29 +0200 (CEST) Date: Tue, 17 Jul 2018 14:58:29 +0200 From: Christoph Hellwig To: Laura Abbott Cc: Christoph Hellwig , Greg Kroah-Hartman , "Darrick J. Wong" , Linux Kernel Mailing List , linux-aio@kvack.org Subject: Re: compliation error with aio_abi.h Message-ID: <20180717125829.GA12368@lst.de> References: <05018ab0-37ce-37f3-e032-7daf0338a75d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05018ab0-37ce-37f3-e032-7daf0338a75d@redhat.com> 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 16, 2018 at 09:40:19AM -0700, Laura Abbott wrote: > This looks like the structure that was introduced with 7a074e96dee6 > ("aio: implement io_pgetevents") . is #include > the correct header? This breaks compilation of nginx > https://bugzilla.redhat.com/show_bug.cgi?id=1597674 As far as the kernel is concerned it is the right header, but the glibc side of signals is a mess. I've thus submitted the fix below to avoid exposing the signal bits at all: https://marc.info/?l=linux-fsdevel&m=153131732618217&w=2