Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753898AbdFNAUA (ORCPT ); Tue, 13 Jun 2017 20:20:00 -0400 Received: from www62.your-server.de ([213.133.104.62]:39890 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752259AbdFNAT7 (ORCPT ); Tue, 13 Jun 2017 20:19:59 -0400 Message-ID: <59408128.7010208@iogearbox.net> Date: Wed, 14 Jun 2017 02:19:52 +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: David Daney , Alexei Starovoitov , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org CC: linux-mips@linux-mips.org, ralf@linux-mips.org Subject: Re: [PATCH 1/4] tools: bpf_jit_disasm: Handle large images. References: <20170613234938.4823-1-david.daney@cavium.com> <20170613234938.4823-2-david.daney@cavium.com> In-Reply-To: <20170613234938.4823-2-david.daney@cavium.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 Content-Length: 271 Lines: 7 On 06/14/2017 01:49 AM, David Daney wrote: > Dynamically allocate memory so that JIT images larger than the size of > the statically allocated array can be handled. > > Signed-off-by: David Daney Acked-by: Daniel Borkmann