Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A237C433EF for ; Tue, 30 Nov 2021 13:35:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240848AbhK3Ni5 (ORCPT ); Tue, 30 Nov 2021 08:38:57 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:34032 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240845AbhK3Nix (ORCPT ); Tue, 30 Nov 2021 08:38:53 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 494CDCE19D7; Tue, 30 Nov 2021 13:35:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D7EDC53FC1; Tue, 30 Nov 2021 13:35:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638279331; bh=A7emTsiLpMS+Sn830n/U1zp0GbImTego1HfXFcUoxpM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jvQkqYsr6gE6KOPgsQ/Y1Fvh3biX5laQy1dhLdFmhD9lroXyUhbMFYH/NzSg9BWrm ofv3oCUjfPbyeFlo4eFa7000MFMTKL2d5llyWKZduAX0SJr7Fl+evPJahylodu4cCj 7Znpdh2yVHY2QDSBNX1iUx/fD2IQMbRaCGbrwjEhbcDGbeAEtK83fUhjQEPfiFJPfU RToWTTGasvPKJQzbCJkdqRVJzKz6fTfRu7hxS3G3SIWGBe64Mxk2Z9mbJhwnDp6GB0 gI06wdd8Zgt/b7urNN6j4fTc78T0y/V2tqZbCaoBtJ60KvimsukhLQmZAd2fx8FSkM qJePE4zYjQ5yQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 0E8324079C; Fri, 26 Nov 2021 15:50:10 -0300 (-03) Date: Fri, 26 Nov 2021 15:50:09 -0300 From: Arnaldo Carvalho de Melo To: Heiko Carstens Cc: Arnaldo Carvalho de Melo , Vasily Gorbik , Adrian Hunter , Jiri Olsa , Namhyung Kim , linux-perf-users@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [FYI][PATCH 1/1] tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv syscall Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Nov 26, 2021 at 12:29:16PM +0100, Heiko Carstens escreveu: > On Fri, Nov 26, 2021 at 07:01:16AM -0300, Arnaldo Carvalho de Melo wrote: > > >> To pick the changes in this cset: > > >> > > >> 6c122360cf2f4c5a ("s390: wire up sys_futex_waitv system call") > > >> > > >> That add support for this new syscall in tools such as 'perf trace'. > > >... > > >> This addresses this perf build warnings: > > >> > > >> Warning: Kernel ABI header at 'tools/perf/arch/s390/entry/syscalls/syscall.tbl' differs from latest version at 'arch/s390/kernel/syscalls/syscall.tbl' > > >> diff -u tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl > > >> > > >> Cc: Heiko Carstens > > >> Cc: Vasily Gorbik > > >> Signed-off-by: Arnaldo Carvalho de Melo > > >> --- > > >> tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 + > > >> 1 file changed, 1 insertion(+) > > > > > >I can happily pick this up for the s390 tree, but I'm not sure if that > > >is want you want? > > > > Just FYI and to give the opportunity to people to chime in in case something is wrong somehow. > > > > Also to advertise the feature. > > > > I'm pushing this upstream myself, > > Thanks for taking care of this! FWIW: > > Acked-by: Heiko Carstens Thanks, acked-by tag collected :-) - Arnaldo