This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 623f6dc593ea Merge branch 'akpm' (patches from Andrew) new b91c8c42ffdd lib/vdso: Force inlining of __cvdso_clock_gettime_common() new 92ac971219a2 Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.o [...] new de308d1815c9 x86/apic: Make TSC deadline timer detection message visible new 140fd4ac78d3 x86/reboot/quirks: Add MacBook6,1 reboot quirk new 429ac8b75a0b x86/split_lock: Add Icelake microserver and Tigerlake CPU models new f8a4bcabadd6 Merge branches 'x86/apic', 'x86/misc' and 'x86/splitlock' [...] new be25d1b5ea6a x86/cpu: Add Sapphire Rapids CPU model number new 21998a351512 x86/speculation: Avoid force-disabling IBPB based on STIBP [...] new dbbe2ad02e9d x86/speculation: Prevent rogue cross-process SSBD shutdown new 4d8df8cbb915 x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for ind [...] new d8ad6d39c35d x86_64: Fix jiffies ODR violation new c7f3d43b629b clocksource: Remove obsolete ifdef new 72ce778007e5 lib/vdso: Provide sanity check for cycles (again) new 7778d8417b74 x86/vdso: Unbreak paravirt VDSO clocks new 6a45a6588839 Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/ [...] new b3597945c8a7 afs: Fix afs_store_data() to set mtime in new operation de [...] new a75ca9303175 block/bio-integrity: don't free 'buf' if bio_integrity_add [...] new 6ac92fb5cdff loop: Fix wrong masking of status flags new d24de76af836 block: remove the error argument to the block_bio_complete [...] new 15b81ce5abdc block: nr_sects_write(): Disable preemption on seqcount write new 48bc3cd3e07a blktrace: use errno instead of bi_status new 71df3fd82e7c blktrace: fix endianness in get_pdu_int() new 5aec598c456f blktrace: fix endianness for blk_log_remap() new d94ecfc39971 blk-mq: split out a __blk_mq_get_driver_tag helper new 22f614bc0f37 blk-mq: fix blk_mq_all_tag_iter new 108a58585b19 nvme: do not call del_gendisk() on a disk that was never added new 6acbd9619b15 nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops new a40aae6bbf8d nvmet-tcp: constify nvmet_tcp_ops new c9c12e51b82b nvme-fc: don't call nvme_cleanup_cmd() for AENs new b97120b15ebd nvme-pci: use simple suspend when a HMB is enabled new 819f7b88b48f nvmet: fail outstanding host posted AEN req new 8d20319e2979 pktcdvd: remove redundant initialization of variable ret new 9a6a5738abf8 umem: remove redundant initialization of variable ret new a58dfea29731 Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/li [...] new fd2206e4e97b io_uring: disallow close of ring itself new 3232dd02af65 io_uring: fix {SQ,IO}POLL with unsupported opcodes new 25e72d1012b3 io_uring: do build_open_how() only once new ec65fea5a8d7 io_uring: deduplicate io_openat{,2}_prep() new d2b6f48b691e io_uring: move send/recv IOPOLL check into prep new dddb3e26f6d8 io_uring: re-set iov base/len for buffer select retry new efe68c1ca8f4 io_uring: validate the full range of provided buffers for access new a8c73c1a614f io_uring: use kvfree() in io_sqe_buffer_register() new 3af73b286cce io_uring: don't derive close state from ->func new ac45abc0e2a8 io_uring: remove custom ->func handlers new d4c81f38522f io_uring: don't arm a timeout through work.func new f5fa38c59cb0 io_wq: add per-wq work handler instead of per work new c5b856255cbc io_uring: allow O_NONBLOCK async retry new 7cdaf587de7c io_uring: avoid whole io_wq_work copy for requests complet [...] new 405a5d2b2762 io_uring: avoid unnecessary io_wq_work copy for fast poll feature new e697deed834d io_uring: check file O_NONBLOCK state for accept new 65a6543da386 io_uring: fix io_kiocb.flags modification race in IOPOLL mode new b961f8dc8976 Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk [...]
The 52 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/x86/include/asm/intel-family.h | 2 + arch/x86/include/asm/vdso/gettimeofday.h | 18 ++ arch/x86/kernel/apic/apic.c | 2 +- arch/x86/kernel/cpu/bugs.c | 92 ++++--- arch/x86/kernel/cpu/intel.c | 3 + arch/x86/kernel/process.c | 28 +- arch/x86/kernel/reboot.c | 8 + arch/x86/kernel/time.c | 4 - arch/x86/kernel/vmlinux.lds.S | 4 +- block/bio-integrity.c | 1 - block/bio.c | 3 +- block/blk-mq-tag.c | 39 ++- block/blk-mq-tag.h | 8 + block/blk-mq.c | 29 --- block/blk-mq.h | 1 - block/blk.h | 2 + drivers/block/loop.c | 2 +- drivers/block/pktcdvd.c | 2 +- drivers/block/umem.c | 2 +- drivers/nvme/host/core.c | 4 +- drivers/nvme/host/fc.c | 5 +- drivers/nvme/host/nvme.h | 3 +- drivers/nvme/host/pci.c | 6 + drivers/nvme/host/tcp.c | 8 +- drivers/nvme/target/core.c | 27 +- drivers/nvme/target/tcp.c | 4 +- fs/afs/write.c | 1 + fs/io-wq.c | 10 +- fs/io-wq.h | 8 +- fs/io_uring.c | 424 ++++++++++++++----------------- include/trace/events/block.h | 6 +- kernel/time/clocksource.c | 2 - kernel/trace/blktrace.c | 36 +-- lib/vdso/gettimeofday.c | 13 +- 34 files changed, 416 insertions(+), 391 deletions(-)