-
Mon Jun 28 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2122.303.5.el7uek]
- mm/page_reporting: add free page reporting documentation (Alexander Duyck) [Orabug: 32866738]
- mm/page_reporting: add budget limit on how many pages can be reported per pass (Alexander Duyck) [Orabug: 32866738]
- mm/page_reporting: rotate reported pages to the tail of the list (Alexander Duyck) [Orabug: 32866738]
- virtio-balloon: add support for providing free page reports to host (Alexander Duyck) [Orabug: 32866738]
- virtio-balloon: pull page poisoning config out of free page hinting (Alexander Duyck) [Orabug: 32866738]
- mm: introduce Reported pages (Alexander Duyck) [Orabug: 32866738]
- mm: add function __putback_isolated_page (Alexander Duyck) [Orabug: 32866738]
- mm: use zone and order instead of free area in free_list manipulators (Alexander Duyck) [Orabug: 32866738]
- mm: adjust shuffle code to allow for future coalescing (Alexander Duyck) [Orabug: 32866738]
- bpf: provide BPF Type Format (BTF) info for kernel (Alan Maguire) [Orabug: 30588999]
- uek_kabi: UEK_KABI_REPLACE() macro is unfriendly to BTF deduplication (Alan Maguire) [Orabug: 30588999]
- io_uring: use better types for cflags (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix link timeout refs (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix overflows checks in provide buffers (Pavel Begunkov) [Orabug: 33042559]
- io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers (Thadeu Lima de Souza Cascardo) [Orabug: 33042559] {CVE-2021-3491}
- mm: fix kthread_use_mm() vs TLB invalidate (Peter Zijlstra) [Orabug: 33042559]
- kernel: set USER_DS in kthread_use_mm (Christoph Hellwig) [Orabug: 33042559]
- kernel: add kthread_use_mm/kthread_unuse_mm helpers (Christoph Hellwig) [Orabug: 33042559]
- dm: add support for REQ_NOWAIT and enable it for linear target (Konstantin Khlebnikov) [Orabug: 33042559]
- fs: align IOCB_* flags with RWF_* flags (Jens Axboe) [Orabug: 33042559]
- block: use bio_{wouldblock,io}_error in direct_make_request (Guoqing Jiang) [Orabug: 33042559]
- iomap: Only invalidate page cache pages on direct IO writes (Dave Chinner) [Orabug: 33042559]
- iomap: remove unneeded variable in iomap_dio_rw() (Johannes Thumshirn) [Orabug: 33042559]
- fs/iomap: remove redundant check in iomap_dio_rw() (Joseph Qi) [Orabug: 33042559]
- iomap: Do not create fake iter in iomap_dio_bio_actor() (Jan Kara) [Orabug: 33042559]
- block: remove unused BLK_QC_T_EAGAIN flag (Jeffle Xu) [Orabug: 33042559]
- fs: Remove unneeded IS_DAX() check in io_is_direct() (Ira Weiny) [Orabug: 33042559]
- block: provide plug based way of signaling forced no-wait semantics (Jens Axboe) [Orabug: 33042559]
- fs: RWF_NOWAIT should imply IOCB_NOIO (Jens Axboe) [Orabug: 33042559]
- fs: Add IOCB_NOIO flag for generic_file_read_iter (Andreas Gruenbacher) [Orabug: 33042559]
- fs: optimise kiocb_set_rw_flags() (Pavel Begunkov) [Orabug: 33042559]
- xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read (Christoph Hellwig) [Orabug: 33042559]
- iomap: Allow filesystem to call iomap_dio_complete without i_rwsem (Christoph Hellwig) [Orabug: 33042559]
- iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() (Jan Kara) [Orabug: 33042559]
- iomap: remove lockdep_assert_held() (Goldwyn Rodrigues) [Orabug: 33042559]
- iomap: Call inode_dio_end() before generic_write_sync() (Goldwyn Rodrigues) [Orabug: 33042559]
- io_uring: trigger eventfd for IOPOLL (Pavel Begunkov) [Orabug: 33042559]
- mm: allow read-ahead with IOCB_NOWAIT set (Jens Axboe) [Orabug: 33042559]
- mm: never attempt async page lock if we've transferred data already (Jens Axboe) [Orabug: 33042559]
- mm: support async buffered reads in generic_file_buffered_read() (Jens Axboe) [Orabug: 33042559]
- mm: mark async iocb read as NOWAIT once some data has been copied (Jens Axboe) [Orabug: 33042559]
- block: add blk_io_schedule() for avoiding task hung in sync dio (Ming Lei) [Orabug: 33042559]
- io_uring: fix uninitialized variable flags in io_recv() (Prasad Singamsetty) [Orabug: 33042559]
- io_uring: don't mark S_ISBLK async work as unbounded (Jens Axboe) [Orabug: 33042559]
- io_uring: fix timeout cancel return code (Pavel Begunkov) [Orabug: 33042559]
- io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL (Stefan Metzmacher) [Orabug: 33042559]
- io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls (Stefan Metzmacher) [Orabug: 33042559]
- io_uring: fix ->flags races by linked timeouts (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix provide_buffers sign extension (Pavel Begunkov) [Orabug: 33042559]
- io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return (Jens Axboe) [Orabug: 33042559]
- io_uring: don't attempt IO reissue from the ring exit path (Jens Axboe) [Orabug: 33042559]
- io_uring: fix inconsistent lock state (Pavel Begunkov) [Orabug: 33042559]
- io_uring: ensure that SQPOLL thread is started for exit (Jens Axboe) [Orabug: 33042559]
- io_uring: ignore double poll add on the same waitqueue head (Jens Axboe) [Orabug: 33042559]
- io_uring: fix possible deadlock in io_uring_poll (Hao Xu) [Orabug: 33042559]
- io_uring: drop mm/files between task_work_submit (Pavel Begunkov) [Orabug: 33042559]
- io_uring: reinforce cancel on flush during exit (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix sqo ownership false positive warning (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix list corruption for splice file_get (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE (Hao Xu) [Orabug: 33042559]
- io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE (Pavel Begunkov) [Orabug: 33042559]
- io_uring: replace inflight_wait with tctx->wait (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE (Pavel Begunkov) [Orabug: 33042559]
- io_uring: if we see flush on exit, cancel related tasks (Jens Axboe) [Orabug: 33042559]
- io_uring: account io_uring internal files as REQ_F_INFLIGHT (Jens Axboe) [Orabug: 33042559]
- io_uring: fix files cancellation (Pavel Begunkov) [Orabug: 33042559]
- io_uring: always batch cancel in *cancel_files() (Pavel Begunkov) [Orabug: 33042559]
- io_uring: pass files into kill timeouts/poll (Pavel Begunkov) [Orabug: 33042559]
- io_uring: don't iterate io_uring_cancel_files() (Pavel Begunkov) [Orabug: 33042559]
- io_uring: add a {task,files} pair matching helper (Pavel Begunkov) [Orabug: 33042559]
- io_uring: simplify io_task_match() (Pavel Begunkov) [Orabug: 33042559]
- io_uring: don't modify identity's files uncess identity is cowed (Xiaoguang Wang) [Orabug: 33042559]
- io_uring: fix wqe->lock/completion_lock deadlock (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix sleeping under spin in __io_clean_op (Pavel Begunkov) [Orabug: 33042559]
- io_uring: dont kill fasync under completion_lock (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix skipping disabling sqo on exec (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix uring_flush in exit_files() warning (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix false positive sqo warning on flush (Pavel Begunkov) [Orabug: 33042559]
- io_uring: do sqo disable on install_fd error (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix null-deref in io_disable_sqo_submit (Pavel Begunkov) [Orabug: 33042559]
- io_uring: stop SQPOLL submit on creator's death (Pavel Begunkov) [Orabug: 33042559]
- io_uring: add warn_once for io_uring_flush() (Pavel Begunkov) [Orabug: 33042559]
- io_uring: inline io_uring_attempt_task_drop() (Pavel Begunkov) [Orabug: 33042559]
- kernel/io_uring: cancel io_uring before task works (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix short read retries for non-reg files (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state (Jens Axboe) [Orabug: 33042559]
- io_uring: iopoll requests should also wake task ->in_idle state (Jens Axboe) [Orabug: 33042559]
- io_uring: flush timeouts that should already have expired (Marcelo Diop-Gonzalez) [Orabug: 33042559]
- io_uring: drop file refs after task cancel (Pavel Begunkov) [Orabug: 33042559]
- io_uring: drop mm and files after task_work_run (Pavel Begunkov) [Orabug: 33042559]
- io_uring: don't take files/mm for a dead task (Pavel Begunkov) [Orabug: 33042559]
- io_uring: Fix return value from alloc_fixed_file_ref_node (Matthew Wilcox (Oracle)) [Orabug: 33042559]
- io_uring: patch up IOPOLL overflow_flush sync (Pavel Begunkov) [Orabug: 33042559]
- io_uring: limit {io|sq}poll submit locking scope (Pavel Begunkov) [Orabug: 33042559]
- io_uring: synchronise IOPOLL on task_submit fail (Pavel Begunkov) [Orabug: 33042559]
- io_uring: remove racy overflow list fast checks (Pavel Begunkov) [Orabug: 33042559]
- io_uring: check kthread stopped flag when sq thread is unparked (Xiaoguang Wang) [Orabug: 33042559]
- io_uring: fix io_sqe_files_unregister() hangs (Pavel Begunkov) [Orabug: 33042559]
- io_uring: add a helper for setting a ref node (Pavel Begunkov) [Orabug: 33042559]
- io_uring: use bottom half safe lock for fixed file data (Jens Axboe) [Orabug: 33042559]
- io_uring: don't assume mm is constant across submits (Jens Axboe) [Orabug: 33042559]
- io_uring: close a small race gap for files cancel (Pavel Begunkov) [Orabug: 33042559]
- io_uring: make ctx cancel on exit targeted to actual ctx (Jens Axboe) [Orabug: 33042559]
- io_uring: fix double io_uring free (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix ignoring xa_store errors (Pavel Begunkov) [Orabug: 33042559]
- io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() (Xiaoguang Wang) [Orabug: 33042559]
- io_uring: fix 0-iov read buffer select (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix io_wqe->work_list corruption (Xiaoguang Wang) [Orabug: 33042559]
- io_uring: always let io_iopoll_complete() complete polled io (Xiaoguang Wang) [Orabug: 33042559]
- io_uring: fix racy IOPOLL completions (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix io_cqring_events()'s noflush (Pavel Begunkov) [Orabug: 33042559]
- Smack: Handle io_uring kernel thread privileges (Casey Schaufler) [Orabug: 33042559]
- io_uring: cancel reqs shouldn't kill overflow list (Pavel Begunkov) [Orabug: 33042559]
- io_uring: fix racy IOPOLL flush overflow (Pavel Begunkov) [Orabug: 33042559]
- io_uring: cancel only requests of current task (Pavel Begunkov) [Orabug: 33042559]
- io_uring: backport 5.10 version of io_uring code base to uek6-u3 (Prasad Singamsetty) [Orabug: 33042559]
- btrfs: flag files as supporting buffered async reads (Jens Axboe) [Orabug: 33042559]
- xfs: flag files as supporting buffered async reads (Jens Axboe) [Orabug: 33042559]
- ext4: flag as supporting buffered async reads (Jens Axboe) [Orabug: 33042559]
- mm: add kiocb_wait_page_queue_init() helper (Jens Axboe) [Orabug: 33042559]
- block: flag block devices as supporting IOCB_WAITQ (Jens Axboe) [Orabug: 33042559]
- fs: add FMODE_BUF_RASYNC (Jens Axboe) [Orabug: 33042559]
- mm: add support for async page locking (Jens Axboe) [Orabug: 33042559]
- block: add QUEUE_FLAG_NOWAIT (Mike Snitzer) [Orabug: 33042559]
- tasks: add put_task_struct_many() (Pavel Begunkov) [Orabug: 33042559]
- mm: abstract out wake_page_match() from wake_page_function() (Jens Axboe) [Orabug: 33042559]
- mm: optimise madvise WILLNEED (Matthew Wilcox (Oracle)) [Orabug: 33042559]
- mm: check that mm is still valid in madvise() (Linus Torvalds) [Orabug: 33042559]
- statx: allow system call to be invoked from io_uring (Bijan Mottahedeh) [Orabug: 33042559]
- splice: make do_splice public (Pavel Begunkov) [Orabug: 33042559]
- splice: export do_tee() (Pavel Begunkov) [Orabug: 33042559]
- mm: make do_madvise() available internally (Jens Axboe) [Orabug: 33042559]
- eventpoll: support non-blocking do_epoll_ctl() calls (Jens Axboe) [Orabug: 33042559]
- eventpoll: abstract out epoll_ctl() handler (Jens Axboe) [Orabug: 33042559]
- fs: make build_open_flags() available internally (Jens Axboe) [Orabug: 33042559]
- selftests: add openat2(2) selftests (Aleksa Sarai) [Orabug: 33042559]
- Documentation: path-lookup: include new LOOKUP flags (Aleksa Sarai) [Orabug: 33042559]
- open: introduce openat2(2) syscall (Aleksa Sarai) [Orabug: 33042559]
- namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution (Aleksa Sarai) [Orabug: 33042559]
- namei: LOOKUP_IN_ROOT: chroot-like scoped resolution (Aleksa Sarai) [Orabug: 33042559]
- namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution (Aleksa Sarai) [Orabug: 33042559]
- namei: LOOKUP_NO_XDEV: block mountpoint crossing (Aleksa Sarai) [Orabug: 33042559]
- namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution (Aleksa Sarai) [Orabug: 33042559]
- namei: LOOKUP_NO_SYMLINKS: block symlink resolution (Aleksa Sarai) [Orabug: 33042559]
- namei: allow set_root() to produce errors (Aleksa Sarai) [Orabug: 33042559]
- namei: allow nd_jump_link() to produce errors (Aleksa Sarai) [Orabug: 33042559]
- nsfs: clean-up ns_get_path() signature to return int (Aleksa Sarai) [Orabug: 33042559]
- mm/madvise.c: use PAGE_ALIGN[ED] for range checking (Wei Yang) [Orabug: 33042559]
- mm/madvise.c: replace with page_size() in madvise_inject_error() (Yunfeng Ye) [Orabug: 33042559]
- fs/namei.c: pull positivity check into follow_managed() (Al Viro) [Orabug: 33042559]
- net: abstract out normal and compat msghdr import (Jens Axboe) [Orabug: 33042559]
- pcpu_ref: add percpu_ref_tryget_many() (Pavel Begunkov) [Orabug: 33042559]
- task_work: only grab task signal lock when needed (Jens Axboe) [Orabug: 33042559]
- task_work: teach task_work_add() to do signal_wake_up() (Oleg Nesterov) [Orabug: 33042559]
- task_work_run: don't take ->pi_lock unconditionally (Oleg Nesterov) [Orabug: 33042559]
- io_uring: allow tcp ancillary data for __sys_recvmsg_sock() (Luke Hsiao) [Orabug: 33042559]
- io_uring: backport 5.5 version of io_uring code base (Prasad Singamsetty) [Orabug: 33042559]
- fs: make two stat prep helpers available (Jens Axboe) [Orabug: 33042559]
- net: add __sys_accept4_file() helper (Jens Axboe) [Orabug: 33042559]
- rds: ib: Mitigate intermittent incorrect RNR NAK Retry Timer modification (Håkon Bugge) [Orabug: 33001035]
- mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON (Muchun Song) [Orabug: 33032173]
- mm: sparsemem: use huge PMD mapping for vmemmap pages (Muchun Song) [Orabug: 33032173]
- mm: sparsemem: split the huge PMD mapping of vmemmap pages (Muchun Song) [Orabug: 33032173]
- hugetlb: fix dissolve_free_huge_page to pass head page (Mike Kravetz) [Orabug: 33032173]
- hugetlb: pass head page to remove_hugetlb_page() (Naoya Horiguchi) [Orabug: 33032173]
- userfaultfd: hugetlbfs: fix new flag usage in error path (Mike Kravetz) [Orabug: 33032173]
- mm: migrate: fix missing update page_private to hugetlb_page_subpool (Muchun Song) [Orabug: 33032173]
- mm: migrate: fix missing update page_private to hugetlb_page_subpool (Muchun Song) [Orabug: 33032173]
- uek-rpm: enable CONFIG_HUGETLB_PAGE_FREE_VMEMMAP (Mike Kravetz) [Orabug: 33032173]
- mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate (Muchun Song) [Orabug: 33032173]
- mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap (Muchun Song) [Orabug: 33032173]
- mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page (Muchun Song) [Orabug: 33032173]
- mm: hugetlb: defer freeing of HugeTLB pages (Muchun Song) [Orabug: 33032173]
- mm: hugetlb: free the vmemmap pages associated with each HugeTLB page (Muchun Song) [Orabug: 33032173]
- x86: mm: add p?d_leaf() definitions (Steven Price) [Orabug: 33032173]
- arm64: mm: add p?d_leaf() definitions (Steven Price) [Orabug: 33032173]
- arm: mm: add p?d_leaf() definitions (Steven Price) [Orabug: 33032173]
- mm: hugetlb: gather discrete indexes of tail page (Muchun Song) [Orabug: 33032173]
- mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP (Muchun Song) [Orabug: 33032173]
- mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c (Muchun Song) [Orabug: 33032173]
- mm: make alloc_contig_range handle in-use hugetlb pages (Oscar Salvador) [Orabug: 33032173]
- mm: make alloc_contig_range handle free hugetlb pages (Oscar Salvador) [Orabug: 33032173]
- mm,compaction,cma: add alloc_contig flag to compact_control (Rik van Riel) [Orabug: 33032173]
- mm,hugetlb: split prep_new_huge_page functionality (Oscar Salvador) [Orabug: 33032173]
- mm,hugetlb: drop clearing of flag from prep_new_huge_page (Oscar Salvador) [Orabug: 33032173]
- mm,compaction: let isolate_migratepages_{range,block} return error codes (Oscar Salvador) [Orabug: 33032173]
- mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_range (Oscar Salvador) [Orabug: 33032173]
- hugetlb: make free_huge_page irq safe (Mike Kravetz) [Orabug: 33032173]
- hugetlb: change free_pool_huge_page to remove_pool_huge_page (Mike Kravetz) [Orabug: 33032173]
- hugetlb: call update_and_free_page without hugetlb_lock (Mike Kravetz) [Orabug: 33032173]
- hugetlb: create remove_hugetlb_page() to separate functionality (Mike Kravetz) [Orabug: 33032173]
- hugetlb: add per-hstate mutex to synchronize user adjustments (Mike Kravetz) [Orabug: 33032173]
- hugetlb: fix uninitialized subpool pointer (Mike Kravetz) [Orabug: 33032173]
- include/linux/hugetlb.h: add synchronization information for new hugetlb specific flags (Mike Kravetz) [Orabug: 33032173]
- hugetlb: convert PageHugeFreed to HPageFreed flag (Mike Kravetz) [Orabug: 33032173]
- hugetlb: convert PageHugeTemporary() to HPageTemporary flag (Mike Kravetz) [Orabug: 33032173]
- hugetlb: convert page_huge_active() HPageMigratable flag (Mike Kravetz) [Orabug: 33032173]
- hugetlb: use page.private for hugetlb specific page flags (Mike Kravetz) [Orabug: 33032173]
- KVM: VMX: read idt_vectoring_info a bit earlier (Maxim Levitsky) [Orabug: 32490237]
- KVM: nSVM: fix running nested guests when npt=0 (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Advertise INVPCID by default (Sean Christopherson) [Orabug: 32490237] [Orabug: 32479730]
- KVM: SVM: Intercept INVPCID when it's disabled to inject #UD (Sean Christopherson) [Orabug: 32490237] [Orabug: 32479730]
- KVM: SVM: use vmsave/vmload for saving/restoring additional host state (Michael Roth) [Orabug: 32490237]
- KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Set the encryption mask for the SVM host save area (Tom Lendacky) [Orabug: 32490237]
- KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested vmexit (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: load control fields from VMCB12 before checking them (Paolo Bonzini) [Orabug: 32490237] {CVE-2021-29657} {CVE-2021-29657}
- KVM: SVM: Fix nested VM-Exit on #GP interception handling (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: prepare guest save area while is_guest_mode is true (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: Use common GPA helper to check for illegal CR3 (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Use GPA legality helpers to replace open coded equivalents (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add a helper to handle legal GPA with an alignment requirement (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add a helper to check for a legal GPA (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move illegal GPA helper out of the MMU code (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Fix #GP handling for doubly-nested virtualization (Wei Huang) [Orabug: 32490237]
- KVM: SVM: Add support for SVM instruction address check change (Wei Huang) [Orabug: 32490237]
- KVM: SVM: Add emulation support for #GP triggered by SVM instructions (Bandan Das) [Orabug: 32490237]
- KVM: x86: Factor out x86 instruction emulation with decoding (Wei Huang) [Orabug: 32490237]
- KVM: x86: Zap the oldest MMU pages, not the newest (Sean Christopherson) [Orabug: 32490237] [Orabug: 32620614]
- KVM: x86/mmu: Batch zap MMU pages when shrinking the slab (Sean Christopherson) [Orabug: 32490237] [Orabug: 32620614]
- KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages (Sean Christopherson) [Orabug: 32490237] [Orabug: 32620614]
- KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit (Maxim Levitsky) [Orabug: 32490237]
- KVM: x86: cleanup CR3 reserved bits checks (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode (Maxim Levitsky) [Orabug: 32490237]
- KVM: nSVM: correctly restore nested_run_pending on migration (Maxim Levitsky) [Orabug: 32490237]
- KVM: nSVM: set fixed bits by hand (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: check CR4 changes against vcpu->arch (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: Move asid to vcpu_svm (Cathy Avery) [Orabug: 32490237]
- kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions (Jim Mattson) [Orabug: 32490237]
- KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2 (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Return bool instead of int for CR4 and SREGS validity checks (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Drop VMXE check from svm_set_cr4() (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4() (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch (Babu Moger) [Orabug: 32490237]
- KVM: nSVM: implement on demand allocation of the nested state (Maxim Levitsky) [Orabug: 32490237]
- KVM: x86: allow kvm_x86_ops.set_efer to return an error value (Maxim Levitsky) [Orabug: 32490237]
- KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs (Aaron Lewis) [Orabug: 32490237]
- KVM: nSVM: delay MSR permission processing to first nested VM run (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Use common definition for kvm_nested_vmexit tracepoint (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add macro wrapper for defining kvm_exit tracepoint (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Add a helper to test for a valid error code given an intr info (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: CR3 MBZ bits are only 63:52 (Krish Sadhukhan) [Orabug: 32490237]
- KVM: SVM: Enable INVPCID feature on AMD (Babu Moger) [Orabug: 32490237]
- KVM: X86: Move handling of INVPCID types to x86 (Babu Moger) [Orabug: 32490237]
- KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Add new intercept word in vmcb_control_area (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Modify intercept_exceptions to generic intercepts (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Change intercept_dr to generic intercepts (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Change intercept_cr to generic intercepts (Babu Moger) [Orabug: 32490237]
- KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept) (Babu Moger) [Orabug: 32490237]
- KVM: VMX: Use fallthrough pseudo-keyword (Liam Merwick) [Orabug: 32490237]
- KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected (Peter Shier) [Orabug: 32490237]
- KVM: nSVM: Remove unused field (Babu Moger) [Orabug: 32490237]
- KVM: SVM: refactor exit labels in svm_create_vcpu (Maxim Levitsky) [Orabug: 32490237]
- KVM: SVM: use __GFP_ZERO instead of clear_page (Maxim Levitsky) [Orabug: 32490237]
- KVM: SVM: refactor msr permission bitmap allocation (Maxim Levitsky) [Orabug: 32490237]
- KVM: nSVM: rename nested vmcb to vmcb12 (Maxim Levitsky) [Orabug: 32490237]
- KVM: SVM: rename a variable in the svm_create_vcpu (Maxim Levitsky) [Orabug: 32490237]
- KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled (Chenyi Qiang) [Orabug: 32490237]
- KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: SVM: nested: Don't allocate VMCB structures on stack (Joerg Roedel) [Orabug: 32490237]
- x86/cpu: Add hardware-enforced cache coherency as a CPUID feature (Krish Sadhukhan) [Orabug: 32490237]
- x86/cpufeatures: Mark two free bits in word 3 (Borislav Petkov) [Orabug: 32490237]
- KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: fix MSR_IA32_TSC read for nested migration (Maxim Levitsky) [Orabug: 32490237]
- selftests: kvm: Fix assert failure in single-step test (Yang Weijiang) [Orabug: 32490237]
- KVM: emulator: more strict rsm checks. (Maxim Levitsky) [Orabug: 32490237]
- KVM: nSVM: more strict SMM checks when returning to nested guest (Maxim Levitsky) [Orabug: 32490237]
- SVM: nSVM: setup nested msr permission bitmap on nested state load (Maxim Levitsky) [Orabug: 32490237]
- SVM: nSVM: correctly restore GIF on vmexit from nesting after migration (Maxim Levitsky) [Orabug: 32490237]
- KVM: SVM: avoid emulation with stale next_rip (Wanpeng Li) [Orabug: 32490237]
- KVM: SVM: Periodically schedule when unregistering regions on destroy (David Rientjes) [Orabug: 32490237]
- kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed (Lai Jiangshan) [Orabug: 32490237]
- KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control (Chenyi Qiang) [Orabug: 32490237]
- KVM: x86: fix access code passed to gva_to_gpa (Paolo Bonzini) [Orabug: 32490237]
- selftests: kvm: Use a shorter encoding to clear RAX (Yang Weijiang) [Orabug: 32490237]
- tools headers UAPI: Sync kvm.h headers with the kernel sources (Arnaldo Carvalho de Melo) [Orabug: 32490237]
- x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabled (Jon Doron) [Orabug: 32490237]
- KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled (Sean Christopherson) [Orabug: 32490237]
- KVM: LAPIC: Set the TDCR settable bits (Wanpeng Li) [Orabug: 32490237]
- KVM: VMX: Drop a duplicate declaration of construct_eptp() (Sean Christopherson) [Orabug: 32490237]
- KVM: Using macros instead of magic values (Haiwei Li) [Orabug: 32490237]
- KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF (Paolo Bonzini) [Orabug: 32490237]
- KVM: VMX: optimize #PF injection when MAXPHYADDR does not match (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: update exception bitmap on CPUID changes (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: rename update_bp_intercept to update_exception_bitmap (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Add helper functions for illegal GPA checking and page fault injection (Mohammed Gamal) [Orabug: 32490237]
- KVM: nSVM: use nested_svm_load_cr3() on guest->host switch (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nSVM: prepare to handle errors from enter_svm_guest_mode() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU init (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM/x86: pmu: Fix #GP condition check for RDPMC emulation (Like Xu) [Orabug: 32490237]
- KVM: x86: take as_id into account when checking PGD (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid() (Xiaoyao Li) [Orabug: 32490237]
- KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid() (Xiaoyao Li) [Orabug: 32490237]
- KVM: x86: Introduce kvm_check_cpuid() (Xiaoyao Li) [Orabug: 32490237]
- KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid() (Xiaoyao Li) [Orabug: 32490237]
- KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version() (Xiaoyao Li) [Orabug: 32490237]
- KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent (Xiaoyao Li) [Orabug: 32490237]
- KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails (Xiaoyao Li) [Orabug: 32490237]
- kvm: x86: limit the maximum number of vPMU fixed counters to 3 (Like Xu) [Orabug: 32490237]
- KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested guests (Krish Sadhukhan) [Orabug: 32490237]
- KVM: x86: Make CR4.VMXE reserved for the guest (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid() (Krish Sadhukhan) [Orabug: 32490237]
- kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes (Jim Mattson) [Orabug: 32490237]
- KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr() (Joerg Roedel) [Orabug: 32490237]
- KVM: SVM: Add svm_ prefix to set/clr/is_intercept() (Joerg Roedel) [Orabug: 32490237]
- KVM: SVM: Add vmcb_ prefix to mark_*() functions (Joerg Roedel) [Orabug: 32490237]
- KVM: SVM: Rename struct nested_state to svm_nested_state (Joerg Roedel) [Orabug: 32490237]
- KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper (Sean Christopherson) [Orabug: 32490237]
- kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest (Jim Mattson) [Orabug: 32490237]
- kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu (Jim Mattson) [Orabug: 32490237]
- vm: x86: Add "last CPU" to some KVM_EXIT information (Jim Mattson) [Orabug: 32490237]
- kvm: vmx: Add last_cpu to struct vcpu_vmx (Jim Mattson) [Orabug: 32490237]
- kvm: svm: Always set svm->last_cpu on VMRUN (Jim Mattson) [Orabug: 32490237]
- kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id() (Jim Mattson) [Orabug: 32490237]
- KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast() (John Hubbard) [Orabug: 32490237]
- KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of nested guests (Krish Sadhukhan) [Orabug: 32490237]
- KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function (Krish Sadhukhan) [Orabug: 32490237]
- KVM: X86: Do the same ignore_msrs check for feature msrs (Peter Xu) [Orabug: 32490237]
- KVM: X86: Move ignore_msrs handling upper the stack (Peter Xu) [Orabug: 32490237]
- KVM: x86/mmu: Make .write_log_dirty a nested operation (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper (Sean Christopherson) [Orabug: 32490237]
- x86/Kconfig: Update config and kernel doc for MPK feature on AMD (Babu Moger) [Orabug: 32490237]
- KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE (Paolo Bonzini) [Orabug: 32490237]
- selftests: kvm: do not set guest mode flag (Paolo Bonzini) [Orabug: 32490237]
- tools arch kvm: Sync kvm headers with the kernel sources (Arnaldo Carvalho de Melo) [Orabug: 32490237]
- KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks (Sean Christopherson) [Orabug: 32490237]
- kvm: use more precise cast and do not drop __user (Paolo Bonzini) [Orabug: 32490237]
- KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling (Marcelo Tosatti) [Orabug: 32490237]
- KVM: LAPIC: ensure APIC map is up to date on concurrent update requests (Paolo Bonzini) [Orabug: 32490237]
- kvm: lapic: fix broken vcpu hotplug (Igor Mammedov) [Orabug: 32490237]
- KVM: Replace zero-length array with flexible-array (Gustavo A. R. Silva) [Orabug: 32490237]
- KVM: VMX: Add helpers to identify interrupt type from intr_info (Sean Christopherson) [Orabug: 32490237]
- KVM: selftests: fix sync_with_host() in smm_test (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX is unsupported (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check (Vitaly Kuznetsov) [Orabug: 32490237]
- tools headers UAPI: Sync kvm.h headers with the kernel sources (Arnaldo Carvalho de Melo) [Orabug: 32490237]
- KVM: SVM: fix calls to is_intercept (Paolo Bonzini) [Orabug: 32490237]
- KVM: selftests: Add x86_64/debug_regs to .gitignore (Vitaly Kuznetsov) [Orabug: 32490237]
- Revert "KVM: x86: work around leak of uninitialized stack contents" (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: VMX: Properly handle kvm_read/write_guest_virt*() result (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: x86: emulate reserved nops from 0f/18 to 0f/1f (Paolo Bonzini) [Orabug: 32490237]
- KVM: Use vmemdup_user() (Denis Efremov) [Orabug: 32490237]
- KVM: x86: Move MPK feature detection to common code (Babu Moger) [Orabug: 32490237]
- KVM: x86: Assign correct value to array.maxnent (Xiaoyao Li) [Orabug: 32490237]
- KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR (Sean Christopherson) [Orabug: 32490237]
- KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories (Paolo Bonzini) [Orabug: 32490237]
- x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user() (Al Viro) [Orabug: 32490237]
- KVM: x86/pmu: Support full width counting (Like Xu) [Orabug: 32490237]
- KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in (Wei Wang) [Orabug: 32490237]
- KVM: introduce kvm_read_guest_offset_cached() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: VMX: Replace zero-length array with flexible-array (Gustavo A. R. Silva) [Orabug: 32490237]
- KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE (Paolo Bonzini) [Orabug: 32490237]
- selftests: kvm: fix smm test on SVM (Vitaly Kuznetsov) [Orabug: 32490237]
- selftests: kvm: add a SVM version of state-test (Paolo Bonzini) [Orabug: 32490237]
- selftests: kvm: introduce cpu_has_svm() check (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: leave guest mode when clearing EFER.SVME (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: split nested_vmcb_check_controls (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: remove HF_HIF_MASK (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: remove HF_VINTR_MASK (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: synthesize correct EXITINTINFO on vmexit (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: preserve VGIF across VMCB switch (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: extract svm_set_gif (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: remove unnecessary if (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: save all control fields in svm->nested (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: remove trailing padding for struct vmcb_control_area (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: clean up tsc_offset update (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: move MMU setup to nested_prepare_vmcb_control (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: extract preparation of VMCB for nested run (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: extract load_nested_vmcb_control (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: move map argument out of enter_svm_guest_mode (Paolo Bonzini) [Orabug: 32490237]
- KVM: nVMX: always update CR3 in VMCS (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: always update CR3 in VMCB (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: correctly inject INIT vmexits (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: remove exit_required (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: inject exceptions via svm_check_nested_events (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: enable event window in inject_pending_event (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: track manually whether an event has been injected (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags (Paolo Bonzini) [Orabug: 32490237]
- KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities (Maxim Levitsky) [Orabug: 32490237]
- KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page (Michael Kelley) [Orabug: 32490237]
- KVM: nVMX: Really make emulated nested preemption timer pinned (Jim Mattson) [Orabug: 32490237]
- KVM: SVM: Remove unnecessary V_IRQ unsetting (Suravee Suthikulpanit) [Orabug: 32490237]
- KVM: SVM: Merge svm_enable_vintr into svm_set_vintr (Suravee Suthikulpanit) [Orabug: 32490237]
- KVM: X86: TSCDEADLINE MSR emulation fastpath (Wanpeng Li) [Orabug: 32490237]
- KVM: x86: introduce kvm_can_use_hv_timer (Paolo Bonzini) [Orabug: 32490237]
- KVM: VMX: Optimize posted-interrupt delivery for timer fastpath (Wanpeng Li) [Orabug: 32490237]
- KVM: X86: Introduce more exit_fastpath_completion enum values (Wanpeng Li) [Orabug: 32490237]
- KVM: X86: Introduce kvm_vcpu_exit_request() helper (Wanpeng Li) [Orabug: 32490237]
- KVM: x86: Print symbolic names of VMX VM-Exit flags in traces (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Introduce generic fastpath handler (Wanpeng Li) [Orabug: 32490237]
- KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_* (Sean Christopherson) [Orabug: 32490237]
- KVM: X86: Sanity check on gfn before removal (Peter Xu) [Orabug: 32490237]
- kvm: x86: Cleanup vcpu->arch.guest_xstate_size (Xiaoyao Li) [Orabug: 32490237]
- KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Add proper cache tracking for CR0 (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Add proper cache tracking for CR4 (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Unconditionally validate CR3 during nested transitions (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch' (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02 (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Replace late check_nested_events() hack with more precise fix (Paolo Bonzini) [Orabug: 32490237]
- KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked() (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: WARN on injected+pending exception even in nested case (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set (Paolo Bonzini) [Orabug: 32490237]
- KVM: nVMX: Prioritize SMI over nested IRQ/NMI (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks (Paolo Bonzini) [Orabug: 32490237]
- KVM: VMX: Split out architectural interrupt/NMI blocking checks (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events() (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set (Paolo Bonzini) [Orabug: 32490237]
- KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Open a window for pending nested VMX preemption timer (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Preserve exception priority irrespective of exiting behavior (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Implement check_nested_events for NMI (Cathy Avery) [Orabug: 32490237]
- KVM: SVM: immediately inject INTR vmexit (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: leave halted state on vmexit (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: introduce nested_run_pending (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: do not allow VMRUN inside SMM (Paolo Bonzini) [Orabug: 32490237]
- kvm: add capability for halt polling (David Matlack) [Orabug: 32490237]
- KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32 (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Drop a redundant call to vmx_get_intr_info() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: move nested-related kvm_x86_ops to a separate struct (Paolo Bonzini) [Orabug: 32490237]
- KVM: eVMCS: check if nesting is enabled (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: check_nested_events is never NULL (Paolo Bonzini) [Orabug: 32490237]
- KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run (Tianjia Zhang) [Orabug: 32490237]
- KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guests (Krish Sadhukhan) [Orabug: 32490237]
- KVM: X86: Improve latency for single target IPI fastpath (Wanpeng Li) [Orabug: 32490237]
- KVM: VMX: Optimize handling of VM-Entry failures in vmx_vcpu_run() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Remove non-functional "support" for CR3 target values (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Set @writable to false for non-visible accesses by L2 (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flags (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flags (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switch (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switch (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabled (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-Exit (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPT (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPT (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wants (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.c (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: move kvm_create_vcpu_debugfs after last failure point (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: Use do_machine_check to pass MCE to the host (Uros Bizjak) [Orabug: 32490237]
- KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Free only the affected contexts when emulating INVEPT (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Don't flush TLB on nested VMX transition (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Skip MMU sync on nested VMX transition when possible (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Add module param to force TLB flush on root reuse (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3() (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Don't reload APIC access page if its control is disabled (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Retrieve APIC access page HPA only when necessary (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessary (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-Exit (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all() (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Document the ASID logic in svm_flush_tlb() (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Introduce vmx_flush_tlb_current() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Move vmx_flush_tlb() to vmx.c (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest() (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Drop redundant capability checks in low level INVVPID helpers (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Use vpid_sync_context() directly when possible (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Sync SPTEs when injecting page/EPT fault into L1 (Junaid Shahid) [Orabug: 32490237]
- KVM: x86: cleanup kvm_inject_emulated_page_fault (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: introduce kvm_mmu_invalidate_gva (Paolo Bonzini) [Orabug: 32490237]
- ptp_kvm: Make kvm_ptp_lock static (YueHaibing) [Orabug: 32490237]
- KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault) (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Invalidate all roots when emulating INVVPID without EPT (Junaid Shahid) [Orabug: 32490237]
- KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1 (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT) (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flush (Sean Christopherson) [Orabug: 32490237]
- selftests: kvm: Add vm_get_fd() in kvm_util (Wainer dos Santos Moschetta) [Orabug: 32490237]
- KVM: selftests: Add GUEST_ASSERT variants to pass values to host (Sean Christopherson) [Orabug: 32490237]
- KVM: selftests: Use kernel's list instead of homebrewed replacement (Sean Christopherson) [Orabug: 32490237]
- KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm() (Sean Christopherson) [Orabug: 32490237]
- KVM: pass through CPUID(0x80000006) (Eric Northup) [Orabug: 32490237]
- KVM: x86: Return updated timer current count register from KVM_GET_LAPIC (Peter Shier) [Orabug: 32490237]
- KVM: remove redundant assignment to variable r (Colin Ian King) [Orabug: 32490237]
- KVM: VMX: pass correct DR6 for GD userspace exit (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6 (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6 (Paolo Bonzini) [Orabug: 32490237]
- KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on (Paolo Bonzini) [Orabug: 32490237]
- KVM: selftests: Add KVM_SET_GUEST_DEBUG test (Sean Christopherson) [Orabug: 32490237]
- KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG (Peter Xu) [Orabug: 32490237]
- KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG (Peter Xu) [Orabug: 32490237]
- KVM: x86: fix DR6 delivery for various cases of #DB injection (Paolo Bonzini) [Orabug: 32490237]
- KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly (Peter Xu) [Orabug: 32490237]
- kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: fill in kvm_run->debug.arch.dr[67] (Paolo Bonzini) [Orabug: 32490237]
- kvm: Disable objtool frame pointer checking for vmenter.S (Josh Poimboeuf) [Orabug: 32490237]
- kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP (Venkatesh Srinivas) [Orabug: 32490237]
- KVM: SVM: Fix __svm_vcpu_run declaration. (Uros Bizjak) [Orabug: 32490237]
- KVM: SVM: Do not setup frame pointer in __svm_vcpu_run (Uros Bizjak) [Orabug: 32490237]
- KVM: SVM: Fix build error due to missing release_pages() include (Borislav Petkov) [Orabug: 32490237]
- KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD (Uros Bizjak) [Orabug: 32490237]
- kvm: nVMX: match comment with return type for nested_vmx_exit_reflected (Oliver Upton) [Orabug: 32490237]
- kvm: nVMX: reflect MTF VM-exits if injected by L1 (Oliver Upton) [Orabug: 32490237]
- KVM: SVM: move more vmentry code to assembly (Paolo Bonzini) [Orabug: 32490237]
- KVM: SVM: fix compilation with modular PSP and non-modular KVM (Paolo Bonzini) [Orabug: 32490237]
- KVM: X86: Filter out the broadcast dest for IPI fastpath (Wanpeng Li) [Orabug: 32490237]
- KVM: nVMX: don't clear mtf_pending when nested events are blocked (Oliver Upton) [Orabug: 32490237]
- KVM: SVM: Split svm_vcpu_run inline assembly to separate file (Uros Bizjak) [Orabug: 32490237]
- KVM: SVM: Move SEV code to separate file (Joerg Roedel) [Orabug: 32490237]
- KVM: SVM: Move AVIC code to separate file (Joerg Roedel) [Orabug: 32490237]
- KVM: SVM: Move Nested SVM Implementation to nested.c (Joerg Roedel) [Orabug: 32490237]
- kVM SVM: Move SVM related files to own sub-directory (Joerg Roedel) [Orabug: 32490237]
- KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Annotate svm_x86_ops as __initdata (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Annotate vmx_x86_ops as __initdata (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Configure runtime hooks using vmx_x86_ops (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Move hardware_setup() definition below vmx_x86_ops (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move init-only kvm_x86_ops to separate struct (Sean Christopherson) [Orabug: 32490237]
- KVM: Pass kvm_init()'s opaque param to additional arch funcs (Sean Christopherson) [Orabug: 32490237]
- KVM: X86: Delay read msr data iff writes ICR MSR (Wanpeng Li) [Orabug: 32490237]
- x86/kvm: Convert to new CPU match macros (Thomas Gleixner) [Orabug: 32490237]
- KVM: VMX: Gracefully handle faults on VMXON (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Code style cleanup in kvm_arch_dev_ioctl() (Xiaoyao Li) [Orabug: 32490237]
- KVM: nVMX: remove side effects from nested_vmx_exit_reflected (Paolo Bonzini) [Orabug: 32490237]
- KVM: selftests: test enlightened vmenter with wrong eVMCS version (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: selftests: define and use EVMCS_VERSION (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld() (Vitaly Kuznetsov) [Orabug: 32490237]
- selftests: kvm: Uses TEST_FAIL in tests/utilities (Wainer dos Santos Moschetta) [Orabug: 32490237]
- selftests: kvm: Introduce the TEST_FAIL macro (Wainer dos Santos Moschetta) [Orabug: 32490237]
- KVM: selftests: Use consistent message for test skipping (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Enable printf format warnings for TEST_ASSERT (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Share common API documentation (Andrew Jones) [Orabug: 32490237]
- selftests: KVM: SVM: Add vmcall test to gitignore (Andrew Jones) [Orabug: 32490237]
- KVM: nVMX: Consolidate nested MTF checks to helper function (Oliver Upton) [Orabug: 32490237]
- KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: unify callbacks to load paging root (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Trace the original requested CPUID function in kvm_cpuid() (Jan Kiszka) [Orabug: 32490237]
- KVM: CPUID: add support for supervisor states (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled (Sean Christopherson) [Orabug: 32490237]
- KVM: nSVM: Expose SVM features to L1 iff nested is enabled (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move VMX's host_efer to common x86 code (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Directly query Intel PT mode when refreshing PMUs (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use kvm_cpu_caps to detect Intel PT support (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Override host CPUID results with kvm_cpu_caps (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Do host CPUID at load time to mask KVM cpu caps (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Remove stateful CPUID handling (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use KVM cpu caps to track UMIP emulation (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add a helper to check kernel support when setting cpu cap (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Convert feature updates from CPUID to KVM cpu caps (Sean Christopherson) [Orabug: 32490237]
- KVM: SVM: Convert feature updates from CPUID to KVM cpu caps (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Refactor handling of XSAVES CPUID adjustment (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Handle Intel PT CPUID adjustment in VMX code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Handle RDTSCP CPUID adjustment in VMX code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Handle PKU CPUID adjustment in VMX code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Handle INVPCID CPUID adjustment in VMX code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Handle MPX CPUID adjustment in VMX code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Refactor cpuid_mask() to auto-retrieve the register (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Introduce cpuid_entry_{get,has}() accessors (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use u32 for holding CPUID register value in helpers (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Drop explicit @func param from ->set_supported_cpuid() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Make kvm_mpx_supported() an inline function (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use supported_xcr0 to detect MPX support (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Calculate the supported xcr0 mask at load time (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Add helpers to query Intel PT mode (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Use common loop iterator when handling CPUID 0xD.N (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Drop redundant array size check (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Encapsulate CPUID entries and metadata in struct (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Consolidate CPUID array max num entries checking (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Drop redundant boot cpu checks on SSBD feature bits (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Drop the explicit @index from do_cpuid_7_mask() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Clean up CPUID 0x7 sub-leaf loop (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Check for CPUID 0xD.N support before validating array size (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Check userspace CPUID array size after validating sub-leaf (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Simplify handling of Centaur CPUID leafs (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Refactor loop around do_cpuid_func() to separate helper (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move emulation-only helpers to emulate.c (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant (Sean Christopherson) [Orabug: 32490237]
- KVM: Drop gfn_to_pfn_atomic() (Peter Xu) [Orabug: 32490237]
- KVM: nVMX: Drop unnecessary check on ept caps for execute-only (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Rename EPTP validity helper and associated variables (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp() (Sean Christopherson) [Orabug: 32490237]
- KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Don't drop level/direct from MMU role calculation (Sean Christopherson) [Orabug: 32490237]
- kvm: selftests: Support dirty log initial-all-set test (Jay Zhou) [Orabug: 32490237]
- KVM: X86: trigger kvmclock sync request just once on VM creation (Wanpeng Li) [Orabug: 32490237]
- KVM: LAPIC: Recalculate apic map in batch (Wanpeng Li) [Orabug: 32490237]
- KVM: Fix some obsolete comments (Miaohe Lin) [Orabug: 32490237]
- KVM: x86/mmu: Reuse the current root if possible for fast switch (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU (Sean Christopherson) [Orabug: 32490237]
- KVM: Remove unnecessary asm/kvm_host.h includes (Peter Xu) [Orabug: 32490237]
- KVM: selftests: Fix unknown ucall command asserts (Andrew Jones) [Orabug: 32490237]
- KVM: x86: Adjust counter sample period after a wrmsr (Eric Hankland) [Orabug: 32490237]
- KVM: VMX: Add 'else' to split mutually exclusive case (Miaohe Lin) [Orabug: 32490237]
- KVM: selftests: Convert some printf's to pr_info's (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Rework debug message printing (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Time guest demand paging (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Support multiple vCPUs in demand paging test (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Pass args to vCPU in global vCPU args struct (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Add memory size parameter to the demand paging test (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Add configurable demand paging delay (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Add demand paging content to the demand paging test (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Create a demand paging test (Ben Gardon) [Orabug: 32490237]
- KVM: selftests: Introduce num-pages conversion utilities (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Introduce vm_guest_mode_params (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Rename vm_guest_mode_params (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: aarch64: Remove unnecessary ifdefs (Andrew Jones) [Orabug: 32490237]
- KVM: selftests: Remove unnecessary defines (Andrew Jones) [Orabug: 32490237]
- KVM: X86: Narrow down the IPI fastpath to single target IPI (Wanpeng Li) [Orabug: 32490237]
- KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer (Wanpeng Li) [Orabug: 32490237]
- KVM: VMX: don't allow memory operands for inline asm that modifies SP (Nick Desaulniers) [Orabug: 32490237]
- KVM: x86: remove bogus user-triggerable WARN_ON (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect (Nitesh Narayan Lal) [Orabug: 32490237]
- KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1 (Sean Christopherson) [Orabug: 32490237]
- KVM: fix Kconfig menu text for -Werror (Jason A. Donenfeld) [Orabug: 32490237]
- KVM: X86: Fix dereference null cpufreq policy (Wanpeng Li) [Orabug: 32490237]
- kvm: x86: Limit the number of "kvm: disabled by bios" messages (Erwan Velu) [Orabug: 32490237]
- KVM: x86: avoid useless copy of cpufreq policy (Paolo Bonzini) [Orabug: 32490237]
- uek-rpm: Enable CONFIG_KVM_WERROR=y (Liam Merwick) [Orabug: 32490237]
- KVM: allow disabling -Werror (Paolo Bonzini) [Orabug: 32490237]
- KVM: let declaration of kvm_get_running_vcpus match implementation (Christian Borntraeger) [Orabug: 32490237]
- KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE (Xiaoyao Li) [Orabug: 32490237]
- kvm/emulate: fix a -Werror=cast-function-type (Qian Cai) [Orabug: 32490237]
- KVM: x86: fix missing prototypes (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: fix WARN_ON check of an unsigned less than zero (Paolo Bonzini) [Orabug: 32490237]
- selftests: KVM: Remove unused x86_register enum (Eric Auger) [Orabug: 32490237]
- selftests: KVM: SVM: Add vmcall test (Eric Auger) [Orabug: 32490237]
- selftests: KVM: AMD Nested test infrastructure (Eric Auger) [Orabug: 32490237]
- selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}() (Eric Auger) [Orabug: 32490237]
- KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS (Oliver Upton) [Orabug: 32490237]
- KVM: nVMX: Handle pending #DB when injecting INIT VM-exit (Oliver Upton) [Orabug: 32490237]
- KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration (Miaohe Lin) [Orabug: 32490237]
- KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Fix perfctr WRMSR for running counters (Eric Hankland) [Orabug: 32490237]
- x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests (Vitaly Kuznetsov) [Orabug: 32490237]
- KVM: nVMX: Remove stale comment from nested_vmx_load_cr3() (Sean Christopherson) [Orabug: 32490237]
- x86/kvm: do not setup pv tlb flush when not paravirtualized (Thadeu Lima de Souza Cascardo) [Orabug: 32490237]
- KVM: x86: Take a u64 when checking for a valid dr7 value (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: use raw clock values consistently (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: reorganize pvclock_gtod_data members (Paolo Bonzini) [Orabug: 32490237]
- selftests: KVM: Add fpu and one reg set/get library functions (Janosch Frank) [Orabug: 32490237]
- KVM: x86: Use a typedef for fastop functions (Sean Christopherson) [Orabug: 32490237]
- KVM: X86: Add 'else' to unify fastop and execute call path (Miaohe Lin) [Orabug: 32490237]
- KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails (Sean Christopherson) [Orabug: 32490237]
- KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers (Sean Christopherson) [Orabug: 32490237]
- Adding 'else' to reduce checking. (Haiwei Li) [Orabug: 32490237]
- KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests (Krish Sadhukhan) [Orabug: 32490237]
- KVM: x86: Perform non-canonical checks in 32-bit KVM (Sean Christopherson) [Orabug: 32490237]
- KVM: apic: short-circuit kvm_apic_accept_pic_intr() when pic intr is accepted (Miaohe Lin) [Orabug: 32490237]
- KVM: x86: Move kvm_vcpu_init() invocation to common code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move allocation of pio_data page down a few lines (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move FPU allocation to common x86 code (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Allocate vcpu struct in common x86 code (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Use direct vcpu pointer during vCPU create/free (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Allocate VPID after initializing VCPU (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR (Paolo Bonzini) [Orabug: 32490237]
- KVM: x86: Refactor and rename bit() to feature_bit() macro (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Expand build-time assertion on reverse CPUID usage (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Move bit() helper to cpuid.h (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add dedicated emulator helpers for querying CPUID features (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add macro to ensure reserved cr4 bits checks stay in sync (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bits (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Check for full VMX support when verifying CPU compatibility (Sean Christopherson) [Orabug: 32490237]
- x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured (Sean Christopherson) [Orabug: 32490237]
- x86/vmx: Introduce VMX_FEATURES_* (Sean Christopherson) [Orabug: 32490237]
- KVM: x86/mmu: Move definition of make_mmu_pages_available() up (Sean Christopherson) [Orabug: 32490237]
- kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite (Jim Mattson) [Orabug: 32490237]
- KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING (Xiaoyao Li) [Orabug: 32490237]
- KVM: VMX: Rename NMI_PENDING to NMI_WINDOW (Xiaoyao Li) [Orabug: 32490237]
- KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW (Xiaoyao Li) [Orabug: 32490237]
- KVM: X86: Convert the last users of "shorthand = 0" to use macros (Peter Xu) [Orabug: 32490237]
- KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros (Peter Xu) [Orabug: 32490237]
- KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode (Peter Xu) [Orabug: 32490237]
- KVM: X86: Move irrelevant declarations out of ioapic.h (Peter Xu) [Orabug: 32490237]
- KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand (Peter Xu) [Orabug: 32490237]
- KVM: get rid of var page in kvm_set_pfn_dirty() (Miaohe Lin) [Orabug: 32490237]
- KVM: vmx: remove unreachable statement in vmx_get_msr_feature() (Miaohe Lin) [Orabug: 32490237]
- kvm: vmx: Stop wasting a page for guest_msrs (Jim Mattson) [Orabug: 32490237]
- KVM: x86: create mmu/ subdirectory (Paolo Bonzini) [Orabug: 32490237]
- KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use apic-access-page (Liran Alon) [Orabug: 32490237]
- KVM: x86: remove set but not used variable 'called' (Mao Wenan) [Orabug: 32490237]
- KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning (Liran Alon) [Orabug: 32490237]
- KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT (Liran Alon) [Orabug: 32490237]
- KVM: x86: Unexport kvm_vcpu_reload_apic_access_page() (Liran Alon) [Orabug: 32490237]
- KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization (Liran Alon) [Orabug: 32490237]
- KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap (Nitesh Narayan Lal) [Orabug: 32490237]
- x86/tss: Fix and move VMX BUILD_BUG_ON() (Thomas Gleixner) [Orabug: 32490237]
- KVM: x86: deliver KVM IOAPIC scan request to target vCPUs (Nitesh Narayan Lal) [Orabug: 32490237]
- KVM: remember position in kvm->vcpus array (Radim Krčmář) [Orabug: 32490237]
- KVM: nVMX: Add support for capturing highest observable L2 TSC (Aaron Lewis) [Orabug: 32490237] [Orabug: 32526772]
- kvm: vmx: Rename function find_msr() to vmx_find_msr_index() (Aaron Lewis) [Orabug: 32490237]
- kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS (Aaron Lewis) [Orabug: 32490237]
- kvm: nested: Introduce read_and_check_msr_entry() (Aaron Lewis) [Orabug: 32490237]
- KVM: nVMX: mark functions in the header as "static inline" (Paolo Bonzini) [Orabug: 32490237]
- KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control (Oliver Upton) [Orabug: 32490237]
- KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry (Oliver Upton) [Orabug: 32490237]
- KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit (Oliver Upton) [Orabug: 32490237]
- KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry (Oliver Upton) [Orabug: 32490237]
- KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry (Oliver Upton) [Orabug: 32490237]
- KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL (Oliver Upton) [Orabug: 32490237]
- selftests: kvm: Simplify loop in kvm_create_max_vcpus test (Wainer dos Santos Moschetta) [Orabug: 32490237]
- KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do it directly (Liran Alon) [Orabug: 32490237]
- KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC (Like Xu) [Orabug: 32490237]
- KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter (Like Xu) [Orabug: 32490237]
- KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback (Like Xu) [Orabug: 32490237]
- KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx (Like Xu) [Orabug: 32490237]
- perf/core: Provide a kernel-internal interface to pause perf_event (Like Xu) [Orabug: 32490237]
- perf/core: Provide a kernel-internal interface to recalibrate event period (Like Xu) [Orabug: 32490237]
- KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR (Liran Alon) [Orabug: 32490237]
- KVM: VMX: Refactor update_cr8_intercept() (Liran Alon) [Orabug: 32490237]
- KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failed (Miaohe Lin) [Orabug: 32490237]
- KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_init (Miaohe Lin) [Orabug: 32490237]
- KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched (Liran Alon) [Orabug: 32490237]
- KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMM (Liran Alon) [Orabug: 32490237]
- KVM: x86: get rid of odd out jump label in pdptrs_changed (Miaohe Lin) [Orabug: 32490237]
- KVM: x86: switch KVMCLOCK base to monotonic raw clock (Marcelo Tosatti) [Orabug: 32490237]
- x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer() (Paul E. McKenney) [Orabug: 32490237]
- KVM: Add separate helper for putting borrowed reference to kvm (Sean Christopherson) [Orabug: 32490237]
- kvm: tests: Add test to verify MSR_IA32_XSS (Aaron Lewis) [Orabug: 32490237]
- kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common (Aaron Lewis) [Orabug: 32490237]
- KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup() (Xiaoyao Li) [Orabug: 32490237]
- KVM: VMX: Initialize vmx->guest_msrs[] right after allocation (Xiaoyao Li) [Orabug: 32490237]
- KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup() (Xiaoyao Li) [Orabug: 32490237]
- KVM: VMX: Write VPID to vmcs when creating vcpu (Xiaoyao Li) [Orabug: 32490237]
- KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP (Like Xu) [Orabug: 32490237]
- KVM: remove redundant code in kvm_arch_vm_ioctl (Miaohe Lin) [Orabug: 32490237]
- KVM: x86: Fold decache_cr3() into cache_reg() (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add helpers to test/mark reg availability and dirtiness (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg' (Sean Christopherson) [Orabug: 32490237]
- KVM: x86: Add WARNs to detect out-of-bounds register indices (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Consolidate to_vmx() usage in RFLAGS accessors (Sean Christopherson) [Orabug: 32490237]
- KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date (Sean Christopherson) [Orabug: 32490237]
- IB/core: Only update PKEY and GID caches on respective events (Håkon Bugge) [Orabug: 32816364]
- integrity: Load mokx variables into the blacklist keyring (Eric Snowberg) [Orabug: 32940532]
- crypto: mips/poly1305 - enable for all MIPS processors (Maciej W. Rozycki) [Orabug: 32953363]
- wireguard: kconfig: use arm chacha even with no neon (Jason A. Donenfeld) [Orabug: 32953363]
- wireguard: queueing: get rid of per-peer ring buffers (Jason A. Donenfeld) [Orabug: 32953363]
- wireguard: device: do not generate ICMP for non-IP packets (Jason A. Donenfeld) [Orabug: 32953363]
- wireguard: peer: put frequently used members above cache lines (Jason A. Donenfeld) [Orabug: 32953363]
- wireguard: selftests: test multiple parallel streams (Jason A. Donenfeld) [Orabug: 32953363]
- wireguard: socket: remove bogus __be32 annotation (Jann Horn) [Orabug: 32953363]
- wireguard: avoid double unlikely() notation when using IS_ERR() (Antonio Quartulli) [Orabug: 32953363]
- wireguard: selftests: check that route_me_harder packets use the right sk (Jason A. Donenfeld) [Orabug: 32953363]
- rds: ib: Remove two ib_modify_qp() calls (Håkon Bugge) [Orabug: 33002746]
- IB/cma: Introduce rdma_set_min_rnr_timer() (Håkon Bugge) [Orabug: 33002746]
- perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing (Kan Liang) [Orabug: 32986807]
- perf tools: Update topdown documentation for Sapphire Rapids (Kan Liang) [Orabug: 32986807]
- perf stat: Support L2 Topdown events (Kan Liang) [Orabug: 32986807]
- perf test: Support PERF_SAMPLE_WEIGHT_STRUCT (Kan Liang) [Orabug: 32986807]
- perf report: Support instruction latency (Kan Liang) [Orabug: 32986807]
- perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT (Kan Liang) [Orabug: 32986807]
- perf c2c: Support data block and addr block (Kan Liang) [Orabug: 32986807]
- perf tools: Support data block and addr block (Kan Liang) [Orabug: 32986807]
- perf tools: Support the auxiliary event (Kan Liang) [Orabug: 32986807]
- perf stat: Add Topdown metrics events as default events (Kan Liang) [Orabug: 32986807]
- perf mem: Introduce weak function perf_mem_events__ptr() (Leo Yan) [Orabug: 32986807]
- perf mem: Search event name with more flexible path (Leo Yan) [Orabug: 32986807]
- perf tools: Add documentation for topdown metrics (Andi Kleen) [Orabug: 32986807]
- perf record: Support sample-read topdown metric group (Kan Liang) [Orabug: 32986807]
- perf tools: Rename group to topdown (Kan Liang) [Orabug: 32986807]
- perf c2c: Fix 'perf c2c record -e list' to show the default events used (Ian Rogers) [Orabug: 32986807]
- perf tools: Add support for leader-sampling with AUX area events (Adrian Hunter) [Orabug: 32986807]
- perf evlist: Allow multiple read formats (Adrian Hunter) [Orabug: 32986807]
- perf evsel: Rearrange perf_evsel__config_leader_sampling() (Adrian Hunter) [Orabug: 32986807]
- perf evlist: Move leader-sampling configuration (Adrian Hunter) [Orabug: 32986807]
- perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_event() (Adrian Hunter) [Orabug: 32986807]
- perf events parser: Add missing Intel CPU events to parser (Adrian Hunter) [Orabug: 32986807]
- perf auxtrace: Move perf_evsel__find_pmu() (Adrian Hunter) [Orabug: 32986807]
- tools headers: Synchronize perf_event.h header (Thomas Tai) [Orabug: 32986807]
- kabi: fix x86_pmu, perf_sample_data and perf_mem_data_src structure (Thomas Tai) [Orabug: 32986807]
- perf/x86/intel: Support CPUID 10.ECX to disable fixed counters (Kan Liang) [Orabug: 32986807]
- perf/x86/intel: Add perf core PMU support for Sapphire Rapids (Kan Liang) [Orabug: 32986807]
- perf/x86/intel: Filter unsupported Topdown metrics event (Kan Liang) [Orabug: 32986807]
- perf/x86/intel: Factor out intel_update_topdown_event() (Kan Liang) [Orabug: 32986807]
- perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT (Kan Liang) [Orabug: 32986807]
- include/linux/list.h: add a macro to test if entry is pointing to the head (Andy Shevchenko) [Orabug: 32986807]
- uek-rpm: enable nvme target passthru mode (Alan Adamson) [Orabug: 32978461]
- nvmet: introduce the passthru Kconfig option (Chaitanya Kulkarni) [Orabug: 32978461]
- scsi: smartpqi: Remove unused functions (Bart Van Assche) [Orabug: 32983221]
- scsi: smartpqi: Fix device pointer variable reference static checker issue (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Fix blocks_per_row static checker issue (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Update version to 2.1.8-045 (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Add new PCI IDs (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Correct system hangs when resuming from hibernation (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update enclosure identifier in sysfs (Murthy Bhat) [Orabug: 32983221]
- scsi: smartpqi: Add additional logging for LUN resets (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update SAS initiator_port_protocols and target_port_protocols (Murthy Bhat) [Orabug: 32983221]
- scsi: smartpqi: Add phy ID support for the physical drives (Murthy Bhat) [Orabug: 32983221]
- scsi: smartpqi: Convert snprintf() to scnprintf() (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Fix driver synchronization issues (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update device scan operations (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update OFA management (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update RAID bypass handling (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update suspend/resume and shutdown (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Synchronize device resets with mutex (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update soft reset management for OFA (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update event handler (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Add support for wwid (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Remove timeouts from internal cmds (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Disable WRITE SAME for HBA NVMe disks (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Add host level stream detection enable (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Add stream detection (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Align code with oob driver (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Add support for long firmware version (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Add support for BMIC sense feature cmd and feature bits (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Add support for RAID1 writes (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Add support for RAID5 and RAID6 writes (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Refactor scatterlist code (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Refactor aio submission code (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Add support for new product ids (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Correct request leakage during reset operations (Murthy Bhat) [Orabug: 32983221]
- module: remove never implemented MODULE_SUPPORTED_DEVICE (Leon Romanovsky) [Orabug: 32983221]
- scsi: smartpqi: Update version to 1.2.16-012 (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Correct pqi_sas_smp_handler busy condition (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Correct driver removal with HBA disks (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Update copyright (Don Brace) [Orabug: 32983221]
- treewide: Use fallthrough pseudo-keyword (Gustavo A. R. Silva) [Orabug: 32983221]
- scsi: smartpqi: Bump version to 1.2.16-010 (Don Brace) [Orabug: 32983221]
- scsi: smartpqi: Add RAID bypass counter (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Support device deletion via sysfs (Kevin Barnett) [Orabug: 32983221]
- scsi: smartpqi: Update logical volume size after expansion (Mahesh Rajashekhara) [Orabug: 32983221]
- scsi: smartpqi: Add id support for SmartRAID 3152-8i (Mahesh Rajashekhara) [Orabug: 32983221]
- scsi: smartpqi: Identify physical devices without issuing INQUIRY (Kevin Barnett) [Orabug: 32983221]
- treewide: Use sizeof_field() macro (Pankaj Bharadiya) [Orabug: 32983221]
- block: fix KABI breakage of bd_set_size() (Stephen Brennan) [Orabug: 33005793]
- block: fix KABI breakage of struct block_device (Stephen Brennan) [Orabug: 33005793]
- nvme: don't call revalidate_disk from nvme_set_queue_dying (Christoph Hellwig) [Orabug: 33005793]
- block: fix locking for struct block_device size updates (Christoph Hellwig) [Orabug: 33005793]
- block: replace bd_set_size with bd_set_nr_sectors (Christoph Hellwig) [Orabug: 33005793]
- block: remove flush_disk (Christoph Hellwig) [Orabug: 33005793]
- block: move clearing bd_invalidated into check_disk_size_change (Christoph Hellwig) [Orabug: 33005793]
- vfio/type1: fix unmap all on ILP32 (Steve Sistare) [Orabug: 32967882]
- vfio/type1: block on invalid vaddr (Steve Sistare) [Orabug: 32967882]
- vfio/type1: implement notify callback (Steve Sistare) [Orabug: 32967882]
- vfio: iommu driver notify callback (Steve Sistare) [Orabug: 32967882]
- vfio/type1: implement interfaces to update vaddr (Steve Sistare) [Orabug: 32967882]
- vfio/type1: massage unmap iteration (Steve Sistare) [Orabug: 32967882]
- vfio: interfaces to update vaddr (Steve Sistare) [Orabug: 32967882]
- vfio/type1: implement unmap all (Steve Sistare) [Orabug: 32967882]
- vfio/type1: unmap cleanup (Steve Sistare) [Orabug: 32967882]
- vfio: option to unmap all (Steve Sistare) [Orabug: 32967882]
- nvme-core: UEK: fix the warning caused by nvme update (Jack Vogel)
- mm/memory-failure: unnecessary amount of unmapping (Jane Chu) [Orabug: 32879894]
- mm: fix memory_failure() handling of dax-namespace metadata (Dan Williams) [Orabug: 32879894]
- mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events (Aili Yao) [Orabug: 32879894]
- mm,memory_failure: always pin the page in madvise_inject_error (Oscar Salvador) [Orabug: 32879894]
- mm/memory-failure.c: remove unused macro `writeback' (Alex Shi) [Orabug: 32879894]
- mm/memory-failure: do pgoff calculation before for_each_process() (Xianting Tian) [Orabug: 32879894]
- mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread (Naoya Horiguchi) [Orabug: 32879894]
- mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early_kill (Naoya Horiguchi) [Orabug: 32879894]
- mm, memory_failure: don't send BUS_MCEERR_AO for action required error (Wetp Zhang) [Orabug: 32879894]
- Revert "nvme-pci: remove last_sq_tail" (Keith Busch) [Orabug: 32969554]
- nvmet: limit passthru MTDS by BIO_MAX_PAGES (Logan Gunthorpe) [Orabug: 32969554]
- nvme-core: don't use NVME_NSID_ALL for command effects and supported log (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme: return errors for hwmon init (Keith Busch) [Orabug: 32969554]
- nvmet: get transport reference for passthru ctrl (Christoph Hellwig) [Orabug: 32969554]
- nvme: Fix NULL dereference for pci nvme controllers (Sagi Grimberg) [Orabug: 32969554]
- nvme: just check the status code type in nvme_is_path_error (Christoph Hellwig) [Orabug: 32969554]
- nvme: refactor command completion (Christoph Hellwig) [Orabug: 32969554]
- nvme: rename and document nvme_end_request (Christoph Hellwig) [Orabug: 32969554]
- nvme: skip noiob for zoned devices (Keith Busch) [Orabug: 32969554]
- nvme-pci: fix PRP pool size (Christoph Hellwig) [Orabug: 32969554]
- nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth (John Garry) [Orabug: 32969554]
- nvme: Use spin_lock_irq() when taking the ctrl->lock (Logan Gunthorpe) [Orabug: 32969554]
- nvmet: call blk_mq_free_request() directly (Chaitanya Kulkarni) [Orabug: 32969554]
- nvmet: fix oops in pt cmd execution (Chaitanya Kulkarni) [Orabug: 32969554]
- nvmet: add ns tear down label for pt-cmd handling (Chaitanya Kulkarni) [Orabug: 32969554]
- nvmet-passthru: Reject commands with non-sgl flags set (Logan Gunthorpe) [Orabug: 32969554]
- nvmet: fix a memory leak (Sagi Grimberg) [Orabug: 32969554]
- nvme-loop: remove extra variable in create ctrl (Chaitanya Kulkarni) [Orabug: 32969554]
- nvmet: introduce the passthru configfs interface (Logan Gunthorpe) [Orabug: 32969554]
- nvmet: Add passthru enable/disable helpers (Logan Gunthorpe) [Orabug: 32969554]
- nvmet: add passthru code to process commands (Logan Gunthorpe) [Orabug: 32969554]
- nvme: export nvme_find_get_ns() and nvme_put_ns() (Logan Gunthorpe) [Orabug: 32969554]
- nvme: introduce nvme_ctrl_get_by_path() (Logan Gunthorpe) [Orabug: 32969554]
- nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]() (Logan Gunthorpe) [Orabug: 32969554]
- nvme: create helper function to obtain command effects (Logan Gunthorpe) [Orabug: 32969554]
- nvme: clear any SGL flags in passthru commands (Logan Gunthorpe) [Orabug: 32969554]
- nvmet-fc: remove redundant del_work_active flag (James Smart) [Orabug: 32969554]
- nvmet-fc: check successful reference in nvmet_fc_find_target_assoc (James Smart) [Orabug: 32969554]
- nvme-fc: set max_segments to lldd max value (James Smart) [Orabug: 32969554]
- nvme-hwmon: log the controller device name (Sagi Grimberg) [Orabug: 32969554]
- nvme: document nvme controller states (Sagi Grimberg) [Orabug: 32969554]
- nvmet: use xarray for ctrl ns storing (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme-pci: add support for ACPI StorageD3Enable property (David E. Box) [Orabug: 32969554]
- nvme-pci: use max of PRP or SGL for iod size (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme-core: replace ctrl page size with a macro (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme: remove redundant validation in nvme_start_ctrl() (Baolin Wang) [Orabug: 32969554]
- nvme: remove an unnecessary condition (Dan Carpenter) [Orabug: 32969554]
- nvme: expose reconnect_delay and ctrl_loss_tmo via sysfs (Sagi Grimberg) [Orabug: 32969554]
- nvme-pci: use standard block status symbolic names (Baolin Wang) [Orabug: 32969554]
- nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size() (Baolin Wang) [Orabug: 32969554]
- nvme-pci: add a blank line after declarations (Baolin Wang) [Orabug: 32969554]
- nvme-pci: fix some comments issues (Baolin Wang) [Orabug: 32969554]
- nvme-pci: remove redundant segment validation (Baolin Wang) [Orabug: 32969554]
- nvme: document quirked Intel models (David Fugate) [Orabug: 32969554]
- nvme: Include nvme_revalidate_disk() refactoring (Alan Adamson) [Orabug: 32969554]
- nvme: support for multiple Command Sets Supported and Effects log pages (Keith Busch) [Orabug: 32969554]
- nvme: implement multiple I/O Command Set support (Niklas Cassel) [Orabug: 32969554]
- nvme: fix identify error status silent ignore (Sagi Grimberg) [Orabug: 32969554]
- nvme: fix possible hang when ns scanning fails during error recovery (Sagi Grimberg) [Orabug: 32969554]
- nvme: refactor nvme_identify_ns_descs error handling (Christoph Hellwig) [Orabug: 32969554]
- nvme: use USEC_PER_SEC instead of magic numbers (Baolin Wang) [Orabug: 32969554]
- nvmet-tcp: simplify nvmet_process_resp_list (Sagi Grimberg) [Orabug: 32969554]
- nvme-tcp: optimize network stack with setting msg flags according to batch size (Sagi Grimberg) [Orabug: 32969554]
- nvme-tcp: leverage request plugging (Sagi Grimberg) [Orabug: 32969554]
- nvme-tcp: have queue prod/cons send list become a llist (Sagi Grimberg) [Orabug: 32969554]
- nvme-fcloop: verify wwnn and wwpn format (Dongli Zhang) [Orabug: 32969554]
- nvmet: use unsigned type for u64 (Chaitanya Kulkarni) [Orabug: 32969554]
- nvmet: introduce flags member in nvmet_fabrics_ops (Max Gurtovoy) [Orabug: 32969554]
- nvmet-tcp: remove has_keyed_sgls initialization (Max Gurtovoy) [Orabug: 32969554]
- nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrl (Dongli Zhang) [Orabug: 32969554]
- nvme-pci: remove the empty line at the beginning of nvme_should_reset() (Dongli Zhang) [Orabug: 32969554]
- nvme-pci: code cleanup for nvme_alloc_host_mem() (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme-pci: use unsigned for io queue depth (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme-core: use u16 type for ctrl->sqsize (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme-core: use u16 type for directives (Chaitanya Kulkarni) [Orabug: 32969554]
- nvme-rdma: fix a missing completion with remove invalidation (Christoph Hellwig) [Orabug: 32969554]
- nvme: use blk_mq_complete_request_remote to avoid an indirect function call (Christoph Hellwig) [Orabug: 32969554]
- nvme-rdma: factor out a nvme_rdma_end_request helper (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: add a new blk_mq_complete_request_remote API (Alan Adamson) [Orabug: 32969554]
- blk-mq: factor out a blk_mq_complete_need_ipi helper (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: move failure injection out of blk_mq_complete_request (Christoph Hellwig) [Orabug: 32969554]
- loop: Report EOPNOTSUPP properly (Evan Green) [Orabug: 32969554]
- blk-mq: Document functions for sending request (André Almeida) [Orabug: 32969554]
- blk-mq: Make blk_mq_run_hw_queue() return void (John Garry) [Orabug: 32969554]
- blk-mq: merge the softirq vs non-softirq IPI logic (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: complete polled requests directly (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: remove raise_blk_irq (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: factor out a helper to reise the block softirq (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: merge blk-softirq.c into blk-mq.c (Christoph Hellwig) [Orabug: 32969554]
- blk-mq: Inline status checkers (Pavel Begunkov) [Orabug: 32969554]
- net/rds: Passive connections always yield (Gerd Rausch) [Orabug: 32925129]
- net/rds: Prevent the cm_id from being pulled right under our feet (Gerd Rausch) [Orabug: 32908883]
- A/A Bonding: remove use of trace_printk(), replacing with tracepoints (Alan Maguire) [Orabug: 32969529]
- PCI/ERR: Retain status from error notification (Keith Busch) [Orabug: 32747977]
- rds: Change return code from rds_send_xmit() when lock is taken (Håkon Bugge) [Orabug: 32852360]
- rds: Fix unintended fall-through in rds_send_worker (Håkon Bugge) [Orabug: 32852360]
- RDMA/core: Unify RoCE check and re-factor code (Håkon Bugge) [Orabug: 32846641]
- selftests/sgx: Use a statically generated 3072-bit RSA key (Jarkko Sakkinen) [Orabug: 32969422]
- tools headers: copy the updated headers to the tools directory (Thomas Tai) [Orabug: 32969422]
- uek-rpm: Enable Intel Software Guard Extensions (SGX) (Thomas Tai) [Orabug: 32969422]
- x86/sgx: Maintain encl->refcount for each encl->mm_list entry (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Drop racy follow_pfn() check (Daniel Vetter) [Orabug: 32969422]
- MAINTAINERS: Fix the tree location for INTEL SGX patches (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Fix the return type of sgx_init() (Sami Tolvanen) [Orabug: 32969422]
- x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages() (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Fix a typo in kernel-doc markup (Mauro Carvalho Chehab) [Orabug: 32969422]
- x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment (Borislav Petkov) [Orabug: 32969422]
- x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages() (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Clarify 'laundry_list' locking (Dave Hansen) [Orabug: 32969422]
- x86/sgx: Update MAINTAINERS (Jarkko Sakkinen) [Orabug: 32969422]
- Documentation/x86: Document SGX kernel architecture (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add ptrace() support for the SGX driver (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add a page reclaimer (Thomas Tai) [Orabug: 32969422]
- selftests/x86: Add a selftest for SGX (Jarkko Sakkinen) [Orabug: 32969422]
- x86/vdso: Implement a vDSO for Intel SGX enclave call (Sean Christopherson) [Orabug: 32969422]
- x86/traps: Attempt to fixup exceptions in vDSO before signaling (Sean Christopherson) [Orabug: 32969422]
- x86/fault: Add a helper function to sanitize error code (Sean Christopherson) [Orabug: 32969422]
- kabi: fix kabi breakage caused by backporting Intel SGX (Thomas Tai) [Orabug: 32969422]
- x86/vdso: Add support for exception fixup in vDSO functions (Sean Christopherson) [Orabug: 32969422]
- x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add SGX_IOC_ENCLAVE_INIT (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add SGX_IOC_ENCLAVE_CREATE (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add an SGX misc driver interface (Jarkko Sakkinen) [Orabug: 32969422]
- mm: Add 'mprotect' hook to struct vm_operations_struct (Sean Christopherson) [Orabug: 32969422]
- x86/sgx: Add SGX page allocator functions (Jarkko Sakkinen) [Orabug: 32969422]
- x86/cpu/intel: Add a nosgx kernel parameter (Jarkko Sakkinen) [Orabug: 32969422]
- x86/cpu/intel: Detect SGX support (Sean Christopherson) [Orabug: 32969422]
- x86/mm: Signal SIGSEGV with PF_SGX (Sean Christopherson) [Orabug: 32969422]
- x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections (Sean Christopherson) [Orabug: 32969422]
- x86/{cpufeatures,msr}: Add Intel SGX Launch Control hardware bits (Sean Christopherson) [Orabug: 32969422]
- x86/cpufeatures: Add Intel SGX hardware bits (Sean Christopherson) [Orabug: 32969422]
- x86/sgx: Add wrappers for ENCLS functions (Jarkko Sakkinen) [Orabug: 32969422]
- x86/sgx: Add SGX architectural data structures (Jarkko Sakkinen) [Orabug: 32969422]
- x86/cpufeatures: Mark ENQCMD as disabled when configured out (Fenghua Yu) [Orabug: 32969422]
- x86/traps: Move pf error codes to <asm/trap_pf.h> (Joerg Roedel) [Orabug: 32969422]
- mmap locking API: initial implementation as rwsem wrappers (Michel Lespinasse) [Orabug: 32969422]
- x86/vdso/Makefile: Add vobjs32 (Dmitry Safonov) [Orabug: 32969422]
- x86/cpu: Print "VMX disabled" error message iff KVM is enabled (Sean Christopherson) [Orabug: 32969422]
- x86/cpu: Clear VMX feature flag if VMX is not fully enabled (Sean Christopherson) [Orabug: 32969422]
- x86/intel: Initialize IA32_FEAT_CTL MSR at boot (Sean Christopherson) [Orabug: 32969422]
- tools/x86: Sync msr-index.h from kernel sources (Sean Christopherson) [Orabug: 32969422]
- selftests, kvm: Replace manual MSR defs with common msr-index.h (Sean Christopherson) [Orabug: 32969422]
- tools arch x86: Grab a copy of the file containing the MSR numbers (Arnaldo Carvalho de Melo) [Orabug: 32969422]
- x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR (Sean Christopherson) [Orabug: 32969422]
- kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints (Jim Mattson) [Orabug: 32969422]
- docs: Move the user-space ioctl() docs to userspace-api (Jonathan Corbet) [Orabug: 32969422]
- RDMA/mlx5: Remove IB representors dead code (Leon Romanovsky) [Orabug: 32879638]
- net/mlx5: Simplify eswitch mode check (Leon Romanovsky) [Orabug: 32879638]
- net/mlx5: Delete custom device management logic (Leon Romanovsky) [Orabug: 32879638]
- RDMA/mlx5: Convert mlx5_ib to use auxiliary bus (Leon Romanovsky) [Orabug: 32879638]
- net/mlx5e: Connect ethernet part to auxiliary bus (Leon Romanovsky) [Orabug: 32879638]
- vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus (Leon Romanovsky) [Orabug: 32879638]
- net/mlx5: Register mlx5 devices to auxiliary virtual bus (Leon Romanovsky) [Orabug: 32879638]
- vdpa/mlx5: Make hardware definitions visible to all mlx5 devices (Leon Romanovsky) [Orabug: 32879638]
- net/mlx5_core: Clean driver version and name (Leon Romanovsky) [Orabug: 32879638]
- driver core: auxiliary bus: minor coding style tweaks (Greg Kroah-Hartman) [Orabug: 32879638]
- driver core: auxiliary bus: make remove function return void (Greg Kroah-Hartman) [Orabug: 32879638]
- driver core: auxiliary bus: move slab.h from include file (Greg Kroah-Hartman) [Orabug: 32879638]
- net/mlx5: Fix devlink objects and devlink device unregister sequence (Parav Pandit) [Orabug: 32879638]
- net/mlx5e: Take DCBNL-related definitions into dedicated files (Tariq Toukan) [Orabug: 32879638]
- net/mlx5: Drain wq first during PCI device removal (Parav Pandit) [Orabug: 32879638]
- net/mlx5: Simplify mlx5_unload_one() and its callers (Parav Pandit) [Orabug: 32879638]
- net/mlx5: Simplify mlx5_register_device to return void (Parav Pandit) [Orabug: 32879638]
- net/mlx5e: Set netdev name space on creation (Michael Guralnik) [Orabug: 32879638]
- net: devlink: export devlink net getter (Jiri Pirko) [Orabug: 32879638]
- net/mlx4: Treat VFs fair when handling comm_channel_events (Hans Westgaard Ry) [Orabug: 32763086]
- KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL (Liran Alon) [Orabug: 32781874]
- Revert "rds: ib: Remove two ib_modify_qp() calls" (Sharath Srinivasan) [Orabug: 32715565]
- net/rds: Missing RDS/RDMA private data in response to connection request (Ka-Cheong Poon) [Orabug: 32388404]
- net/rds: In rds_send_xmit() use sg_next() to get the next sg entry (Sharath Srinivasan) [Orabug: 32441607]
- mm: memcg/slab: optimize objcg stock draining (Roman Gushchin) [Orabug: 32633078]
- Revert "mm/memcontrol: Increase threshold for draining per-cpu stocked bytes" (Imran Khan) [Orabug: 32633078]
- A/A Bonding: In rdmaip synchronize access to ip_config[].rdmaip_dev (Sharath Srinivasan) [Orabug: 32486193]
- uapi: Fix linux/rds.h userspace compilation issues (Ka-Cheong Poon) [Orabug: 32967640]
- uapi: Fix linux/rds.h userspace compilation errors. (Vinson Lee) [Orabug: 32967640]
- uapi: fix linux/rds.h userspace compilation error (Dmitry V. Levin) [Orabug: 32967640]
- uapi: fix linux/rds.h userspace compilation errors (Dmitry V. Levin) [Orabug: 32967640]
- net/rds: Reject error code change (Ka-Cheong Poon) [Orabug: 32565540]
- net/rds: Incorrect RDS protocol version fall back (Ka-Cheong Poon) [Orabug: 32376160]
- Add auxiliary bus support (Dave Ertman) [Orabug: 32461425]
- net/rds: WARNING in rds_conn_drop (Ka-Cheong Poon) [Orabug: 32481704]
- rds: ib: Remove two ib_modify_qp() calls (Håkon Bugge) [Orabug: 32519914]
- net/rds: Remove flag WQ_MEM_RECLAIM from rid_dev_wq (Ka-Cheong Poon) [Orabug: 32535998]
- net/rds: Need to check shutdown progress in rds_conn_path_destroy() (Ka-Cheong Poon) [Orabug: 32535998]
- arm64: kexec: add support for kexec with spin-table (Henry Willard) [Orabug: 32549966]
- exec, elf: fix reserve_va_range() sanity check (Anthony Yznaga) [Orabug: 32387884]
- exec, elf: use already allocated notes data in reserve_va_range() (Anthony Yznaga) [Orabug: 32387884]
- mm: madv_doexec_flag sysctl (Steve Sistare) [Orabug: 32387884]
- mm: introduce MADV_DOEXEC (Steve Sistare) [Orabug: 32387884]
- exec, elf: require opt-in for accepting preserved mem (Anthony Yznaga) [Orabug: 32387884]
- mm: introduce VM_EXEC_KEEP (Steve Sistare) [Orabug: 32387884]
- mm: fail exec if stack expansion will overlap another vma (Anthony Yznaga) [Orabug: 32387884]
- mm: do not assume only the stack vma exists in setup_arg_pages() (Anthony Yznaga) [Orabug: 32387884]
- elf: reintroduce using MAP_FIXED_NOREPLACE for elf executable mappings (Anthony Yznaga) [Orabug: 32387884]
- rds: Bug in rds_tcp_tune() prevents rds_tcp_rcvbuf tunable from working properly (William Kucharski) [Orabug: 32646490]
- pci.h: Fix kABI breakage in pci.h (Thomas Tai) [Orabug: 32961050]
- PCI/ERR: Clear AER status only when we control AER (Sean V Kelley) [Orabug: 32961050]
- PCI/AER: Add RCEC AER error injection support (Qiuxu Zhuo) [Orabug: 32961050]
- PCI/PME: Add pcie_walk_rcec() to RCEC PME handling (Sean V Kelley) [Orabug: 32961050]
- PCI/AER: Add pcie_walk_rcec() to RCEC AER handling (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Recover from RCiEP AER errors (Qiuxu Zhuo) [Orabug: 32961050]
- PCI/ERR: Recover from RCEC AER errors (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery() (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Avoid negated conditional for clarity (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Use "bridge" for clarity in pcie_do_recovery() (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Add pcie_link_rcec() to associate RCiEPs (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Simplify by computing pci_pcie_type() once (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Simplify by using pci_upstream_bridge() (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Rename reset_link() to reset_subordinates() (Sean V Kelley) [Orabug: 32961050]
- PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state' (Luc Van Oostenryck) [Orabug: 32961050]
- PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities() (Sean V Kelley) [Orabug: 32961050]
- PCI/ERR: Bind RCEC devices to the Root Port driver (Qiuxu Zhuo) [Orabug: 32961050]
- PCI/AER: Write AER Capability only when we control it (Sean V Kelley) [Orabug: 32961050]
- PCI: Convert PCIe capability PCIBIOS errors to errno (Bolarinwa Olayemi Saheed) [Orabug: 32961050]
- PCI/ERR: Clear PCIe Device Status errors only if OS owns AER (Jonathan Cameron) [Orabug: 32961050]
- PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status() (Bjorn Helgaas) [Orabug: 32961050]
- PCI/AER: Log correctable errors as warning, not error (Matt Jolly) [Orabug: 32961050]
- PCI/AER: Simplify __aer_print_error() (Bjorn Helgaas) [Orabug: 32961050]
- PCI/AER: Use "aer" variable for capability offset (Bjorn Helgaas) [Orabug: 32961050]
- PCI/AER: Remove redundant dev->aer_cap checks (Kuppuswamy Sathyanarayanan) [Orabug: 32961050]
- PCI/AER: Remove redundant pci_is_pcie() checks (Kuppuswamy Sathyanarayanan) [Orabug: 32961050]
- PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownership (Kuppuswamy Sathyanarayanan) [Orabug: 32961050]
- PCI/AER: Use only _OSC to determine AER ownership (Alexandru Gagniuc) [Orabug: 32961050]
- PCI/AER: Rationalize error status register clearing (Kuppuswamy Sathyanarayanan) [Orabug: 32961050]
- Revert "PCI/AER: Enable reporting for ports enumerated after AER driver registration" (Thomas Tai) [Orabug: 32961050]
- KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1 (Chenyi Qiang) [Orabug: 32715880]
- rds: ib: move statistics counting from caller to callee in rds_ib_recv_refill (Håkon Bugge) [Orabug: 32738049]
- net/rds: Only increment rdma_resolve_route timeout on error (Gerd Rausch) [Orabug: 32373816]
- net/rds: Don't block workqueues "cma_wq" and "cm.wq" (Gerd Rausch) [Orabug: 32373816]
- net/rds: Leave the neighbor cache alone (Gerd Rausch) [Orabug: 32373816]
- net/rds: Give each connection its own workqueue (Gerd Rausch) [Orabug: 32373816]
- net/rds: Disassociate ic and cm_id before rdma_destroy_id (Gerd Rausch) [Orabug: 32373816]
- Revert "rds: ib: Implement proper cm_id compare" (Gerd Rausch) [Orabug: 32373816]
- net/rds: Add a rdma_cm watchdog timer (Gerd Rausch) [Orabug: 32373816]
- Revert "RDS: IB: fix panic with handlers running post teardown" (Gerd Rausch) [Orabug: 32373816]
- net/rds: Release all resources allocated by "rds_ib_setup_qp" (Gerd Rausch) [Orabug: 32373816]
- net/rds: Don't sleep inside worker threads (Gerd Rausch) [Orabug: 32373816]
- net/rds: Fix a few race conditions (Gerd Rausch) [Orabug: 32373816]
- net/rds: Execute "rdma_destroy_id" in the background (Gerd Rausch) [Orabug: 32373816]
- net/rds: Delay reconnects from passive side by 3 seconds (Gerd Rausch) [Orabug: 32373816]
- net/rds: Drop connections when peers perform failover (Gerd Rausch) [Orabug: 32373816]
- net/rds: Yield to incoming connection requests (Gerd Rausch) [Orabug: 32373816]
- net/rds: Remove stale comments about random backoff (Gerd Rausch) [Orabug: 32373816]
- i2c: i801: Add support for Intel Emmitsburg PCH (Mika Westerberg) [Orabug: 32963146]
- i2c: ismt: Add support for Intel Emmitsburg PCH (Andy Shevchenko) [Orabug: 32963146]
-
Mon Jun 28 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.203.5.el7uek]
- rds/ib: move rds_ib_clear_irq_miss() to .h file (Manjunath Patil) [Orabug: 33044344]
-
Sun Jun 27 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.203.4.el7uek]
- rds/ib: recover rds connection from interrupt loss scenario (Manjunath Patil) [Orabug: 32974199]
- Revert "Allow mce to reset instead of panic on UE" (William Roche) [Orabug: 32820275]
- bpf: Fix masking negation logic upon negative dst register (Daniel Borkmann) [Orabug: 32911990] {CVE-2021-31829}
- rds/ib: handle posted ACK during connection shutdown (Manjunath Patil) [Orabug: 32863585]
- rds/ib: reap tx completions during connection shutdown (Manjunath Patil) [Orabug: 32863585]
-
Sat Jun 19 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.203.3.el7uek]
- ksplice: use -fno-reorder-functions -fno-section-anchors (Vegard Nossum) [Orabug: 32908850]
- ksplice: fixup for -ffunction-sections -fdata-sections (Vegard Nossum) [Orabug: 32908850]
- xfs: fix xlog_finish_defer_ops (Wengang Wang) [Orabug: 32982353]
- scsi: qla2xxx: Do logout even if fabric scan retries got exhausted (Quinn Tran) [Orabug: 32989005]
- blk-mq: fix blk_mq_all_tag_iter (Ming Lei) [Orabug: 32957629]
- blk-mq: split out a __blk_mq_get_driver_tag helper (Christoph Hellwig) [Orabug: 32957629]
- blk-mq: drain I/O when all CPUs in a hctx are offline (Ming Lei) [Orabug: 32957629]
- blk-mq: add blk_mq_all_tag_iter (Ming Lei) [Orabug: 32957629]
- Bluetooth: verify AMP hci_chan before amp_destroy (Archie Pusaka) [Orabug: 32912099] {CVE-2021-33034}
- perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1 (Kan Liang) [Orabug: 32925098]
- net: sched: fix tx action reschedule issue with stopped queue (Yunsheng Lin) [Orabug: 32911885]
- net: sched: fix tx action rescheduling issue during deactivation (Yunsheng Lin) [Orabug: 32911885]
- net: sched: fix packet stuck problem for lockless qdisc (Yunsheng Lin) [Orabug: 32911885]
- scsi: bnx2fc: Return failure if io_req is already in ABTS processing (Gulam Mohamed) [Orabug: 32999623]
-
Fri Jun 11 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.203.2.el7uek]
- LTS tag: v5.4.114 (Jack Vogel)
- net: phy: marvell: fix detection of PHY on Topaz switches (Pali Rohár)
- ARM: 9071/1: uprobes: Don't hook on thumb instructions (Fredrik Strupe)
- r8169: don't advertise pause in jumbo mode (Heiner Kallweit)
- r8169: tweak max read request size for newer chips also in jumbo mtu mode (Heiner Kallweit)
- r8169: improve rtl_jumbo_config (Heiner Kallweit)
- r8169: fix performance regression related to PCIe max read request size (Heiner Kallweit)
- r8169: simplify setting PCI_EXP_DEVCTL_NOSNOOP_EN (Heiner Kallweit)
- r8169: remove fiddling with the PCIe max read request size (Heiner Kallweit)
- arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems (Andre Przywara)
- ARM: footbridge: fix PCI interrupt mapping (Russell King)
- gro: ensure frag0 meets IP header alignment (Eric Dumazet)
- ibmvnic: remove duplicate napi_schedule call in open function (Lijun Pan)
- ibmvnic: remove duplicate napi_schedule call in do_reset function (Lijun Pan)
- ibmvnic: avoid calling napi_disable() twice (Lijun Pan)
- i40e: fix the panic when running bpf in xdpdrv mode (Jason Xing)
- net: ip6_tunnel: Unregister catch-all devices (Hristo Venev)
- net: sit: Unregister catch-all devices (Hristo Venev)
- net: davicom: Fix regulator not turned off on failed probe (Christophe JAILLET)
- netfilter: nft_limit: avoid possible divide error in nft_limit_init (Eric Dumazet)
- net: macb: fix the restore of cmp registers (Claudiu Beznea)
- netfilter: arp_tables: add pre_exit hook for table unregister (Florian Westphal)
- netfilter: bridge: add pre_exit hooks for ebtable unregistration (Florian Westphal)
- libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNC (Vaibhav Jain)
- netfilter: conntrack: do not print icmpv6 as unknown via /proc (Pablo Neira Ayuso)
- scsi: libsas: Reset num_scatter if libata marks qc as NODATA (Jolly Shah)
- riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" (Kefeng Wang)
- vfio/pci: Add missing range check in vfio_pci_mmap (Christian A. Ehrhardt)
- arm64: alternatives: Move length validation in alternative_{insn, endif} (Nathan Chancellor)
- arm64: fix inline asm in load_unaligned_zeropad() (Peter Collingbourne)
- readdir: make sure to verify directory entry for legacy interfaces too (Linus Torvalds)
- dm verity fec: fix misaligned RS roots IO (Jaegeuk Kim)
- HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices (Ping Cheng)
- Input: i8042 - fix Pegatron C15B ID entry (Arnd Bergmann)
- Input: s6sy761 - fix coordinate read bit shift (Caleb Connolly)
- virt_wifi: Return micros for BSS TSF values (A. Cody Schuffelen)
- mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN (Seevalamuthu Mariappan)
- pcnet32: Use pci_resource_len to validate PCI resource (Guenter Roeck)
- net: ieee802154: forbid monitor for add llsec seclevel (Alexander Aring)
- net: ieee802154: stop dump llsec seclevels for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec devkey (Alexander Aring)
- net: ieee802154: forbid monitor for add llsec devkey (Alexander Aring)
- net: ieee802154: stop dump llsec devkeys for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec dev (Alexander Aring)
- net: ieee802154: forbid monitor for add llsec dev (Alexander Aring)
- net: ieee802154: stop dump llsec devs for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec key (Alexander Aring)
- net: ieee802154: forbid monitor for add llsec key (Alexander Aring)
- net: ieee802154: stop dump llsec keys for monitors (Alexander Aring)
- scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state (Martin Wilck)
- ASoC: fsl_esai: Fix TDM slot setup for I2S mode (Alexander Shiyan)
- drm/msm: Fix a5xx/a6xx timestamps (Rob Clark)
- ARM: omap1: fix building with clang IAS (Arnd Bergmann)
- ARM: keystone: fix integer overflow warning (Arnd Bergmann)
- neighbour: Disregard DEAD dst in neigh_update (Tong Zhu)
- ASoC: max98373: Added 30ms turn on/off time delay (Ryan Lee)
- arc: kernel: Return -EFAULT if copy_to_user() fails (Wang Qing)
- lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message (Tetsuo Handa)
- ARM: dts: Fix moving mmc devices with aliases for omap4 & 5 (Tony Lindgren)
- ARM: dts: Drop duplicate sha2md5_fck to fix clk_disable race (Tony Lindgren)
- dmaengine: dw: Make it dependent to HAS_IOMEM (Andy Shevchenko)
- gpio: sysfs: Obey valid_mask (Matti Vaittinen)
- Input: nspire-keypad - enable interrupts only when opened (Fabian Vogt)
- net/sctp: fix race condition in sctp_destroy_sock (Or Cohen) {CVE-2021-23133}
- scsi: qla2xxx: Fix stuck login session using prli_pend_timer (Quinn Tran)
- scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport (Shyam Sundar)
- scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure (Quinn Tran)
- scsi: qla2xxx: Dual FCP-NVMe target port support (Michael Hernandez)
- Revert "scsi: qla2xxx: Fix stuck login session using prli_pend_timer" (Sasha Levin)
- Revert "scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure" (Sasha Levin)
- LTS tag: v5.4.113 (Jack Vogel)
- xen/events: fix setting irq affinity (Juergen Gross)
- perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches (Arnaldo Carvalho de Melo)
- perf tools: Use %zd for size_t printf formats on 32-bit (Chris Wilson)
- perf tools: Use - driver core: Fix locking bug in deferred_probe_timeout_work_func() (Saravana Kannan)
- netfilter: x_tables: fix compat match/target pad out-of-bound write (Florian Westphal)
- block: don't ignore REQ_NOWAIT for direct IO (Pavel Begunkov)
- riscv,entry: fix misaligned base for excp_vect_table (Zihao Yu)
- idr test suite: Create anchor before launching throbber (Matthew Wilcox (Oracle))
- idr test suite: Take RCU read lock in idr_find_test_1 (Matthew Wilcox (Oracle))
- radix tree test suite: Register the main thread with the RCU library (Matthew Wilcox (Oracle))
- block: only update parent bi_status when bio fail (Yufen Yu)
- drm/tegra: dc: Don't set PLL clock to 0Hz (Dmitry Osipenko)
- gfs2: report "already frozen/thawed" errors (Bob Peterson)
- drm/imx: imx-ldb: fix out of bounds array access warning (Arnd Bergmann)
- KVM: arm64: Disable guest access to trace filter controls (Suzuki K Poulose)
- KVM: arm64: Hide system instruction access to Trace registers (Suzuki K Poulose)
- interconnect: core: fix error return code of icc_link_destroy() (Jia-Ju Bai)
- LTS tag: v5.4.112 (Jack Vogel)
- Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath." (Greg Kroah-Hartman)
- net: ieee802154: stop dump llsec params for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec seclevel (Alexander Aring)
- net: ieee802154: forbid monitor for set llsec params (Alexander Aring)
- net: ieee802154: fix nl802154 del llsec devkey (Alexander Aring)
- net: ieee802154: fix nl802154 add llsec key (Alexander Aring)
- net: ieee802154: fix nl802154 del llsec dev (Alexander Aring)
- net: ieee802154: fix nl802154 del llsec key (Alexander Aring)
- net: ieee802154: nl-mac: fix check on panid (Alexander Aring)
- net: mac802154: Fix general protection fault (Pavel Skripkin)
- drivers: net: fix memory leak in peak_usb_create_dev (Pavel Skripkin)
- drivers: net: fix memory leak in atusb_probe (Pavel Skripkin)
- net: tun: set tun->dev->addr_len during TUNSETLINK processing (Phillip Potter)
- cfg80211: remove WARN_ON() in cfg80211_sme_connect (Du Cheng)
- net: sched: bump refcount for new action in ACT replace mode (Kumar Kartikeya Dwivedi)
- dt-bindings: net: ethernet-controller: fix typo in NVMEM (Rafał Miłecki)
- clk: socfpga: fix iomem pointer cast on 64-bit (Krzysztof Kozlowski)
- RDMA/addr: Be strict with gid size (Leon Romanovsky)
- RDMA/cxgb4: check for ipv6 address properly while destroying listener (Potnuri Bharat Teja)
- net/mlx5: Fix PBMC register mapping (Aya Levin)
- net/mlx5: Fix placement of log_max_flow_counter (Raed Salem)
- net: hns3: clear VF down state bit before request link status (Guangbin Huang)
- openvswitch: fix send of uninitialized stack memory in ct limit reply (Ilya Maximets)
- net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_get_default_limit() (Zheng Yongjun)
- perf inject: Fix repipe usage (Adrian Hunter)
- s390/cpcmd: fix inline assembly register clobbering (Alexander Gordeev)
- workqueue: Move the position of debug_work_activate() in __queue_work() (Zqiang)
- clk: fix invalid usage of list cursor in unregister (Lukasz Bartosik)
- clk: fix invalid usage of list cursor in register (Lukasz Bartosik)
- net: macb: restore cmp registers on resume path (Claudiu Beznea)
- scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs (Can Guo)
- scsi: ufs: core: Fix task management request completion timeout (Can Guo)
- scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFs (Bart Van Assche)
- scsi: ufs: Avoid busy-waiting by eliminating tag conflicts (Bart Van Assche)
- scsi: ufs: Fix irq return code (Venkat Gopalakrishnan)
- net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); (Norman Maurer)
- drm/msm: Set drvdata to NULL when msm_drm_init() fails (Stephen Boyd)
- i40e: Fix display statistics for veb_tc (Eryk Rybak)
- soc/fsl: qbman: fix conflicting alignment attributes (Arnd Bergmann)
- net/mlx5: Don't request more than supported EQs (Daniel Jurgens)
- net/mlx5e: Fix ethtool indication of connector type (Aya Levin)
- ASoC: sunxi: sun4i-codec: fill ASoC card owner (Bastian Germann)
- net: phy: broadcom: Only advertise EEE for supported modes (Florian Fainelli)
- nfp: flower: ignore duplicate merge hints from FW (Yinjun Zhang)
- net/ncsi: Avoid channel_monitor hrtimer deadlock (Milton Miller)
- ARM: dts: imx6: pbab01: Set vmmc supply for both SD interfaces (Stefan Riedmueller)
- net:tipc: Fix a double free in tipc_sk_mcast_rcv (Lv Yunlong)
- cxgb4: avoid collecting SGE_QBASE regs during traffic (Rahul Lakkireddy)
- gianfar: Handle error code at MAC address change (Claudiu Manoil)
- can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE (Oliver Hartkopp)
- arm64: dts: imx8mm/q: Fix pad control of SD1_DATA0 (Oliver Stäbler)
- sch_red: fix off-by-one checks in red_check_params() (Eric Dumazet)
- amd-xgbe: Update DMA coherency values (Shyam Sundar S K)
- hostfs: fix memory handling in follow_link() (Al Viro)
- hostfs: Use kasprintf() instead of fixed buffer formatting (Andy Shevchenko)
- i40e: Fix kernel oops when i40e driver removes VF's (Eryk Rybak)
- i40e: Added Asym_Pause to supported link modes (Mateusz Palczewski)
- xfrm: Fix NULL pointer dereference on policy lookup (Steffen Klassert)
- ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for some chips (Shengjiu Wang)
- ASoC: SOF: Intel: HDA: fix core status verification (Guennadi Liakhovetski)
- ASoC: SOF: Intel: hda: remove unnecessary parentheses (Payal Kshirsagar)
- esp: delete NETIF_F_SCTP_CRC bit from features for esp offload (Xin Long)
- net: xfrm: Localize sequence counter per network namespace (Ahmed S. Darwish)
- regulator: bd9571mwv: Fix AVS and DVFS voltage range (Geert Uytterhoeven)
- xfrm: interface: fix ipv4 pmtu check to honor ip header df (Eyal Birger)
- net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits (Martin Blumenstingl)
- net: dsa: lantiq_gswip: Don't use PHY auto polling (Martin Blumenstingl)
- virtio_net: Add XDP meta data support (Yuya Kusakabe)
- i2c: turn recovery error on init to debug (Wolfram Sang)
- usbip: synchronize event handler with sysfs code paths (Shuah Khan)
- usbip: vudc synchronize sysfs code paths (Shuah Khan)
- usbip: stub-dev synchronize sysfs code paths (Shuah Khan)
- usbip: add sysfs_lock to synchronize sysfs code paths (Shuah Khan)
- net: let skb_orphan_partial wake-up waiters. (Paolo Abeni)
- net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() (Maciej Żenczykowski)
- net: hsr: Reset MAC header for Tx path (Kurt Kanzenbach)
- mac80211: fix TXQ AC confusion (Johannes Berg)
- net: sched: sch_teql: fix null-pointer dereference (Pavel Tikhomirov)
- i40e: Fix sparse error: 'vsi->netdev' could be null (Arkadiusz Kubalewski)
- i40e: Fix sparse warning: missing error code 'err' (Arkadiusz Kubalewski)
- net: ensure mac header is set in virtio_net_hdr_to_skb() (Eric Dumazet)
- bpf, sockmap: Fix sk->prot unhash op reset (John Fastabend)
- ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx (Lv Yunlong)
- net: hso: fix null-ptr-deref during tty device unregistration (Anirudh Rayabharam)
- ice: Cleanup fltr list in case of allocation issues (Robert Malz)
- ice: Fix for dereference of NULL pointer (Jacek Bułatek)
- ice: Increase control queue timeout (Fabio Pricoco)
- batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field (Tetsuo Handa)
- ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin (Marek Behún)
- parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers (Gao Xiang)
- parisc: parisc-agp requires SBA IOMMU driver (Helge Deller)
- fs: direct-io: fix missing sdio->boundary (Jack Qiu)
- nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff (Mike Rapoport)
- ia64: fix user_stack_pointer() for ptrace() (Sergei Trofimovich)
- gcov: re-fix clang-11+ support (Nick Desaulniers)
- drm/i915: Fix invalid access to ACPI _DSM objects (Takashi Iwai)
- net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock (Martin Blumenstingl)
- net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh (Muhammad Usama Anjum)
- xen/evtchn: Change irq_info lock to raw_spinlock_t (Luca Fancellu)
- nfc: Avoid endless loops caused by repeated llcp_sock_connect() (Xiaoming Ni)
- nfc: fix memory leak in llcp_sock_connect() (Xiaoming Ni) {CVE-2020-25672}
- nfc: fix refcount leak in llcp_sock_connect() (Xiaoming Ni) {CVE-2020-25671}
- nfc: fix refcount leak in llcp_sock_bind() (Xiaoming Ni) {CVE-2020-25670}
- ASoC: intel: atom: Stop advertising non working S24LE support (Hans de Goede)
- ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1 (Takashi Iwai)
- ALSA: aloop: Fix initialization of controls (Jonas Holmberg)
- counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register (Fabrice Gasnier)
- LTS tag: v5.4.111 (Jack Vogel)
- init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM (Masahiro Yamada)
- init/Kconfig: make COMPILE_TEST depend on !S390 (Heiko Carstens)
- nvme-mpath: replace direct_make_request with generic_make_request (Sagi Grimberg)
- bpf, x86: Validate computation of branch displacements for x86-32 (Piotr Krysiuk)
- cifs: Silently ignore unknown oplock break handle (Vincent Whitchurch)
- cifs: revalidate mapping when we open files for SMB1 POSIX (Ronnie Sahlberg)
- ia64: fix format strings for err_inject (Sergei Trofimovich)
- ia64: mca: allocate early mca with GFP_ATOMIC (Sergei Trofimovich)
- scsi: target: pscsi: Clean up after failure in pscsi_map_sg() (Martin Wilck)
- x86/build: Turn off -fcf-protection for realmode targets (Arnd Bergmann)
- platform/x86: thinkpad_acpi: Allow the FnLock LED to change state (Esteve Varela Colominas)
- netfilter: conntrack: Fix gre tunneling over ipv6 (Ludovic Senecaux)
- drm/msm: Ratelimit invalid-fence message (Rob Clark)
- drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs (Konrad Dybcio)
- mac80211: choose first enabled channel for monitor (Karthikeyan Kathirvel)
- mISDN: fix crash in fritzpci (Tong Zhang)
- net: pxa168_eth: Fix a potential data race in pxa168_eth_remove (Pavel Andrianov)
- net/mlx5e: Enforce minimum value check for ICOSQ size (Tariq Toukan)
- bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp (Yonghong Song)
- platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 (Alban Bedel)
- bus: ti-sysc: Fix warning on unbind if reset is not deasserted (Tony Lindgren)
- ARM: dts: am33xx: add aliases for mmc interfaces (Mans Rullgard)
- LTS tag: v5.4.110 (Jack Vogel)
- drivers: video: fbcon: fix NULL dereference in fbcon_cursor() (Du Cheng)
- staging: rtl8192e: Change state information from u16 to u8 (Atul Gopinathan)
- staging: rtl8192e: Fix incorrect source in memcpy() (Atul Gopinathan)
- usb: dwc2: Prevent core suspend when port connection flag is 0 (Artur Petrosyan)
- usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. (Artur Petrosyan)
- usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference (Tong Zhang)
- USB: cdc-acm: fix use-after-free after probe failure (Johan Hovold)
- USB: cdc-acm: fix double free on probe failure (Johan Hovold)
- USB: cdc-acm: downgrade message to debug (Oliver Neukum)
- USB: cdc-acm: untangle a circular dependency between callback and softint (Oliver Neukum)
- cdc-acm: fix BREAK rx code path adding necessary calls (Oliver Neukum)
- usb: xhci-mtk: fix broken streams issue on 0.96 xHCI (Chunfeng Yun)
- usb: musb: Fix suspend with devices connected for a64 (Tony Lindgren)
- USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem (Vincent Palatin)
- usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() (Shuah Khan)
- firewire: nosy: Fix a use-after-free bug in nosy_ioctl() (Zheyu Ma)
- extcon: Fix error handling in extcon_dev_register (Dinghao Liu)
- extcon: Add stubs for extcon_register_notifier_all() functions (Krzysztof Kozlowski)
- pinctrl: rockchip: fix restore error in resume (Wang Panzhenzhuan)
- vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends (Jason Gunthorpe)
- reiserfs: update reiserfs_xattrs_initialized() condition (Tetsuo Handa)
- drm/amdgpu: check alignment on CPU page for bo map (Xℹ Ruoyao)
- drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() (Nirmoy Das)
- mm: fix race by making init_zero_pfn() early_initcall (Ilya Lipnitskiy)
- tracing: Fix stack trace event size (Steven Rostedt (VMware))
- PM: runtime: Fix ordering in pm_runtime_get_suppliers() (Adrian Hunter)
- PM: runtime: Fix race getting/putting suppliers at probe (Adrian Hunter)
- xtensa: move coprocessor_flush to the .text section (Max Filippov)
- ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook (Hui Wang)
- ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO (Hui Wang)
- ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks (Takashi Iwai)
- ALSA: hda: Re-add dropped snd_poewr_change_state() calls (Takashi Iwai)
- ALSA: usb-audio: Apply sample rate quirk to Logitech Connect (Ikjoon Jang)
- bpf: Remove MTU check in __bpf_skb_max_len (Jesper Dangaard Brouer)
- net: wan/lmc: unregister device when no matching device is found (Tong Zhang)
- appletalk: Fix skb allocation size in loopback case (Doug Brown)
- net: ethernet: aquantia: Handle error cleanup of start on open (Nathan Rossi)
- ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() (Shuah Khan)
- brcmfmac: clear EAP/association status bits on linkdown events (Luca Pesce)
- can: tcan4x5x: fix max register value (Sasha Levin)
- net: introduce CAN specific pointer in the struct net_device (Oleksij Rempel)
- can: dev: move driver related infrastructure into separate subdir (Marc Kleine-Budde)
- flow_dissector: fix TTL and TOS dissection on IPv4 fragments (Davide Caratti)
- net: mvpp2: fix interrupt mask/unmask skip condition (Sasha Levin)
- ext4: do not iput inode under running transaction in ext4_rename() (zhangyi (F))
- locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling (Waiman Long)
- thermal/core: Add NULL pointer check before using cooling device stats (Manaf Meethalavalappu Pallikunhi)
- ASoC: rt5659: Update MCLK rate in set_sysclk() (Sameer Pujar)
- staging: comedi: cb_pcidas64: fix request_irq() warn (Tong Zhang)
- staging: comedi: cb_pcidas: fix request_irq() warn (Tong Zhang)
- scsi: qla2xxx: Fix broken #endif placement (Alexey Dobriyan)
- scsi: st: Fix a use after free in st_open() (Lv Yunlong)
- vhost: Fix vhost_vq_reset() (Laurent Vivier)
- powerpc: Force inlining of cpu_has_feature() to avoid build failure (Christophe Leroy)
- NFSD: fix error handling in NFSv4.0 callbacks (Olga Kornievskaia)
- ASoC: cs42l42: Always wait at least 3ms after reset (Lucas Tanure)
- ASoC: cs42l42: Fix mixer volume control (Lucas Tanure)
- ASoC: cs42l42: Fix channel width support (Lucas Tanure)
- ASoC: cs42l42: Fix Bitclock polarity inversion (Lucas Tanure)
- ASoC: es8316: Simplify adc_pga_gain_tlv table (Hans de Goede)
- ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe (Benjamin Rood)
- ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 (Hans de Goede)
- ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 (Hans de Goede)
- iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate (Ritesh Harjani)
- rpc: fix NULL dereference on kmalloc failure (J. Bruce Fields)
- fs: nfsd: fix kconfig dependency warning for NFSD_V4 (Julian Braha)
- ext4: fix bh ref count on error paths (Zhaolong Zhang)
- ext4: shrink race window in ext4_should_retry_alloc() (Eric Whitney)
- module: harden ELF info handling (Frank van der Linden)
- module: avoid *goto*s in module_sig_check() (Sergey Shtylyov)
- module: merge repetitive strings in module_sig_check() (Sergey Shtylyov)
- modsign: print module name along with error message (Jessica Yu)
- ipv6: weaken the v4mapped source check (Jakub Kicinski)
- selinux: vsock: Set SID for socket returned by accept() (David Brazdil)
- LTS tag: v5.4.109 (Jack Vogel)
- xen-blkback: don't leak persistent grants from xen_blkbk_map() (Jan Beulich)
- can: peak_usb: Revert "can: peak_usb: add forgotten supported devices" (Marc Kleine-Budde)
- ext4: add reclaim checks to xattr code (Jan Kara)
- mac80211: fix double free in ibss_leave (Markus Theil)
- net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() (Eric Dumazet)
- net: dsa: b53: VLAN filtering is global to all users (Florian Fainelli)
- can: dev: Move device back to init netns on owning netns delete (Martin Willi)
- x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc() (Isaku Yamahata)
- locking/mutex: Fix non debug version of mutex_lock_io_nested() (Thomas Gleixner)
- scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() (Jia-Ju Bai)
- scsi: qedi: Fix error return code of qedi_alloc_global_queues() (Jia-Ju Bai)
- scsi: Revert "qla2xxx: Make sure that aborted commands are freed" (Bart Van Assche)
- block: recalculate segment count for multi-segment discards correctly (David Jeffery)
- perf auxtrace: Fix auxtrace queue conflict (Adrian Hunter)
- ACPI: scan: Use unique number for instance_no (Andy Shevchenko)
- ACPI: scan: Rearrange memory allocation in acpi_device_add() (Rafael J. Wysocki)
- Revert "netfilter: x_tables: Update remaining dereference to RCU" (Mark Tomlinson)
- Revert "netfilter: x_tables: Switch synchronization to RCU" (Mark Tomlinson)
- bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs (Sasha Levin)
- RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server (Potnuri Bharat Teja)
- PM: EM: postpone creating the debugfs dir till fs_initcall (Lukasz Luba)
- net/mlx5e: Fix error path for ethtool set-priv-flag (Aya Levin)
- PM: runtime: Defer suspending suppliers (Rafael J. Wysocki)
- arm64: kdump: update ppos when reading elfcorehdr (Pavel Tatashin)
- drm/msm: fix shutdown hook in case GPU components failed to bind (Dmitry Baryshkov)
- libbpf: Fix BTF dump of pointer-to-array-of-struct (Jean-Philippe Brucker)
- selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value (Hangbin Liu)
- net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizes (Corentin Labbe)
- r8152: limit the RX buffer size of RTL8153A for USB 2.0 (Hayes Wang)
- net: cdc-phonet: fix data-interface release on probe failure (Johan Hovold)
- octeontx2-af: fix infinite loop in unmapping NPC counter (Hariprasad Kelam)
- octeontx2-af: Fix irq free in rvu teardown (Geetha sowjanya)
- libbpf: Use SOCK_CLOEXEC when opening the netlink socket (Kumar Kartikeya Dwivedi)
- nfp: flower: fix pre_tun mask id allocation (Louis Peens)
- mac80211: fix rate mask reset (Johannes Berg)
- can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors (Torin Cooper-Bennun)
- can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning (Torin Cooper-Bennun)
- can: c_can: move runtime PM enable/disable to c_can_platform (Tong Zhang)
- can: c_can_pci: c_can_pci_remove(): fix use-after-free (Tong Zhang)
- can: kvaser_pciefd: Always disable bus load reporting (Jimmy Assarsson)
- can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate (Angelo Dureghello)
- can: peak_usb: add forgotten supported devices (Stephane Grosjean)
- tcp: relookup sock for RST+ACK packets handled by obsolete req sock (Alexander Ovechkin)
- netfilter: ctnetlink: fix dump of the expect mask attribute (Florian Westphal)
- selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed (Hangbin Liu)
- ftgmac100: Restart MAC HW once (Dylan Hung)
- net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template (Lv Yunlong)
- e1000e: Fix error handling in e1000_set_d0_lplu_state_82571 (Dinghao Liu)
- e1000e: add rtnl_lock() to e1000_reset_task (Vitaly Lifshits)
- igc: Fix Supported Pause Frame Link Setting (Muhammad Husaini Zulkifli)
- igc: Fix Pause Frame Advertising (Muhammad Husaini Zulkifli)
- net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port (Florian Fainelli)
- net: sched: validate stab values (Eric Dumazet)
- macvlan: macvlan_count_rx() needs to be aware of preemption (Eric Dumazet)
- ipv6: fix suspecious RCU usage warning (Wei Wang)
- net/mlx5e: Don't match on Geneve options in case option masks are all zero (Maor Dickman)
- libbpf: Fix INSTALL flag order (Georgi Valkov)
- veth: Store queue_mapping independently of XDP prog presence (Maciej Fijalkowski)
- bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD (Grygorii Strashko)
- dm verity: fix DM_VERITY_OPTS_MAX value (JeongHyeon Lee)
- integrity: double check iint_cache was initialized (Mimi Zohar)
- ARM: dts: at91-sama5d27_som1: fix phy address to 7 (Claudiu Beznea)
- arm64: dts: ls1043a: mark crypto engine dma coherent (Horia Geantă)
- arm64: dts: ls1012a: mark crypto engine dma coherent (Horia Geantă)
- arm64: dts: ls1046a: mark crypto engine dma coherent (Horia Geantă)
- ACPI: video: Add missing callback back for Sony VPCEH3U1E (Chris Chiu)
- gcov: fix clang-11+ support (Nick Desaulniers)
- kasan: fix per-page tags for non-page_alloc pages (Andrey Konovalov)
- squashfs: fix xattr id and id lookup sanity checks (Phillip Lougher)
- squashfs: fix inode lookup sanity checks (Sean Nyekjaer)
- platform/x86: intel-vbtn: Stop reporting SW_DOCK events (Hans de Goede)
- netsec: restore phy power state after controller reset (Mian Yousaf Kaukab)
- ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign (Sergei Trofimovich)
- ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls (Sergei Trofimovich)
- block: Suppress uevent for hidden device when removed (Daniel Wagner)
- nfs: we don't support removing system.nfs4_acl (J. Bruce Fields)
- nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a (Dmitry Monakhov)
- nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted (Hannes Reinecke)
- nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request() (Hannes Reinecke)
- drm/radeon: fix AGP dependency (Christian König)
- drm/amdgpu: fb BO should be ttm_bo_type_device (Nirmoy Das)
- drm/amd/display: Revert dram_clock_change_latency for DCN2.1 (Sung Lee)
- regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck (satya priya)
- u64_stats,lockdep: Fix u64_stats_init() vs lockdep (Peter Zijlstra)
- habanalabs: Call put_pid() when releasing control device (Tomer Tayar)
- sparc64: Fix opcode filtering in handling of no fault loads (Rob Gardner)
- irqchip/ingenic: Add support for the JZ4760 (Paul Cercueil)
- cifs: change noisy error message to FYI (Paulo Alcantara)
- atm: idt77252: fix null-ptr-dereference (Tong Zhang)
- atm: uPD98402: fix incorrect allocation (Tong Zhang)
- net: davicom: Use platform_get_irq_optional() (Paul Cercueil)
- net: wan: fix error return code of uhdlc_init() (Jia-Ju Bai)
- net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() (Jia-Ju Bai)
- NFS: Correct size calculation for create reply length (Frank Sorenson)
- nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default (Timo Rothenpieler)
- gpiolib: acpi: Add missing IRQF_ONESHOT (Yang Li)
- cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev (Sudeep Holla)
- cifs: ask for more credit on async read/write code paths (Aurelien Aptel)
- gianfar: fix jumbo packets+napi+rx overrun crash (Michael Braun)
- sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count (Denis Efremov)
- net: intel: iavf: fix error return code of iavf_init_get_resources() (Jia-Ju Bai)
- net: tehuti: fix error return code in bdx_probe() (Jia-Ju Bai)
- ixgbe: Fix memleak in ixgbe_configure_clsu32 (Dinghao Liu)
- ALSA: hda: ignore invalid NHLT table (Mark Pearson)
- Revert "r8152: adjust the settings about MAC clock speed down for RTL8153" (Hayes Wang)
- atm: lanai: dont run lanai_dev_close if not open (Tong Zhang)
- atm: eni: dont release is never initialized (Tong Zhang)
- powerpc/4xx: Fix build errors from mfdcr() (Michael Ellerman)
- net: fec: ptp: avoid register access when ipg clock is disabled (Heiko Thiery)
- hugetlbfs: hugetlb_fault_mutex_hash() cleanup (Mike Kravetz)
- LTS tag: v5.4.108 (Jack Vogel)
- cifs: Fix preauth hash corruption (Vincent Whitchurch)
- x86/apic/of: Fix CPU devicetree-node lookups (Johan Hovold)
- genirq: Disable interrupts for force threaded handlers (Thomas Gleixner)
- firmware/efi: Fix a use after bug in efi_mem_reserve_persistent (Lv Yunlong)
- efi: use 32-bit alignment for efi_guid_t literals (Ard Biesheuvel)
- ext4: fix potential error in ext4_do_update_inode (Shijie Luo)
- ext4: do not try to set xattr into ea_inode if value is empty (zhangyi (F))
- ext4: find old entry again if failed to rename whiteout (zhangyi (F))
- x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() (Oleg Nesterov)
- x86: Move TS_COMPAT back to asm/thread_info.h (Oleg Nesterov)
- kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() (Oleg Nesterov)
- x86/ioapic: Ignore IRQ2 again (Thomas Gleixner)
- PCI: rpadlpar: Fix potential drc_name corruption in store functions (Tyrel Datwyler)
- counter: stm32-timer-cnt: fix ceiling write max value (Fabrice Gasnier)
- iio: hid-sensor-temperature: Fix issues of timestamp channel (Ye Xiang)
- iio: hid-sensor-prox: Fix scale not correct issue (Ye Xiang)
- iio: hid-sensor-humidity: Fix alignment issue of timestamp channel (Ye Xiang)
- iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask (Wilfried Wessner)
- iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler (Dinghao Liu)
- iio: adis16400: Fix an error code in adis16400_initial_setup() (Dan Carpenter)
- iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel (Jonathan Albrieux)
- iio:adc:stm32-adc: Add HAS_IOMEM dependency (Jonathan Cameron)
- usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- (Badhri Jagan Sridharan)
- usb: gadget: configfs: Fix KASAN use-after-free (Jim Lin)
- USB: replace hardcode maximum usb string length by definition (Macpaul Lin)
- usbip: Fix incorrect double assignment to udc->ud.tcp_rx (Colin Ian King)
- usb-storage: Add quirk to defeat Kindle's automatic unload (Alan Stern)
- nvme-rdma: fix possible hang when failing to set io queues (Sagi Grimberg)
- counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED (William Breathitt Gray)
- scsi: myrs: Fix a double free in myrs_cleanup() (Lv Yunlong)
- scsi: lpfc: Fix some error codes in debugfs (Dan Carpenter)
- riscv: Correct SPARSEMEM configuration (Kefeng Wang)
- kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again (Masahiro Yamada)
- net/qrtr: fix __netdev_alloc_skb call (Pavel Skripkin)
- sunrpc: fix refcount leak for rpc auth modules (Daniel Kobras)
- vfio: IOMMU_API should be selected (Jason Gunthorpe)
- svcrdma: disable timeouts on rdma backchannel (Timo Rothenpieler)
- NFSD: Repair misuse of sv_lock in 5.10.16-rt30. (Joe Korty)
- nfsd: Don't keep looking up unhashed files in the nfsd file cache (Trond Myklebust)
- nvmet: don't check iosqes,iocqes for discovery controllers (Sagi Grimberg)
- nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU (Sagi Grimberg)
- nvme-tcp: fix possible hang when failing to set io queues (Sagi Grimberg)
- nvme: fix Write Zeroes limitations (Christoph Hellwig)
- afs: Stop listxattr() from listing "afs.*" attributes (David Howells)
- ASoC: simple-card-utils: Do not handle device clock (Sameer Pujar)
- ASoC: SOF: intel: fix wrong poll bits in dsp power down (Pan Xiuli)
- ASoC: SOF: Intel: unregister DMIC device on probe error (Pierre-Louis Bossart)
- ASoC: fsl_ssi: Fix TDM slot setup for I2S mode (Alexander Shiyan)
- btrfs: fix slab cache flags for free space tree bitmap (David Sterba)
- ARM: 9044/1: vfp: use undef hook for VFP support detection (Ard Biesheuvel)
- ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode (Ard Biesheuvel)
- s390/vtime: fix increased steal time accounting (Gerald Schaefer)
- Revert "PM: runtime: Update device status before letting suppliers suspend" (Rafael J. Wysocki)
- ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air (Xiaoliang Yu)
- ALSA: hda: generic: Fix the micmute led init state (Hui Wang)
- ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro (Xiaoliang Yu)
- ALSA: dice: fix null pointer dereference when node is disconnected (Takashi Sakamoto)
- ASoC: ak5558: Add MODULE_DEVICE_TABLE (Shengjiu Wang)
- ASoC: ak4458: Add MODULE_DEVICE_TABLE (Shengjiu Wang)
- LTS tag: v5.4.107 (Jack Vogel)
- net: dsa: b53: Support setting learning on port (Florian Fainelli)
- net: dsa: tag_mtk: fix 802.1ad VLAN egress (DENG Qingfang)
- crypto: x86/aes-ni-xts - use direct calls to and 4-way stride (Ard Biesheuvel)
- crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg (Uros Bizjak)
- crypto: x86 - Regularize glue function prototypes (Kees Cook)
- drm/i915/gvt: Fix vfio_edid issue for BXT/APL (Colin Xu)
- drm/i915/gvt: Fix port number for BDW on EDID region setup (Colin Xu)
- drm/i915/gvt: Fix virtual display setup for BXT/APL (Colin Xu)
- drm/i915/gvt: Fix mmio handler break on BXT/APL. (Colin Xu)
- drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU BB hang (Colin Xu)
- btrfs: scrub: Don't check free space before marking a block group RO (Qu Wenruo)
- bpf: Fix off-by-one for area size in creating mask to left (Piotr Krysiuk)
- bpf: Prohibit alu ops for pointer types not defining ptr_limit (Piotr Krysiuk)
- KVM: arm64: nvhe: Save the SPE context early (Suzuki K Poulose)
- LTS tag: v5.4.106 (Jack Vogel)
- xen/events: avoid handling the same event on two cpus at the same time (Juergen Gross)
- xen/events: don't unmask an event channel when an eoi is pending (Juergen Gross)
- xen/events: reset affinity of 2-level event when tearing it down (Juergen Gross)
- KVM: arm64: Reject VM creation when the default IPA size is unsupported (Marc Zyngier)
- KVM: arm64: Ensure I-cache isolation between vcpus of a same VM (Marc Zyngier)
- KVM: arm64: Fix exclusive limit for IPA size (Marc Zyngier)
- x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2 (Josh Poimboeuf)
- binfmt_misc: fix possible deadlock in bm_register_write (Lior Ribak)
- powerpc/64s: Fix instruction encoding for lis in ppc_function_entry() (Naveen N. Rao)
- sched/membarrier: fix missing local execution of ipi_sync_rq_state() (Mathieu Desnoyers)
- zram: fix return value on writeback_store (Minchan Kim)
- include/linux/sched/mm.h: use rcu_dereference in in_vfork() (Matthew Wilcox (Oracle))
- stop_machine: mark helpers __always_inline (Arnd Bergmann)
- hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() (Anna-Maria Behnsen)
- arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds (Ard Biesheuvel)
- configfs: fix a use-after-free in __configfs_open_file (Daiyue Zhang)
- block: rsxx: fix error return code of rsxx_pci_probe() (Jia-Ju Bai)
- NFSv4.2: fix return value of _nfs4_get_security_label() (Ondrej Mosnacek)
- NFS: Don't gratuitously clear the inode cache when lookup failed (Trond Myklebust)
- NFS: Don't revalidate the directory permissions on a lookup failure (Trond Myklebust)
- SUNRPC: Set memalloc_nofs_save() for sync tasks (Benjamin Coddington)
- arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory (Anshuman Khandual)
- sh_eth: fix TRSCER mask for R7S72100 (Sergey Shtylyov)
- staging: comedi: pcl818: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: pcl711: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: me4000: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: dmm32at: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: das800: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: das6402: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: adv_pci1710: Fix endian problem for AI command data (Ian Abbott)
- staging: comedi: addi_apci_1500: Fix endian problem for command sample (Ian Abbott)
- staging: comedi: addi_apci_1032: Fix endian problem for COS sample (Ian Abbott)
- staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan (Lee Gibson)
- staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd (Lee Gibson)
- staging: ks7010: prevent buffer overflow in ks_wlan_set_scan() (Dan Carpenter)
- staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data() (Dan Carpenter)
- staging: rtl8712: unterminated string leads to read overflow (Dan Carpenter)
- staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan() (Dan Carpenter)
- staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan() (Dan Carpenter)
- misc: fastrpc: restrict user apps from sending kernel RPC messages (Dmitry Baryshkov) {CVE-2019-2308}
- misc/pvpanic: Export module FDT device table (Shile Zhang)
- usbip: fix vudc usbip_sockfd_store races leading to gpf (Shuah Khan)
- usbip: fix vhci_hcd attach_store() races leading to gpf (Shuah Khan)
- usbip: fix stub_dev usbip_sockfd_store() races leading to gpf (Shuah Khan)
- usbip: fix vudc to check for stream socket (Shuah Khan)
- usbip: fix vhci_hcd to check for stream socket (Shuah Khan)
- usbip: fix stub_dev to check for stream socket (Shuah Khan)
- USB: serial: cp210x: add some more GE USB IDs (Sebastian Reichel)
- USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter (Karan Singhal)
- USB: serial: ch341: add new Product ID (Niv Sardi)
- USB: serial: io_edgeport: fix memory leak in edge_startup (Pavel Skripkin)
- xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state (Mathias Nyman)
- usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing (Forest Crossman)
- xhci: Improve detection of device initiated wake signal. (Mathias Nyman)
- usb: xhci: do not perform Soft Retry for some xHCI hosts (Stanislaw Gruszka)
- usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM (Yoshihiro Shimoda)
- USB: usblp: fix a hang in poll() if disconnected (Pete Zaitcev)
- usb: dwc3: qcom: Honor wakeup enabled/disabled state (Matthias Kaehlcke)
- usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement (Serge Semin)
- usb: gadget: f_uac1: stop playback on function disable (Ruslan Bilovol)
- usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slot (Ruslan Bilovol)
- USB: gadget: u_ether: Fix a configfs return code (Dan Carpenter)
- Goodix Fingerprint device is not a modem (Yorick de Wid)
- mmc: cqhci: Fix random crash when remove mmc module/card (Frank Li)
- mmc: core: Fix partition switch time for eMMC (Adrian Hunter)
- software node: Fix node registration (Heikki Krogerus)
- s390/dasd: fix hanging IO request during DASD driver unbind (Stefan Haberland)
- s390/dasd: fix hanging DASD driver unbind (Stefan Haberland)
- arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL (Andrey Konovalov)
- Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file capabilities") (Eric W. Biederman)
- ALSA: usb-audio: Apply the control quirk to Plantronics headsets (Takashi Iwai)
- ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar (Takashi Iwai)
- ALSA: hda: Avoid spurious unsol event handling during S3/S4 (Takashi Iwai)
- ALSA: hda: Flush pending unsolicited events before suspend (Takashi Iwai)
- ALSA: hda: Drop the BATCH workaround for AMD controllers (Takashi Iwai)
- ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support (Simeon Simeonoff)
- ALSA: hda/hdmi: Cancel pending works before suspend (Takashi Iwai)
- ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk (John Ernberg)
- scsi: target: core: Prevent underflow for service actions (Aleksandr Miloserdov)
- scsi: target: core: Add cmd length set before cmd complete (Aleksandr Miloserdov)
- scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling (Mike Christie)
- sysctl.c: fix underflow value setting risk in vm_table (Lin Feng)
- s390/smp: __smp_rescan_cpus() - move cpumask away from stack (Heiko Carstens)
- i40e: Fix memory leak in i40e_probe (Keita Suzuki)
- PCI: Fix pci_register_io_range() memory leak (Geert Uytterhoeven)
- kbuild: clamp SUBLEVEL to 255 (Sasha Levin)
- PCI: mediatek: Add missing of_node_put() to fix reference leak (Krzysztof Wilczyński)
- PCI: xgene-msi: Fix race in installing chained irq handler (Martin Kaiser)
- Input: applespi - don't wait for responses to commands indefinitely. (Ronald Tschalär)
- sparc64: Use arch_validate_flags() to validate ADI flag (Khalid Aziz)
- sparc32: Limit memblock allocation to low memory (Andreas Larsson)
- iommu/amd: Fix performance counter initialization (Suravee Suthikulpanit)
- powerpc/64: Fix stack trace not displaying final frame (Michael Ellerman)
- HID: logitech-dj: add support for the new lightspeed connection iteration (Filipe Laíns)
- powerpc/perf: Record counter overflow always if SAMPLE_IP is unset (Athira Rajeev)
- powerpc: improve handling of unrecoverable system reset (Nicholas Piggin)
- spi: stm32: make spurious and overrun interrupts visible (Alain Volmat)
- powerpc/pci: Add ppc_md.discover_phbs() (Oliver O'Halloran)
- Platform: OLPC: Fix probe error handling (Lubomir Rintel)
- mmc: mediatek: fix race condition between msdc_request_timeout and irq (Chaotian Jing)
- mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()' (Christophe JAILLET)
- udf: fix silent AED tagLocation corruption (Steven J. Magnani)
- i2c: rcar: optimize cacheline to minimize HW race condition (Wolfram Sang)
- i2c: rcar: faster irq code to minimize HW race condition (Wolfram Sang)
- net: phy: fix save wrong speed and duplex problem if autoneg is on (Guangbin Huang)
- net: enetc: initialize RFS/RSS memories for unused ports too (Vladimir Oltean)
- net: hns3: fix error mask definition of flow director (Jian Shen)
- media: rc: compile rc-cec.c into rc-core (Hans Verkuil)
- media: v4l: vsp1: Fix bru null pointer access (Biju Das)
- media: v4l: vsp1: Fix uif null pointer access (Biju Das)
- media: usbtv: Fix deadlock on suspend (Maxim Mikityanskiy)
- sh_eth: fix TRSCER mask for R7S9210 (Sergey Shtylyov)
- qxl: Fix uninitialised struct field head.surface_id (Colin Ian King)
- s390/crypto: return -EFAULT if copy_to_user() fails (Wang Qing)
- s390/cio: return -EFAULT if copy_to_user() fails (Eric Farman)
- drm: meson_drv add shutdown function (Artem Lapkin)
- drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff (Neil Roberts)
- drm/shmem-helper: Check for purged buffers in fault handler (Neil Roberts)
- drm/compat: Clear bounce structures (Daniel Vetter)
- bnxt_en: reliably allocate IRQ table on reset to avoid crash (Edwin Peer)
- s390/cio: return -EFAULT if copy_to_user() fails again (Wang Qing)
- net: hns3: fix bug when calculating the TCAM table info (Jian Shen)
- net: hns3: fix query vlan mask value error for flow director (Jian Shen)
- perf traceevent: Ensure read cmdlines are null terminated. (Ian Rogers)
- selftests: forwarding: Fix race condition in mirror installation (Danielle Ratson)
- net: stmmac: fix watchdog timeout during suspend/resume stress test (Joakim Zhang)
- net: stmmac: stop each tx channel independently (Joakim Zhang)
- ixgbe: fail to create xfrm offload of IPsec tunnel mode SA (Antony Antony)
- net: qrtr: fix error return code of qrtr_sendmsg() (Jia-Ju Bai)
- net: davicom: Fix regulator not turned off on driver removal (Paul Cercueil)
- net: davicom: Fix regulator not turned off on failed probe (Paul Cercueil)
- net: lapbether: Remove netif_start_queue / netif_stop_queue (Xie He)
- netdevsim: init u64 stats for 32bit hardware (Hillf Danton)
- net: usb: qmi_wwan: allow qmimux add/del with master up (Daniele Palmas)
- net: sched: avoid duplicates in classes dump (Maximilian Heyne)
- nexthop: Do not flush blackhole nexthops when loopback goes down (Ido Schimmel)
- net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10 (Ong Boon Leong)
- net/mlx4_en: update moderation when config reset (Kevin(Yudong) Yang)
- net: enetc: don't overwrite the RSS indirection table when initializing (Vladimir Oltean)
- Revert "mm, slub: consider rest of partial list if acquire_slab() fails" (Linus Torvalds)
- cifs: return proper error code in statfs(2) (Paulo Alcantara)
- mount: fix mounting of detached mounts onto targets that reside on shared mounts (Christian Brauner)
- powerpc/603: Fix protection of user pages mapped with PROT_NONE (Christophe Leroy)
- mt76: dma: do not report truncated frames to mac80211 (Lorenzo Bianconi)
- ibmvnic: always store valid MAC address (Jiri Wiesner)
- samples, bpf: Add missing munmap in xdpsock (Maciej Fijalkowski)
- selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier (Yauheni Kaliuta)
- selftests/bpf: No need to drop the packet when there is no geneve opt (Hangbin Liu)
- netfilter: x_tables: gpf inside xt_find_revision() (Vasily Averin)
- netfilter: nf_nat: undo erroneous tcp edemux lookup (Florian Westphal)
- tcp: add sanity tests to TCP_QUEUE_SEQ (Eric Dumazet)
- can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before entering Normal Mode (Torin Cooper-Bennun)
- can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode (Joakim Zhang)
- can: flexcan: enable RX FIFO after FRZ/HALT valid (Joakim Zhang)
- can: flexcan: assert FRZ bit in flexcan_chip_freeze() (Joakim Zhang)
- can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership (Oleksij Rempel)
- sh_eth: fix TRSCER mask for SH771x (Sergey Shtylyov)
- net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 (Balazs Nemeth)
- net: check if protocol extracted by virtio_net_hdr_set_proto is correct (Balazs Nemeth)
- net: Fix gro aggregation for udp encaps with zero csum (Daniel Borkmann)
- ath9k: fix transmitting to stations in dynamic SMPS mode (Felix Fietkau)
- ethernet: alx: fix order of calls on resume (Jakub Kicinski)
- powerpc/pseries: Don't enforce MSI affinity with kdump (Greg Kurz)
- uapi: nfnetlink_cthelper.h: fix userspace compilation error (Dmitry V. Levin)
- LTS tag: v5.4.105 (Jack Vogel)
- nvme-pci: add quirks for Lexar 256GB SSD (Pascal Terjan)
- nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. (Julian Einwag)
- HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Winpad A15 (Hans de Goede)
- mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN (Jisheng Zhang)
- drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register (AngeloGioacchino Del Regno)
- misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom (Aswath Govindraju)
- PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller (Bjorn Helgaas)
- ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140 (Chris Chiu)
- ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 (Jasper St. Pierre)
- media: cx23885: add more quirks for reset DMA on some AMD IOMMU (Daniel Lee Kruse)
- HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter (Ethan Warth)
- platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016 (Hans de Goede)
- platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch devices (Hans de Goede)
- platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability flag (Hans de Goede)
- platform/x86: acer-wmi: Add new force_caps module parameter (Hans de Goede)
- platform/x86: acer-wmi: Cleanup accelerometer device handling (Hans de Goede)
- platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines (Hans de Goede)
- mwifiex: pcie: skip cancel_work_sync() on reset failure path (Tsuchiya Yuto)
- iommu/amd: Fix sleeping in atomic in increase_address_space() (Andrey Ryabinin)
- ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handling (Hans de Goede)
- dm table: fix zoned iterate_devices based device capability checks (Jeffle Xu)
- dm table: fix DAX iterate_devices based device capability checks (Jeffle Xu)
- dm table: fix iterate_devices based device capability checks (Jeffle Xu)
- net: dsa: add GRO support via gro_cells (Alexander Lobakin)
- LTS tag: v5.4.104 (Jack Vogel)
- r8169: fix resuming from suspend on RTL8105e if machine runs on battery (Heiner Kallweit)
- rsxx: Return -EFAULT if copy_to_user() fails (Dan Carpenter)
- ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount (Chen Jun)
- ALSA: hda: intel-nhlt: verify config type (Pierre-Louis Bossart)
- IB/mlx5: Add missing error code (YueHaibing)
- RDMA/rxe: Fix missing kconfig dependency on CRYPTO (Julian Braha)
- ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits (Colin Ian King)
- usbip: tools: fix build error for multiple definition (Antonio Borneo)
- crypto - shash: reduce minimum alignment of shash_desc structure (Ard Biesheuvel)
- arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL) (Timothy E Baldwin)
- drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie (Kevin Wang)
- dm verity: fix FEC for RS roots unaligned to block size (Milan Broz)
- dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size (Mikulas Patocka)
- PM: runtime: Update device status before letting suppliers suspend (Rafael J. Wysocki)
- btrfs: fix warning when creating a directory with smack enabled (Filipe Manana)
- btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors (Nikolay Borisov)
- btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata (Nikolay Borisov)
- btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl (Dan Carpenter)
- btrfs: fix raid6 qstripe kmap (Ira Weiny)
- btrfs: raid56: simplify tracking of Q stripe presence (David Sterba)
- tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality() (Jarkko Sakkinen)
- tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality() (Lukasz Majczak)
- LTS tag: v5.4.103 (Jack Vogel)
- ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board (Takashi Iwai)
- ALSA: hda/realtek: Add quirk for Intel NUC 10 (Werner Sembach)
- ALSA: hda/realtek: Add quirk for Clevo NH55RZQ (Eckhart Mohr)
- media: v4l: ioctl: Fix memory leak in video_usercopy (Sakari Ailus)
- swap: fix swapfile read/write offset (Jens Axboe)
- zsmalloc: account the number of compacted pages correctly (Rokudo Yan)
- xen-netback: respect gnttab_map_refs()'s return value (Jan Beulich)
- Xen/gnttab: handle p2m update errors on a per-slot basis (Jan Beulich)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R tablet (Hans de Goede)
- sched/features: Fix hrtick reprogramming (Juri Lelli)
- parisc: Bump 64-bit IRQ stack size to 64 KB (John David Anglin)
- perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[] (Jim Mattson)
- btrfs: fix error handling in commit_fs_roots (Josef Bacik)
- ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr() (Hans de Goede)
- nvme-tcp: add clean action for failed reconnection (Chao Leng)
- nvme-rdma: add clean action for failed reconnection (Chao Leng)
- nvme-core: add cancel tagset helpers (Chao Leng)
- f2fs: fix to set/clear I_LINKABLE under i_lock (Chao Yu)
- f2fs: handle unallocated section and zone on pinned/atgc (Jaegeuk Kim)
- media: uvcvideo: Allow entities with no pads (Ricardo Ribalda)
- drm/amd/display: Guard against NULL pointer deref when get_i2c_info fails (Nicholas Kazlauskas)
- PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse (Nirmoy Das)
- drm/amdgpu: Add check to prevent IH overflow (Defang Bo)
- crypto: tcrypt - avoid signed overflow in byte count (Ard Biesheuvel)
- drm/hisilicon: Fix use-after-free (Tian Tao)
- brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet (Hans de Goede)
- brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet (Hans de Goede)
- staging: bcm2835-audio: Replace unsafe strcpy() with strscpy() (Juerg Haefliger)
- staging: most: sound: add sanity check for function argument (Christian Gromm)
- Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data (Gopal Tiwari)
- x86/build: Treat R_386_PLT32 relocation as R_386_PC32 (Fangrui Song)
- ath10k: fix wmi mgmt tx queue full due to race condition (Miaoqing Pan)
- pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() (Di Zhu)
- Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtl (Claire Chang)
- wlcore: Fix command execute failure 19 for wl12xx (Tony Lindgren)
- vt/consolemap: do font sum unsigned (Jiri Slaby)
- x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk (Heiner Kallweit)
- staging: fwserial: Fix error handling in fwserial_create (Dinghao Liu)
- rsi: Move card interrupt handling to RX thread (Marek Vasut)
- rsi: Fix TX EAPOL packet handling against iwlwifi AP (Marek Vasut)
- drm/virtio: use kvmalloc for large allocations (Sergey Senozhatsky)
- MIPS: Drop 32-bit asm string functions (Paul Burton)
- dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ (Geert Uytterhoeven)
- dt-bindings: ethernet-controller: fix fixed-link specification (Russell King)
- net: fix dev_ifsioc_locked() race condition (Cong Wang)
- net: ag71xx: remove unnecessary MTU reservation (DENG Qingfang)
- net: bridge: use switchdev for port flags set through sysfs too (Vladimir Oltean)
- mm/hugetlb.c: fix unnecessary address expansion of pmd sharing (Li Xinhai)
- nbd: handle device refs for DESTROY_ON_DISCONNECT properly (Josef Bacik)
- net: fix up truesize of cloned skb in skb_prepare_for_shift() (Marco Elver)
- smackfs: restrict bytes count in smackfs write functions (Sabyrzhan Tasbolatov)
- net/af_iucv: remove WARN_ONCE on malformed RX packets (Alexander Egorenkov)
- xfs: Fix assert failure in xfs_setattr_size() (Yumei Huang)
- media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate (Hans Verkuil)
- erofs: fix shift-out-of-bounds of blkszbits (Gao Xiang)
- media: mceusb: sanity check for prescaler value (Sean Young)
- udlfb: Fix memory leak in dlfb_usb_probe (Zqiang)
- JFS: more checks for invalid superblock (Randy Dunlap)
- MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target=' (Nathan Chancellor)
- arm64 module: set plt* section addresses to 0x0 (Shaoying Xu)
- nvme-pci: fix error unwind in nvme_map_data (Christoph Hellwig)
- nvme-pci: refactor nvme_unmap_data (Christoph Hellwig)
- Input: elantech - fix protocol errors for some trackpoints in SMBus mode (jingle.wu)
- net: usb: qmi_wwan: support ZTE P685M modem (Lech Perczak)
- LTS tag: v5.4.102 (Jack Vogel)
- ARM: dts: aspeed: Add LCLK to lpc-snoop (John Wang)
- net: qrtr: Fix memory leak in qrtr_tun_open (Takeshi Misawa)
- dm era: Update in-core bitset after committing the metadata (Nikos Tsironis)
- net: sched: fix police ext initialization (Vlad Buslov)
- net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending (Jason A. Donenfeld)
- ipv6: silence compilation warning for non-IPV6 builds (Leon Romanovsky)
- ipv6: icmp6: avoid indirect call for icmpv6_send() (Eric Dumazet)
- xfrm: interface: use icmp_ndo_send helper (Jason A. Donenfeld)
- sunvnet: use icmp_ndo_send helper (Jason A. Donenfeld)
- gtp: use icmp_ndo_send helper (Jason A. Donenfeld)
- icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=n (Jason A. Donenfeld)
- icmp: introduce helper for nat'd source address in network device context (Jason A. Donenfeld)
- drm/i915: Reject 446-480MHz HDMI clock on GLK (Ville Syrjälä)
- dm era: only resize metadata in preresume (Nikos Tsironis)
- dm era: Reinitialize bitset cache before digesting a new writeset (Nikos Tsironis)
- dm era: Use correct value size in equality function of writeset tree (Nikos Tsironis)
- dm era: Fix bitset memory leaks (Nikos Tsironis)
- dm era: Verify the data block size hasn't changed (Nikos Tsironis)
- dm era: Recover committed writeset after crash (Nikos Tsironis)
- dm writecache: fix writing beyond end of underlying device when shrinking (Mikulas Patocka)
- dm: fix deadlock when swapping to encrypted device (Mikulas Patocka)
- gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end (Andreas Gruenbacher)
- gfs2: Don't skip dlm unlock if glock has an lvb (Bob Peterson)
- spi: spi-synquacer: fix set_cs handling (Masahisa Kojima)
- sparc32: fix a user-triggerable oops in clear_user() (Al Viro)
- f2fs: fix out-of-repair __setattr_copy() (Chao Yu)
- um: mm: check more comprehensively for stub changes (Johannes Berg)
- virtio/s390: implement virtio-ccw revision 2 correctly (Cornelia Huck)
- s390/vtime: fix inline assembly clobber list (Heiko Carstens)
- cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if available (Chen Yu)
- printk: fix deadlock when kernel panic (Muchun Song)
- gpio: pcf857x: Fix missing first interrupt (Maxim Kiselev)
- spmi: spmi-pmic-arb: Fix hw_irq overflow (Subbaraman Narayanamurthy)
- powerpc/32s: Add missing call to kuep_lock on syscall entry (Christophe Leroy)
- mmc: sdhci-esdhc-imx: fix kernel panic when remove module (Frank Li)
- module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols (Fangrui Song)
- media: smipcie: fix interrupt handling and IR timeout (Sean Young)
- arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55 (Suzuki K Poulose)
- hugetlb: fix copy_huge_page_from_user contig page struct assumption (Mike Kravetz)
- hugetlb: fix update_and_free_page contig page struct assumption (Mike Kravetz)
- x86: fix seq_file iteration for pat/memtype.c (NeilBrown)
- seq_file: document how per-entry resources are managed. (NeilBrown)
- fs/affs: release old buffer head on error path (Pan Bian)
- mtd: spi-nor: hisi-sfc: Put child node np on error path (Pan Bian)
- mtd: spi-nor: core: Add erase size check for erase command initialization (Takahiro Kuwano)
- mtd: spi-nor: core: Fix erase type discovery for overlaid region (Takahiro Kuwano)
- mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid region (Takahiro Kuwano)
- mtd: spi-nor: sfdp: Fix last erase region marking (Takahiro Kuwano)
- watchdog: mei_wdt: request stop on unregister (Alexander Usyskin)
- watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ (Sai Prakash Ranjan)
- arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing (He Zhe)
- arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() fails (qiuguorui1)
- floppy: reintroduce O_NDELAY fix (Jiri Kosina)
- rcu/nocb: Perform deferred wake up before last idle's need_resched() check (Frederic Weisbecker)
- rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers (Frederic Weisbecker)
- powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan (Cédric Le Goater)
- x86/reboot: Force all cpus to exit VMX root if VMX is supported (Sean Christopherson)
- x86/virt: Eat faults on VMXOFF in reboot flows (Sean Christopherson)
- media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt() (Pavel Machek)
- staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table (Martin Kaiser)
- staging: gdm724x: Fix DMA from stack (Amey Narkhede)
- staging/mt7621-dma: mtk-hsdma.c->hsdma-mt7621.c (Ilya Lipnitskiy)
- dts64: mt7622: fix slow sd card access (Frank Wunderlich)
- pstore: Fix typo in compression option name (Jiri Bohac)
- drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue (Sabyrzhan Tasbolatov)
- misc: rtsx: init of rts522a add OCP power off when no card is present (Ricky Wu)
- seccomp: Add missing return in non-void function (Paul Cercueil)
- crypto: sun4i-ss - initialize need_fallback (Corentin Labbe)
- crypto: sun4i-ss - handle BigEndian for cipher (Corentin Labbe)
- crypto: sun4i-ss - checking sg length is not sufficient (Corentin Labbe)
- crypto: aesni - prevent misaligned buffers on the stack (Ard Biesheuvel)
- crypto: arm64/sha - add missing module aliases (Ard Biesheuvel)
- btrfs: fix extent buffer leak on failure to copy root (Filipe Manana)
- btrfs: splice remaining dirty_bg's onto the transaction dirty bg list (Josef Bacik)
- btrfs: fix reloc root leak with 0 ref reloc roots on recovery (Josef Bacik)
- btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root (Josef Bacik)
- KEYS: trusted: Fix migratable=1 failing (Jarkko Sakkinen)
- tpm_tis: Clean up locality release (James Bottomley)
- tpm_tis: Fix check_locality for correct locality acquisition (James Bottomley)
- erofs: initialized fields can only be observed after bit is set (Gao Xiang)
- drm/sched: Cancel and flush all outstanding jobs before finish. (Andrey Grodzovsky)
- drm/nouveau/kms: handle mDP connectors (Karol Herbst)
- drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2) (Alex Deucher)
- drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1 (Rodrigo Siqueira)
- bcache: Move journal work to new flush wq (Kai Krakow)
- bcache: Give btree_io_wq correct semantics again (Kai Krakow)
- Revert "bcache: Kill btree_io_wq" (Kai Krakow)
- ALSA: hda/realtek: modify EAPD in the ALC886 (PeiSen Hou)
- ALSA: hda: Add another CometLake-H PCI ID (Kai Vehmanen)
- USB: serial: mos7720: fix error code in mos7720_write() (Dan Carpenter)
- USB: serial: mos7840: fix error code in mos7840_write() (Dan Carpenter)
- USB: serial: ftdi_sio: fix FTX sub-integer prescaler (Johan Hovold)
- usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt (Thinh Nguyen)
- usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1 (Thinh Nguyen)
- usb: musb: Fix runtime PM race in musb_queue_resume_work (Paul Cercueil)
- USB: serial: option: update interface mapping for ZTE P685M (Lech Perczak)
- media: mceusb: Fix potential out-of-bounds shift (James Reynolds)
- Input: i8042 - add ASUS Zenbook Flip to noselftest list (Marcos Paulo de Souza)
- Input: joydev - prevent potential read overflow in ioctl (Dan Carpenter)
- Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Series X|S (Olivier Crête)
- Input: raydium_ts_i2c - do not send zero length (jeffrey.lin)
- HID: wacom: Ignore attempts to overwrite the touch_max value from HID (Jason Gerecke)
- HID: logitech-dj: add support for keyboard events in eQUAD step 4 Gaming (Filipe Laíns)
- ACPI: configfs: add missing check after configfs_register_default_group() (Qinglang Miao)
- ACPI: property: Fix fwnode string properties matching (Rafael J. Wysocki)
- blk-settings: align max_sectors on "logical_block_size" boundary (Mikulas Patocka)
- scsi: bnx2fc: Fix Kconfig warning & CNIC build errors (Randy Dunlap)
- mm/rmap: fix potential pte_unmap on an not mapped pte (Miaohe Lin)
- i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition (Maxime Ripard)
- arm64: Add missing ISB after invalidating TLB in __primary_switch (Marc Zyngier)
- r8169: fix jumbo packet handling on RTL8168e (Heiner Kallweit)
- mm/compaction: fix misbehaviors of fast_find_migrateblock() (Wonhyuk Yang)
- mm/hugetlb: fix potential double free in hugetlb_register_node() error path (Miaohe Lin)
- mm/memory.c: fix potential pte_unmap_unlock pte error (Miaohe Lin)
- ocfs2: fix a use after free on error (Dan Carpenter)
- vxlan: move debug check after netdev unregister (Taehee Yoo)
- net/mlx4_core: Add missed mlx4_free_cmd_mailbox() (Chuhong Yuan)
- vfio/type1: Use follow_pte() (Alex Williamson)
- i40e: Fix add TC filter for IPv6 (Mateusz Palczewski)
- i40e: Fix VFs not created (Sylwester Dziedziuch)
- i40e: Fix addition of RX filters after enabling FW LLDP agent (Mateusz Palczewski)
- i40e: Fix overwriting flow control settings during driver loading (Mateusz Palczewski)
- i40e: Add zero-initialization of AQ command structures (Mateusz Palczewski)
- i40e: Fix flow for IPv6 next header (extension header) (Slawomir Laba)
- regmap: sdw: use _no_pm functions in regmap_read/write (Bard Liao)
- nvmem: core: skip child nodes not matching binding (Ahmad Fatoum)
- nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of() (Dan Carpenter)
- ext4: fix potential htree index checksum corruption (Theodore Ts'o)
- vfio/iommu_type1: Fix some sanity checks in detach group (Keqian Zhu)
- drm/msm/mdp5: Fix wait-for-commit for cmd panels (Iskren Chernev)
- drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY) (Konrad Dybcio)
- mei: hbm: call mei_set_devstate() on hbm stop response (Alexander Usyskin)
- PCI: Align checking of syscall user config accessors (Heiner Kallweit)
- VMCI: Use set_page_dirty_lock() when unregistering guest memory (Jorgen Hansen)
- pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() (Simon South)
- soundwire: cadence: fix ACK/NAK handling (Pierre-Louis Bossart)
- misc: eeprom_93xx46: Add module alias to avoid breaking support for non device tree users (Aswath Govindraju)
- phy: rockchip-emmc: emmc_phy_init() always return 0 (Chris Ruehl)
- misc: eeprom_93xx46: Fix module alias to enable module autoprobe (Aswath Govindraju)
- sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is set (Randy Dunlap)
- Input: elo - fix an error code in elo_connect() (Dan Carpenter)
- perf test: Fix unaligned access in sample parsing test (Namhyung Kim)
- perf intel-pt: Fix premature IPC (Adrian Hunter)
- perf intel-pt: Fix missing CYC processing in PSB (Adrian Hunter)
- Input: sur40 - fix an error code in sur40_probe() (Dan Carpenter)
- RDMA/hns: Fixes missing error code of CMDQ (Lang Cheng)
- nfsd: register pernet ops last, unregister first (J. Bruce Fields)
- clk: aspeed: Fix APLL calculate formula from ast2600-A2 (Ryan Chen)
- regulator: qcom-rpmh: fix pm8009 ldo7 (Jonathan Marek)
- spi: pxa2xx: Fix the controller numbering for Wildcat Point (Andy Shevchenko)
- RDMA/hns: Fix type of sq_signal_bits (Weihang Li)
- RDMA/siw: Fix calculation of tx_valid_cpus size (Kamal Heib)
- RDMA/hns: Fixed wrong judgments in the goto branch (Wenpeng Liang)
- clk: qcom: gcc-msm8998: Fix Alpha PLL type for all GPLLs (AngeloGioacchino Del Regno)
- powerpc/8xx: Fix software emulation interrupt (Christophe Leroy)
- powerpc/pseries/dlpar: handle ibm, configure-connector delay status (Nathan Lynch)
- mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq() (Dan Carpenter)
- spi: stm32: properly handle 0 byte transfer (Alain Volmat)
- RDMA/rxe: Correct skb on loopback path (Bob Pearson)
- RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt (Bob Pearson)
- RDMA/rxe: Fix coding error in rxe_recv.c (Bob Pearson)
- perf vendor events arm64: Fix Ampere eMag event typo (John Garry)
- perf tools: Fix DSO filtering when not finding a map for a sampled address (Arnaldo Carvalho de Melo)
- tracepoint: Do not fail unregistering a probe due to memory failure (Steven Rostedt (VMware))
- IB/cm: Avoid a loop when device has 255 ports (Parav Pandit)
- IB/mlx5: Return appropriate error code instead of ENOMEM (Parav Pandit)
- amba: Fix resource leak for drivers without .remove (Uwe Kleine-König)
- i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev struct (Roja Rani Yarubandi)
- ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ cores (Vladimir Murzin)
- mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytes (Takeshi Saito)
- mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probe (Christophe JAILLET)
- mmc: sdhci-sprd: Fix some resource leaks in the remove function (Christophe JAILLET)
- powerpc/47x: Disable 256k page size (Christophe Leroy)
- KVM: PPC: Make the VMX instruction emulation routines static (Cédric Le Goater)
- IB/umad: Return EPOLLERR in case of when device disassociated (Shay Drory)
- IB/umad: Return EIO in case of when device disassociated (Shay Drory)
- objtool: Fix ".cold" section suffix check for newer versions of GCC (Josh Poimboeuf)
- objtool: Fix error handling for STD/CLD warnings (Josh Poimboeuf)
- auxdisplay: ht16k33: Fix refresh rate handling (Geert Uytterhoeven)
- isofs: release buffer head before return (Pan Bian)
- regulator: core: Avoid debugfs: Directory ... already present! error (Hans de Goede)
- regulator: s5m8767: Drop regulators OF node reference (Krzysztof Kozlowski)
- spi: atmel: Put allocated master before return (Pan Bian)
- regulator: s5m8767: Fix reference count leak (Pan Bian)
- certs: Fix blacklist flag type confusion (David Howells)
- regulator: axp20x: Fix reference cout leak (Pan Bian)
- clk: sunxi-ng: h6: Fix clock divider range on some clocks (Andre Przywara)
- RDMA/mlx5: Use the correct obj_id upon DEVX TIR creation (Yishai Hadas)
- clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is defined (Tom Rix)
- clocksource/drivers/ixp4xx: Select TIMER_OF when needed (Arnd Bergmann)
- rtc: s5m: select REGMAP_I2C (Bartosz Golaszewski)
- power: reset: at91-sama5d2_shdwc: fix wkupdbc mask (Claudiu Beznea)
- of/fdt: Make sure no-map does not remove already reserved regions (Nicolas Boichat)
- fdt: Properly handle "no-map" field in the memory region (KarimAllah Ahmed)
- mfd: bd9571mwv: Use devm_mfd_add_devices() (Yoshihiro Shimoda)
- dmaengine: hsu: disable spurious interrupt (Ferry Toth)
- dmaengine: owl-dma: Fix a resource leak in the remove function (Christophe JAILLET)
- dmaengine: fsldma: Fix a resource leak in an error handling path of the probe function (Christophe JAILLET)
- dmaengine: fsldma: Fix a resource leak in the remove function (Christophe JAILLET)
- RDMA/siw: Fix handling of zero-sized Read and Receive Queues. (Bernard Metzler)
- HID: core: detect and skip invalid inputs to snto32() (Randy Dunlap)
- clk: sunxi-ng: h6: Fix CEC clock (Andre Przywara)
- spi: cadence-quadspi: Abort read if dummy cycles required are too many (Pratyush Yadav)
- i2c: iproc: handle master read request (Rayagonda Kokatanur)
- i2c: iproc: update slave isr mask (ISR_MASK_SLAVE) (Rayagonda Kokatanur)
- i2c: iproc: handle only slave interrupts which are enabled (Rayagonda Kokatanur)
- quota: Fix memory leak when handling corrupted quota file (Jan Kara)
- selftests/powerpc: Make the test check in eeh-basic.sh posix compliant (Po-Hsu Lin)
- clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate() (Martin Blumenstingl)
- clk: meson: clk-pll: make "ret" a signed integer (Martin Blumenstingl)
- clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLL (Martin Blumenstingl)
- HSI: Fix PM usage counter unbalance in ssi_hw_init (Zhang Qilong)
- capabilities: Don't allow writing ambiguous v3 file capabilities (Eric W. Biederman)
- ubifs: Fix error return code in alloc_wbufs() (Wang ShaoBo)
- ubifs: Fix memleak in ubifs_init_authentication (Dinghao Liu)
- jffs2: fix use after free in jffs2_sum_write_data() (Tom Rix)
- fs/jfs: fix potential integer overflow on shift of a int (Colin Ian King)
- ASoC: simple-card-utils: Fix device module clock (Sameer Pujar)
- ima: Free IMA measurement buffer after kexec syscall (Lakshmi Ramasubramanian)
- ima: Free IMA measurement buffer on error (Lakshmi Ramasubramanian)
- crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() (Daniele Alessandrelli)
- hwrng: timeriomem - Fix cooldown period calculation (Jan Henrik Weinstock)
- btrfs: clarify error returns values in __load_free_space_cache (Zhihao Cheng)
- ASoC: SOF: debug: Fix a potential issue on string buffer termination (Hui Wang)
- Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() (Andrea Parri (Microsoft))
- f2fs: fix a wrong condition in __submit_bio (Dehe Gu)
- drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask() (Dan Carpenter)
- f2fs: fix to avoid inconsistent quota data (Yi Chen)
- mtd: parsers: afs: Fix freeing the part name memory in failure (Manivannan Sadhasivam)
- ASoC: cpcap: fix microphone timeslot mask (Sebastian Reichel)
- ata: ahci_brcm: Add back regulators management (Florian Fainelli)
- crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error) (Christophe Leroy)
- mtd: parser: imagetag: fix error codes in bcm963xx_parse_imagetag_partitions() (Dan Carpenter)
- sched/eas: Don't update misfit status if the task is pinned (Qais Yousef)
- media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex values (Laurent Pinchart)
- media: pxa_camera: declare variable when DEBUG is defined (Tom Rix)
- media: cx25821: Fix a bug when reallocating some dma memory (Christophe JAILLET)
- media: qm1d1c0042: fix error return code in qm1d1c0042_init() (Luo Meng)
- media: lmedm04: Fix misuse of comma (Joe Perches)
- media: software_node: Fix refcounts in software_node_get_next_child() (Daniel Scally)
- drm/amd/display: Fix HDMI deep color output for DCE 6-11. (Mario Kleiner)
- drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction. (Mario Kleiner)
- bsg: free the request before return error code (Pan Bian)
- MIPS: properly stop .eh_frame generation (Alexander Lobakin)
- drm/sun4i: tcon: fix inverted DCLK polarity (Giulio Benetti)
- crypto: bcm - Rename struct device_private to bcm_device_private (Jiri Olsa)
- evm: Fix memleak in init_desc (Dinghao Liu)
- ASoC: cs42l56: fix up error handling in probe (Dan Carpenter)
- media: aspeed: fix error return code in aspeed_video_setup_video() (Zhang Changzhong)
- media: tm6000: Fix memleak in tm6000_start_stream (Dinghao Liu)
- media: media/pci: Fix memleak in empress_init (Dinghao Liu)
- media: em28xx: Fix use-after-free in em28xx_alloc_urbs (Dinghao Liu)
- media: vsp1: Fix an error handling path in the probe function (Christophe JAILLET)
- media: camss: missing error code in msm_video_register() (Dan Carpenter)
- media: imx: Fix csc/scaler unregister (Ezequiel Garcia)
- media: imx: Unregister csc/scaler only if registered (Ezequiel Garcia)
- media: i2c: ov5670: Fix PIXEL_RATE minimum value (Jacopo Mondi)
- MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0 (Nathan Chancellor)
- MIPS: c-r4k: Fix section mismatch for loongson2_sc_init (Nathan Chancellor)
- drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if condition (Chenyang Li)
- crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled (Ard Biesheuvel)
- crypto: sun4i-ss - fix kmap usage (Corentin Labbe)
- crypto: sun4i-ss - linearize buffers content must be kept (Corentin Labbe)
- drm/fb-helper: Add missed unlocks in setcmap_legacy() (Chuhong Yuan)
- gma500: clean up error handling in init (Dan Carpenter)
- drm/gma500: Fix error return code in psb_driver_load() (Jialin Zhang)
- fbdev: aty: SPARC64 requires FB_ATY_CT (Randy Dunlap)
- net: mvneta: Remove per-cpu queue mapping for Armada 3700 (Maxime Chevallier)
- net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFP (Shyam Sundar S K)
- net: amd-xgbe: Reset link when the link never comes back (Shyam Sundar S K)
- net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warning (Shyam Sundar S K)
- net: amd-xgbe: Reset the PHY rx data path when mailbox command timeout (Shyam Sundar S K)
- ibmvnic: skip send_request_unmap for timeout reset (Lijun Pan)
- ibmvnic: add memory barrier to protect long term buffer (Lijun Pan)
- b43: N-PHY: Fix the update of coef for the PHY revision >= 3case (Colin Ian King)
- cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds (Ayush Sawal)
- net: axienet: Handle deferred probe on clock properly (Robert Hancock)
- tcp: fix SO_RCVLOWAT related hangs under mem pressure (Eric Dumazet)
- bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx (Jesper Dangaard Brouer)
- mac80211: fix potential overflow when multiplying to u32 integers (Colin Ian King)
- xen/netback: fix spurious event detection for common event case (Juergen Gross)
- bnxt_en: reverse order of TX disable and carrier off (Edwin Peer)
- ibmvnic: Set to CLOSED state even on error (Sukadev Bhattiprolu)
- ath9k: fix data bus crash when setting nf_override via debugfs (Linus Lüssing)
- bpf_lru_list: Read double-checked variable once without lock (Marco Elver)
- soc: aspeed: snoop: Add clock control logic (Jae Hyun Yoo)
- ARM: s3c: fix fiq for clang IAS (Arnd Bergmann)
- arm64: dts: msm8916: Fix reserved and rfsa nodes unit address (Vincent Knecht)
- Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recv (Jupeng Zhong)
- arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to a53-firmware (Marek Behún)
- ARM: dts: armada388-helios4: assign pinctrl to each fan (Rosen Penev)
- ARM: dts: armada388-helios4: assign pinctrl to LEDs (Rosen Penev)
- staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory rules (Chen-Yu Tsai)
- usb: dwc2: Make "trimming xfer length" a debug message (Guenter Roeck)
- usb: dwc2: Abort transaction after errors with unknown reason (Guenter Roeck)
- usb: dwc2: Do not update data length if it is 0 on inbound transfers (Guenter Roeck)
- ARM: dts: Configure missing thermal interrupt for 4430 (Tony Lindgren)
- memory: ti-aemif: Drop child node when jumping out loop (Pan Bian)
- Bluetooth: Put HCI device if inquiry procedure interrupts (Pan Bian)
- Bluetooth: drop HCI device reference before return (Pan Bian)
- usb: gadget: u_audio: Free requests only after callback (Jack Pham)
- ACPICA: Fix exception code class checks (Maximilian Luz)
- cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove() (Christophe JAILLET)
- cpufreq: brcmstb-avs-cpufreq: Free resources in error path (Christophe JAILLET)
- arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz (Andre Przywara)
- arm64: dts: allwinner: H6: Allow up to 150 MHz MMC bus frequency (Andre Przywara)
- arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card (Andre Przywara)
- arm64: dts: allwinner: H6: properly connect USB PHY to port 0 (Andre Przywara)
- arm64: dts: allwinner: A64: properly connect USB PHY to port 0 (Andre Przywara)
- bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args (Andrii Nakryiko)
- bpf: Add bpf_patch_call_args prototype to include/linux/bpf.h (Andrii Nakryiko)
- memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi ops (Zhang Qilong)
- arm64: dts: exynos: correct PMIC interrupt trigger level on Espresso (Krzysztof Kozlowski)
- arm64: dts: exynos: correct PMIC interrupt trigger level on TM2 (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid XU3 family (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Arndale Octa (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Spring (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Rinato (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Monk (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5 (Krzysztof Kozlowski)
- Bluetooth: Fix initializing response id after clearing struct (Christopher William Snowhill)
- Bluetooth: hci_uart: Fix a race for write_work scheduling (Claire Chang)
- Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the probe function (Christophe JAILLET)
- ath10k: Fix error handling in case of CE pipe init failure (Rakesh Pillai)
- random: fix the RNDRESEEDCRNG ioctl (Eric Biggers)
- MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section (Alexander Lobakin)
- ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode (Takashi Iwai)
- bfq: Avoid false bfq queue merging (Jan Kara)
- virt: vbox: Do not use wait_event_interruptible when called from kernel context (Hans de Goede)
- PCI: Decline to resize resources if boot config must be preserved (Ard Biesheuvel)
- PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 (Ansuel Smith)
- kdb: Make memory allocations more robust (Sumit Garg)
- debugfs: do not attempt to create a new file before the filesystem is initalized (Greg Kroah-Hartman)
- debugfs: be more robust at handling improper input in debugfs_lookup() (Greg Kroah-Hartman)
- vmlinux.lds.h: add DWARF v5 sections (Nick Desaulniers)
- x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPIN (Tony Luck) [Orabug: 32978709]
- x86/mce: Add Xeon Icelake to list of CPUs that support PPIN (Tony Luck) [Orabug: 32978709]
- ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade() (Rafael J. Wysocki) [Orabug: 32977864]
- ACPI: tables: x86: Reserve memory occupied by ACPI tables (Rafael J. Wysocki) [Orabug: 32977864]
- uek-rpm: update kABI lists for a new symbol (Saeed Mirzamohammadi) [Orabug: 32977531]
- x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing (Thomas Gleixner) [Orabug: 32969739]
- bluetooth: eliminate the potential race condition when removing the HCI controller (Lin Ma) [Orabug: 32912033] {CVE-2021-32399}
-
Sat Jun 05 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.203.1.el7uek]
- LTS tag: v5.4.101 (Jack Vogel)
- scripts/recordmcount.pl: support big endian for ARCH sh (Rong Chen)
- cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. (Shyam Prasad N)
- cxgb4: Add new T6 PCI device id 0x6092 (Raju Rangoju)
- NET: usb: qmi_wwan: Adding support for Cinterion MV31 (Christoph Schemmel)
- KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() (Sean Christopherson)
- mm: provide a saner PTE walking API for modules (Paolo Bonzini)
- KVM: do not assume PTE is writable after follow_pfn (Paolo Bonzini)
- mm: simplify follow_pte{,pmd} (Christoph Hellwig)
- mm: unexport follow_pte_pmd (Christoph Hellwig)
- scripts: set proper OpenSSL include dir also for sign-file (Rolf Eike Beer)
- scripts: use pkg-config to locate libcrypto (Rolf Eike Beer)
- arm64: tegra: Add power-domain for Tegra210 HDA (Sameer Pujar)
- ntfs: check for valid standard information attribute (Rustam Kovhaev)
- usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliable (Stefan Ursella)
- USB: quirks: sort quirk entries (Johan Hovold)
- HID: make arrays usage and value to be the same (Will McVicker)
- bpf: Fix truncation handling for mod32 dst reg wrt zero (Daniel Borkmann)
- LTS tag: v5.4.100 (Jack Vogel)
- btrfs: fix backport of 2175bf57dc952 in 5.4.95 (David Sterba)
- media: pwc: Use correct device for DMA (Matwey V. Kornilov)
- xen-blkback: fix error handling in xen_blkbk_map() (Jan Beulich)
- xen/arm: don't ignore return errors from set_phys_to_machine (Stefano Stabellini)
- Xen/gntdev: correct error checking in gntdev_map_grant_pages() (Jan Beulich)
- Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages() (Jan Beulich)
- net: bridge: Fix a warning when del bridge sysfs (Wang Hai)
- net: qrtr: Fix port ID for control messages (Loic Poulain)
- KVM: SEV: fix double locking due to incorrect backport (Paolo Bonzini)
- LTS tag: v5.4.99 (Jack Vogel)
- ovl: expand warning in ovl_d_real() (Miklos Szeredi)
- net/qrtr: restrict user-controlled length in qrtr_tun_write_iter() (Sabyrzhan Tasbolatov)
- net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS (Sabyrzhan Tasbolatov)
- vsock: fix locking in vsock_shutdown() (Stefano Garzarella)
- vsock/virtio: update credit only if socket is not closed (Stefano Garzarella)
- net: watchdog: hold device global xmit lock during tx disable (Edwin Peer)
- net/vmw_vsock: improve locking in vsock_connect_timeout() (Norbert Slusarek)
- net: fix iteration for sctp transport seq_files (NeilBrown)
- net: gro: do not keep too many GRO packets in napi->rx_list (Eric Dumazet)
- net: dsa: call teardown method on probe failure (Vladimir Oltean)
- udp: fix skb_copy_and_csum_datagram with odd segment sizes (Willem de Bruijn)
- rxrpc: Fix clearance of Tx/Rx ring when releasing a call (David Howells)
- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one (Serge Semin)
- usb: dwc3: ulpi: fix checkpatch warning (Felipe Balbi)
- h8300: fix PREEMPTION build, TI_PRE_COUNT undefined (Randy Dunlap)
- i2c: stm32f7: fix configuration of the digital filter (Alain Volmat)
- clk: sunxi-ng: mp: fix parent rate change flag check (Jernej Skrabec)
- drm/sun4i: dw-hdmi: Fix max. frequency for H6 (Jernej Skrabec)
- drm/sun4i: Fix H6 HDMI PHY configuration (Jernej Skrabec)
- drm/sun4i: tcon: set sync polarity for tcon1 channel (Jernej Skrabec)
- firmware_loader: align .builtin_fw to 8 (Fangrui Song)
- net: hns3: add a check for queue_id in hclge_reset_vf_queue() (Yufeng Mo)
- x86/build: Disable CET instrumentation in the kernel for 32-bit too (Borislav Petkov)
- netfilter: conntrack: skip identical origin tuple in same zone only (Florian Westphal)
- ibmvnic: Clear failover_pending if unable to schedule (Sukadev Bhattiprolu)
- net: stmmac: set TxQ mode back to DCB after disabling CBS (Mohammad Athari Bin Ismail)
- selftests: txtimestamp: fix compilation issue (Vadim Fedorenko)
- net: enetc: initialize the RFS and RSS memories (Vladimir Oltean)
- netfilter: flowtable: fix tcp and udp header checksum update (Sven Auhagen)
- netfilter: nftables: fix possible UAF over chains from packet path in netns (Pablo Neira Ayuso)
- netfilter: xt_recent: Fix attempt to update deleted entry (Jozsef Kadlecsik)
- bpf: Check for integer overflow when using roundup_pow_of_two() (Bui Quang Minh)
- drm/vc4: hvs: Fix buffer overflow with the dlist handling (Maxime Ripard)
- mt76: dma: fix a possible memory leak in mt76_add_fragment() (Lorenzo Bianconi)
- lkdtm: don't move ctors to .rodata (Mark Rutland)
- vmlinux.lds.h: Create section for protection against instrumentation (Thomas Gleixner)
- ARM: kexec: fix oops after TLB are invalidated (Russell King)
- ARM: ensure the signal page contains defined contents (Russell King)
- ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLL (Alexandre Belloni)
- bfq-iosched: Revert "bfq: Fix computation of shallow depth" (Lin Feng)
- riscv: virt_addr_valid must check the address belongs to linear mapping (Alexandre Ghiti)
- drm/amd/display: Decrement refcount of dc_sink before reassignment (Victor Lu)
- drm/amd/display: Free atomic state after drm_atomic_commit (Victor Lu)
- drm/amd/display: Fix dc_sink kref count in emulated_link_detect (Victor Lu)
- drm/amd/display: Add more Clock Sources to DCN2.1 (Sung Lee)
- nvme-pci: ignore the subsysem NQN on Phison E16 (Claus Stovgaard)
- ovl: skip getxattr of security labels (Amir Goldstein)
- cap: fix conversions on getxattr (Miklos Szeredi)
- ovl: perform vfs_getxattr() with mounter creds (Miklos Szeredi)
- platform/x86: hp-wmi: Disable tablet-mode reporting by default (Hans de Goede)
- ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupled (Tony Lindgren)
- arm64: dts: qcom: sdm845: Reserve LPASS clocks in gcc (Bjorn Andersson)
- arm64: dts: rockchip: Fix PCIe DT properties on rk3399 (Marc Zyngier)
- cgroup: fix psi monitor for root cgroup (Odin Ugedal)
- arm/xen: Don't probe xenbus as part of an early initcall (Julien Grall)
- tracing: Check length before giving out the filter buffer (Steven Rostedt (VMware))
- tracing: Do not count ftrace events in top level enable output (Steven Rostedt (VMware))
- gpio: ep93xx: Fix single irqchip with multi gpiochips (Nikita Shubin)
- gpio: ep93xx: fix BUG_ON port F usage (Nikita Shubin)
- LTS tag: v5.4.98 (Jack Vogel)
- squashfs: add more sanity checks in xattr id lookup (Phillip Lougher)
- squashfs: add more sanity checks in inode lookup (Phillip Lougher)
- squashfs: add more sanity checks in id lookup (Phillip Lougher)
- Fix unsynchronized access to sev members through svm_register_enc_region (Peter Gonda)
- bpf: Fix 32 bit src register truncation on div/mod (Daniel Borkmann)
- regulator: Fix lockdep warning resolving supplies (Mark Brown)
- blk-cgroup: Use cond_resched() when destroy blkgs (Baolin Wang)
- i2c: mediatek: Move suspend and resume handling to NOIRQ phase (Qii Wang)
- SUNRPC: Handle 0 length opaque XDR object data properly (Dave Wysochanski)
- SUNRPC: Move simple_get_bytes and simple_get_netobj into private header (Dave Wysochanski)
- iwlwifi: mvm: guard against device removal in reprobe (Johannes Berg)
- iwlwifi: mvm: invalidate IDs of internal stations at mvm start (Gregory Greenman)
- iwlwifi: pcie: fix context info memory leak (Johannes Berg)
- iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap (Emmanuel Grumbach)
- iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time() (Johannes Berg)
- iwlwifi: mvm: skip power command when unbinding vif during CSA (Sara Sharon)
- ASoC: ak4458: correct reset polarity (Eliot Blennerhassett)
- pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() (Trond Myklebust)
- chtls: Fix potential resource leak (Pan Bian)
- ASoC: Intel: Skylake: Zero snd_ctl_elem_value (Ricardo Ribalda)
- mac80211: 160MHz with extended NSS BW in CSA (Shay Bar)
- regulator: core: avoid regulator_resolve_supply() race condition (David Collins)
- af_key: relax availability checks for skb size calculation (Cong Wang)
- tracing/kprobe: Fix to support kretprobe events on unloaded modules (Masami Hiramatsu)
- kthread: Fix PF_KTHREAD vs to_kthread() race (John Donnelly) [Orabug: 32952408]
- net/mlx5e: Add missing capability check for uplink follow (Aya Levin) [Orabug: 32575954]
- net/mlx5: Add ability to read and write ECE options (Leon Romanovsky) [Orabug: 32575954]
- net/mlx5: Expose optimal performance scatter entries capability (Yamin Friedman) [Orabug: 32575954]
- RDMA/mlx4: Enable querying AH for XRC QP types (Avihai Horon) [Orabug: 32568872]
- RDMA/mlx5: Enable querying AH for XRC QP types (Avihai Horon) [Orabug: 32568872]
- RDMA/mlx5: Remove manually crafted QP context the query call (Leon Romanovsky) [Orabug: 32568872]
- uek-rpm: Enable Microsoft Azure Network Adapter (MANA) (John Donnelly) [Orabug: 32907001]
- hv_netvsc: Make netvsc/VF binding check both MAC and serial number (Dexuan Cui) [Orabug: 32907001]
- net: mana: fix PCI_HYPERV dependency (Arnd Bergmann) [Orabug: 32907001]
- net: mana: Use int to check the return value of mana_gd_poll_cq() (Dexuan Cui) [Orabug: 32907001]
- net: mana: remove redundant initialization of variable err (Colin Ian King) [Orabug: 32907001]
- net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (Dexuan Cui) [Orabug: 32907001]
- net: partially revert dynamic lockdep key changes (Cong Wang) [Orabug: 32907001]
- RDS tcp loopback connection can hang (Rao Shoaib) [Orabug: 32926879]
-
Tue Jun 01 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.203.0.el7uek]
- LTS tag: v5.4.97 (Jack Vogel)
- usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720 (Pali Rohár)
- net: sched: replaced invalid qdisc tree flush helper in qdisc_replace (Alexander Ovechkin)
- net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_add (DENG Qingfang)
- net: ip_tunnel: fix mtu calculation (Vadim Fedorenko)
- neighbour: Prevent a dead entry from updating gc_list (Chinmay Agarwal)
- igc: Report speed and duplex as unknown when device is runtime suspended (Kai-Heng Feng)
- md: Set prev_flush_start and flush_bio in an atomic way (Xiao Ni)
- iommu/vt-d: Do not use flush-queue when caching-mode is on (Nadav Amit)
- Input: xpad - sync supported devices with fork on GitHub (Benjamin Valentin)
- iwlwifi: mvm: don't send RFH_QUEUE_CONFIG_CMD with no queues (Luca Coelho)
- x86/apic: Add extra serialization for non-serializing MSRs (Dave Hansen)
- x86/build: Disable CET instrumentation in the kernel (Josh Poimboeuf)
- mm: thp: fix MADV_REMOVE deadlock on shmem THP (Hugh Dickins)
- mm, compaction: move high_pfn to the for loop scope (Rokudo Yan)
- mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active (Muchun Song)
- mm: hugetlb: fix a race between isolating and freeing page (Muchun Song)
- mm: hugetlb: fix a race between freeing and dissolving the page (Muchun Song)
- mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page (Muchun Song)
- ARM: footbridge: fix dc21285 PCI configuration accessors (Russell King)
- KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode (Sean Christopherson)
- KVM: SVM: Treat SVM as unsupported when running as an SEV guest (Sean Christopherson)
- nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs (Thorsten Leemhuis)
- drm/amd/display: Revert "Fix EDID parsing after resume from suspend" (Stylon Wang)
- mmc: core: Limit retries when analyse of SDIO tuples fails (Fengnan Chang)
- smb3: fix crediting for compounding when only one request in flight (Pavel Shilovsky)
- smb3: Fix out-of-bounds bug in SMB2_negotiate() (Gustavo A. R. Silva)
- cifs: report error instead of invalid when revalidating a dentry fails (Aurelien Aptel)
- xhci: fix bounce buffer usage for non-sg list case (Mathias Nyman)
- genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set (Marc Zyngier)
- libnvdimm/dimm: Avoid race between probe and available_slots_show() (Dan Williams)
- kretprobe: Avoid re-registration of the same kretprobe earlier (Wang ShaoBo)
- fgraph: Initialize tracing_graph_pause at task creation (Steven Rostedt (VMware))
- mac80211: fix station rate table updates on assoc (Felix Fietkau)
- ovl: fix dentry leak in ovl_get_redirect (Liangyan)
- usb: host: xhci-plat: add priv quirk for skip PHY initialization (Peter Chen)
- usb: xhci-mtk: break loop when find the endpoint to drop (Chunfeng Yun)
- usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints (Chunfeng Yun)
- usb: xhci-mtk: fix unreleased bandwidth data (Ikjoon Jang)
- usb: dwc3: fix clock issue during resume in OTG mode (Gary Bisson)
- usb: dwc2: Fix endpoint direction check in ep_from_windex (Heiko Stuebner)
- usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop() (Yoshihiro Shimoda)
- USB: usblp: don't call usb_set_interface if there's a single alt (Jeremy Figgins)
- USB: gadget: legacy: fix an error code in eth_bind() (Dan Carpenter)
- memblock: do not start bottom-up allocations with kernel_end (Roman Gushchin)
- nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs (Sagi Grimberg)
- ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-mode (Hermann Lauer)
- r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is set (Heiner Kallweit)
- net: mvpp2: TCAM entry enable should be written after SRAM data (Stefan Chulski)
- net: lapb: Copy the skb before sending a packet (Xie He)
- net/mlx5: Fix leak upon failure of rule creation (Maor Gottlieb)
- i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues" (Aleksandr Loktionov)
- igc: check return value of ret_val in igc_config_fc_after_link_up (Kevin Lo)
- igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr (Kevin Lo)
- arm64: dts: ls1046a: fix dcfg address range (Zyta Szpak)
- rxrpc: Fix deadlock around release of dst cached on udp tunnel (David Howells)
- um: virtio: free vu_dev only with the contained struct device (Johannes Berg)
- bpf, cgroup: Fix problematic bounds check (Loris Reiff)
- bpf, cgroup: Fix optlen WARN_ON_ONCE toctou (Loris Reiff)
- arm64: dts: rockchip: fix vopl iommu irq on px30 (Sandy Huang)
- arm64: dts: amlogic: meson-g12: Set FL-adj property value (Serge Semin)
- Input: i8042 - unbreak Pegatron C15B (Alexey Dobriyan)
- arm64: dts: qcom: c630: keep both touchpad devices enabled (Shawn Guo)
- USB: serial: option: Adding support for Cinterion MV31 (Christoph Schemmel)
- USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000 (Chenxin Jin)
- USB: serial: cp210x: add pid/vid for WSDA-200-USB (Pho Tran)
- LTS tag: v5.4.96 (Jack Vogel)
- workqueue: Restrict affinity change to rescuer (Peter Zijlstra)
- kthread: Extract KTHREAD_IS_PER_CPU (Peter Zijlstra)
- objtool: Don't fail on missing symbol table (Josh Poimboeuf)
- drm/amd/display: Change function decide_dp_link_settings to avoid infinite looping (Bing Guo)
- drm/amd/display: Update dram_clock_change_latency for DCN2.1 (Jake Wang)
- selftests/powerpc: Only test lwm/stmw on big endian (Michael Ellerman)
- nvme: check the PRINFO bit before deciding the host buffer length (Revanth Rajashekar)
- udf: fix the problem that the disc content is not displayed (lianzhi chang)
- ALSA: hda: Add Cometlake-R PCI ID (Kai-Chuan Hsieh)
- scsi: ibmvfc: Set default timeout to avoid crash during migration (Brian King)
- mac80211: fix fast-rx encryption check (Felix Fietkau)
- ASoC: SOF: Intel: hda: Resume codec to do jack detection (Kai-Heng Feng)
- scsi: fnic: Fix memleak in vnic_dev_init_devcmd2 (Dinghao Liu)
- scsi: libfc: Avoid invoking response handler twice if ep is already completed (Javed Hasan)
- scsi: scsi_transport_srp: Don't block target in failfast state (Martin Wilck)
- x86: __always_inline __{rd,wr}msr() (Peter Zijlstra)
- platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron 7352 (Arnold Gozum)
- platform/x86: touchscreen_dmi: Add swap-x-y quirk for Goodix touchscreen on Estar Beauty HD tablet (Hans de Goede)
- phy: cpcap-usb: Fix warning for missing regulator_disable (Tony Lindgren)
- net_sched: gen_estimator: support large ewma log (Eric Dumazet)
- btrfs: backref, use correct count to resolve normal data refs (ethanwu)
- btrfs: backref, only search backref entries from leaves of the same root (ethanwu)
- btrfs: backref, don't add refs from shared block when resolving normal backref (ethanwu)
- btrfs: backref, only collect file extent items matching backref offset (ethanwu)
- tcp: make TCP_USER_TIMEOUT accurate for zero window probes (Enke Chen)
- arm64: Do not pass tagged addresses to __is_lm_address() (Catalin Marinas)
- arm64: Fix kernel address detection of __is_lm_address() (Vincenzo Frascino)
- ACPI: thermal: Do not call acpi_thermal_check() directly (Rafael J. Wysocki)
- Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"" (Greg Kroah-Hartman)
- ibmvnic: Ensure that CRQ entry read are correctly ordered (Lijun Pan)
- net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP (Rasmus Villemoes)
- net: dsa: bcm_sf2: put device node before return (Pan Bian)
- LTS tag: v5.4.95 (Jack Vogel)
- tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN (Pengcheng Yang)
- team: protect features update by RCU to avoid deadlock (Ivan Vecera)
- ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values() (Dan Carpenter)
- NFC: fix possible resource leak (Pan Bian)
- NFC: fix resource leak when target index is invalid (Pan Bian)
- rxrpc: Fix memory leak in rxrpc_lookup_local (Takeshi Misawa)
- iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built (Bartosz Golaszewski)
- iommu/vt-d: Gracefully handle DMAR units with no supported address widths (David Woodhouse)
- selftests: forwarding: Specify interface when invoking mausezahn (Danielle Ratson)
- nvme-multipath: Early exit if no path is available (Daniel Wagner)
- can: dev: prevent potential information leak in can_fill_info() (Dan Carpenter)
- net/mlx5e: Reduce tc unsupported key print level (Maor Dickman)
- net/mlx5e: E-switch, Fix rate calculation for overflow (Parav Pandit)
- net/mlx5: Fix memory leak on flow table creation error flow (Roi Dayan)
- igc: fix link speed advertising (Corinna Vinschen)
- i40e: acquire VSI pointer only after VF is initialized (Stefan Assmann)
- mac80211: pause TX while changing interface type (Johannes Berg)
- iwlwifi: pcie: reschedule in long-running memory reads (Johannes Berg)
- iwlwifi: pcie: use jiffies for memory read spin time limit (Johannes Berg)
- pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process() (Trond Myklebust)
- ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_complete (Ricardo Ribalda)
- RDMA/cxgb4: Fix the reported max_recv_sge value (Kamal Heib)
- firmware: imx: select SOC_BUS to fix firmware build (Randy Dunlap)
- ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status (Marco Felsch)
- arm64: dts: ls1028a: fix the offset of the reset register (Michael Walle)
- xfrm: Fix wraparound in xfrm_policy_addr_delta() (Visa Hankala)
- selftests: xfrm: fix test return value override issue in xfrm_policy.sh (Po-Hsu Lin)
- xfrm: fix disable_xfrm sysctl when used on xfrm interfaces (Eyal Birger)
- xfrm: Fix oops in xfrm_replay_advance_bmp (Shmulik Ladkani)
- netfilter: nft_dynset: add timeout extension to template (Pablo Neira Ayuso)
- ARM: imx: build suspend-imx6.S with arm instruction set (Max Krummenacher)
- xen-blkfront: allow discard-* nodes to be optional (Roger Pau Monne)
- tee: optee: replace might_sleep with cond_resched (Rouven Czerwinski)
- drm/i915: Check for all subplatform bits (Umesh Nerlige Ramappa)
- drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices (Karol Herbst)
- mt7601u: fix rx buffer refcounting (Lorenzo Bianconi)
- mt7601u: fix kernel crash unplugging the device (Lorenzo Bianconi)
- arm64: dts: broadcom: Fix USB DMA address translation for Stingray (Bharat Gooty)
- leds: trigger: fix potential deadlock with libata (Andrea Righi)
- xen: Fix XenStore initialisation for XS_LOCAL (David Woodhouse)
- KVM: Forbid the use of tagged userspace addresses for memslots (Marc Zyngier)
- KVM: x86: get smi pending status correctly (Jay Zhou)
- KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration (Maxim Levitsky)
- KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh() (Like Xu)
- KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[] (Like Xu)
- btrfs: fix possible free space tree corruption with online conversion (Josef Bacik)
- drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[] (Claudiu Beznea)
- drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs (Sudeep Holla)
- PM: hibernate: flush swap writer after marking (Laurent Badel)
- s390/vfio-ap: No need to disable IRQ after queue reset (Tony Krowiak)
- net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family (Giacinto Cifelli)
- wext: fix NULL-ptr-dereference with cfg80211's lack of commit() (Johannes Berg)
- ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming (Koen Vandeputte)
- media: rc: ensure that uevent can be read directly after rc device register (Sean Young)
- ALSA: hda/via: Apply the workaround generically for Clevo machines (Takashi Iwai)
- ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256 (Jian-Hong Pan)
- kernel: kexec: remove the lock operation of system_transition_mutex (Baoquan He)
- ACPI: sysfs: Prefer "compatible" modalias (Kai-Heng Feng)
- IPv6: reply ICMP error if the first fragment don't include all headers (Hangbin Liu)
- ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition (Hangbin Liu)
- perf stat: Support new per thread TopDown metrics (Andi Kleen) [Orabug: 32940734]
- scsi: iscsi: Fix iSCSI cls conn state (Gulam Mohamed) [Orabug: 32916586]
- iscsi: Fix race condition between login and sync thread (Gulam Mohamed) [Orabug: 32916586]
- cipso,calipso: resolve a number of problems with the DOI refcounts (Paul Moore) [Orabug: 32912070] {CVE-2021-33033}
- bpf: Tighten speculative pointer arithmetic mask (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- bpf: Move sanitize_val_alu out of op switch (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- bpf: Refactor and streamline bounds check into helper (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- bpf: Improve verifier error messages for users (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- bpf: Rework ptr_limit into alu_limit and add common error path (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- bpf: Ensure off_reg has no mixed signed bounds for all types (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- bpf: Move off_reg into sanitize_ptr_alu (Daniel Borkmann) [Orabug: 32911979] {CVE-2021-29155}
- Revert "irqbypass: do not start cons/prod when failed connect" (Zhu Lingshan) [Orabug: 32874231]
- vdpa/mlx5: Restore the hardware used index after change map (Eli Cohen) [Orabug: 32874231]
- vdpa/mlx5: fix param validation in mlx5_vdpa_get_config() (Stefano Garzarella) [Orabug: 32874231]
- vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation (Gautam Dawar) [Orabug: 32874231]
- vdpa/mlx5: Retrieve BAR address suitable any function (Eli Cohen) [Orabug: 32874231]
- vdpa/mlx5: Fix wrong use of bit numbers (Eli Cohen) [Orabug: 32874231]
- vdpa/mlx5: Fix suspend/resume index restoration (Eli Cohen) [Orabug: 32874231]
- vhost-vdpa: protect concurrent access to vhost device iotlb (Xie Yongji) [Orabug: 32874231]
- vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails (Eli Cohen) [Orabug: 32874231]
- scsi: core: add scsi_host_busy_iter() (Hannes Reinecke) [Orabug: 32625115]
- scsi: fnic: Use scsi_host_busy_iter() to traverse commands (Hannes Reinecke) [Orabug: 32625115]
- scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() (Hannes Reinecke) [Orabug: 32625115]
- scsi: fnic: Validate io_req before others (Karan Tilak Kumar) [Orabug: 32625115]
- scsi: fnic: Set scsi_set_resid() only for underflow (Karan Tilak Kumar) [Orabug: 32625115]
- scsi: fnic: Avoid looping in TRANS ETH on unload (Karan Tilak Kumar) [Orabug: 32625115]
- scsi: fnic: Change shost_printk() to FNIC_FCS_DBG() (Karan Tilak Kumar) [Orabug: 32625115]
- scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc() (Liu Shixin) [Orabug: 32625115]
- scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.c (Ye Bin) [Orabug: 32625115]
- scsi: fnic: Do not call 'scsi_done()' for unhandled commands (Hannes Reinecke) [Orabug: 32625115]
- scsi: fnic: Remove unneeded semicolon (Jason Yan) [Orabug: 32625115]
- scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject() (Jason Yan) [Orabug: 32625115]
- scsi: fnic: Remove set but not used 'old_vlan' (Jason Yan) [Orabug: 32625115]
- scsi: fnic: Use eth_broadcast_addr() to assign broadcast address (Miaohe Lin) [Orabug: 32625115]
- scsi: fnic: Use true, false for fnic->internal_reset_inprogress (Jason Yan) [Orabug: 32625115]
- scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring static (Jason Yan) [Orabug: 32625115]
- scsi: fnic: make fnic_list and fnic_list_lock static (Jason Yan) [Orabug: 32625115]
- scsi: fnic: make some symbols static (Jason Yan) [Orabug: 32625115]
- scsi: fnic: Use scnprintf() for avoiding potential buffer overflow (Takashi Iwai) [Orabug: 32625115]
- scsi: fnic: make array dev_cmd_err static const, makes object smaller (Colin Ian King) [Orabug: 32625115]
- net/mlx5e: Fix SWP offsets when vlan inserted by driver (Venkat Venkatsubra) [Orabug: 32863935]
-
Sat May 22 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.202.5.el7uek]
- sctp: delay auto_asconf init until binding the first addr (Xin Long) [Orabug: 32907967] {CVE-2021-23133} {CVE-2021-23133}
- dm ioctl: fix out of bounds array access when no devices (Mikulas Patocka) [Orabug: 32860491] {CVE-2021-31916}
- uek-rpm: update kABI lists for the new symbols (Saeed Mirzamohammadi) [Orabug: 32883836]
- md/raid1: properly indicate failure when ending a failed write request (Paul Clements) [Orabug: 32888143]
- scsi: lpfc: Fix DMA virtual address ptr assignment in bsg (James Smart) [Orabug: 32827840]
-
Sat May 15 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.202.4.el7uek]
- uek-rpm: Update missing configs as compared to OL8.4 RHCK (Saeed Mirzamohammadi) [Orabug: 32837542]
- video: hyperv_fb: Add ratelimit on error message (Michael Kelley) [Orabug: 32867569]
- Drivers: hv: vmbus: Initialize unload_event statically (Andrea Parri (Microsoft)) [Orabug: 32867569]
- Drivers: hv: vmbus: Increase wait time for VMbus unload (Michael Kelley) [Orabug: 32867569]
- uek-rpm: Remove hwcap directive and /etc/ld.so.conf.d/*.conf file (Victor Erminpour) [Orabug: 32816428]
-
Sat May 08 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.202.3.el7uek]
- LTS tag: v5.4.94 (Jack Vogel)
- fs: fix lazytime expiration handling in __writeback_single_inode() (Eric Biggers)
- writeback: Drop I_DIRTY_TIME_EXPIRE (Jan Kara)
- dm integrity: conditionally disable "recalculate" feature (Mikulas Patocka)
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (Jean-Philippe Brucker)
- SMB3.1.1: do not log warning message if server doesn't populate salt (Steve French)
- arm64: mm: use single quantity to represent the PA to VA translation (Ard Biesheuvel)
- tracing: Fix race in trace_open and buffer resize call (Gaurav Kohli)
- io_uring: Fix current->fs handling in io_sq_wq_submit_work() (Nicolai Stange)
- HID: wacom: Correct NULL dereference on AES pen proximity (Jason Gerecke)
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()" (Wang Hai)
- gpio: mvebu: fix pwm .get_state period calculation (Baruch Siach)
- LTS tag: v5.4.93 (Jack Vogel)
- tcp: fix TCP_USER_TIMEOUT with zero window (Enke Chen)
- net: dsa: b53: fix an off by one in checking "vlan->vid" (Dan Carpenter)
- net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled (Tariq Toukan)
- net: mscc: ocelot: allow offloading of bridge on top of LAG (Vladimir Oltean)
- ipv6: set multicast flag on the multicast route (Matteo Croce)
- net_sched: reject silly cell_log in qdisc_get_rtab() (Eric Dumazet)
- net_sched: avoid shift-out-of-bounds in tcindex_set_parms() (Eric Dumazet)
- ipv6: create multicast route with RTPROT_KERNEL (Matteo Croce)
- udp: mask TOS bits in udp_v4_early_demux() (Guillaume Nault)
- kasan: fix incorrect arguments passing in kasan_add_zero_shadow (Lecopzer Chen)
- kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow (Lecopzer Chen)
- skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too (Alexander Lobakin)
- lightnvm: fix memory leak when submit fails (Pan Bian)
- sh_eth: Fix power down vs. is_opened flag ordering (Geert Uytterhoeven)
- net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext (Rasmus Villemoes)
- sh: dma: fix kconfig dependency for G2_DMA (Necip Fazil Yildiran)
- netfilter: rpfilter: mask ecn bits before fib lookup (Guillaume Nault)
- x86/cpu/amd: Set __max_die_per_package on AMD (Yazen Ghannam)
- pinctrl: ingenic: Fix JZ4760 support (Paul Cercueil)
- driver core: Extend device_is_dependent() (Rafael J. Wysocki)
- xhci: tegra: Delay for disabling LFPS detector (JC Kuo)
- xhci: make sure TRB is fully written before giving it to the controller (Mathias Nyman)
- usb: bdc: Make bdc pci driver depend on BROKEN (Patrik Jakobsson)
- usb: udc: core: Use lock when write to soft_connect (Thinh Nguyen)
- usb: gadget: aspeed: fix stop dma register setting. (Ryan Chen)
- USB: ehci: fix an interrupt calltrace error (Longfang Liu)
- ehci: fix EHCI host controller initialization sequence (Eugene Korenevsky)
- serial: mvebu-uart: fix tx lost characters at power off (Pali Rohár)
- stm class: Fix module init return on allocation failure (Wang Hui)
- intel_th: pci: Add Alder Lake-P support (Alexander Shishkin)
- x86/mmx: Use KFPU_387 for MMX string operations (Andy Lutomirski)
- x86/topology: Make __max_die_per_package available unconditionally (Borislav Petkov)
- x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state (Andy Lutomirski)
- irqchip/mips-cpu: Set IPI domain parent chip (Mathias Kresin)
- cifs: do not fail __smb_send_rqst if non-fatal signals are pending (Ronnie Sahlberg)
- iio: ad5504: Fix setting power-down state (Lars-Peter Clausen)
- can: peak_usb: fix use after free bugs (Vincent Mailhol)
- can: vxcan: vxcan_xmit: fix use after free bug (Vincent Mailhol)
- can: dev: can_restart: fix use after free bug (Vincent Mailhol)
- selftests: net: fib_tests: remove duplicate log test (Hangbin Liu)
- platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11 from allow-list (Hans de Goede)
- i2c: octeon: check correct size of maximum RECV_LEN packet (Wolfram Sang)
- powerpc: Fix alignment bug within the init sections (Ariel Marcovitch)
- scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression (Arnd Bergmann)
- pinctrl: aspeed: g6: Fix PWMG0 pinctrl setting (Billy Tsai)
- powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S (Youling Tang)
- drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0 (Ben Skeggs)
- drm/nouveau/mmu: fix vram heap sizing (Ben Skeggs)
- drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields (Ben Skeggs)
- drm/nouveau/privring: ack interrupts the same way as RM (Ben Skeggs)
- drm/nouveau/bios: fix issue shadowing expansion ROMs (Ben Skeggs)
- drm/amd/display: Fix to be able to stop crc calculation (Wayne Lin)
- drm/amdgpu/psp: fix psp gfx ctrl cmds (Victor Zhao)
- riscv: defconfig: enable gpio support for HiFive Unleashed (Sagar Shrikant Kadam)
- dts: phy: fix missing mdio device and probe failure of vsc8541-01 device (Sagar Shrikant Kadam)
- x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery (David Woodhouse)
- xen: Fix event channel callback via INTX/GSI (David Woodhouse)
- arm64: make atomic helpers __always_inline (Arnd Bergmann)
- clk: tegra30: Add hda clock default rates to clock driver (Peter Geis)
- HID: Ignore battery for Elan touchscreen on ASUS UX550 (Seth Miller)
- HID: logitech-dj: add the G602 receiver (Filipe Laíns)
- riscv: Fix sifive serial driver (Damien Le Moal)
- riscv: Fix kernel time_init() (Damien Le Moal)
- scsi: sd: Suppress spurious errors when WRITE SAME is being disabled (Ewan D. Milne)
- scsi: qedi: Correct max length of CHAP secret (Nilesh Javali)
- scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback (Can Guo)
- dm integrity: select CRYPTO_SKCIPHER (Anthony Iliopoulos)
- HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device (Kai-Heng Feng)
- ASoC: Intel: haswell: Add missing pm_ops (Cezary Rojewski)
- drm/i915/gt: Prevent use of engine->wa_ctx after error (Chris Wilson)
- drm/syncobj: Fix use-after-free (Daniel Vetter)
- drm/atomic: put state on error path (Pan Bian)
- dm integrity: fix a crash if "recalculate" used without "internal_hash" (Mikulas Patocka)
- dm: avoid filesystem lookup in dm_get_dev_t() (Hannes Reinecke)
- mmc: sdhci-xenon: fix 1.8v regulator stabilization (Alex Leibovich)
- mmc: core: don't initialize block size from ext_csd if not present (Peter Collingbourne)
- btrfs: send: fix invalid clone operations when cloning from the same file and root (Filipe Manana)
- btrfs: don't clear ret in btrfs_start_dirty_block_groups (Josef Bacik)
- btrfs: fix lockdep splat in btrfs_recover_relocation (Josef Bacik)
- btrfs: don't get an EINTR during drop_snapshot for reloc (Josef Bacik)
- ACPI: scan: Make acpi_bus_get_device() clear return pointer on error (Hans de Goede)
- ALSA: hda/via: Add minimum mute flag (Takashi Iwai)
- ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() (Takashi Iwai)
- platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634 (Jiaxun Yang)
- platform/x86: i2c-multi-instantiate: Don't create platform device for INT3515 ACPI nodes (Heikki Krogerus)
- i2c: bpmp-tegra: Ignore unknown I2C_M flags (Mikko Perttunen)
- LTS tag: v5.4.92 (Jack Vogel)
- spi: cadence: cache reference clock rate during probe (Michael Hennerich)
- mac80211: check if atf has been disabled in __ieee80211_schedule_txq (Lorenzo Bianconi)
- mac80211: do not drop tx nulldata packets on encrypted links (Felix Fietkau)
- tipc: fix NULL deref in tipc_link_xmit() (Hoang Le)
- net, sctp, filter: remap copy_from_user failure error (Daniel Borkmann)
- rxrpc: Fix handling of an unsupported token type in rxrpc_read() (David Howells)
- net: avoid 32 x truesize under-estimation for tiny skbs (Eric Dumazet)
- net: sit: unregister_netdevice on newlink's error path (Jakub Kicinski)
- net: stmmac: Fixed mtu channged by cache aligned (David Wu)
- rxrpc: Call state should be read with READ_ONCE() under some circumstances (Baptiste Lepers)
- net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands (Petr Machata)
- net: dcb: Validate netlink message in DCB handler (Petr Machata)
- esp: avoid unneeded kmap_atomic call (Willem de Bruijn)
- rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request (Andrey Zhizhikin)
- net: mvpp2: Remove Pause and Asym_Pause support (Stefan Chulski)
- mlxsw: core: Increase critical threshold for ASIC thermal zone (Vadim Pasternak)
- mlxsw: core: Add validation of transceiver temperature thresholds (Vadim Pasternak)
- net: ipv6: Validate GSO SKB before finish IPv6 processing (Aya Levin)
- netxen_nic: fix MSI/MSI-x interrupts (Manish Chopra)
- udp: Prevent reuseport_select_sock from reading uninitialized socks (Baptiste Lepers)
- bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback (Mircea Cirjaliu)
- bpf: Don't leak memory in bpf getsockopt when optlen == 0 (Stanislav Fomichev)
- nfsd4: readdirplus shouldn't return parent of export (J. Bruce Fields)
- spi: npcm-fiu: Disable clock in probe error path (Lukas Wunner)
- spi: npcm-fiu: simplify the return expression of npcm_fiu_probe() (Qinglang Miao)
- elfcore: fix building with clang (Arnd Bergmann)
- xen/privcmd: allow fetching resource sizes (Roger Pau Monne)
- compiler.h: Raise minimum version of GCC to 5.1 for arm64 (Will Deacon)
- usb: ohci: Make distrust_firmware param default to false (Hamish Martin)
- LTS tag: v5.4.91 (Jack Vogel)
- netfilter: nft_compat: remove flush counter optimization (Florian Westphal)
- netfilter: nf_nat: Fix memleak in nf_nat_init (Dinghao Liu)
- netfilter: conntrack: fix reading nf_conntrack_buckets (Jesper Dangaard Brouer)
- ALSA: firewire-tascam: Fix integer overflow in midi_port_work() (Geert Uytterhoeven)
- ALSA: fireface: Fix integer overflow in transmit_midi_msg() (Geert Uytterhoeven)
- dm: eliminate potential source of excessive kernel log noise (Mike Snitzer)
- net: sunrpc: interpret the return value of kstrtou32 correctly (j.nixdorf@avm.de)
- iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev() (Lu Baolu)
- mm, slub: consider rest of partial list if acquire_slab() fails (Jann Horn)
- drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is no reset-deassert MIPI-sequence (Hans de Goede)
- IB/mlx5: Fix error unwinding when set_has_smi_cap fails (Parav Pandit)
- RDMA/mlx5: Fix wrong free of blue flame register on error (Mark Bloch)
- bnxt_en: Improve stats context resource accounting with RDMA driver loaded. (Michael Chan)
- RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp (Dinghao Liu)
- RDMA/restrack: Don't treat as an error allocation ID wrapping (Leon Romanovsky)
- ext4: fix superblock checksum failure when setting password salt (Jan Kara)
- NFS: nfs_igrab_and_active must first reference the superblock (Trond Myklebust)
- NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter (Trond Myklebust)
- pNFS: Stricter ordering of layoutget and layoutreturn (Trond Myklebust)
- pNFS: Mark layout for return if return-on-close was not sent (Trond Myklebust)
- pNFS: We want return-on-close to complete when evicting the inode (Trond Myklebust)
- NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock (Dave Wysochanski)
- nvme-tcp: fix possible data corruption with bio merges (Sagi Grimberg)
- ASoC: Intel: fix error code cnl_set_dsp_D0() (Dan Carpenter)
- ASoC: meson: axg-tdmin: fix axg skew offset (Jerome Brunet)
- ASoC: meson: axg-tdm-interface: fix loopback (Jerome Brunet)
- dump_common_audit_data(): fix racy accesses to ->d_name (Al Viro)
- perf intel-pt: Fix 'CPU too large' error (Adrian Hunter)
- ARM: picoxcell: fix missing interrupt-parent properties (Arnd Bergmann)
- drm/msm: Call msm_init_vram before binding the gpu (Craig Tatlor)
- ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI (Shawn Guo)
- usb: typec: Fix copy paste error for NVIDIA alt-mode description (Peter Robinson)
- drm/amdgpu: fix a GPU hang issue when remove device (Dennis Li)
- nvmet-rdma: Fix list_del corruption on queue establishment failure (Israel Rukshin)
- nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN (Gopal Tiwari)
- selftests: fix the return value for UDP GRO test (Po-Hsu Lin)
- net: ethernet: fs_enet: Add missing MODULE_LICENSE (Michael Ellerman)
- misdn: dsp: select CONFIG_BITREVERSE (Arnd Bergmann)
- arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC (Randy Dunlap)
- bfq: Fix computation of shallow depth (Jan Kara)
- lib/raid6: Let $(UNROLL) rules work with macOS userland (John Millikin)
- hwmon: (pwm-fan) Ensure that calculation doesn't discard big period values (Uwe Kleine-König)
- habanalabs: Fix memleak in hl_device_reset (Dinghao Liu)
- habanalabs: register to pci shutdown callback (Oded Gabbay)
- ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram (Rasmus Villemoes)
- regulator: bd718x7: Add enable times (Guido Günther)
- btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan (Filipe Manana)
- netfilter: ipset: fixes possible oops in mtype_resize (Vasily Averin)
- ARC: build: move symlink creation to arch/arc/Makefile to avoid race (Masahiro Yamada)
- ARC: build: add boot_targets to PHONY (Masahiro Yamada)
- ARC: build: add uImage.lzma to the top-level target (Masahiro Yamada)
- ARC: build: remove non-existing bootpImage from KBUILD_IMAGE (Masahiro Yamada)
- dm integrity: fix flush with external metadata device (Mikulas Patocka)
- cifs: fix interrupted close commands (Paulo Alcantara)
- smb3: remove unused flag passed into close functions (Steve French)
- ext4: don't leak old mountpoint samples (Theodore Ts'o)
- ext4: fix bug for rename with RENAME_WHITEOUT (yangerkun)
- drm/i915/backlight: fix CPU mode backlight takeover on LPT (Jani Nikula)
- btrfs: tree-checker: check if chunk item end overflows (Su Yue)
- r8152: Add Lenovo Powered USB-C Travel Hub (Leon Schuermann)
- dm integrity: fix the maximum number of arguments (Mikulas Patocka)
- dm snapshot: flush merged data before committing metadata (Akilesh Kailash)
- dm raid: fix discard limits for raid1 (Mike Snitzer)
- mm/hugetlb: fix potential missing huge page size info (Miaohe Lin)
- ACPI: scan: Harden acpi_device_add() against device ID overflows (Dexuan Cui)
- RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd() (Tom Rix)
- MIPS: relocatable: fix possible boot hangup with KASLR enabled (Alexander Lobakin)
- MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB (Paul Cercueil)
- mips: lib: uncached: fix non-standard usage of variable 'sp' (Anders Roxell)
- mips: fix Section mismatch in reference (Anders Roxell)
- tracing/kprobes: Do the notrace functions check without kprobes on ftrace (Masami Hiramatsu)
- x86/hyperv: check cpu mask after interrupt has been disabled (Wei Liu)
- ASoC: dapm: remove widget from dirty list on free (Thomas Hebb)
- btrfs: prevent NULL pointer dereference in extent_io_tree_panic (Su Yue)
- kbuild: enforce -Werror=return-type (Olaf Hering)
- IB/ipoib: Improve latency in ipoib/cm connection formation (Manjunath Patil) [Orabug: 32852998]