From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751699AbbIEL7z (ORCPT ); Sat, 5 Sep 2015 07:59:55 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:33281 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750883AbbIEL7s (ORCPT ); Sat, 5 Sep 2015 07:59:48 -0400 Date: Sat, 5 Sep 2015 13:59:43 +0200 From: Ingo Molnar To: Mikko Rapeli Cc: linux-kernel@vger.kernel.org, Andy Lutomirski , Andrew Morton , Denys Vlasenko , Brian Gerst , Peter Zijlstra , Borislav Petkov , "H. Peter Anvin" , Linus Torvalds , Oleg Nesterov , Thomas Gleixner Subject: Re: [PATCH 15/15] x86/headers: Remove Message-ID: <20150905115943.GA15548@gmail.com> References: <1441438363-9999-1-git-send-email-mingo@kernel.org> <1441438363-9999-16-git-send-email-mingo@kernel.org> <20150905105753.GC9187@lakka.kapsi.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150905105753.GC9187@lakka.kapsi.fi> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mikko Rapeli wrote: > > diff --git a/arch/x86/include/uapi/asm/sigcontext32.h b/arch/x86/include/uapi/asm/sigcontext32.h > > index a92b0f0dc09e..8b870175befa 100644 > > --- a/arch/x86/include/uapi/asm/sigcontext32.h > > +++ b/arch/x86/include/uapi/asm/sigcontext32.h > > @@ -3,6 +3,6 @@ > > > > /* This is a legacy file - all the type definitions are in sigcontext.h: */ > > > > -#include > > +#include > > This needs to be without uapi directory in path. What do you mean? Thanks, Ingo