]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/bpf/verifier.c
bpf: update the comment about the length of analysis
authorGary Lin <glin@suse.com>
Wed, 1 Mar 2017 08:25:51 +0000 (16:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Mar 2017 22:56:50 +0000 (14:56 -0800)
commiteba38a968258b5ad9d70722ab8c584e1753f4b16
tree706a0dcc0e148abc0c8447494638a8095629bfe0
parentdf2c43343b47a7138431f431118eb5819e205365
bpf: update the comment about the length of analysis

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 <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Gary Lin <glin@suse.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/bpf/verifier.c