From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH 11/15] tools headers UAPI: Update tools's copy of drm.h headers Date: Thu, 16 Apr 2020 12:54:17 -0300 Message-ID: <20200416155417.GF2650@kernel.org> References: <20200414164854.26026-1-acme@kernel.org> <20200414164854.26026-12-acme@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Daniel Stone Cc: Ingo Molnar , Thomas Gleixner , Jiri Olsa , Namhyung Kim , Clark Williams , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Lyude Paul List-Id: linux-perf-users.vger.kernel.org Em Tue, Apr 14, 2020 at 05:56:59PM +0100, Daniel Stone escreveu: > On Tue, 2020-04-14 at 13:48 -0300, Arnaldo Carvalho de Melo wrote: > > Picking the changes from: > > > > 455e00f1412f ("drm: Add getfb2 ioctl") > > > > Silencing these perf build warnings: > > > > Warning: Kernel ABI header at 'tools/include/uapi/drm/drm.h' > > differs from latest version at 'include/uapi/drm/drm.h' > > diff -u tools/include/uapi/drm/drm.h include/uapi/drm/drm.h > > > > Now 'perf trace' and other code that might use the > > tools/perf/trace/beauty autogenerated tables will be able to > > translate > > this new ioctl code into a string: > > > > [...] > > Acked-by: Daniel Stone Thanks! - Arnaldo