1. 16 Jan, 2022 3 commits
    • Linus Torvalds's avatar
      Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux · 49ad227d
      Linus Torvalds authored
      Pull 9p updates from Dominique Martinet:
       "Fixes, split 9p_net_fd, and new reviewer:
      
         - fix possible uninitialized memory usage for setattr
      
         - fix fscache reading hole in a file just after it's been grown
      
         - split net/9p/trans_fd.c in its own module like other transports.
      
           The new transport module defaults to 9P_NET and is autoloaded if
           required so users should not be impacted
      
         - add Christian Schoenebeck to 9p reviewers
      
         - some more trivial cleanup"
      
      * tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux:
        9p: fix enodata when reading growing file
        net/9p: show error message if user 'msize' cannot be satisfied
        MAINTAINERS: 9p: add Christian Schoenebeck as reviewer
        9p: only copy valid iattrs in 9P2000.L setattr implementation
        9p: Use BUG_ON instead of if condition followed by BUG.
        net/p9: load default transports
        9p/xen: autoload when xenbus service is available
        9p/trans_fd: split into dedicated module
        fs: 9p: remove unneeded variable
        9p/trans_virtio: Fix typo in the comment for p9_virtio_create()
      49ad227d
    • Linus Torvalds's avatar
      Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm · 59d41458
      Linus Torvalds authored
      Pull drm fixes from Daniel Vetter:
      "drivers fixes:
      
         - i915 fixes for ttm backend + one pm wakelock fix
      
         - amdgpu fixes, fairly big pile of small things all over. Note this
           doesn't yet containe the fixed version of the otg sync patch that
           blew up
      
         - small driver fixes: meson, sun4i, vga16fb probe fix
      
        drm core fixes:
      
         - cma-buf heap locking
      
         - ttm compilation
      
         - self refresh helper state check
      
         - wrong error message in atomic helpers
      
         - mipi-dbi buffer mapping"
      
      * tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm: (49 commits)
        drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copy
        drm: fix error found in some cases after the patch d1af5cd86997
        drm/ttm: fix compilation on ARCH=um
        dma-buf: cma_heap: Fix mutex locking section
        video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
        drm/amdkfd: Fix ASIC name typos
        drm/amdkfd: Fix DQM asserts on Hawaii
        drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
        drm/amd/pm: only send GmiPwrDnControl msg on master die (v3)
        drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt
        drm/amdgpu: not return error on the init_apu_flags
        drm/amdkfd: Use prange->update_list head for remove_list
        drm/amdkfd: Use prange->list head for insert_list
        drm/amdkfd: make SPDX License expression more sound
        drm/amdkfd: Check for null pointer after calling kmemdup
        drm/amd/display: invalid parameter check in dmub_hpd_callback
        Revert "drm/amdgpu: Don't inherit GEM object VMAs in child process"
        drm/amd/display: reset dcn31 SMU mailbox on failures
        drm/amdkfd: use default_groups in kobj_type
        drm/amdgpu: use default_groups in kobj_type
        ...
      59d41458
    • Linus Torvalds's avatar
      Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock · 2aab34f8
      Linus Torvalds authored
      Pull memblock cleanup from Mike Rapoport:
       "Remove #ifdef __KERNEL__ from memblock.h
      
        memblock.h is not a uAPI header, so __KERNEL__ guard can be deleted"
      
      * tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
        memblock: Remove #ifdef __KERNEL__ from memblock.h
      2aab34f8
  2. 15 Jan, 2022 37 commits