From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] Net: netfilter: Moved vmalloc call to kmalloc call Date: Fri, 03 Nov 2017 09:59:47 +0900 (KST) Message-ID: <20171103.095947.1853556344772237136.davem@davemloft.net> References: <20171102231727.12610-1-chucks.8090@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pablo@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: chucks.8090@gmail.com Return-path: In-Reply-To: <20171102231727.12610-1-chucks.8090@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Charlie Sale Date: Thu, 2 Nov 2017 19:17:27 -0400 > Fixed FIXME comment in code my changing a vmalloc call > to a kmalloc call. Thought it would be a good place to > start for a first patch. > > Signed-off-by: Charlie Sale Since this code you are posting doesn't even compile, we have to assume you didn't functionally test it either.