Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754778AbcK1MWe (ORCPT ); Mon, 28 Nov 2016 07:22:34 -0500 Received: from www62.your-server.de ([213.133.104.62]:52471 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754744AbcK1MWW (ORCPT ); Mon, 28 Nov 2016 07:22:22 -0500 Message-ID: <583C2179.7040101@iogearbox.net> Date: Mon, 28 Nov 2016 13:22:17 +0100 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: Colin King , Alexei Starovoitov , Shuah Khan , netdev@vger.kernel.org CC: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH net-next] bpf: selftests: include to fix build error References: <20161128114541.10829-1-colin.king@canonical.com> In-Reply-To: <20161128114541.10829-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: 716 Lines: 19 On 11/28/2016 12:45 PM, Colin King wrote: > From: Colin Ian King > > Fix incomplete type build error on struct rlimit by including > , fixes: > > test_lru_map.c:552:9: error: variable ‘r’ has initializer > but incomplete type > struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; > ^ > test_lru_map.c:552:21: error: ‘RLIM_INFINITY’ undeclared > (first use in this function) > struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; > > Signed-off-by: Colin Ian King Thanks for the patch, fixed here already: https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=e00c7b216f34444252f3771f7d4ed48d4f032636