From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 25 Jun 2014 10:12:20 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.59.15.196]:26613 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6819433AbaFYIMSYtdJP (ORCPT ); Wed, 25 Jun 2014 10:12:18 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 55B8C9320470F; Wed, 25 Jun 2014 09:12:09 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.181.6; Wed, 25 Jun 2014 09:12:11 +0100 Received: from [192.168.154.28] (192.168.154.28) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 25 Jun 2014 09:12:10 +0100 Message-ID: <53AA845A.1070505@imgtec.com> Date: Wed, 25 Jun 2014 09:12:10 +0100 From: Markos Chandras User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: David Miller CC: , , , Subject: Re: [PATCH 00/17] Misc MIPS/BPF fixes for 3.16 References: <1403516340-22997-1-git-send-email-markos.chandras@imgtec.com> <20140623.124919.2215480222213445820.davem@davemloft.net> In-Reply-To: <20140623.124919.2215480222213445820.davem@davemloft.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.28] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 40790 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: Markos.Chandras@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 06/23/2014 08:49 PM, David Miller wrote: > From: Markos Chandras > Date: Mon, 23 Jun 2014 10:38:43 +0100 > >> Here are some fixes for MIPS/BPF for 3.16. These fixes make >> the bpf testsuite *almost* happy with only 2 tests (LD_IND_LL, >> LD_IND_NET) failing at the moment. Since fixing the remaining tests >> is not so trivial, it would be nice to have these fixes in 3.16 for now. >> >> The patches are based on the upstream-sfr/mips-for-linux-next tree >> because they depend on https://patchwork.linux-mips.org/patch/7099/ > > You did not CC: netdev on patches 1, 2, and 3. Please do not do this, > people on this list will want to review the series as a whole. > Apologies David. Patches 1,2,3 have nothing to do with bpf-jit and they only fix/add MIPS micro-assembler instructions so I didn't though netdev@ actually cared about that. I will be more careful in the future. -- markos From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:26613 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6819433AbaFYIMSYtdJP (ORCPT ); Wed, 25 Jun 2014 10:12:18 +0200 Message-ID: <53AA845A.1070505@imgtec.com> Date: Wed, 25 Jun 2014 09:12:10 +0100 From: Markos Chandras MIME-Version: 1.0 Subject: Re: [PATCH 00/17] Misc MIPS/BPF fixes for 3.16 References: <1403516340-22997-1-git-send-email-markos.chandras@imgtec.com> <20140623.124919.2215480222213445820.davem@davemloft.net> In-Reply-To: <20140623.124919.2215480222213445820.davem@davemloft.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: David Miller Cc: linux-mips@linux-mips.org, dborkman@redhat.com, ast@plumgrid.com, netdev@vger.kernel.org Message-ID: <20140625081210.b-PQOVeH3V17-TjAnqa3LtfIXJm-V9VxCK76-ql5pMA@z> On 06/23/2014 08:49 PM, David Miller wrote: > From: Markos Chandras > Date: Mon, 23 Jun 2014 10:38:43 +0100 > >> Here are some fixes for MIPS/BPF for 3.16. These fixes make >> the bpf testsuite *almost* happy with only 2 tests (LD_IND_LL, >> LD_IND_NET) failing at the moment. Since fixing the remaining tests >> is not so trivial, it would be nice to have these fixes in 3.16 for now. >> >> The patches are based on the upstream-sfr/mips-for-linux-next tree >> because they depend on https://patchwork.linux-mips.org/patch/7099/ > > You did not CC: netdev on patches 1, 2, and 3. Please do not do this, > people on this list will want to review the series as a whole. > Apologies David. Patches 1,2,3 have nothing to do with bpf-jit and they only fix/add MIPS micro-assembler instructions so I didn't though netdev@ actually cared about that. I will be more careful in the future. -- markos