From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753300AbdBMU1k (ORCPT ); Mon, 13 Feb 2017 15:27:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41208 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752088AbdBMU1i (ORCPT ); Mon, 13 Feb 2017 15:27:38 -0500 Date: Mon, 13 Feb 2017 18:27:33 -0200 From: Arnaldo Carvalho de Melo To: "Wangnan (F)" Cc: =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , linux-kernel@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , "David S . Miller" , Joe Stringer , netdev@vger.kernel.org Subject: Re: [PATCH v4 0/3] Miscellaneous fixes for BPF (perf tree) Message-ID: <20170213202733.GB2112@redhat.com> References: <20170208202744.16274-1-mic@digikod.net> <3c82d8ea-86a0-05d9-97f4-5e91a10e66b2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3c82d8ea-86a0-05d9-97f4-5e91a10e66b2@huawei.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 13 Feb 2017 20:27:38 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Feb 13, 2017 at 09:42:31AM +0800, Wangnan (F) escreveu: > On 2017/2/9 4:27, Mickaël Salaün wrote: > >Mickaël Salaün (3): > > samples/bpf: Ignore already processed ELF sections > > samples/bpf: Reset global variables > > samples/bpf: Add missing header > > > > samples/bpf/bpf_load.c | 7 +++++++ > > samples/bpf/tracex5_kern.c | 1 + > > 2 files changed, 8 insertions(+) > > > Looks good to me. > > Thank you. Thanks, applied, added Acked-by tags for you and Joe. - Arnaldo