summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann
2022-01-11bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee
2022-01-05bpf: Fix verifier support for validation of async callbacksKris Van Hees
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-12-18bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2021-12-16Only output backtracking information in log level 2Christy Lee
2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee
2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov
2021-12-01bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log levelHou Tao
2021-11-30bpf: Add bpf_loop helperJoanne Koong
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-12bpf: Introduce btf_tracing_idsSong Liu
2021-11-12bpf: Fix inner map state pruning regression.Alexei Starovoitov
2021-11-07bpf: Introduce helper bpf_find_vmaSong Liu
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2021-11-03bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-10-28bpf: Add bloom filter map implementationJoanne Koong
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi