From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753268AbeBEPEi (ORCPT ); Mon, 5 Feb 2018 10:04:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:52696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752972AbeBEPEb (ORCPT ); Mon, 5 Feb 2018 10:04:31 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D71F4217AB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Mon, 5 Feb 2018 12:04:29 -0300 From: Arnaldo Carvalho de Melo To: Hendrik Brueckner Cc: Thomas Richter , Martin Schwidefsky , Jiri Olsa , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: s390 unistd.h & perf Message-ID: <20180205150429.GB25353@kernel.org> References: <20180202162322.GF26905@kernel.org> <20180205081606.GA4612@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180205081606.GA4612@linux.vnet.ibm.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Feb 05, 2018 at 09:16:06AM +0100, Hendrik Brueckner escreveu: > Hi Arnaldo, > > On Fri, Feb 02, 2018 at 01:23:22PM -0300, Arnaldo Carvalho de Melo wrote: > > > > I noticed, after fast forwarding my perf/urgent branch to > > torvalds/master, that this appears in my perf build: > > > > Warning: Kernel ABI header at 'tools/arch/s390/include/uapi/asm/unistd.h' differs from latest version at 'arch/s390/include/uapi/asm/unistd.h' > > > > Looking at the log for that file I noticed this cset: > > > > 4381f9f12e79 ("s390/syscalls: use generated syscall_table.h and unistd.h header files") > > > > Can you please take a look how this affects the syscall table > > generation process in tools/perf and how can we proceed to silence that > > warning, i.e. to update the copy we have in tools/? > > I reworked the our system call table a bit to also have a text file containing > the system calls. For this, I also have an update for perf. Will post these > patches by end of this week. Thanks, - Arnaldo