Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932538AbdIRM5p (ORCPT ); Mon, 18 Sep 2017 08:57:45 -0400 Received: from mail.kapsi.fi ([91.232.154.25]:47257 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932337AbdIRM5n (ORCPT ); Mon, 18 Sep 2017 08:57:43 -0400 Date: Mon, 18 Sep 2017 15:57:35 +0300 From: Mikko Rapeli To: "Dmitry V. Levin" Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Dave Watson , Ilya Lesokhin , Aviad Yehezkel , netdev@vger.kernel.org Subject: Re: [PATCH v06 35/36] uapi linux/tls.h: don't include in user space Message-ID: <20170918125735.GA13389@lakka.kapsi.fi> References: <20170806164428.2273-1-mikko.rapeli@iki.fi> <20170806164428.2273-36-mikko.rapeli@iki.fi> <20170808232554.GK10552@altlinux.org> <20170904161510.GA16001@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170904161510.GA16001@altlinux.org> X-SA-Exim-Connect-IP: 2001:1bc8:1004::1 X-SA-Exim-Mail-From: mcfrisk@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1381 Lines: 40 On Mon, Sep 04, 2017 at 07:15:11PM +0300, Dmitry V. Levin wrote: > On Wed, Aug 09, 2017 at 02:25:54AM +0300, Dmitry V. Levin wrote: > > On Sun, Aug 06, 2017 at 06:44:26PM +0200, Mikko Rapeli wrote: > > > It is not needed and not part of uapi headers, but causes > > > user space compilation error: > > > > > > fatal error: net/tcp.h: No such file or directory > > > #include > > > ^ > > > > > > Signed-off-by: Mikko Rapeli > > > Cc: Dave Watson > > > Cc: Ilya Lesokhin > > > Cc: Aviad Yehezkel > > > --- > > > include/uapi/linux/tls.h | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/include/uapi/linux/tls.h b/include/uapi/linux/tls.h > > > index cc1d21db35d8..d87c698623f2 100644 > > > --- a/include/uapi/linux/tls.h > > > +++ b/include/uapi/linux/tls.h > > > @@ -37,7 +37,9 @@ > > > #include > > > #include > > > #include > > > +#ifdef __KERNEL__ > > > #include > > > +#endif > > > > Let's move it to include/net/tls.h instead. > > So everybody ignored this and *new* uapi header was released > in a totally unusable form along with v4.13. Should issues like these be filed into bugzilla instead? Maybe emails are easier to ignore than bugzilla tickets. -Mikko