This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4b6c093e21d3 Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/li [...] new 6f6aea7e966c parisc: fix PMD pages allocation by restoring pmd_alloc_one() new cbd287c09351 io_uring: io_async_buf_func() need not test page bit new c1dd91d16246 io_uring: add comments on how the async buffered read retry works new 2dd2111d0d38 io_uring: Fix NULL pointer dereference in loop_rw_iter() new bd74048108c1 io_uring: set ctx sq/cq entry count earlier new f74441e6311a io_uring: account locked memory before potential error case new 0ba9c9edcd15 io_uring: use TWA_SIGNAL for task_work uncondtionally new 7271ef3a93a8 io_uring: fix recursive completion locking on oveflow flush new 9b7adba9eaec io_uring: add missing REQ_F_COMP_LOCKED for nested requests new 51a4cc112c7a io_uring: defer file table grabbing request cleanup for lo [...] new efa8480a8316 fs: RWF_NOWAIT should imply IOCB_NOIO new 6d816e088c35 io_uring: hold 'ctx' reference around task_work queue + execute new a36da65c4656 io_uring: fail poll arm on queue proc failure new f254ac04c874 io_uring: enable lookup of links holding inflight files new ebf0d100df07 task_work: only grab task signal lock when needed new ff6165b2d7f6 io_uring: retain iov_iter state over io_read/io_write calls new 227c0c9673d8 io_uring: internally retry short reads new d4e7cd36a90e io_uring: sanitize double poll handling new f91daf565b0e io_uring: short circuit -EAGAIN for blocking read attempt new 2cc3c4b3c2e9 Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk [...]
The 20 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/parisc/include/asm/pgalloc.h | 6 + fs/io_uring.c | 539 +++++++++++++++++++++++++++----------- include/linux/fs.h | 2 +- kernel/signal.c | 16 +- kernel/task_work.c | 8 +- 5 files changed, 415 insertions(+), 156 deletions(-)