1. 19 Jul, 2023 2 commits
    • Tim Harvey's avatar
      arm64: dts: imx8mm: add imx8mm-venice-gw72xx-0x-rpidsi overlay for display · 6b4da135
      Tim Harvey authored
      Add support for the following Raspberry Pi displays:
       - DFROBOT DRF0678 7in 800x480 TFT DSI capacitive touch
       - DFROBOT DRF0550 5in 800x480 TFT DSI capacitive touch
      
      Both have the following hardware:
       - FocalTech FT5406 10pt touch controller (with no interrupt)
       - Powertip PH800480T013-IDF02 compatible panel
       - Toshiba TC358762 compatible DSI to DBI bridge
       - ATTINY based regulator used for backlight controller and panel enable
      
      Support is added via a device-tree overlay. The touch controller is not
      yet supported as polling mode is needed.
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      6b4da135
    • Tim Harvey's avatar
      arm64: dts: imx8mm: add imx8mm-venice-gw73xx-0x-rpidsi overlay for display · b7df89f1
      Tim Harvey authored
      Add support for the following Raspberry Pi displays:
       - DFROBOT DRF0678 7in 800x480 TFT DSI capacitive touch
       - DFROBOT DRF0550 5in 800x480 TFT DSI capacitive touch
      
      Both have the following hardware:
       - FocalTech FT5406 10pt touch controller (with no interrupt)
       - Powertip PH800480T013-IDF02 compatible panel
       - Toshiba TC358762 compatible DSI to DBI bridge
       - ATTINY based regulator used for backlight controller and panel enable
      
      Support is added via a device-tree overlay. The touch controller is not
      yet supported as polling mode is needed.
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      b7df89f1
  2. 18 Jul, 2023 19 commits
  3. 17 Jul, 2023 6 commits
  4. 16 Jul, 2023 1 commit
  5. 09 Jul, 2023 10 commits
  6. 08 Jul, 2023 2 commits
    • Hugh Dickins's avatar
      mm: lock newly mapped VMA with corrected ordering · 1c7873e3
      Hugh Dickins authored
      Lockdep is certainly right to complain about
      
        (&vma->vm_lock->lock){++++}-{3:3}, at: vma_start_write+0x2d/0x3f
                       but task is already holding lock:
        (&mapping->i_mmap_rwsem){+.+.}-{3:3}, at: mmap_region+0x4dc/0x6db
      
      Invert those to the usual ordering.
      
      Fixes: 33313a74 ("mm: lock newly mapped VMA which can be modified after it becomes visible")
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarHugh Dickins <hughd@google.com>
      Tested-by: default avatarSuren Baghdasaryan <surenb@google.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      1c7873e3
    • Linus Torvalds's avatar
      Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of... · 946c6b59
      Linus Torvalds authored
      Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
      
      Pull hotfixes from Andrew Morton:
       "16 hotfixes. Six are cc:stable and the remainder address post-6.4
        issues"
      
      The merge undoes the disabling of the CONFIG_PER_VMA_LOCK feature, since
      it was all hopefully fixed in mainline.
      
      * tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
        lib: dhry: fix sleeping allocations inside non-preemptable section
        kasan, slub: fix HW_TAGS zeroing with slub_debug
        kasan: fix type cast in memory_is_poisoned_n
        mailmap: add entries for Heiko Stuebner
        mailmap: update manpage link
        bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
        MAINTAINERS: add linux-next info
        mailmap: add Markus Schneider-Pargmann
        writeback: account the number of pages written back
        mm: call arch_swap_restore() from do_swap_page()
        squashfs: fix cache race with migration
        mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
        docs: update ocfs2-devel mailing list address
        MAINTAINERS: update ocfs2-devel mailing list address
        mm: disable CONFIG_PER_VMA_LOCK until its fixed
        fork: lock VMAs of the parent process when forking
      946c6b59