GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
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
2024-03-25 Martin KaFai Laubpf: Change bpf_obj_name_cpy() to better ensure map...
2024-03-25 Martin KaFai LauBACKPORT: bpf: Add map_name to bpf_map_info
2024-03-25 Martin KaFai LauBACKPORT: bpf: Add name, load_time, uid and map_ids...
2024-02-16 Nolen JohnsonARM64: defconfig: FCM required changes
2023-12-31 Connor O'BrienUPSTREAM: security: selinux: allow per-file labeling...
2023-12-31 Hridya ValsarajuFROMLIST: security: selinux: allow per-file labelling...
2023-11-28 Sebastiano... ARM: dts: msm: Move to second stage init
2023-11-27 jabashqueARM64: configs: Enable CONFIG_PROC_CMDLINE_APPEND_ANDRO...
2023-11-27 Sebastiano... ARM64: configs: Enable CONFIG_INITRAMFS_IGNORE_SKIP_FLAG
2023-11-27 Yumi Yukimurafs: proc: Add PROC_CMDLINE_APPEND_ANDROID_FORCE_NORMAL_BOOT
2023-11-27 Sebastiano... init: Add CONFIG_INITRAMFS_IGNORE_SKIP_FLAG
2022-11-02 Robin Jarrykbuild: use HOSTLDFLAGS for single .c executables lineage-20
2022-11-01 Linus Torvaldscert host tools: Stop complaining about deprecated... lineage-19.1
2022-09-26 Tim Zimmermannmisc: samsung: scsc_bt: Always set transport unit size...
2022-04-17 John Vincentdrivers: soc: cal-if: Prevent optimization of structs...
2022-04-17 Tim Zimmermanndrivers: net: wireless: scsc: update slsi_lls_peer_info...
2022-04-17 Tim Zimmermannnet: wireless: scsc: do not write info files without...
2022-04-17 Nolen Johnsondrivers: misc: scsc: Fix build when CONFIG_SCSC_WLBTD...
2022-04-17 Tim ZimmermannARM64: configs: exynos9610: Disable wlbtd
2022-04-17 Tim ZimmermannARM64: configs: exynos9610: Enable CC_OPTIMIZE_FOR_PERF...
2022-04-17 Tim Zimmermannsoc: samsung: remove acpm_get_inform
next