GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
2024-05-16 Will Deaconarm64: hw_breakpoint: Don't invoke overflow handler...
2024-05-16 Douglas AndersonARM: 8997/2: hw_breakpoint: Handle inexact watchpoint...
2024-05-16 Will DeaconARM: 8986/1: hw_breakpoint: Don't invoke overflow handl...
2024-05-16 Zhen LeiARM: 9064/1: hw_breakpoint: Do not directly check the...
2024-05-16 Martin KaFai Laubpf: Address KCSAN report on bpf_lru_list
2024-05-16 Daniel Borkmannbpf: Adjust insufficient default bpf_jit_limit
2024-05-16 Daniel Borkmannbpf: Fix truncation handling for mod32 dst reg wrt...
2024-05-16 Daniel Borkmannbpf: Fix 32 bit src register truncation on div/mod
2024-05-16 Daniel Borkmannbpf: fix subprog verifier bypass by div/mod by 0 exception
2024-05-16 Daniel Borkmannbpf: Do not use ax register in interpreter on div/mod
2024-05-16 Jakub Kicinskibpf: pull before calling skb_postpull_rcsum()
2024-05-16 Stanislav Fomichevbpf: make sure skb->len != 0 when redirecting to a...
2024-05-16 Baisong Zhongbpf, test_run: Fix alignment problem in bpf_prog_test_r...
2024-05-16 Maxim Mikityanskiybpf: Fix the off-by-two error in range markings
2024-05-16 Stanislav Fomichevselftests/bpf: Fix test_align verifier log patterns
2024-05-16 John Fastabendbpf: Verifer, adjust_scalar_min_max_vals to always...
2024-05-16 Chen Zhongjinkprobes: Forbid probing on trampoline and BPF code...
2024-05-16 Eric Dumazetbpf: Make sure mac_header was set before using it
2024-05-16 Liu Jianbpf: Enlarge offset check value to INT_MAX in bpf_skb_...
2024-05-16 Daniel Borkmannbpf: Add kconfig knob for disabling unpriv bpf by default
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
next