1. 26 Nov, 2021 4 commits
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · f17fb26d
      Linus Torvalds authored
      Pull arm64 fixes from Will Deacon:
       "Three arm64 fixes.
      
        The main one is a fix to the way in which we evaluate the macro
        arguments to our uaccess routines, which we _think_ might be the root
        cause behind some unkillable tasks we've seen in the Android arm64 CI
        farm (testing is ongoing). In any case, it's worth fixing.
      
        Other than that, we've toned down an over-zealous VM_BUG_ON() and
        fixed ftrace stack unwinding in a bunch of cases.
      
        Summary:
      
         - Evaluate uaccess macro arguments outside of the critical section
      
         - Tighten up VM_BUG_ON() in pmd_populate_kernel() to avoid false positive
      
         - Fix ftrace stack unwinding using HAVE_FUNCTION_GRAPH_RET_ADDR_PTR"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: uaccess: avoid blocking within critical sections
        arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
        arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
      f17fb26d
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drm · a4849f60
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "No idea if turkey comes before pull request processing, but here's the
        regular week's fixes. A bunch for amdgpu, nouveau adds support for a
        new GPU (like a PCI ID addition), and a scattering of fixes across
        i915/hyperv/aspeed/vc4.
      
        Specifics:
      
        amdgpu:
         - SRIOV fixes
         - dma-buf double free fix
         - Display fixes for GPU resets
         - Fix DSC powergating regression
         - GPU TSC fixes
         - Interrupt handler overflow fixes
         - Endian fix in IP discovery table handling
         - Aldebaran ASPM fix
         - Fix overclocking regression on older asics
         - Backlight/ACPI fix
      
        amdkfd:
         - SVM fixes
         - VMA removal race fix
      
        hyperv:
         - removal fix
      
        aspeed:
         - vga_pw sysfs file fix
      
        vc4:
         - error checking fix
      
        nouveau:
         - support GA106
         - fix a few error checks
      
        i915:
         - fix wakeref handling around PXP suspend"
      
      * tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drm: (25 commits)
        drm/amd/display: update bios scratch when setting backlight
        drm/amdgpu/pm: fix powerplay OD interface
        drm/amdgpu: Skip ASPM programming on aldebaran
        drm/amdgpu: fix byteorder error in amdgpu discovery
        drm/amdgpu: enable Navi retry fault wptr overflow
        drm/amdgpu: enable Navi 48-bit IH timestamp counter
        drm/amdkfd: simplify drain retry fault
        drm/amdkfd: handle VMA remove race
        drm/amdkfd: process exit and retry fault race
        drm/amdgpu: IH process reset count when restart
        drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
        drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
        drm/amdgpu: move kfd post_reset out of reset_sriov function
        drm/amd/display: Fixed DSC would not PG after removing DSC stream
        drm/amd/display: Reset link encoder assignments for GPU reset
        drm/amd/display: Set plane update flags for all planes in reset
        drm/amd/display: Fix DPIA outbox timeout after GPU reset
        drm/amdgpu: Fix double free of dmabuf
        drm/amdgpu: Fix MMIO HDP flush on SRIOV
        drm/i915/gt: Hold RPM wakelock during PXP suspend
        ...
      a4849f60
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2021-11-24' of... · fc026c8b
      Dave Airlie authored
      Merge tag 'drm-intel-fixes-2021-11-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      
      Fix wakeref handling of PXP suspend.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/YZ65bsPOK+6JLv0d@intel.com
      fc026c8b
    • Dave Airlie's avatar
      Merge tag 'drm-misc-fixes-2021-11-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes · 7798a736
      Dave Airlie authored
      One removal fix for hyperv, one fix in aspeed for the vga_pw sysfs file
      content, one error-checking fix for vc4 and two fixes for nouveau, one
      to support a new device and another one to properly check for errors.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Maxime Ripard <maxime@cerno.tech>
      Link: https://patchwork.freedesktop.org/patch/msgid/20211125101819.ynu7zgbs7yfwedri@houat
      7798a736
  2. 25 Nov, 2021 14 commits
  3. 24 Nov, 2021 22 commits