GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
2024-05-16 Daniel Borkmannbpf: fix truncated jump targets on heavy expansions
2024-05-16 Paolo Abenibpf: Do not WARN in bpf_warn_invalid_xdp_action()
2024-05-16 Daniel Borkmannbpf: fix panic due to oob in bpf_prog_test_run_skb
2024-05-16 Maxim Mikityanskiybpf: Fix the off-by-two error in range markings
2024-05-16 Lorenz Bauerbpf: Prevent increasing bpf_jit_limit above max
2024-05-16 Tatsuhiko Yasumatsubpf: Fix integer overflow in prealloc_elems_and_freelist()
2024-05-16 Piotr Krysiukbpf, mips: Validate conditional branch offsets
2024-05-16 Daniel Borkmannbpf: add also cbpf long jump test cases with heavy...
2024-05-16 Li Zhijianselftests/bpf: Enlarge select() timeout for test_maps
2024-05-16 Johan Almbladhbpf/tests: Do not PASS tests without actually testing...
2024-05-16 Johan Almbladhbpf/tests: Fix copy-and-paste error in double word...
2024-05-16 Riccardo Manciniperf test bpf: Free obj_buf
2024-05-16 Wang Haisamples/bpf: Fix the error return code of xdp_redirect...
2024-05-16 Maciej ŻenczykowskiFROMGIT: bpf: Do not change gso_size during bpf_skb_cha...
2024-05-16 Daniel Borkmannbpf: No need to simulate speculative domain for immediates
2024-05-16 Daniel Borkmannbpf: Fix mask direction swap upon off reg sign change
2024-05-16 Daniel Borkmannbpf: Wrap aux data inside bpf_sanitize_info container
2024-05-16 Daniel Borkmannbpf: Fix leakage of uninitialized bpf stack under specu...
2024-05-16 Alexei Starovoitovselftests/bpf: make 'dubious pointer arithmetic' test...
2024-05-16 Alexei Starovoitovselftests/bpf: fix test_align
2024-05-16 Alexei Starovoitovbpf/verifier: disallow pointer subtraction
2024-05-16 Alexei Starovoitovbpf: do not allow root to mangle valid pointers
2024-05-16 Daniel Borkmannbpf: Update selftests to reflect new error states
2024-05-16 Daniel Borkmannbpf: Tighten speculative pointer arithmetic mask
2024-05-16 Daniel Borkmannbpf: Move sanitize_val_alu out of op switch
2024-05-16 Daniel Borkmannbpf: Refactor and streamline bounds check into helper
2024-05-16 Daniel Borkmannbpf: Improve verifier error messages for users
2024-05-16 Daniel Borkmannbpf: Rework ptr_limit into alu_limit and add common...
2024-05-16 Daniel Borkmannbpf: Ensure off_reg has no mixed signed bounds for...
2024-05-16 Daniel Borkmannbpf: Move off_reg into sanitize_ptr_alu
2024-05-16 Piotr Krysiukbpf, selftests: Fix up some test_verifier cases for...
2024-05-16 Jussi Makibpf: Set mac_len in bpf_skb_change_head
2024-05-16 Yaqi Chensamples/bpf: Fix broken tracex1 due to kprobe argument...
2024-05-16 Daniel Borkmannbpf: Fix masking negation logic upon negative dst register
2024-05-16 Frank van der... bpf: fix up selftests after backports were fixed
2024-05-16 Samuel Mendoza... bpf: Fix backport of "bpf: restrict unknown scalars...
2024-05-16 Jesper Dangaard... bpf: Remove MTU check in __bpf_skb_max_len
2024-05-16 Cosmin TanislavRevert "ANDROID: net: bpf: permit redirect from ingress...
2024-05-16 Georgi Valkovlibbpf: Fix INSTALL flag order
2024-05-16 Piotr Krysiukbpf: Prohibit alu ops for pointer types not defining...
2024-05-16 Piotr Krysiukbpf: Add sanity check for upper ptr_limit
2024-05-16 Piotr Krysiukbpf: Simplify alu_limit masking for pointer arithmetic
2024-05-16 Piotr Krysiukbpf: Fix off-by-one for area size in creating mask...
2024-05-16 Marco Elverbpf_lru_list: Read double-checked variable once without...
2024-05-16 Bui Quang Minhbpf: Check for integer overflow when using roundup_pow_...
2024-05-16 Maciej ŻenczykowskiBACKPORT: bpf: add bpf_ktime_get_boot_ns()
2024-05-16 Maciej ŻenczykowskiUPSTREAM: net: bpf: Make bpf_ktime_get_ns() available...
2024-05-16 Daniel T. Leesamples: bpf: Fix lwt_len_hist reusing previous BPF map
2024-05-16 Thomas Gleixnerbpf: Remove recursion prevention from rcu free callback
2024-05-16 Andrii Nakryikobpf: Fix map leak in HASH_OF_MAPS map
2024-05-16 Matteo Crocesamples: bpf: Fix build error
2024-05-16 Luke Nelsonarm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift...
2024-05-16 Nicolas Dichtelvti[6]: fix packet tx through bpf_redirect() in XinY...
2024-05-16 Greg Kroah... UPSTREAM: bpf: Explicitly memset some bpf info structur...
2024-05-16 Greg Kroah... UPSTREAM: bpf: Explicitly memset the bpf_attr structure
2024-05-16 Toke Høiland... samples/bpf: Don't try to remove user's homedir on...
2024-05-16 Nicolas Dichtelvti[6]: fix packet tx through bpf_redirect()
2024-05-16 Maciej ŻenczykowskiANDROID: fix bpf jit + cfi interactions
2024-05-16 Daniel Borkmannbpf: Fix passing modified ctx to ld/abs/ind instruction
2024-05-16 Daniel Borkmannbpf: reject passing modified ctx to helper functions
2024-05-16 Daniel T. Leesamples: bpf: fix syscall_tp due to unused syscall
2024-05-16 Daniel T. Leesamples: bpf: Replace symbol compare of trace_event
2024-05-16 Paul Chaignonbpf, mips: Limit to 33 tail calls
2024-05-16 Alexander Lobakinnet, sysctl: Fix compiler warning when only cBPF is...
2024-05-16 Ivan Khoronzhukselftests/bpf: Correct path to include msg + path
2024-05-16 Yonghong SongUPSTREAM: bpf: permit multiple bpf attachments for...
2024-05-16 Yonghong SongUPSTREAM: bpf: use the same condition in perf event...
2024-05-16 Alexei StarovoitovUPSTREAM: bpf: multi program support for cgroup+bpf
2024-05-16 Peng Sunbpf: drop refcount if bpf_map_new_fd() fails in map_cre...
2024-05-16 Peng Sunbpf: decrease usercnt if bpf_map_new_fd() fails in...
2024-05-16 Taehee Yoobpf: devmap: fix wrong interface selection in notifier_call
2024-05-16 Prashant Bholesamples/bpf: fix compilation failure
2024-05-16 Yonghong Songsamples/bpf: fix a compilation failure
2024-05-16 Daniel Borkmannbpf: fix use after free in prog symbol exposure
2024-05-16 Sami TolvanenANDROID: arm64: bpf: implement arch_bpf_jit_check_func
2024-05-16 Sami TolvanenANDROID: bpf: validate bpf_func when BPF_JIT is enabled...
2024-05-16 Sami TolvanenUPSTREAM: kcm: use BPF_PROG_RUN
2024-05-16 Daniel Borkmannbpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
2024-05-16 Daniel Borkmannbpf: add bpf_jit_limit knob to restrict unpriv allocations
2024-05-16 Daniel Borkmannbpf: restrict access to core bpf sysctls
2024-05-16 Daniel Borkmannbpf: get rid of pure_initcall dependency to enable...
2024-05-16 Eric Dumazettcp: fix tcp_set_congestion_control() use from bpf...
2024-05-16 Valdis Klētnieksbpf: silence warning messages in core
2024-05-16 John Fastabendbpf: sockmap, fix use after free from sleep in psock...
2024-05-16 Chang-Hsien... samples, bpf: fix to change the buffer size for read()
2024-05-16 Daniel Borkmannbpf, arm64: use more scalable stadd over ldxr / stxr...
2024-05-16 Martin KaFai Laubpf: udp: ipv6: Avoid running reuseport's bpf_prog...
2024-05-16 Martin KaFai Laubpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
2024-05-16 Naveen N. Raopowerpc/bpf: use unsigned division instruction for...
2024-05-16 Daniel T. Leelibbpf: fix samples/bpf build failure due to undefined...
2024-05-16 Vineet Guptatools/bpf: fix perf build error with uClibc (seen on...
2024-05-16 Eric Dumazetbpf: devmap: fix use-after-free Read in __dev_map_entry...
2024-05-16 Daniel Borkmannbpf, lru: avoid messing with eviction heuristics upon...
2024-05-16 Daniel Borkmannbpf: add map_lookup_elem_sys_only for lookups from...
2024-05-16 Daniel Borkmannbpf, arm64: remove prefetch insn in xadd mapping
2024-04-16 Nick DesaulniersANDROID: arm64: vdso: wrap -n in ld-option
2024-04-16 Laura AbbottBACKPORT: arm64: vdso: Explicitly add build-id option
2024-04-16 Masahiro YamadaBACKPORT: arm64: vdso: use $(LD) instead of $(CC) to...
2024-04-16 Cosmin TanislavRevert "[RAMEN9610-10883][HACK] Add cc-ldoption without...
2024-03-25 Martin KaFai LauBACKPORT: bpf: Use char in prog and map name backups/20240423-1546/lineage-21
next