Backport bugfix patches for mm/fs from upstream.
Ard Biesheuvel (1): arm64: mm: account for hotplug memory when randomizing the linear region
Dan Carpenter (1): crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()
Florian Fainelli (1): ARM: Qualify enabling of swiotlb_init()
Guo Xuenan (3): Revert "compiler: remove CONFIG_OPTIMIZE_INLINING entirely" disable OPTIMIZE_INLINING by default make OPTIMIZE_INLINING config editable
Johannes Weiner (1): mm: vmscan: fix missing psi annotation for node_reclaim()
John Garry (1): blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
Lu Baolu (1): iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries
Piotr Krysiuk (1): bpf, mips: Validate conditional branch offsets
Rafael Aquini (1): ipc: replace costly bailout check in sysvipc_find_ipc()
Sanjay Kumar (1): iommu/vt-d: Global devTLB flush when present context entry changed
Vlastimil Babka (1): mm: slub: fix slub_debug disabling for list of slabs
Xu Kuohai (1): bpf: Fix integer overflow in prealloc_elems_and_freelist()
yangerkun (1): ext4: flush s_error_work before journal destroy in ext4_fill_super
arch/arm/mm/init.c | 6 +- arch/arm64/kvm/sys_regs.h | 5 ++ arch/arm64/mm/init.c | 13 +++-- arch/mips/net/bpf_jit.c | 57 ++++++++++++++----- arch/x86/configs/i386_defconfig | 1 + arch/x86/configs/x86_64_defconfig | 1 + block/blk-mq-sched.c | 19 ++----- drivers/crypto/ccp/ccp-ops.c | 14 +++-- .../gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 5 ++ .../gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h | 5 +- drivers/iommu/intel/iommu.c | 34 +++++++---- .../pci/hive_isp_css_include/print_support.h | 4 ++ fs/ext4/super.c | 5 +- include/linux/compiler_types.h | 8 +++ ipc/util.c | 16 ++---- kernel/bpf/stackmap.c | 3 +- kernel/configs/tiny.config | 1 + lib/Kconfig.debug | 13 +++++ mm/slub.c | 13 +++-- mm/vmscan.c | 3 + 20 files changed, 154 insertions(+), 72 deletions(-)