aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau1-23/+14
2021-11-03bpf: Do not reject when the stack read size is different from the tracked scalar sizeMartin KaFai Lau1-12/+6
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-76/+297
2021-11-01bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov1-1/+1
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov1-1/+1
2021-10-28bpf: Add bloom filter map implementationJoanne Koong1-3/+16
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky1-0/+1
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi1-9/+4
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)1-1/+1
2021-10-05bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov1-1/+10
2021-10-05bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi1-0/+18
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi1-27/+175
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook1-17/+9
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2021-09-13bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+5
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-08-23bpf: Fix ringbuf helper function compatibilityDaniel Borkmann1-2/+6
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-08-13bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-99/+49
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-07-16bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann1-34/+0
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-19/+360
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-0/+2
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+43
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-3/+15
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov1-3/+120
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov1-2/+6
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov1-3/+28
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-3/+27
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+109
2021-07-14bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann1-0/+2
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend1-39/+21
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-06-22bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend1-2/+4
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+61
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+6
2021-06-14bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann1-4/+40
2021-06-14bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann1-2/+18
2021-06-14bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann1-1/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-37/+57
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann1-1/+5
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann1-10/+12