From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933156AbbKRN1N (ORCPT ); Wed, 18 Nov 2015 08:27:13 -0500 Received: from mail.kernel.org ([198.145.29.136]:52422 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933052AbbKRN1E (ORCPT ); Wed, 18 Nov 2015 08:27:04 -0500 Date: Wed, 18 Nov 2015 10:27:00 -0300 From: Arnaldo Carvalho de Melo To: pi3orama Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Adrian Hunter , Alexei Starovoitov , Alexey Dobriyan , Brendan Gregg , Daniel Borkmann , David Ahern , He Kuang , Jiri Olsa , Jonathan Cameron , Kaixu Xia , Masami Hiramatsu , Namhyung Kim , Peter Zijlstra , Wang Nan , Zefan Li Subject: Re: [GIT PULL 00/16] perf/ebpf improvements and fixes Message-ID: <20151118132700.GV22729@kernel.org> References: <1447774291-14532-1-git-send-email-acme@kernel.org> <20151118063238.GA17886@gmail.com> <20151118124444.GT22729@kernel.org> <012D31CC-445B-4936-878E-342AF9FD4187@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <012D31CC-445B-4936-878E-342AF9FD4187@163.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Nov 18, 2015 at 09:06:58PM +0800, pi3orama escreveu: > > > 发自我的 iPhone > > > 在 2015年11月18日,下午8:44,Arnaldo Carvalho de Melo 写道: > > > > Em Wed, Nov 18, 2015 at 07:32:38AM +0100, Ingo Molnar escreveu: > >> So considering the relatively large diffstat and the fact that we are 3 days after > >> the closing of the merge window, I think we should separate this into minimal > >> fixes for perf/urgent, and more involved changes for v4.5. > > > > Ok, I'll do that, separate pure bugfixes into perf/urgent and then move > > the rest to perf/core. > > So you won't maintain perf/ebpf and will move all eBPF related commits to > perf/core? Then let me wait for your action, and rebase my local tree to perf/core > again. I think you can work on perf/ebpf, I can't envision any major problems arising from that, what I'll do is basically cherry-pick pure fixes that are there, IIRC there are several (like the perf test emitting errors in non verbose mode, etc), and then rebase perf/ebpf on top of that, just some patch reordering should take place. At that point I'll just rename perf/ebpf to perf/core and collect more non-pure-bug-fixes on top of it. > I hope I can start sending other patches in my local tree to you soon. They are > almost ready. Ok > Thank you. > > > >> Nice progress with eBPF tooling! > > > > Indeed! > > > > - Arnaldo