Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753930AbdCHSCU (ORCPT ); Wed, 8 Mar 2017 13:02:20 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34168 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752986AbdCHSCQ (ORCPT ); Wed, 8 Mar 2017 13:02:16 -0500 Date: Wed, 8 Mar 2017 19:01:35 +0100 From: Greg KH To: "Carlos O'Donell" Cc: Sodagudi Prasad , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: opaque types instead of union epoll_data Message-ID: <20170308180135.GA10747@kroah.com> References: <7b758a91-db08-3745-d08d-a09d00effb90@redhat.com> <20170307175931.GA31000@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 25 On Wed, Mar 08, 2017 at 12:34:07PM -0500, Carlos O'Donell wrote: > On 03/07/2017 12:59 PM, Greg KH wrote: > > On Tue, Mar 07, 2017 at 09:33:57AM -0500, Carlos O'Donell wrote: > >> I don't know anyone else who is working on this problem. Though I > >> have a vested interested in it as a glibc maintainer, since it would > >> be nice to avoid duplicate headers where possible between the kernel > >> and userspace. > > > > I've been working with the bionic developers to try to help clean up > > some of these things. Yes, epoll is messy here as you all have pointed > > out, and I'll be glad to review any patches that people submit for this. > > I need to get some spare time (hah!) to work through some of the issues > > that the bionic developers have already pointed out to me... > > Sounds awesome. Please keep linux-api in the loop so the other libc > maintainers can follow along. From a glibc perspective I'm interested, > but also busy (see the other thread about libc-compat.h which has > immediate impact on header coordination). Ah, I forgot to cc: linux-api on my last epoll header file change, I'll go do that now before I commit it to my tree for 4.12... thanks, greg k-h