From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758119AbcIHIEM (ORCPT ); Thu, 8 Sep 2016 04:04:12 -0400 Received: from www62.your-server.de ([213.133.104.62]:36014 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757686AbcIHIEK (ORCPT ); Thu, 8 Sep 2016 04:04:10 -0400 Message-ID: <57D11B6D.7080205@iogearbox.net> Date: Thu, 08 Sep 2016 10:03:57 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ingo Molnar , Peter Zijlstra CC: Alexei Starovoitov , "David S. Miller" , Arnd Bergmann , netdev@vger.kernel.org, Alexei Starovoitov , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Alexei Starovoitov , linux-kernel@vger.kernel.org Subject: Re: [PATCH, net-next] perf, bpf: fix conditional call to bpf_overflow_handler References: <20160906131033.1784262-1-arnd@arndb.de> <20160906153349.GA38225@ast-mbp.thefacebook.com> <20160908063052.GA24253@gmail.com> <20160908065650.GW10138@twins.programming.kicks-ass.net> <20160908070113.GA3003@gmail.com> In-Reply-To: <20160908070113.GA3003@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/08/2016 09:01 AM, Ingo Molnar wrote: > * Peter Zijlstra wrote: >> On Thu, Sep 08, 2016 at 08:30:52AM +0200, Ingo Molnar wrote: >>>> Thanks for the fix. Just saw build bot complaining last night and >>>> by the morning your fix is already here. Thanks! >>> >>> Guys, this is the first time I saw this patch (and presumably there's some other >>> patch as well?) - could you please submit it properly for review and get an >>> Acked-by from one of the perf maintainers before appying it? >> >> I was involved with the original patch and Ack'ed it. > > Neither the Ack nor the Cc:s were preserved in the net-next commit: > > aa6a5f3cb2b2 ("perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs") Afaik patchwork doesn't pick up Acks when they are against the cover letter of a series. For the series that includes mentioned commit, Peter's Ack is here: 4df20483ab28 ("Merge branch 'bpf-perf-hw-sw-events'") >> Ack on this one as well. > > Great, thanks! > > Ingo >