summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add __rcu_read_{lock,unlock} into btf id deny listYafang Shao2023-04-241-0/+4
* bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky2023-04-241-1/+4
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-227-306/+375
|\
| * bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-212-0/+9
| * bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal2023-04-211-0/+6
| * bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev2023-04-211-3/+6
| * bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky2023-04-211-1/+1
| * bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov2023-04-211-5/+3
| * bpf: support access variable length array of integer typeFeng Zhou2023-04-201-3/+5
| * bpf: Improve verifier u32 scalar equality checkingYonghong Song2023-04-181-2/+7
| * bpf: lirc program type should not require SYS_CAP_ADMINSean Young2023-04-171-1/+0
| * bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet2023-04-161-65/+0
| * bpf: Centralize btf_field-specific initialization logicDave Marchevsky2023-04-161-8/+6
| * bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky2023-04-163-23/+9
| * bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky2023-04-162-40/+103
| * bpf: Add bpf_refcount_acquire kfuncDave Marchevsky2023-04-162-11/+78
| * bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky2023-04-161-8/+13
| * bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky2023-04-162-2/+16
| * bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky2023-04-164-103/+24
| * bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich2023-04-142-40/+94
| * bpf: Add preempt_count_{sub,add} into btf id deny listYafang2023-04-141-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-217-68/+216
|\ \ | |/ |/|
| * Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-201-0/+15
| |\
| | * bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-191-0/+15
| * | Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-202-29/+41
| |\ \
| | * | mm: fix memory leak on mm_init error handlingMathieu Desnoyers2023-04-181-0/+1
| | * | kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek2023-04-181-29/+40
| * | | Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-161-0/+10
| |\ \ \
| | * | | sched/fair: Fix imbalance overflowVincent Guittot2023-04-121-0/+10
| * | | | Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-143-39/+150
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long2023-04-121-1/+2
| | * | | cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long2023-04-121-11/+86
| | * | | cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long2023-04-121-20/+42
| | * | | cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-121-1/+5
| | * | | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa2023-04-121-2/+5
| | * | | cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long2023-03-291-2/+10
| | * | | cgroup: fix display of forceidle time at rootJosh Don2023-03-171-3/+1
* | | | | Daniel Borkmann says:Jakub Kicinski2023-04-1429-792/+2271
|\ \ \ \ \
| * | | | | bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet2023-04-121-32/+0
| * | | | | bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet2023-04-121-3/+2
| * | | | | bpf: Handle NULL in bpf_local_storage_free.Alexei Starovoitov2023-04-121-0/+3
| * | | | | bpf/btf: Fix is_int_ptr()Feng Zhou2023-04-111-6/+2
| * | | | | bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko2023-04-111-17/+25
| * | | | | bpf: Simplify internal verifier log interfaceAndrii Nakryiko2023-04-113-65/+87
| * | | | | bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko2023-04-113-23/+33
| * | | | | bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko2023-04-111-21/+46
| * | | | | bpf: Simplify logging-related error conditions handlingAndrii Nakryiko2023-04-113-6/+6
| * | | | | bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL modeAndrii Nakryiko2023-04-111-1/+1
| * | | | | bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko2023-04-111-0/+4
| * | | | | bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko2023-04-111-1/+1