This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fdbc80bdc436 Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub [...] new bde9cfa3afe4 x86/setup: don't remove E820_TYPE_RAM for pfn 0 new d3921cb8be29 mm: fix initialization of struct page for holes in memory layout new 3de7d4f25a74 mm: memcg/slab: optimize objcg stock draining new 8a8792f600ab mm: memcg: fix memcg file_dirty numa stat new 5c447d274f37 mm: fix numa stats for thp migration new a11a496ee6e2 kasan: fix unaligned address is unhandled in kasan_remove_ [...] new 5dabd1712cd0 kasan: fix incorrect arguments passing in kasan_add_zero_shadow new 76bc99e81a7c kasan: fix HW_TAGS boot parameters new ce5716c61852 kasan, mm: fix conflicts with init_on_alloc/free new acb35b177c71 kasan, mm: fix resetting page_alloc tags for HW_TAGS new 251b5497c5c9 ubsan: disable unsigned-overflow check for i386 new dad4e5b39086 mm: fix page reference leak in soft_offline_page() new f99e02372af2 sparc/mm/highmem: flush cache and TLB new a1dce7fd2ade mm/highmem: prepare for overriding set_pte_at() new 8c0d5d78f359 mips/mm/highmem: use set_pte() for kmap_local() new 785025820a6a powerpc/mm/highmem: use __set_pte_at() for kmap_local() new 697edcb0e4ea proc_sysctl: fix oops caused by incorrect command parameters new e82d891a63af MAINTAINERS: add a couple more files to the Clang/LLVM section new 51306806426d Merge branch 'akpm' (patches from Andrew) new dc5d17a3c39b md: Set prev_flush_start and flush_bio in an atomic way new 8dfe11681758 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] new 4d6b1c95b974 nvme: check the PRINFO bit before deciding the host buffer length new 7674073b2ed3 nvme-rdma: avoid request double completion for concurrent [...] new 9ebbfe495ecd nvme-tcp: avoid request double completion for concurrent n [...] new 20d3bb92e84d nvme-pci: allow use of cmb on v1.4 controllers new bffcd507780e nvmet: set right status on error in id-ns handler new 9275c206f88e nvme-pci: refactor nvme_unmap_data new fa0732168fa1 nvme-pci: fix error unwind in nvme_map_data new 1df35bf0b4e1 Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.or [...] new 97784481757f lightnvm: fix memory leak when submit fails new a692a610d7ed Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/l [...] new c93cc9e16d88 io_uring: iopoll requests should also wake task ->in_idle state new 6b393a1ff174 io_uring: fix false positive sqo warning on flush new 4325cb498cb7 io_uring: fix uring_flush in exit_files() warning new 0b5cd6c32b14 io_uring: fix skipping disabling sqo on exec new 607ec89ed18f io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state new 9a173346bd9e io_uring: fix short read retries for non-reg files new 9d5c8190683a io_uring: fix sleeping under spin in __io_clean_op new 02a13674fa0e io_uring: account io_uring internal files as REQ_F_INFLIGHT new ef7b1a0ea857 Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.d [...]
The 40 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: Documentation/dev-tools/kasan.rst | 27 ++------- MAINTAINERS | 2 + arch/mips/include/asm/highmem.h | 1 + arch/powerpc/include/asm/highmem.h | 2 + arch/sparc/include/asm/highmem.h | 9 +-- arch/x86/kernel/setup.c | 20 +++---- drivers/lightnvm/core.c | 3 +- drivers/md/md.c | 2 + drivers/nvme/host/core.c | 17 +++++- drivers/nvme/host/pci.c | 119 +++++++++++++++++++++++++------------ drivers/nvme/host/rdma.c | 15 +++-- drivers/nvme/host/tcp.c | 14 +++-- drivers/nvme/target/admin-cmd.c | 8 ++- fs/io_uring.c | 67 ++++++++++++++------- fs/proc/proc_sysctl.c | 7 ++- include/linux/nvme.h | 6 ++ lib/Kconfig.ubsan | 1 + mm/highmem.c | 7 ++- mm/kasan/hw_tags.c | 77 ++++++++++-------------- mm/kasan/init.c | 23 +++---- mm/memcontrol.c | 4 +- mm/memory-failure.c | 20 +++++-- mm/migrate.c | 23 +++---- mm/page_alloc.c | 86 ++++++++++++++++----------- mm/slub.c | 7 ++- 25 files changed, 347 insertions(+), 220 deletions(-)