aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-136/+266
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-2/+17
2023-11-20bpf: widening for callback iteratorsEduard Zingerman1-2/+22
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-99/+175
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+19
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-38/+135
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+6
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller1-0/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-29/+66
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+6
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds4-10/+81
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko1-15/+8
2023-11-09bpf: fix precision backtracking instruction iterationAndrii Nakryiko1-2/+19
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-7/+20
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-62/+75
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds3-14/+63
2023-11-08Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2-4/+6
2023-11-08swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik1-1/+2
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2-2/+2
2023-11-06kdb: Corrects comment for kdballocenvYuran Pereira1-4/+3
2023-11-06dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He3-2/+50
2023-11-06dma-mapping: move dma_addressing_limited() out of lineJia He1-0/+15
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+10
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+24
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds9-182/+352
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-65/+1147
2023-11-03Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-11-03swiotlb: do not free decrypted pages if dynamicPetr Tesarik1-9/+16
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds18-117/+250
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-107/+89
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-12/+21
2023-11-02Merge tag 'mfd-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+4
2023-11-02module/decompress: use kvmalloc() consistentlyAndrea Righi1-4/+4
2023-11-02Merge branch 'rework/nbcon-base' into for-linusPetr Mladek4-50/+1134
2023-11-02Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek1-13/+13
2023-11-02Merge branch 'for-6.7' into for-linusPetr Mladek1-2/+0
2023-11-01Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+4
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+7
2023-11-01bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu1-1/+6
2023-11-01bpf: Relax allowlist for css_task iterChuyi Zhou1-4/+12
2023-11-01bpf: Check map->usercnt after timer->timer is assignedHou Tao1-9/+16
2023-11-01bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-6/+3
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky7-36/+18
2023-11-01bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun1-1/+1
2023-11-01bpf: fix compilation error without CGROUPSMatthieu Baerts3-3/+17
2023-11-01tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)1-1/+1
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)4-4/+48
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds1-4/+11
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds4-125/+89
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-61/+9
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds4-30/+32
2023-11-01Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds4-27/+63
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-11/+14
2023-11-01rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker1-1/+1
2023-11-01Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2-59/+102
2023-11-01rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker1-2/+28
2023-11-01rcu: Introduce rcu_cpu_online()Frederic Weisbecker2-0/+9
2023-11-01rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra1-11/+25
2023-11-01module: Annotate struct module_notes_attrs with __counted_byKees Cook1-1/+1
2023-11-01module: Fix comment typoZhu Mao1-1/+1
2023-11-01module/decompress: use vmalloc() for gzip decompression workspaceAndrea Righi1-2/+2
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen1-0/+7
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+2
2023-11-01Merge tag 'ib-mfd-i2c-reboot-v6.7' into ibs-for-mfd-mergedLee Jones1-0/+4
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-45/+41
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-334/+1826
2023-10-30Merge tag 'cgroup-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-335/+1001
2023-10-30Merge tag 'wq-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+12
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+15
2023-10-30Merge tag 'audit-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+9
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+16
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+100
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds16-256/+593
2023-10-30Merge tag 'csd-lock.2023.10.23a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+12
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+13
2023-10-30Merge tag 'x86-apic-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+1
2023-10-30Merge tag 'timers-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-98/+135
2023-10-30Merge tag 'smp-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-18/+21
2023-10-30Merge tag 'irq-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+27
2023-10-30Merge tag 'core-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+28
2023-10-30Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-61/+84
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-866/+759
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-199/+573
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2-0/+5
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-10/+8
2023-10-30Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-26/+27
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook1-10/+1
2023-10-28Merge tag 'perf-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2023-10-28Merge tag 'probes-fixes-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+22
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara3-11/+11
2023-10-28PM: hibernate: Convert to bdev_open_by_dev()Jan Kara1-15/+16
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-4/+20
2023-10-27tracing/kprobes: Fix the description of variable length argumentsYujie Liu1-2/+2
2023-10-27module: enable automatic module signing with FIPS 202 SHA-3Dimitri John Ledkov1-0/+15
2023-10-27padata: Fix refcnt handling in padata_free_shell()WangJinchao1-1/+5
2023-10-27futex: Don't include process MM in futex key on no-MMUBen Wolsieffer1-1/+11
2023-10-27genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina1-6/+19
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski12-110/+845
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+99
2023-10-26Merge branches 'pm-sleep', 'powercap' and 'pm-tools'Rafael J. Wysocki2-11/+9
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki1-34/+32
2023-10-26bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao1-0/+4
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2-12/+1
2023-10-25audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore1-1/+8
2023-10-25sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang1-1/+1
2023-10-25sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang1-1/+1
2023-10-25genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-10-25swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pagesPetr Tesarik1-0/+5
2023-10-24netkit, bpf: Add bpf programmable net deviceDaniel Borkmann1-5/+25
2023-10-24bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko1-0/+8
2023-10-24bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney1-2/+1
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu1-2/+5
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra4-57/+0
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang1-1/+16
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song3-4/+49
2023-10-24sched: Add cpus_share_resources APIBarry Song3-0/+26
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia1-4/+1
2023-10-24printk: printk: Remove unnecessary statements'len = 0;'Li kunyu1-2/+0
2023-10-23bpf: print full verifier states on infinite loop detectionEduard Zingerman1-0/+4
2023-10-23bpf: correct loop detection for iterators convergenceEduard Zingerman1-4/+203
2023-10-23bpf: exact states comparison for iterator convergence checksEduard Zingerman1-31/+187
2023-10-23bpf: extract same_callsites() as utility functionEduard Zingerman1-5/+15
2023-10-23bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman1-15/+13
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie2-2/+2
2023-10-24kprobes: unused header files removedwuqiang.matt1-2/+0
2023-10-23bpf, tcx: Get rid of tcx_link_constDaniel Borkmann1-2/+2
2023-10-23tracing/histograms: Simplify last_cmd_set()Christophe JAILLET1-9/+2
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Frederic Weisbecker13-144/+387
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar15-88/+244
2023-10-23dma-debug: Fix a typo in a debugging eye-catcherChuck Lever1-1/+1
2023-10-23swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...Sean Christopherson1-5/+7
2023-10-22dma-direct: warn when coherent allocations aren't supportedChristoph Hellwig1-1/+3
2023-10-22dma-direct: simplify the use atomic pool logic in dma_direct_allocChristoph Hellwig1-15/+10
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig2-10/+11
2023-10-22dma-direct: add dependencies to CONFIG_DMA_GLOBAL_POOLChristoph Hellwig1-0/+2
2023-10-21Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2023-10-21Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+33
2023-10-21Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+64
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao2-10/+16
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao2-4/+0
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-2/+14
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao1-10/+12
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2-6/+10
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin1-4/+4
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+64
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)1-2/+13
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov1-5/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov1-5/+0
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou2-3/+17
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2-13/+41
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou2-0/+68
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou2-0/+93
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou3-0/+84
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou1-6/+12
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-29/+87
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao1-2/+3
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao1-9/+11
2023-10-19locking: export contention tracepoints for bcachefs six locksBrian Foster1-0/+3
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner3-7/+5
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan4-12/+12
2023-10-18gcov: annotate struct gcov_iterator with __counted_byKees Cook1-1/+1
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-1/+1
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)1-50/+10
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-1/+14
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-6/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-8/+8
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-2/+2
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes1-1/+1
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt3-120/+89
2023-10-18bpf: convert to new timestamp accessorsJeff Layton1-3/+2
2023-10-17workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-8/+12
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong1-2/+0
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra1-1/+2
2023-10-17cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai1-4/+7
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner172-4100/+9509
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6