OSDN Git Service

NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.
[android-x86/kernel.git] / kernel / bpf /
2021-06-10 David S. Millerbpf: Add BPF_F_ANY_ALIGNMENT.
2021-06-03 Daniel Borkmannbpf: No need to simulate speculative domain for immediates
2021-06-03 Daniel Borkmannbpf: Fix mask direction swap upon off reg sign change
2021-06-03 Daniel Borkmannbpf: Wrap aux data inside bpf_sanitize_info container
2021-06-03 Daniel Borkmannbpf: Fix leakage of uninitialized bpf stack under specu...
2021-06-03 Daniel Borkmannbpf: Tighten speculative pointer arithmetic mask
2021-06-03 Daniel Borkmannbpf: Move sanitize_val_alu out of op switch
2021-06-03 Daniel Borkmannbpf: Refactor and streamline bounds check into helper
2021-06-03 Daniel Borkmannbpf: Improve verifier error messages for users
2021-06-03 Daniel Borkmannbpf: Rework ptr_limit into alu_limit and add common...
2021-06-03 Daniel Borkmannbpf: Ensure off_reg has no mixed signed bounds for...
2021-06-03 Daniel Borkmannbpf: Move off_reg into sanitize_ptr_alu
2021-06-03 Alexei Starovoitovbpf: extend is_branch_taken to registers
2021-05-07 Daniel Borkmannbpf: Fix masking negation logic upon negative dst register
2021-03-20 Piotr Krysiukbpf: Add sanity check for upper ptr_limit
2021-03-20 Piotr Krysiukbpf: Simplify alu_limit masking for pointer arithmetic
2021-03-20 Piotr Krysiukbpf: Fix off-by-one for area size in creating mask...
2021-03-20 Piotr Krysiukbpf: Prohibit alu ops for pointer types not defining...
2021-03-04 Marco Elverbpf_lru_list: Read double-checked variable once without...
2021-02-23 Bui Quang Minhbpf: Check for integer overflow when using roundup_pow_...
2020-10-01 Yonghong Songbpf: Fix a rcu warning for bpffs map pretty-print
2020-10-01 Thomas Gleixnerbpf: Remove recursion prevention from rcu free callback
2020-08-05 Andrii Nakryikobpf: Fix map leak in HASH_OF_MAPS map
2020-07-16 Kees Cookbpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
2020-05-02 Toke Høiland-Jørgensencpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS...
2020-04-23 Daniel Borkmannbpf: fix buggy r0 retval refinement for tracing helpers
2020-04-02 Greg Kroah-Hartmanbpf: Explicitly memset some bpf info structures declare...
2020-04-02 Greg Kroah-Hartmanbpf: Explicitly memset the bpf_attr structure
2020-04-02 Yoshiki Komachibpf/btf: Fix BTF verification of enum members in struct...
2020-02-28 Johannes Krudebpf, offload: Replace bitwise AND by logical AND in...
2020-02-24 Vasily Averinbpf: map_seq_next should always increase position index
2020-01-27 Dan Carpenterbpf, offload: Unlock on error in bpf_offload_dev_create()
2020-01-27 Andrey Ignatovbpf: Add missed newline in verifier verbose log
2020-01-23 Daniel Borkmannbpf: Fix incorrect verifier simulation of ARSH under...
2020-01-12 Daniel Borkmannbpf: Fix passing modified ctx to ld/abs/ind instruction
2019-12-31 Song Liubpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
2019-12-13 Yonghong Songbpf: btf: check name validity for various types
2019-12-13 Yonghong Songbpf: btf: implement btf_name_valid_identifier()
2019-12-05 Jesper Dangaard... xdp: fix cpumap redirect SKB creation bug
2019-12-05 Peng Sunbpf: drop refcount if bpf_map_new_fd() fails in map_cre...
2019-12-05 Peng Sunbpf: decrease usercnt if bpf_map_new_fd() fails in...
2019-12-05 Jesper Dangaard... bpf/cpumap: make sure frame_size for build_skb is align...
2019-12-01 Martin Laubpf, btf: fix a missing check bug in btf_parse
2019-12-01 Taehee Yoobpf: devmap: fix wrong interface selection in notifier_call
2019-11-24 Wenwen Wangbpf: btf: Fix a missing check bug
2019-10-07 Daniel Borkmannbpf: fix use after free in prog symbol exposure
2019-07-26 Valdis Klētnieksbpf: silence warning messages in core
2019-07-14 Toshiaki Makitabpf, devmap: Add missing RCU read lock on flush
2019-07-14 Toshiaki Makitabpf, devmap: Add missing bulk queue free
2019-07-14 Toshiaki Makitabpf, devmap: Fix premature entry free on destroying map
2019-07-10 Daniel Borkmannbpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
2019-07-03 Daniel Borkmannbpf: fix unconnected udp hooks
2019-07-03 Jonathan Lemonbpf: lpm_trie: check left child of last leftmost node...
2019-06-15 Krzesimir Nowakbpf: fix undefined behavior in narrow load handling
2019-05-31 Eric Dumazetbpf: devmap: fix use-after-free Read in __dev_map_entry...
2019-05-31 Daniel Borkmannbpf: add bpf_jit_limit knob to restrict unpriv allocations
2019-05-25 Daniel Borkmannbpf, lru: avoid messing with eviction heuristics upon...
2019-05-25 Daniel Borkmannbpf: add map_lookup_elem_sys_only for lookups from...
2019-05-25 Chenbo Fengbpf: relax inode permission check for retrieving bpf...
2019-04-20 Daniel Borkmannbpf: fix use after free in bpf_evict_inode
2019-04-03 Xu Yubpf: do not restore dst_reg when cur_state is freed
2019-03-23 Alban Crequybpf, lpm: fix lookup bug in map_delete_elem
2019-03-23 Alexei Starovoitovbpf: fix lockdep false positive in stackmap
2019-03-13 Martin KaFai Laubpf: Fix syscall's stackmap lookup potential deadlock
2019-03-13 Alexei Starovoitovbpf: fix lockdep false positive in percpu_freelist
2019-03-10 Daniel Borkmannbpf: fix sanitation rewrite in case of non-pointers
2019-02-27 Stanislav Fomichevbpf: zero out build_id for BPF_STACK_BUILD_ID_IP
2019-02-27 Stanislav Fomichevbpf: don't assume build-id length is always 20 bytes
2019-02-27 Song Liubpf: fix panic in stack_map_get_build_id() on i386...
2019-01-31 Daniel Borkmannbpf: fix inner map masking to prevent oob under speculation
2019-01-31 Daniel Borkmannbpf: fix sanitation of alu op with pointer / scalar...
2019-01-31 Daniel Borkmannbpf: prevent out of bounds speculation on pointer arith...
2019-01-31 Daniel Borkmannbpf: fix check_map_access smin_value test when pointer...
2019-01-31 Daniel Borkmannbpf: restrict unknown scalars of mixed signed bounds...
2019-01-31 Daniel Borkmannbpf: restrict stack pointer arithmetic for unprivileged
2019-01-31 Daniel Borkmannbpf: restrict map value pointer arithmetic for unprivileged
2019-01-31 Daniel Borkmannbpf: enable access to ax register also from verifier...
2019-01-31 Daniel Borkmannbpf: move tmp variable into ax register in interpreter
2019-01-31 Daniel Borkmannbpf: move {prev_,}insn_idx into verifier env
2019-01-31 Alexei Starovoitovbpf: add per-insn complexity limit
2019-01-31 Alexei Starovoitovbpf: improve verifier branch analysis
2019-01-26 Jiong Wangbpf: relax verifier restriction on BPF_MOV | BPF_ALU
2019-01-26 Andrey Ignatovbpf: Allow narrow loads with offset > 0
2018-12-21 Alexei Starovoitovbpf: check pending signals while verifying programs
2018-12-17 Edward Creebpf: fix off-by-one error in adjust_subprog_starts
2018-12-17 Roman Gushchinbpf: allocate local storage buffers using GFP_ATOMIC
2018-11-27 Daniel Borkmannbpf: fix bpf_prog_get_info_by_fd to return 0 func_lens...
2018-11-13 Daniel Colascionebpf: wait for running BPF programs when updating map...
2018-11-13 Alexei Starovoitovbpf/verifier: fix verifier instability
2018-11-13 Daniel Borkmannbpf: fix partial copy of map_ptr when dst is scalar
2018-10-21 Greg Kroah-HartmanMerge branch 'i2c/for-current' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'sched-urgent-for-linus' of git://git...
2018-10-20 Greg Kroah-HartmanMerge branch 'perf-urgent-for-linus' of git://git....
2018-10-20 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-20-1' of git://anongit...
2018-10-20 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8-2' of git://git./linux/kerne...
2018-10-20 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-20 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-19' of git://anongit...
2018-10-19 Greg Kroah-HartmanMerge tag 'usb-4.19-final' of git://git./linux/kernel...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-linus-20181019' of git://git.kernel...
next