From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752630AbdCARQE (ORCPT ); Wed, 1 Mar 2017 12:16:04 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:34064 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbdCARQA (ORCPT ); Wed, 1 Mar 2017 12:16:00 -0500 Date: Wed, 1 Mar 2017 09:15:30 -0800 From: Alexei Starovoitov To: Gary Lin Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann Subject: Re: [PATCH] bpf: update the comment about the length of analysis Message-ID: <20170301171528.GA15248@ast-mbp.thefacebook.com> References: <20170301082551.7388-1-glin@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170301082551.7388-1-glin@suse.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 01, 2017 at 04:25:51PM +0800, Gary Lin wrote: > Commit 07016151a446 ("bpf, verifier: further improve search > pruning") increased the limit of processed instructions from > 32k to 64k, but the comment still mentioned the 32k limit. > This commit updates the comment to reflect the change. > > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Signed-off-by: Gary Lin Acked-by: Alexei Starovoitov