Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932109AbcCRD15 (ORCPT ); Thu, 17 Mar 2016 23:27:57 -0400 Received: from mga14.intel.com ([192.55.52.115]:25470 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752634AbcCRD1s convert rfc822-to-8bit (ORCPT ); Thu, 17 Mar 2016 23:27:48 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,353,1455004800"; d="scan'208";a="926723605" From: "Li, Philip" To: Krzysztof Kozlowski CC: "Wu, Fengguang" , Al Viro , "kbuild-all@01.org" , "linux-kernel@vger.kernel.org" , Richard Weinberger Subject: RE: arch/x86/um/user-offsets.c:8:24: fatal error: asm/ptrace.h: No such file or directory Thread-Topic: arch/x86/um/user-offsets.c:8:24: fatal error: asm/ptrace.h: No such file or directory Thread-Index: AQHRfY1V45PKjV07j0GNXAGxRmc1Lp9eCJ6AgAAA84CAAIdtwA== Date: Fri, 18 Mar 2016 03:27:44 +0000 Message-ID: <831EE4E5E37DCC428EB295A351E66249142F969B@shsmsx102.ccr.corp.intel.com> References: <201603130603.uCbpkitB%fengguang.wu@intel.com> <20160318031901.GB18159@intel.com> <56EB7471.7060002@samsung.com> In-Reply-To: <56EB7471.7060002@samsung.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmQ0YWZhNDktZDg2Zi00NGEzLTk4NDgtODk3YWM4ZmYyNDNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImpTeGpVSnFEMTBVUXJuVWdPeW5nOTlBYWdZMG1lM3dKQjdlZ2lhYkdTczg9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1744 Lines: 48 > -----Original Message----- > From: Krzysztof Kozlowski [mailto:k.kozlowski@samsung.com] > Sent: Friday, March 18, 2016 11:22 AM > To: Li, Philip > Cc: Wu, Fengguang ; Al Viro > ; kbuild-all@01.org; linux-kernel@vger.kernel.org; > Richard Weinberger > Subject: Re: arch/x86/um/user-offsets.c:8:24: fatal error: asm/ptrace.h: No > such file or directory > > On 18.03.2016 12:19, Philip Li wrote: > > On Mon, Mar 14, 2016 at 09:53:06AM +0900, Krzysztof Kozlowski wrote: > >> On Sun, Mar 13, 2016 at 7:45 AM, kbuild test robot > >> wrote: > >>> Hi Al, > >>> > >>> FYI, the error/warning still remains. > >>> > >>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > >>> head: 03c668a93187fe7fba9464f96fbe7c22eebd9897 > >>> commit: 5c48b108ecbf6505d929e64d50dace13ac2bdf34 um: take > arch/um/sys-x86 to arch/x86/um > >>> date: 4 years, 4 months ago > >>> config: um-i386_defconfig (attached as .config) > >>> reproduce: > >>> git checkout 5c48b108ecbf6505d929e64d50dace13ac2bdf34 > >>> # save the attached .config to linux build tree > >>> make ARCH=um SUBARCH=i386 > >>> > >> > >> Hi, > >> > >> The code is correct. The build machine lacks asm/ptrace.h for i386 > >> (e.g. /usr/include/i386-linux-gnu/asm/ptrace.h). For example on > >> Ubuntu this is provided by linux-libc-dev:i386. > > > > sorry for late response, we have installed linux-libc-dev:i386 on our build > environment to have this head file. > > ... and does it help? Is the issue fixed? Let me further follow up this, to specify the test of this commit, and let you know. > > Best regards, > Krzysztof