mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Completed ebpf verifier
This commit is contained in:
@@ -134,6 +134,11 @@
|
||||
url={https://ebpf.io/what-is-ebpf/#loader--verification-architecture}
|
||||
},
|
||||
|
||||
@manual{ebpf_io_verification,
|
||||
title={eBPF Documentation: Verification},
|
||||
url={https://ebpf.io/what-is-ebpf/#verification}
|
||||
},
|
||||
|
||||
@manual{index_register,
|
||||
title={Index register},
|
||||
url={https://gunkies.org/wiki/Index_register}
|
||||
@@ -216,6 +221,15 @@
|
||||
pages={14}
|
||||
},
|
||||
|
||||
@proceedings{ebpf_JIT_demystify_page17-22,
|
||||
title={Demystify eBPF JIT Compiler},
|
||||
url={https://www.netronome.com/media/documents/demystify-ebpf-jit-compiler.pdf},
|
||||
institution={Netronome},
|
||||
author={Jiong Wang},
|
||||
date={2018-09-11},
|
||||
pages={17-22}
|
||||
},
|
||||
|
||||
@book{brendan_gregg_bpf_book_bpf_vm,
|
||||
title={BPF performance tools},
|
||||
author={Brendan Gregg},
|
||||
@@ -225,6 +239,18 @@
|
||||
@manual{jit_enable_setting,
|
||||
title={bpf\_jit\_enable},
|
||||
url={https://sysctl-explorer.net/net/core/bpf_jit_enable/}
|
||||
},
|
||||
|
||||
@manual{ebpf_verifier_kerneldocs,
|
||||
title={eBPF verifier},
|
||||
url={https://kernel.org/doc/html/latest/bpf/verifier.html}
|
||||
},
|
||||
|
||||
@online{ebpf_bounded_loops,
|
||||
title={Bounded loops in BPF for the 5.3 kernel},
|
||||
url={https://lwn.net/Articles/794934/},
|
||||
date={2019-06-31},
|
||||
author={Marta Rybczynska}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user