summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-128-299/+605
|\
| * bpf: use check_ids() for active_lock comparisonEduard Zingerman2022-12-101-3/+13
| * bpf: states_equal() must build idmap for all function framesEduard Zingerman2022-12-101-1/+2
| * bpf: regsafe() must not skip check_ids()Eduard Zingerman2022-12-101-21/+8
| * bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi2022-12-091-2/+10
| * bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-5/+8
| * bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-091-25/+38
| * bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-092-67/+178
| * bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi2022-12-091-10/+15
| * bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-64/+70
| * bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao2022-12-091-1/+9
| * bpf: Reuse freed element in free_by_rcu during allocationHou Tao2022-12-091-3/+18
| * bpf: Fix comment error in fixup_kfunc_call functionYang Jihong2022-12-081-1/+1
| * bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-081-0/+4
| * bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-081-1/+1
| * bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-081-1/+1
| * bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko2022-12-071-6/+5
| * Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-072-7/+40
| |\
| | * bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-072-7/+40
| * | bpf: remove unnecessary prune and jump pointsAndrii Nakryiko2022-12-071-24/+10
| * | bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko2022-12-071-23/+26
| * | bpf: decouple prune and jump pointsAndrii Nakryiko2022-12-071-14/+43
| * | bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky2022-12-071-1/+6
| * | bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-071-28/+48
| * | bpf: Enable sleeptable support for cgrp local storageYonghong Song2022-12-051-1/+2
| * | bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-042-0/+18
| * | bpf: Handle MEM_RCU type properlyYonghong Song2022-12-042-13/+46
| * | bpf: Fix release_on_unlock release logic for multiple refsDave Marchevsky2022-12-021-1/+1
| * | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-12-013-7/+4
| * | bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-12-011-3/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-093-20/+28
|\ \ \
| * | | memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-081-1/+0
| * | | proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds2022-12-051-12/+13
| * | | proc: avoid integer type confusion in get_proc_longLinus Torvalds2022-12-051-3/+2
| * | | Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-041-4/+13
| |\ \ \
| | * | | perf: Fix perf_pending_task() UaFPeter Zijlstra2022-11-291-4/+13
* | | | | jump_label: Prevent key->enabled int overflowDmitry Safonov2022-12-021-12/+44
* | | | | Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2022-12-021-6/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()Uros Bizjak2022-10-271-6/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-2922-115/+263
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-292-2/+2
| |\ \ \ \
| | * | | | bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-11-211-1/+1
| | * | | | bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-11-151-1/+1
| * | | | | Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-288-11/+35
| |\ \ \ \ \
| | * | | | | tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2022-11-242-1/+12
| | * | | | | tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-244-4/+12
| | * | | | | tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)2022-11-241-0/+3
| | * | | | | tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira2022-11-231-3/+3
| | * | | | | tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng2022-11-231-1/+3
| | * | | | | tracing/hist: add in missing * in comment blocksColin Ian King2022-11-221-2/+2