Re: [PATCH 1/1] tap: comment fix

2018-08-17 Thread Wang Jian
Thanks for the reminder. Because this change is trivial, I change the subject. On Fri, Aug 17, 2018 at 12:29 PM Jason Wang wrote: > > > > On 2018年08月17日 03:30, David Miller wrote: > > From: Wang Jian > > Date: Thu, 16 Aug 2018 21:01:27 +0800 > > > >> The

Re: [PATCH] pktgen: use dynamic allocation for debug print buffer

2018-03-13 Thread Wang Jian
>> + kfree(buf); free tb? buf is an array. On Wed, Mar 14, 2018 at 8:25 AM, David Miller wrote: > From: Arnd Bergmann > Date: Tue, 13 Mar 2018 21:58:39 +0100 > >> After the removal of the VLA, we get a harmless warning about a large >> stack frame: >> >> net/core/pktgen.c: In function 'pktgen_i