Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932351AbbFDQtt (ORCPT ); Thu, 4 Jun 2015 12:49:49 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:33550 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753654AbbFDQtp (ORCPT ); Thu, 4 Jun 2015 12:49:45 -0400 Message-ID: <557081A6.5010407@plumgrid.com> Date: Thu, 04 Jun 2015 09:49:42 -0700 From: Alexei Starovoitov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Markos Chandras , linux-mips@linux-mips.org CC: netdev@vger.kernel.org, "David S. Miller" , Daniel Borkmann , Hannes Frederic Sowa , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] MIPS/BPF fixes for 4.3 References: <1433415376-20952-1-git-send-email-markos.chandras@imgtec.com> In-Reply-To: <1433415376-20952-1-git-send-email-markos.chandras@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1135 Lines: 23 On 6/4/15 3:56 AM, Markos Chandras wrote: > Here are some fixes for MIPS/BPF. The first 5 patches do some cleanup > and lay the groundwork for the final one which introduces assembly helpers > for MIPS and MIPS64. The goal is to speed up certain operations that do > not need to go through the common C functions. This also makes the test_bpf > testsuite happy with all 60 tests passing. This is based in 4.1-rc6. looks like these patches actually fix two real bugs, right? If so, I think you probably want them in 'net' tree ? Different arch maintainers take different stance towards bpf jit changes. x86, arm and s390 are ok with them going through Dave's trees, since often there are dependencies on bpf core parts. So please state clearly what tree you want these patches to go in. btw, in the net-next tree bpf testsuite has 246 tests and the last ten are very stressful for JITs. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/