lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1414534303-9906-1-git-send-email-ast@plumgrid.com> Date: Tue, 28 Oct 2014 15:11:40 -0700 From: Alexei Starovoitov <ast@...mgrid.com> To: "David S. Miller" <davem@...emloft.net> Cc: Hannes Frederic Sowa <hannes@...essinduktion.org>, Eric Dumazet <edumazet@...gle.com>, Daniel Borkmann <dborkman@...hat.com>, Andy Lutomirski <luto@...capital.net>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH net-next 0/3] reduce verifier memory consumption and add tests Small set of cleanups: - reduce verifier memory consumption - add verifier test to check register state propagation and state equivalence - add JIT test reduced from recent nmap triggered crash Alexei Starovoitov (3): bpf: reduce verifier memory consumption samples: bpf: add a verifier test and summary line test: bpf: add a testcase reduced from nmap kernel/bpf/verifier.c | 101 ++++++++++++++++++++++++------------------- lib/test_bpf.c | 43 ++++++++++++++++++ samples/bpf/test_verifier.c | 46 +++++++++++++++++++- 3 files changed, 145 insertions(+), 45 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists