Add binder to deathconfig for arm64.
[platform/kernel/linux-rpi.git] / kernel / bpf /
2023-02-01 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2023-02-01 Luis Gerhorstbpf: Fix pointer-leak due to insufficient speculative...
2023-01-30 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2023-01-24 Paul Moorebpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD...
2023-01-13 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-12-31 Stanislav Fomichevbpf: Prevent decl_tag from being referenced in func_pro...
2022-12-31 Björn Töpelbpf: Do not zero-extend kfunc return values
2022-12-31 Andrii Nakryikobpf: propagate precision across all frames, not just...
2022-12-31 Martin KaFai Laubpf: Check the other end of slot_type for STACK_SPILL
2022-12-31 Andrii Nakryikobpf: propagate precision in ALU/ALU64 operations
2022-12-31 Kumar Kartikeya... bpf: Fix slot type check in check_stack_write_var_off
2022-12-08 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-12-08 Xu Kuohaibpf: Do not copy spin lock field from user in bpf_selem...
2022-11-29 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-11-26 Xu Kuohaibpf: Initialize same number of free nodes for each...
2022-11-26 Wang Yufenbpf: Fix memory leaks in __check_func_call
2022-11-18 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-11-16 Youlin Libpf: Fix wrong reg type conversion in release_reference()
2022-11-16 Kumar Kartikeya... bpf: Add helper macro bpf_for_each_reg_in_vstate
2022-11-16 Kees Cookbpf, verifier: Fix memory leak in array reallocation...
2022-10-31 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-10-26 Lee Jonesbpf: Ensure correct locking around vulnerable function...
2022-10-26 Lorenz Bauerbpf: btf: fix truncated last_member_type_id in btf_stru...
2022-10-26 Hou Taobpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_sto...
2022-10-26 Hou Taobpf: Propagate error from htab_lock_bucket() to userspace
2022-10-26 Hou Taobpf: Disable preemption when increasing per-cpu map_locked
2022-10-26 Kumar Kartikeya... bpf: Fix reference state management for synchronous...
2022-09-12 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-09-08 Pu Lehuibpf, cgroup: Fix kernel BUG in purge_effective_progs
2022-09-08 YiFei Zhubpf: Restrict bpf_sys_bpf to CAP_PERFMON
2022-09-05 Dom CobleyMerge tag 'v5.15.64' into rpi-5.15.y
2022-09-05 Dom CobleyMerge tag 'v5.15.63' into rpi-5.15.y
2022-08-31 Daniel Borkmannbpf: Don't use tnum_range on array range checking for...
2022-08-25 Hou Taobpf: Acquire map uref in .init_seq_private for hash...
2022-08-25 Hou Taobpf: Acquire map uref in .init_seq_private for array...
2022-08-25 Kumar Kartikeya... bpf: Don't reinit map value in prealloc_lru_pop
2022-08-23 Dom CobleyMerge tag 'v5.15.61' into rpi-5.15.y
2022-08-23 Dom CobleyMerge tag 'v5.15.58' into rpi-5.15.y
2022-08-17 Alexei Starovoitovbpf: Fix subprog names in stack traces.
2022-08-17 Tadeusz Strukbpf: Fix KASAN use-after-free Read in compute_effective...
2022-07-29 Eric Dumazetbpf: Make sure mac_header was set before using it
2022-07-18 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-07-12 Martin KaFai Laubpf: Stop caching subprog index in the bpf_pseudo_func...
2022-07-12 Daniel Borkmannbpf: Fix insufficient bounds propagation from adjust_sc...
2022-07-12 Daniel Borkmannbpf: Fix incorrect verifier simulation around jmp32...
2022-06-27 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-06-25 Toke Høiland-Jørgensenbpf: Fix calling global functions from BPF_PROG_TYPE_EX...
2022-06-17 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-06-14 Menglong Dongbpf: Fix probe read error in ___bpf_prog_run()
2022-06-06 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-06-06 Kumar Kartikeya... bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_...
2022-06-06 Kumar Kartikeya... bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_m...
2022-06-06 Yuntao Wangbpf: Fix excessive memory allocation in stack_map_alloc()
2022-06-06 Yuntao Wangbpf: Fix potential array overflow in bpf_trampoline_get...
2022-05-09 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-05-01 Kumar Kartikeya... bpf: Fix crash due to out of bounds access into reg2btf...
2022-05-01 Hao Luobpf: Add MEM_RDONLY for helper args that are pointers...
2022-05-01 Hao Luobpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
2022-05-01 Hao Luobpf: Convert PTR_TO_MEM_OR_NULL to composable types.
2022-05-01 Hao Luobpf: Introduce MEM_RDONLY flag
2022-05-01 Hao Luobpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_M...
2022-05-01 Hao Luobpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
2022-05-01 Hao Luobpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
2022-04-11 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-04-08 Namhyung Kimbpf: Adjust BPF stack helper functions to accommodate...
2022-04-08 Kumar Kartikeya... bpf: Fix UAF due to race between btf_try_get_module...
2022-03-08 He Fengqingbpf: Fix possible race in inc_misses_counter
2022-03-08 Eric Dumazetbpf: Use u64_stats_t in struct bpf_prog_stats
2022-03-02 Eric Dumazetbpf: Add schedule points in batch ops
2022-02-08 Hou Taobpf: Use VM_MAP instead of VM_ALLOC for ringbuf
2022-02-01 Naveen N. Raobpf: Guard against accessing NULL pt_regs in bpf_get_ta...
2022-01-27 Daniel Borkmannbpf: Mark PTR_TO_FUNC register initially with zero...
2022-01-27 Yafang Shaobpf: Fix mount source show for bpffs
2022-01-27 Kris Van Heesbpf: Fix verifier support for validation of async callbacks
2022-01-27 Daniel Borkmannbpf: Don't promote bogus looking registers after null...
2022-01-27 Hou Taobpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_...
2022-01-27 Alexei Starovoitovbpf: Adjust BTF log size limit.
2022-01-16 Daniel Borkmannbpf: Fix out of bounds access from invalid *_or_null...
2021-12-22 Daniel Borkmannbpf: Fix kernel address leakage in atomic cmpxchg's...
2021-12-22 Daniel Borkmannbpf: Make 32->64 bounds propagation slightly more robust
2021-12-22 Daniel Borkmannbpf: Fix signed bounds propagation after mov32
2021-12-22 Daniel Borkmannbpf: Fix kernel address leakage in atomic fetch
2021-12-14 Maxim Mikityanskiybpf: Fix the off-by-two error in range markings
2021-11-25 Dmitrii Banshchikovbpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_...
2021-11-25 Daniel Borkmannbpf: Fix toctou on read-only map's constant scalar...
2021-11-25 Alexei Starovoitovbpf: Fix inner map state pruning regression.
2021-11-18 Alexei Starovoitovbpf: Fix propagation of signed bounds from 64-bit min...
2021-11-18 Alexei Starovoitovbpf: Fix propagation of bounds from 64-bit min/max...
2021-11-18 Eric Dumazetbpf: Fixes possible race in update_prog_stats() for...
2021-10-31 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-10-30 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-10-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.15-rc8' of git://git....
2021-10-30 Linus TorvaldsMerge tag 'powerpc-5.15-6' of git://git./linux/kernel...
2021-10-30 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.15' of git://git./linux...
2021-10-29 Linus TorvaldsMerge tag 'block-5.15-2021-10-29' of git://git.kernel...
2021-10-29 Linus TorvaldsMerge tag 'mmc-v5.15-rc5' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'for-5.15-rc7-tag' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'trace-v5.15-rc6-3' of git://git./linux/kerne...
2021-10-29 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
next