From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752990AbeCMU2U (ORCPT ); Tue, 13 Mar 2018 16:28:20 -0400 Received: from gateway36.websitewelcome.com ([192.185.193.12]:47138 "EHLO gateway36.websitewelcome.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbeCMU2T (ORCPT ); Tue, 13 Mar 2018 16:28:19 -0400 Subject: Re: linux-next: build warning after merge of the net-next tree To: David Miller Cc: sfr@canb.auug.org.au, netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org References: <20180313171153.1614c11e@canb.auug.org.au> <67db5ac6-9816-4bf1-c594-72697c426466@embeddedor.com> <20180313.113313.629581257230548483.davem@davemloft.net> From: "Gustavo A. R. Silva" Message-ID: Date: Tue, 13 Mar 2018 15:28:16 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180313.113313.629581257230548483.davem@davemloft.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator4166.hostgator.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - embeddedor.com X-BWhitelist: no X-Source-IP: 189.175.117.58 X-Source-L: No X-Exim-ID: 1evqWv-002Vbi-C9 X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([192.168.1.66]) [189.175.117.58]:55808 X-Source-Auth: gustavo@embeddedor.com X-Email-Count: 5 X-Source-Cap: Z3V6aWRpbmU7Z3V6aWRpbmU7Z2F0b3I0MTY2Lmhvc3RnYXRvci5jb20= X-Local-Domain: yes Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/13/2018 10:33 AM, David Miller wrote: > From: "Gustavo A. R. Silva" > Date: Tue, 13 Mar 2018 06:46:24 -0500 > >> Hi Stephen, >> >> On 03/13/2018 01:11 AM, Stephen Rothwell wrote: >>> Hi all, >>> After merging the net-next tree, today's linux-next build (sparc >>> defconfig) produced this warning: >>> net/core/pktgen.c: In function 'pktgen_if_write': >>> net/core/pktgen.c:1710:1: warning: the frame size of 1048 bytes is >>> larger than 1024 bytes [-Wframe-larger-than=] >>> } >>> ^ >>> Introduced by commit >>> 35951393bbff ("pktgen: Remove VLA usage") >>> >> >> Thanks for the report. >> >> David: >> >> If this code is not going to be executed very often [1], then I think >> it is safe to use dynamic memory allocation instead, as this is not >> going to impact the performance. >> >> What do you think? >> >> [1] https://lkml.org/lkml/2018/3/9/630 > > Sure, that works. > > It is only invoked when pktgen configuration changes are made. > OK. I'll send a new patch for this. Thanks -- Gustavo