From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5B3EC10F14 for ; Thu, 3 Oct 2019 14:54:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80AEC20865 for ; Thu, 3 Oct 2019 14:54:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728405AbfJCOyF (ORCPT ); Thu, 3 Oct 2019 10:54:05 -0400 Received: from www62.your-server.de ([213.133.104.62]:38296 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727611AbfJCOyF (ORCPT ); Thu, 3 Oct 2019 10:54:05 -0400 Received: from 57.248.197.178.dynamic.dsl-lte-bonding.zhbmb00p-msn.res.cust.swisscom.ch ([178.197.248.57] helo=localhost) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1iG2UU-0001Cf-Rt; Thu, 03 Oct 2019 16:54:03 +0200 Date: Thu, 3 Oct 2019 16:54:02 +0200 From: Daniel Borkmann To: KP Singh Cc: Song Liu , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Networking , Alexei Starovoitov , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , bpf Subject: Re: [PATCH bpf] samples/bpf: fix build for task_fd_query_user.c Message-ID: <20191003145402.GC9196@pc-66.home> References: <20191001112249.27341-1-bjorn.topel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.101.4/25591/Thu Oct 3 10:30:38 2019) Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Wed, Oct 02, 2019 at 11:02:09PM +0200, KP Singh wrote: > On Wed, Oct 2, 2019 at 8:46 PM Song Liu wrote: > > On Tue, Oct 1, 2019 at 4:26 AM Björn Töpel wrote: > > > > > > From: Björn Töpel > > > > > > Add missing "linux/perf_event.h" include file. > > > > > > Signed-off-by: Björn Töpel > > > > Acked-by: Song Liu > > Tested-by: KP Singh > > (https://lore.kernel.org/bpf/20191002185233.GA3650@chromium.org/T/#t) Applied, thanks! Given also KP and Florent sent a similar patch earlier, I've added Reported-by and improved the commit message a bit to something more useful with regards to *why* we suddenly need to add the include.