Skip to content
  1. Feb 08, 2021
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v5.11-2' of... · 2db138bb
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - Use the 'python3' command to invoke python scripts because some
         distributions do not provide the 'python' command any more.
      
       - Clean-up and update documents
      
       - Use pkg-config to search libcrypto
      
       - Fix duplicated debug flags
      
       - Ignore some more stubs in scripts/kallsyms.c
      
      * tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        kallsyms: fix nonconverging kallsyms table with lld
        kbuild: fix duplicated flags in DEBUG_CFLAGS
        scripts/clang-tools: switch explicitly to Python 3
        kbuild: remove PYTHON variable
        Documentation/llvm: Add a section about supported architectures
        Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
        scripts: use pkg-config to locate libcrypto
        kconfig: mconf: fix HOSTCC call
        doc: gcc-plugins: update gcc-plugins.rst
        kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
        Documentation/Kbuild: Remove references to gcc-plugin.sh
        scripts: switch explicitly to Python 3
      2db138bb
  2. Feb 07, 2021
    • Linus Torvalds's avatar
      Merge tag '5.11-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6 · 825b5991
      Linus Torvalds authored
      Pull cifs fixes from Steve French:
       "Three small smb3 fixes for stable"
      
      * tag '5.11-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6:
        cifs: report error instead of invalid when revalidating a dentry fails
        smb3: fix crediting for compounding when only one request in flight
        smb3: Fix out-of-bounds bug in SMB2_negotiate()
      825b5991
    • Linus Torvalds's avatar
      Merge tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · f7455e5d
      Linus Torvalds authored
      Pull RISC-V fixes from Palmer Dabbelt:
       "A handful of fixes for this week:
      
         - A fix to avoid evalating the VA twice in virt_addr_valid, which
           fixes some WARNs under DEBUG_VIRTUAL.
      
         - Two fixes related to STRICT_KERNEL_RWX: one that fixes some
           permissions when strict is disabled, and one to fix some alignment
           issues when strict is enabled.
      
         - A fix to disallow the selection of MAXPHYSMEM_2GB on RV32, which
           isn't valid any more but may still show up in some oldconfigs.
      
        We still have the HiFive Unleashed ethernet phy reset regression, so
        there will likely be something coming next week"
      
      * tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        RISC-V: Define MAXPHYSMEM_1GB only for RV32
        riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWX
        RISC-V: Fix .init section permission update
        riscv: virt_addr_valid must check the address belongs to linear mapping
      f7455e5d
    • Linus Torvalds's avatar
      Merge tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · f06279ea
      Linus Torvalds authored
      Pull powerpc fixes from Michael Ellerman:
      
       - A fix for a change we made to __kernel_sigtramp_rt64() which confused
         glibc's backtrace logic, and also changed the semantics of that
         symbol, which was arguably an ABI break.
      
       - A fix for a stack overwrite in our VSX instruction emulation.
      
       - A couple of fixes for the Makefile logic in the new C VDSO.
      
      Thanks to Masahiro Yamada, Naveen N.  Rao, Raoni Fassina Firmino, and
      Ravi Bangoria.
      
      * tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semantics
        powerpc/vdso64: remove meaningless vgettimeofday.o build rule
        powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
        powerpc/sstep: Fix array out of bound warning
      f06279ea
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm · 4a7859ea
      Linus Torvalds authored
      Pull ARM fixes from Russell King:
      
       - Fix latent bug with DC21285 (Footbridge PCI bridge) configuration
         accessors that affects GCC >= 4.9.2
      
       - Fix misplaced tegra_uart_config in decompressor
      
       - Ensure signal page contents are initialised
      
       - Fix kexec oops
      
      * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm:
        ARM: kexec: fix oops after TLB are invalidated
        ARM: ensure the signal page contains defined contents
        ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in decompressor
        ARM: footbridge: fix dc21285 PCI configuration accessors
      4a7859ea
    • Linus Torvalds's avatar
      Merge tag 'usb-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 368afecb
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are some small, last-minute, USB driver fixes for 5.11-rc7
      
        They all resolve issues reported, or are a few new device ids for some
        drivers. They include:
      
         - new device ids for some usb-serial drivers
      
         - xhci fixes for a variety of reported problems
      
         - dwc3 driver bugfixes
      
         - dwc2 driver bugfixes
      
         - usblp driver bugfix
      
         - thunderbolt bugfix
      
         - few other tiny fixes
      
        All have been in linux-next with no reported issues"
      
      * tag 'usb-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: dwc2: Fix endpoint direction check in ep_from_windex
        usb: dwc3: fix clock issue during resume in OTG mode
        xhci: fix bounce buffer usage for non-sg list case
        usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720
        usb: xhci-mtk: break loop when find the endpoint to drop
        usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
        usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()
        USB: gadget: legacy: fix an error code in eth_bind()
        thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()
        USB: serial: option: Adding support for Cinterion MV31
        usb: xhci-mtk: fix unreleased bandwidth data
        usb: gadget: aspeed: add missing of_node_put
        USB: usblp: don't call usb_set_interface if there's a single alt
        USB: serial: cp210x: add pid/vid for WSDA-200-USB
        USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
      368afecb
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 7c2d1835
      Linus Torvalds authored
      Pull input fixes from Dmitry Torokhov:
       "Nothing terribly interesting, just a few fixups"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: xpad - sync supported devices with fork on GitHub
        Input: ariel-pwrbutton - remove unused variable ariel_pwrbutton_id_table
        Input: goodix - add support for Goodix GT9286 chip
        dt-bindings: input: touchscreen: goodix: Add binding for GT9286 IC
        dt-bindings: input: adc-keys: clarify description
        Input: ili210x - implement pressure reporting for ILI251x
        Input: i8042 - unbreak Pegatron C15B
        Input: st1232 - wait until device is ready before reading resolution
        Input: st1232 - do not read more bytes than needed
        Input: st1232 - fix off-by-one error in resolution handling
      7c2d1835
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 964d069f
      Linus Torvalds authored
      Pull SCSI fix from James Bottomley:
       "One fix in drivers (lpfc) that stops an oops on resource exhaustion"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        scsi: lpfc: Fix EEH encountering oops with NVMe traffic
      964d069f
    • Linus Torvalds's avatar
      Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-block · eec79181
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "A few small regression fixes:
      
         - NVMe pull request from Christoph:
             - more quirks for buggy devices (Thorsten Leemhuis, Claus Stovgaard)
             - update the email address for Keith (Keith Busch)
             - fix an out of bounds access in nvmet-tcp (Sagi Grimberg)
      
         - Regression fix for BFQ shallow depth calculations introduced in
           this merge window (Lin)"
      
      * tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-block:
        nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
        bfq-iosched: Revert "bfq: Fix computation of shallow depth"
        update the email address for Keith Bush
        nvme-pci: ignore the subsysem NQN on Phison E16
        nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
      eec79181
    • Linus Torvalds's avatar
      Merge tag 'io_uring-5.11-2021-02-05' of git://git.kernel.dk/linux-block · 860b45da
      Linus Torvalds authored
      Pull io_uring fixes from Jens Axboe:
       "Two small fixes that should go into 5.11:
      
         - task_work resource drop fix (Pavel)
      
         - identity COW fix (Xiaoguang)"
      
      * tag 'io_uring-5.11-2021-02-05' of git://git.kernel.dk/linux-block:
        io_uring: drop mm/files between task_work_submit
        io_uring: don't modify identity's files uncess identity is cowed
      860b45da
  3. Feb 06, 2021
    • Linus Torvalds's avatar
      Merge branch 'akpm' (patches from Andrew) · 1e0d27fc
      Linus Torvalds authored
      Merge misc fixes from Andrew Morton:
       "18 patches.
      
        Subsystems affected by this patch series: mm (hugetlb, compaction,
        vmalloc, shmem, memblock, pagecache, kasan, and hugetlb), mailmap,
        gcov, ubsan, and MAINTAINERS"
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>:
        MAINTAINERS/.mailmap: use my @kernel.org address
        mm: hugetlb: fix missing put_page in gather_surplus_pages()
        ubsan: implement __ubsan_handle_alignment_assumption
        kasan: make addr_has_metadata() return true for valid addresses
        kasan: add explicit preconditions to kasan_report()
        mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
        mailmap: add entries for Manivannan Sadhasivam
        mailmap: fix name/email for Viresh Kumar
        memblock: do not start bottom-up allocations with kernel_end
        mm: thp: fix MADV_REMOVE deadlock on shmem THP
        init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
        mm/vmalloc: separate put pages and flush VM flags
        mm, compaction: move high_pfn to the for loop scope
        mm: migrate: do not migrate HugeTLB page whose refcount is one
        mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
        mm: hugetlb: fix a race between isolating and freeing page
        mm: hugetlb: fix a race between freeing and dissolving the page
        mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
      1e0d27fc
    • Aurelien Aptel's avatar
      cifs: report error instead of invalid when revalidating a dentry fails · 21b200d0
      Aurelien Aptel authored
      
      
      Assuming
      - //HOST/a is mounted on /mnt
      - //HOST/b is mounted on /mnt/b
      
      On a slow connection, running 'df' and killing it while it's
      processing /mnt/b can make cifs_get_inode_info() returns -ERESTARTSYS.
      
      This triggers the following chain of events:
      => the dentry revalidation fail
      => dentry is put and released
      => superblock associated with the dentry is put
      => /mnt/b is unmounted
      
      This patch makes cifs_d_revalidate() return the error instead of 0
      (invalid) when cifs_revalidate_dentry() fails, except for ENOENT (file
      deleted) and ESTALE (file recreated).
      
      Signed-off-by: default avatarAurelien Aptel <aaptel@suse.com>
      Suggested-by: default avatarShyam Prasad N <nspmangalore@gmail.com>
      Reviewed-by: default avatarShyam Prasad N <nspmangalore@gmail.com>
      CC: stable@vger.kernel.org
      Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
      21b200d0
    • Nathan Chancellor's avatar
      MAINTAINERS/.mailmap: use my @kernel.org address · 654eb3f2
      Nathan Chancellor authored
      
      
      Use my @kernel.org for all points of contact so that I am always
      accessible.
      
      Link: https://lkml.kernel.org/r/20210126212730.2097108-1-nathan@kernel.org
      Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
      Acked-by: default avatarNick Desaulniers <ndesaulniers@google.com>
      Acked-by: default avatarMiguel Ojeda <ojeda@kernel.org>
      Cc: Sedat Dilek <sedat.dilek@gmail.com>
      Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      654eb3f2
    • Muchun Song's avatar
      mm: hugetlb: fix missing put_page in gather_surplus_pages() · e558464b
      Muchun Song authored
      The VM_BUG_ON_PAGE avoids the generation of any code, even if that
      expression has side-effects when !CONFIG_DEBUG_VM.
      
      Link: https://lkml.kernel.org/r/20210126031009.96266-1-songmuchun@bytedance.com
      Fixes: e5dfaceb
      
       ("mm/hugetlb.c: just use put_page_testzero() instead of page_count()")
      Signed-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
      Reviewed-by: default avatarMike Kravetz <mike.kravetz@oracle.com>
      Reviewed-by: default avatarMiaohe Lin <linmiaohe@huawei.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      e558464b
    • Nathan Chancellor's avatar
      ubsan: implement __ubsan_handle_alignment_assumption · 28abcc96
      Nathan Chancellor authored
      
      
      When building ARCH=mips 32r2el_defconfig with CONFIG_UBSAN_ALIGNMENT:
      
        ld.lld: error: undefined symbol: __ubsan_handle_alignment_assumption
           referenced by slab.h:557 (include/linux/slab.h:557)
                         main.o:(do_initcalls) in archive init/built-in.a
           referenced by slab.h:448 (include/linux/slab.h:448)
                         do_mounts_rd.o:(rd_load_image) in archive init/built-in.a
           referenced by slab.h:448 (include/linux/slab.h:448)
                         do_mounts_rd.o:(identify_ramdisk_image) in archive init/built-in.a
           referenced 1579 more times
      
      Implement this for the kernel based on LLVM's
      handleAlignmentAssumptionImpl because the kernel is not linked against
      the compiler runtime.
      
      Link: https://github.com/ClangBuiltLinux/linux/issues/1245
      Link: https://github.com/llvm/llvm-project/blob/llvmorg-11.0.1/compiler-rt/lib/ubsan/ubsan_handlers.cpp#L151-L190
      Link: https://lkml.kernel.org/r/20210127224451.2587372-1-nathan@kernel.org
      Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
      Acked-by: default avatarKees Cook <keescook@chromium.org>
      Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      28abcc96
    • Vincenzo Frascino's avatar
      kasan: make addr_has_metadata() return true for valid addresses · b99acdcb
      Vincenzo Frascino authored
      Currently, addr_has_metadata() returns true for every address.  An
      invalid address (e.g.  NULL) passed to the function when, KASAN_HW_TAGS
      is enabled, leads to a kernel panic.
      
      Make addr_has_metadata() return true for valid addresses only.
      
      Note: KASAN_HW_TAGS support for vmalloc will be added with a future
      patch.
      
      Link: https://lkml.kernel.org/r/20210126134409.47894-3-vincenzo.frascino@arm.com
      Fixes: 2e903b91
      
       ("kasan, arm64: implement HW_TAGS runtime")
      Signed-off-by: default avatarVincenzo Frascino <vincenzo.frascino@arm.com>
      Reviewed-by: default avatarAndrey Konovalov <andreyknvl@google.com>
      Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
      Cc: Alexander Potapenko <glider@google.com>
      Cc: Dmitry Vyukov <dvyukov@google.com>
      Cc: Leon Romanovsky <leonro@mellanox.com>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Naresh Kamboju <naresh.kamboju@linaro.org>
      Cc: "Paul E . McKenney" <paulmck@kernel.org>
      Cc: Will Deacon <will@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      b99acdcb
    • Vincenzo Frascino's avatar
      kasan: add explicit preconditions to kasan_report() · 49c6631d
      Vincenzo Frascino authored
      
      
      Patch series "kasan: Fix metadata detection for KASAN_HW_TAGS", v5.
      
      With the introduction of KASAN_HW_TAGS, kasan_report() currently assumes
      that every location in memory has valid metadata associated.  This is
      due to the fact that addr_has_metadata() returns always true.
      
      As a consequence of this, an invalid address (e.g.  NULL pointer
      address) passed to kasan_report() when KASAN_HW_TAGS is enabled, leads
      to a kernel panic.
      
      Example below, based on arm64:
      
         BUG: KASAN: invalid-access in 0x0
         Read at addr 0000000000000000 by task swapper/0/1
         Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000
         Mem abort info:
           ESR = 0x96000004
           EC = 0x25: DABT (current EL), IL = 32 bits
           SET = 0, FnV = 0
           EA = 0, S1PTW = 0
         Data abort info:
           ISV = 0, ISS = 0x00000004
           CM = 0, WnR = 0
      
        ...
      
         Call trace:
          mte_get_mem_tag+0x24/0x40
          kasan_report+0x1a4/0x410
          alsa_sound_last_init+0x8c/0xa4
          do_one_initcall+0x50/0x1b0
          kernel_init_freeable+0x1d4/0x23c
          kernel_init+0x14/0x118
          ret_from_fork+0x10/0x34
         Code: d65f03c0 9000f021 f9428021 b6cfff61 (d9600000)
         ---[ end trace 377c8bb45bdd3a1a ]---
         hrtimer: interrupt took 48694256 ns
         note: swapper/0[1] exited with preempt_count 1
         Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
         SMP: stopping secondary CPUs
         Kernel Offset: 0x35abaf140000 from 0xffff800010000000
         PHYS_OFFSET: 0x40000000
         CPU features: 0x0a7e0152,61c0a030
         Memory Limit: none
         ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---
      
      This series fixes the behavior of addr_has_metadata() that now returns
      true only when the address is valid.
      
      This patch (of 2):
      
      With the introduction of KASAN_HW_TAGS, kasan_report() accesses the
      metadata only when addr_has_metadata() succeeds.
      
      Add a comment to make sure that the preconditions to the function are
      explicitly clarified.
      
      Link: https://lkml.kernel.org/r/20210126134409.47894-1-vincenzo.frascino@arm.com
      Link: https://lkml.kernel.org/r/20210126134409.47894-2-vincenzo.frascino@arm.com
      Signed-off-by: default avatarVincenzo Frascino <vincenzo.frascino@arm.com>
      Reviewed-by: default avatarAndrey Konovalov <andreyknvl@google.com>
      Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
      Cc: Alexander Potapenko <glider@google.com>
      Cc: Dmitry Vyukov <dvyukov@google.com>
      Cc: Leon Romanovsky <leonro@mellanox.com>
      Cc: Andrey Konovalov <andreyknvl@google.com>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Will Deacon <will@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: "Paul E . McKenney" <paulmck@kernel.org>
      Cc: Naresh Kamboju <naresh.kamboju@linaro.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      49c6631d
    • Waiman Long's avatar
      mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked() · da74240e
      Waiman Long authored
      Commit 3fea5a49 ("mm: memcontrol: convert page cache to a new
      mem_cgroup_charge() API") introduced a bug in __add_to_page_cache_locked()
      causing the following splat:
      
        page dumped because: VM_BUG_ON_PAGE(page_memcg(page))
        pages's memcg:ffff8889a4116000
        ------------[ cut here ]------------
        kernel BUG at mm/memcontrol.c:2924!
        invalid opcode: 0000 [#1] SMP KASAN PTI
        CPU: 35 PID: 12345 Comm: cat Tainted: G S      W I       5.11.0-rc4-debug+ #1
        Hardware name: HP HP Z8 G4 Workstation/81C7, BIOS P60 v01.25 12/06/2017
        RIP: commit_charge+0xf4/0x130
        Call Trace:
          mem_cgroup_charge+0x175/0x770
          __add_to_page_cache_locked+0x712/0xad0
          add_to_page_cache_lru+0xc5/0x1f0
          cachefiles_read_or_alloc_pages+0x895/0x2e10 [cachefiles]
          __fscache_read_or_alloc_pages+0x6c0/0xa00 [fscache]
          __nfs_readpages_from_fscache+0x16d/0x630 [nfs]
          nfs_readpages+0x24e/0x540 [nfs]
          read_pages+0x5b1/0xc40
          page_cache_ra_unbounded+0x460/0x750
          generic_file_buffered_read_get_pages+0x290/0x1710
          generic_file_buffered_read+0x2a9/0xc30
          nfs_file_read+0x13f/0x230 [nfs]
          new_sync_read+0x3af/0x610
          vfs_read+0x339/0x4b0
          ksys_read+0xf1/0x1c0
          do_syscall_64+0x33/0x40
          entry_SYSCALL_64_after_hwframe+0x44/0xa9
      
      Before that commit, there was a try_charge() and commit_charge() in
      __add_to_page_cache_locked().  These two separated charge functions were
      replaced by a single mem_cgroup_charge().  However, it forgot to add a
      matching mem_cgroup_uncharge() when the xarray insertion failed with the
      page released back to the pool.
      
      Fix this by adding a mem_cgroup_uncharge() call when insertion error
      happens.
      
      Link: https://lkml.kernel.org/r/20210125042441.20030-1-longman@redhat.com
      Fixes: 3fea5a49
      
       ("mm: memcontrol: convert page cache to a new mem_cgroup_charge() API")
      Signed-off-by: default avatarWaiman Long <longman@redhat.com>
      Reviewed-by: default avatarAlex Shi <alex.shi@linux.alibaba.com>
      Acked-by: default avatarJohannes Weiner <hannes@cmpxchg.org>
      Cc: Matthew Wilcox <willy@infradead.org>
      Cc: Miaohe Lin <linmiaohe@huawei.com>
      Cc: Muchun Song <smuchun@gmail.com>
      Cc: Michal Hocko <mhocko@suse.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      da74240e
    • Manivannan Sadhasivam's avatar
      mailmap: add entries for Manivannan Sadhasivam · 9c41e526
      Manivannan Sadhasivam authored
      
      
      Map my personal and work addresses to korg mail address.
      
      Link: https://lkml.kernel.org/r/20210201104640.108556-1-manivannan.sadhasivam@linaro.org
      Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      9c41e526
    • Viresh Kumar's avatar
      mailmap: fix name/email for Viresh Kumar · 4c415b9a
      Viresh Kumar authored
      
      
      For some of the patches the email id was misspelled to linaro.com
      instead of linaro.org and for others Viresh Kumar was written as "viresh
      kumar" (all small).  Fix both with help of mailmap entries.
      
      Link: https://lkml.kernel.org/r/d6b80b210d7fe0ddc1d4d0b22eff9708c72ef8b3.1612178938.git.viresh.kumar@linaro.org
      Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4c415b9a
    • Roman Gushchin's avatar
      memblock: do not start bottom-up allocations with kernel_end · 2dcb3964
      Roman Gushchin authored
      With kaslr the kernel image is placed at a random place, so starting the
      bottom-up allocation with the kernel_end can result in an allocation
      failure and a warning like this one:
      
        hugetlb_cma: reserve 2048 MiB, up to 2048 MiB per node
        ------------[ cut here ]------------
        memblock: bottom-up allocation failed, memory hotremove may be affected
        WARNING: CPU: 0 PID: 0 at mm/memblock.c:332 memblock_find_in_range_node+0x178/0x25a
        Modules linked in:
        CPU: 0 PID: 0 Comm: swapper Not tainted 5.10.0+ #1169
        Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-1.fc33 04/01/2014
        RIP: 0010:memblock_find_in_range_node+0x178/0x25a
        Code: e9 6d ff ff ff 48 85 c0 0f 85 da 00 00 00 80 3d 9b 35 df 00 00 75 15 48 c7 c7 c0 75 59 88 c6 05 8b 35 df 00 01 e8 25 8a fa ff <0f> 0b 48 c7 44 24 20 ff ff ff ff 44 89 e6 44 89 ea 48 c7 c1 70 5c
        RSP: 0000:ffffffff88803d18 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
        RAX: 0000000000000000 RBX: 0000000240000000 RCX: 00000000ffffdfff
        RDX: 00000000ffffdfff RSI: 00000000ffffffea RDI: 0000000000000046
        RBP: 0000000100000000 R08: ffffffff88922788 R09: 0000000000009ffb
        R10: 00000000ffffe000 R11: 3fffffffffffffff R12: 0000000000000000
        R13: 0000000000000000 R14: 0000000080000000 R15: 00000001fb42c000
        FS:  0000000000000000(0000) GS:ffffffff88f71000(0000) knlGS:0000000000000000
        CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
        CR2: ffffa080fb401000 CR3: 00000001fa80a000 CR4: 00000000000406b0
        Call Trace:
          memblock_alloc_range_nid+0x8d/0x11e
          cma_declare_contiguous_nid+0x2c4/0x38c
          hugetlb_cma_reserve+0xdc/0x128
          flush_tlb_one_kernel+0xc/0x20
          native_set_fixmap+0x82/0xd0
          flat_get_apic_id+0x5/0x10
          register_lapic_address+0x8e/0x97
          setup_arch+0x8a5/0xc3f
          start_kernel+0x66/0x547
          load_ucode_bsp+0x4c/0xcd
          secondary_startup_64_no_verify+0xb0/0xbb
        random: get_random_bytes called from __warn+0xab/0x110 with crng_init=0
        ---[ end trace f151227d0b39be70 ]---
      
      At the same time, the kernel image is protected with memblock_reserve(),
      so we can just start searching at PAGE_SIZE.  In this case the bottom-up
      allocation has the same chances to success as a top-down allocation, so
      there is no reason to fallback in the case of a failure.  All together it
      simplifies the logic.
      
      Link: https://lkml.kernel.org/r/20201217201214.3414100-2-guro@fb.com
      Fixes: 8fabc623
      
       ("powerpc: Ensure that swiotlb buffer is allocated from low memory")
      Signed-off-by: default avatarRoman Gushchin <guro@fb.com>
      Reviewed-by: default avatarMike Rapoport <rppt@linux.ibm.com>
      Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
      Cc: Michal Hocko <mhocko@kernel.org>
      Cc: Rik van Riel <riel@surriel.com>
      Cc: Wonhyuk Yang <vvghjk1234@gmail.com>
      Cc: Thiago Jung Bauermann <bauerman@linux.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      2dcb3964
    • Hugh Dickins's avatar
      mm: thp: fix MADV_REMOVE deadlock on shmem THP · 1c2f6730
      Hugh Dickins authored
      Sergey reported deadlock between kswapd correctly doing its usual
      lock_page(page) followed by down_read(page->mapping->i_mmap_rwsem), and
      madvise(MADV_REMOVE) on an madvise(MADV_HUGEPAGE) area doing
      down_write(page->mapping->i_mmap_rwsem) followed by lock_page(page).
      
      This happened when shmem_fallocate(punch hole)'s unmap_mapping_range()
      reaches zap_pmd_range()'s call to __split_huge_pmd().  The same deadlock
      could occur when partially truncating a mapped huge tmpfs file, or using
      fallocate(FALLOC_FL_PUNCH_HOLE) on it.
      
      __split_huge_pmd()'s page lock was added in 5.8, to make sure that any
      concurrent use of reuse_swap_page() (holding page lock) could not catch
      the anon THP's mapcounts and swapcounts while they were being split.
      
      Fortunately, reuse_swap_page() is never applied to a shmem or file THP
      (not even by khugepaged, which checks PageSwapCache before calling), and
      anonymous THPs are never created in shmem or file areas: so that
      __split_huge_pmd()'s page lock can only be necessary for anonymous THPs,
      on which there is no risk of deadlock with i_mmap_rwsem.
      
      Link: https://lkml.kernel.org/r/alpine.LSU.2.11.2101161409470.2022@eggly.anvils
      Fixes: c444eb56
      
       ("mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()")
      Signed-off-by: default avatarHugh Dickins <hughd@google.com>
      Reported-by: default avatarSergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
      Reviewed-by: default avatarAndrea Arcangeli <aarcange@redhat.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      1c2f6730
    • Johannes Berg's avatar
      init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov · 55b6f763
      Johannes Berg authored
      
      
      On ARCH=um, loading a module doesn't result in its constructors getting
      called, which breaks module gcov since the debugfs files are never
      registered.  On the other hand, in-kernel constructors have already been
      called by the dynamic linker, so we can't call them again.
      
      Get out of this conundrum by allowing CONFIG_CONSTRUCTORS to be
      selected, but avoiding the in-kernel constructor calls.
      
      Also remove the "if !UML" from GCOV selecting CONSTRUCTORS now, since we
      really do want CONSTRUCTORS, just not kernel binary ones.
      
      Link: https://lkml.kernel.org/r/20210120172041.c246a2cac2fb.I1358f584b76f1898373adfed77f4462c8705b736@changeid
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      Reviewed-by: default avatarPeter Oberparleiter <oberpar@linux.ibm.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Jessica Yu <jeyu@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      55b6f763
    • Rick Edgecombe's avatar
      mm/vmalloc: separate put pages and flush VM flags · 4f6ec860
      Rick Edgecombe authored
      When VM_MAP_PUT_PAGES was added, it was defined with the same value as
      VM_FLUSH_RESET_PERMS.  This doesn't seem like it will cause any big
      functional problems other than some excess flushing for VM_MAP_PUT_PAGES
      allocations.
      
      Redefine VM_MAP_PUT_PAGES to have its own value.  Also, rearrange things
      so flags are less likely to be missed in the future.
      
      Link: https://lkml.kernel.org/r/20210122233706.9304-1-rick.p.edgecombe@intel.com
      Fixes: b944afc9
      
       ("mm: add a VM_MAP_PUT_PAGES flag for vmap")
      Signed-off-by: default avatarRick Edgecombe <rick.p.edgecombe@intel.com>
      Suggested-by: default avatarMatthew Wilcox <willy@infradead.org>
      Cc: Miaohe Lin <linmiaohe@huawei.com>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Daniel Axtens <dja@axtens.net>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4f6ec860
    • Rokudo Yan's avatar
      mm, compaction: move high_pfn to the for loop scope · 74e21484
      Rokudo Yan authored
      In fast_isolate_freepages, high_pfn will be used if a prefered one (ie
      PFN >= low_fn) not found.
      
      But the high_pfn is not reset before searching an free area, so when it
      was used as freepage, it may from another free area searched before.  As
      a result move_freelist_head(freelist, freepage) will have unexpected
      behavior (eg corrupt the MOVABLE freelist)
      
        Unable to handle kernel paging request at virtual address dead000000000200
        Mem abort info:
          ESR = 0x96000044
          Exception class = DABT (current EL), IL = 32 bits
          SET = 0, FnV = 0
          EA = 0, S1PTW = 0
        Data abort info:
          ISV = 0, ISS = 0x00000044
          CM = 0, WnR = 1
        [dead000000000200] address between user and kernel address ranges
      
        -000|list_cut_before(inline)
        -000|move_freelist_head(inline)
        -000|fast_isolate_freepages(inline)
        -000|isolate_freepages(inline)
        -000|compaction_alloc(?, ?)
        -001|unmap_and_move(inline)
        -001|migrate_pages([NSD:0xFFFFFF80088CBBD0] from = 0xFFFFFF80088CBD88, [NSD:0xFFFFFF80088CBBC8] get_new_p
        -002|__read_once_size(inline)
        -002|static_key_count(inline)
        -002|static_key_false(inline)
        -002|trace_mm_compaction_migratepages(inline)
        -002|compact_zone(?, [NSD:0xFFFFFF80088CBCB0] capc = 0x0)
        -003|kcompactd_do_work(inline)
        -003|kcompactd([X19] p = 0xFFFFFF93227FBC40)
        -004|kthread([X20] _create = 0xFFFFFFE1AFB26380)
        -005|ret_from_fork(asm)
      
      The issue was reported on an smart phone product with 6GB ram and 3GB
      zram as swap device.
      
      This patch fixes the issue by reset high_pfn before searching each free
      area, which ensure freepage and freelist match when call
      move_freelist_head in fast_isolate_freepages().
      
      Link: http://lkml.kernel.org/r/20190118175136.31341-12-mgorman@techsingularity.net
      Link: https://lkml.kernel.org/r/20210112094720.1238444-1-wu-yan@tcl.com
      Fixes: 5a811889
      
       ("mm, compaction: use free lists to quickly locate a migration target")
      Signed-off-by: default avatarRokudo Yan <wu-yan@tcl.com>
      Acked-by: default avatarMel Gorman <mgorman@techsingularity.net>
      Acked-by: default avatarVlastimil Babka <vbabka@suse.cz>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      74e21484
    • Muchun Song's avatar
      mm: migrate: do not migrate HugeTLB page whose refcount is one · 71a64f61
      Muchun Song authored
      
      
      All pages isolated for the migration have an elevated reference count and
      therefore seeing a reference count equal to 1 means that the last user of
      the page has dropped the reference and the page has became unused and
      there doesn't make much sense to migrate it anymore.
      
      This has been done for regular pages and this patch does the same for
      hugetlb pages.  Although the likelihood of the race is rather small for
      hugetlb pages it makes sense the two code paths in sync.
      
      Link: https://lkml.kernel.org/r/20210115124942.46403-2-songmuchun@bytedance.com
      Signed-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
      Reviewed-by: default avatarMike Kravetz <mike.kravetz@oracle.com>
      Acked-by: default avatarYang Shi <shy828301@gmail.com>
      Acked-by: default avatarMichal Hocko <mhocko@suse.com>
      Reviewed-by: default avatarDavid Hildenbrand <david@redhat.com>
      Reviewed-by: default avatarOscar Salvador <osalvador@suse.de>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      71a64f61
    • Muchun Song's avatar
      mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active · ecbf4724
      Muchun Song authored
      The page_huge_active() can be called from scan_movable_pages() which do
      not hold a reference count to the HugeTLB page.  So when we call
      page_huge_active() from scan_movable_pages(), the HugeTLB page can be
      freed parallel.  Then we will trigger a BUG_ON which is in the
      page_huge_active() when CONFIG_DEBUG_VM is enabled.  Just remove the
      VM_BUG_ON_PAGE.
      
      Link: https://lkml.kernel.org/r/20210115124942.46403-6-songmuchun@bytedance.com
      Fixes: 7e1f049e
      
       ("mm: hugetlb: cleanup using paeg_huge_active()")
      Signed-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
      Reviewed-by: default avatarMike Kravetz <mike.kravetz@oracle.com>
      Acked-by: default avatarMichal Hocko <mhocko@suse.com>
      Reviewed-by: default avatarOscar Salvador <osalvador@suse.de>
      Cc: David Hildenbrand <david@redhat.com>
      Cc: Yang Shi <shy828301@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ecbf4724
    • Muchun Song's avatar
      mm: hugetlb: fix a race between isolating and freeing page · 0eb2df2b
      Muchun Song authored
      There is a race between isolate_huge_page() and __free_huge_page().
      
        CPU0:                                     CPU1:
      
        if (PageHuge(page))
                                                  put_page(page)
                                                    __free_huge_page(page)
                                                        spin_lock(&hugetlb_lock)
                                                        update_and_free_page(page)
                                                          set_compound_page_dtor(page,
                                                            NULL_COMPOUND_DTOR)
                                                        spin_unlock(&hugetlb_lock)
          isolate_huge_page(page)
            // trigger BUG_ON
            VM_BUG_ON_PAGE(!PageHead(page), page)
            spin_lock(&hugetlb_lock)
            page_huge_active(page)
              // trigger BUG_ON
              VM_BUG_ON_PAGE(!PageHuge(page), page)
            spin_unlock(&hugetlb_lock)
      
      When we isolate a HugeTLB page on CPU0.  Meanwhile, we free it to the
      buddy allocator on CPU1.  Then, we can trigger a BUG_ON on CPU0, because
      it is already freed to the buddy allocator.
      
      Link: https://lkml.kernel.org/r/20210115124942.46403-5-songmuchun@bytedance.com
      Fixes: c8721bbb
      
       ("mm: memory-hotplug: enable memory hotplug to handle hugepage")
      Signed-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
      Reviewed-by: default avatarMike Kravetz <mike.kravetz@oracle.com>
      Acked-by: default avatarMichal Hocko <mhocko@suse.com>
      Reviewed-by: default avatarOscar Salvador <osalvador@suse.de>
      Cc: David Hildenbrand <david@redhat.com>
      Cc: Yang Shi <shy828301@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0eb2df2b
    • Muchun Song's avatar
      mm: hugetlb: fix a race between freeing and dissolving the page · 7ffddd49
      Muchun Song authored
      There is a race condition between __free_huge_page()
      and dissolve_free_huge_page().
      
        CPU0:                         CPU1:
      
        // page_count(page) == 1
        put_page(page)
          __free_huge_page(page)
                                      dissolve_free_huge_page(page)
                                        spin_lock(&hugetlb_lock)
                                        // PageHuge(page) && !page_count(page)
                                        update_and_free_page(page)
                                        // page is freed to the buddy
                                        spin_unlock(&hugetlb_lock)
            spin_lock(&hugetlb_lock)
            clear_page_huge_active(page)
            enqueue_huge_page(page)
            // It is wrong, the page is already freed
            spin_unlock(&hugetlb_lock)
      
      The race window is between put_page() and dissolve_free_huge_page().
      
      We should make sure that the page is already on the free list when it is
      dissolved.
      
      As a result __free_huge_page would corrupt page(s) already in the buddy
      allocator.
      
      Link: https://lkml.kernel.org/r/20210115124942.46403-4-songmuchun@bytedance.com
      Fixes: c8721bbb
      
       ("mm: memory-hotplug: enable memory hotplug to handle hugepage")
      Signed-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
      Reviewed-by: default avatarMike Kravetz <mike.kravetz@oracle.com>
      Reviewed-by: default avatarOscar Salvador <osalvador@suse.de>
      Acked-by: default avatarMichal Hocko <mhocko@suse.com>
      Cc: David Hildenbrand <david@redhat.com>
      Cc: Yang Shi <shy828301@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7ffddd49
    • Muchun Song's avatar
      mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page · 585fc0d2
      Muchun Song authored
      If a new hugetlb page is allocated during fallocate it will not be
      marked as active (set_page_huge_active) which will result in a later
      isolate_huge_page failure when the page migration code would like to
      move that page.  Such a failure would be unexpected and wrong.
      
      Only export set_page_huge_active, just leave clear_page_huge_active as
      static.  Because there are no external users.
      
      Link: https://lkml.kernel.org/r/20210115124942.46403-3-songmuchun@bytedance.com
      Fixes: 70c3547e
      
       (hugetlbfs: add hugetlbfs_fallocate())
      Signed-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
      Acked-by: default avatarMichal Hocko <mhocko@suse.com>
      Reviewed-by: default avatarMike Kravetz <mike.kravetz@oracle.com>
      Reviewed-by: default avatarOscar Salvador <osalvador@suse.de>
      Cc: David Hildenbrand <david@redhat.com>
      Cc: Yang Shi <shy828301@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      585fc0d2
    • Linus Torvalds's avatar
      Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux · 17fbcdf9
      Linus Torvalds authored
      Pull nfsd fix from Chuck Lever:
       "Fix non-page-aligned NFS READs"
      
      * tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
        SUNRPC: Fix NFS READs that start at non-page-aligned offsets
      17fbcdf9
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 6157ce59
      Linus Torvalds authored
      Pull KVM fixes from Paolo Bonzini:
       "x86 has lots of small bugfixes, mostly one liners. It's quite late in
        5.11-rc but none of them are related to this merge window; it's just
        bugs coming in at the wrong time.
      
        Of note among the others is "KVM: x86: Allow guests to see
        MSR_IA32_TSX_CTRL even if tsx=off" that fixes a live migration failure
        seen on distros that hadn't switched to tsx=off right away.
      
        ARM:
        - Avoid clobbering extra registers on initialisation"
      
      [ Sean Christopherson notes that commit 943dea8a ("KVM: x86: Update
        emulator context mode if SYSENTER xfers to 64-bit mode") should have
        had authorship credited to Jonny Barker, not to him.  - Linus ]
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
        KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
        KVM: x86: cleanup CR3 reserved bits checks
        KVM: SVM: Treat SVM as unsupported when running as an SEV guest
        KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
        KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check
        KVM/x86: assign hva with the right value to vm_munmap the pages
        KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
        Fix unsynchronized access to sev members through svm_register_enc_region
        KVM: Documentation: Fix documentation for nested.
        KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
        KVM: arm64: Don't clobber x4 in __do_hyp_init
      6157ce59
    • Linus Torvalds's avatar
      Merge tag 'iommu-fixes-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · 97ba0c74
      Linus Torvalds authored
      Pull IOMMU fix from Joerg Roedel:
       "Fix a possible NULL-ptr dereference in dev_iommu_priv_get() which is
        too easy to accidentially trigger from IOMMU drivers.
      
        In the current case the AMD IOMMU driver triggered it on some machines
        in the IO-page-fault path, so fix it once and for all"
      
      * tag 'iommu-fixes-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
        iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing it
      97ba0c74
    • Linus Torvalds's avatar
      Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost · e07ce64d
      Linus Torvalds authored
      Pull vdpa fix from Michael Tsirkin:
       "A bugfix in the mlx driver I got at the last minute"
      
      * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
        vdpa/mlx5: Restore the hardware used index after change map
      e07ce64d
    • Linus Torvalds's avatar
      Merge tag 'mmc-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc · 2d8bdf59
      Linus Torvalds authored
      Pull MMC fixes from Ulf Hansson:
       "MMC core:
         - Limit retries when analyse of SDIO tuples fails
      
        MMC host:
         - sdhci: Fix linking err for sdhci-brcmstb"
      
      * tag 'mmc-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
        mmc: sdhci-pltfm: Fix linking err for sdhci-brcmstb
        mmc: core: Limit retries when analyse of SDIO tuples fails
      2d8bdf59
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2021-02-05-1' of git://anongit.freedesktop.org/drm/drm · 8e91dd93
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Fixes for rc7, bit bigger than I'd like at this stage, but most of the
        i915 stuff and some amdgpu is destined for staging and I'd rather not
        hold it up, the i915 changes also pulled in a few precusor code
        movement patches to make things cleaner, but nothing seems that
        horrible, and I've checked over all of it.
      
        Otherwise there is a nouveau dma-api warning regression, and a ttm
        page allocation warning fix, and some fixes for a bridge chip,
      
        ttm:
         - fix huge page warning regression
      
        i915:
         - Skip vswing programming for TBT
         - Power up combo PHY lanes for HDMI
         - Fix double YUV range correction on HDR planes
         - Fix the MST PBN divider calculation
         - Fix LTTPR vswing/pre-emp setting in non-transparent mode
         - Move the breadcrumb to the signaler if completed upon cancel
         - Close race between enable_breadcrumbs and cancel_breadcrumbs
         - Drop lru bumping on display unpinning
      
        amdgpu:
         - Fix retry in gem create
         - Vangogh fixes
         - Fix for display from shared buffers
         - Various display fixes
      
        amdkfd:
         - Fix regression in buffer free
      
        nouveau:
         - fix DMA API warning regression
      
        drm/bridge/lontium-lt9611uxc:
         - EDID fixes
         - Don't handle hotplug events in IRQ handler"
      
      * tag 'drm-fixes-2021-02-05-1' of git://anongit.freedesktop.org/drm/drm: (29 commits)
        drm/nouveau: fix dma syncing warning with debugging on.
        drm/amd/display: Decrement refcount of dc_sink before reassignment
        drm/amd/display: Free atomic state after drm_atomic_commit
        drm/amd/display: Fix dc_sink kref count in emulated_link_detect
        drm/amd/display: Release DSC before acquiring
        drm/amd/display: Revert "Fix EDID parsing after resume from suspend"
        drm/amd/display: Add more Clock Sources to DCN2.1
        drm/amd/display: reuse current context instead of recreating one
        drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL
        drm/amdgpu: enable freesync for A+A configs
        drm/amd/pm: fill in the data member of v2 gpu metrics table for vangogh
        drm/amdgpu/gfx10: update CGTS_TCC_DISABLE and CGTS_USER_TCC_DISABLE register offsets for VGH
        drm/amdkfd: fix null pointer panic while free buffer in kfd
        drm/amdgpu: fix the issue that retry constantly once the buffer is oversize
        drm/i915/dp: Fix LTTPR vswing/pre-emp setting in non-transparent mode
        drm/i915/dp: Move intel_dp_set_signal_levels() to intel_dp_link_training.c
        drm/i915: Fix the MST PBN divider calculation
        drm/dp/mst: Export drm_dp_get_vc_payload_bw()
        drm/i915/gem: Drop lru bumping on display unpinning
        drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbs
        ...
      8e91dd93
  4. Feb 05, 2021