This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5ceabb6078b8 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] new 27131549060e Merge branch 'for-5.12/io_uring' into io_uring-worker.v3 new 7c25c0d16ef3 io_uring: remove the need for relying on an io-wq fallback worker new 1cbd9c2bcf02 io-wq: don't create any IO workers upfront new d25e3a3de0d6 io_uring: disable io-wq attaching new 3b094e727dd5 io-wq: get rid of wq->use_refs new 5aa75ed5b93f io_uring: tie async worker side to the task context new 958234d5ec93 io-wq: don't pass 'wqe' needlessly around new 4727dc20e042 arch: setup PF_IO_WORKER threads like PF_KTHREAD new 6fb8f43cede0 kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals new 3bfe6106693b io-wq: fork worker threads from original task new c6d77d92b7e5 io-wq: worker idling always returns false new 44526bedc2ff io_uring: remove any grabbing of context new 4379bf8bd70b io_uring: remove io_identity new bf1daa4bfc77 io-wq: only remove worker from free_list, if it was there new 843bbfd49f02 io-wq: make io_wq_fork_thread() available to other users new 37d1e2e3642e io_uring: move SQPOLL thread io-wq forked worker new 9e8d9e829c21 Revert "proc: don't allow async path resolution of /proc/t [...] new 2587890b5e28 Revert "proc: don't allow async path resolution of /proc/s [...] new e54937963fa2 net: remove cmsg restriction from io_uring based send/recv [...] new 1c0aa1fae1ac io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERS new 728f13e73009 io-wq: remove nr_process accounting new 62e398be275a io_uring: cleanup ->user usage new 0100e6bbdbb7 arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread() new 8a378fb096a7 io_uring: ensure io-wq context is always destroyed for tasks new 8b3e78b5955a io-wq: fix races around manager/worker creation and task exit new eb2de9418d56 io-wq: fix race around io_worker grabbing new e941894eae31 io-wq: make buffered file write hashed work map per-ctx new eb85890b29e4 io_uring: ensure SQPOLL startup is triggered before error [...] new 4fb6ac326204 io-wq: improve manager/worker handling over exec new 5f3f26f98ae4 io_uring: fix SQPOLL thread handling over exec new d6ce7f6761bf io-wq: remove now unused IO_WQ_BIT_ERROR new 5695e5161974 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.ker [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/alpha/kernel/process.c | 2 +- arch/arc/kernel/process.c | 2 +- arch/arm/kernel/process.c | 2 +- arch/arm64/kernel/process.c | 2 +- arch/csky/kernel/process.c | 2 +- arch/h8300/kernel/process.c | 2 +- arch/hexagon/kernel/process.c | 2 +- arch/ia64/kernel/process.c | 2 +- arch/m68k/kernel/process.c | 2 +- arch/microblaze/kernel/process.c | 2 +- arch/mips/kernel/process.c | 2 +- arch/nds32/kernel/process.c | 2 +- arch/nios2/kernel/process.c | 2 +- arch/openrisc/kernel/process.c | 2 +- arch/parisc/kernel/process.c | 2 +- arch/powerpc/kernel/process.c | 2 +- arch/riscv/kernel/process.c | 2 +- arch/s390/kernel/process.c | 2 +- arch/sh/kernel/process_32.c | 2 +- arch/sparc/kernel/process_32.c | 2 +- arch/sparc/kernel/process_64.c | 2 +- arch/um/kernel/process.c | 2 +- arch/x86/kernel/process.c | 2 +- arch/xtensa/kernel/process.c | 2 +- fs/io-wq.c | 621 ++++++++++------------- fs/io-wq.h | 35 +- fs/io_uring.c | 1043 +++++++++++++------------------------- fs/proc/self.c | 7 - fs/proc/thread_self.c | 7 - include/linux/io_uring.h | 22 +- include/linux/net.h | 3 - include/linux/sched.h | 3 + include/uapi/linux/io_uring.h | 1 + kernel/ptrace.c | 2 +- kernel/signal.c | 4 +- net/ipv4/af_inet.c | 1 - net/ipv6/af_inet6.c | 1 - net/socket.c | 10 - 38 files changed, 694 insertions(+), 1114 deletions(-)