1. 28 Oct, 2022 6 commits
    • Linus Torvalds's avatar
      Merge tag 'mtd/fixes-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux · 2eb824f6
      Linus Torvalds authored
      Pull mtd fixes from Miquel Raynal:
       "MTD core:
         - partitions: Add missing of_node_get() in dynamic partitions code
      
        Parser drivers:
         - bcm47xxpart: Fix halfblock reads
      
        Raw NAND controller drivers:
         - marvell: Use correct logic for nand-keep-config
         - tegra: Fix PM disable depth imbalance in probe
         - intel: Add missing of_node_put() in ebu_nand_probe()
      
        SPI-NOR core changes:
         - Ignore -ENOTSUPP in spi_nor_init()"
      
      * tag 'mtd/fixes-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
        mtd: parsers: bcm47xxpart: Fix halfblock reads
        mtd: rawnand: marvell: Use correct logic for nand-keep-config
        mtd: rawnand: tegra: Fix PM disable depth imbalance in probe
        mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
        mtd: core: add missing of_node_get() in dynamic partitions code
        mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
      2eb824f6
    • Linus Torvalds's avatar
      Merge tag 'sound-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · f186fd2f
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "A collection of small fixes:
      
         - fixes for regressions by the recent ALSA control hash usages
      
         - fixes for UAF with del_timer() at removals in a few drivers
      
         - char signedness fixes
      
         - a few memory leak fixes in error paths
      
         - device-specific fixes / quirks for Intel SOF, AMD, HD-audio,
           USB-audio, and various ASoC codecs"
      
      * tag 'sound-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (50 commits)
        ALSA: aoa: Fix I2S device accounting
        ALSA: Use del_timer_sync() before freeing timer
        ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
        ALSA: rme9652: use explicitly signed char
        ALSA: au88x0: use explicitly signed char
        ALSA: hda/realtek: Add another HP ZBook G9 model quirks
        ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
        ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()
        ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks table
        ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init()
        ALSA: ac97: Use snd_ctl_rename() to rename a control
        ALSA: ca0106: Use snd_ctl_rename() to rename a control
        ALSA: emu10k1: Use snd_ctl_rename() to rename a control
        ALSA: hda/realtek: Use snd_ctl_rename() to rename a control
        ALSA: usb-audio: Use snd_ctl_rename() to rename a control
        ALSA: control: add snd_ctl_rename()
        ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
        ASoC: SOF: Intel: pci-tgl: fix ADL-N descriptor
        ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
        ASoC: amd: yc: Adding Lenovo ThinkBook 14 Gen 4+ ARA and Lenovo ThinkBook 16 Gen 4+ ARA to the Quirks List
        ...
      f186fd2f
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drm · e3493d68
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Regularly scheduled fixes for drm, live from a Red Hat office for the
        first time in a while.
      
        The core has two fixes, one for scheduler leak and one for aperture
        uninit read.
      
        Otherwise a single bridge fix, and msm, amdgpu/kfd and i915 have a set
        of fixes each.
      
        sched:
         - Stop leaking fences when killing a sched entity.
      
        aperture:
         - Avoid uninitialized read in aperture_remove_conflicting_pci_device()
      
        bridge:
         - Fix HPD on bridge/ps8640.
      
        msm:
         - Fix shrinker deadlock
         - Fix crash during suspend after unbind
         - Fix IRQ lifetime issues
         - Fix potential memory corruption with too many bridges
         - Fix memory corruption on GPU state capture
      
        amdgpu:
         - Stable pstate fix
         - SMU 13.x updates
         - SR-IOV fixes
         - PCI AER fix
         - GC 11.x fixes
         - Display fixes
         - Expose IMU firmware version for debugging
         - Plane modifier fix
         - S0i3 fix
      
        amdkfd:
         - Fix possible memory leak
         - Fix GC 10.x cache info reporting
      
        i915:
         - Extend Wa_1607297627 to Alderlake-P
         - Keep PCI autosuspend control 'on' by default on all dGPU
         - Reset frl trained flag before restarting FRL training"
      
      * tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drm: (39 commits)
        fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()
        drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume
        drm/scheduler: fix fence ref counting
        drm/amd/display: Revert logic for plane modifiers
        drm/amdkfd: correct the cache info for gfx1036
        drm/amdkfd: update gfx1037 Lx cache setting
        drm/amdgpu: skip mes self test for gc 11.0.3 in recover
        drm/amd: Add IMU fw version to fw version queries
        drm/amd/display: Don't return false if no stream
        drm/amd/display: Remove wrong pipe control lock
        drm/amd/pm: allow gfxoff on gc_11_0_3
        drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()
        drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.x
        drm/i915/dp: Reset frl trained flag before restarting FRL training
        drm/i915/dgfx: Keep PCI autosuspend control 'on' by default on all dGPU
        drm/i915: Extend Wa_1607297627 to Alderlake-P
        drm/amdgpu: Adjust MES polling timeout for sriov
        drm/amd/pm: update driver-if header for smu_v13_0_10
        drm/amdgpu: fix pstate setting issue
        drm/bridge: ps8640: Add back the 50 ms mystery delay after HPD
        ...
      e3493d68
    • Linus Torvalds's avatar
      Merge tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 · 05c31d25
      Linus Torvalds authored
      Pull crypto fix from Herbert Xu:
       "Fix an alignment crash in x86/polyval"
      
      * tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
        crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned
      05c31d25
    • Dave Airlie's avatar
      Merge tag 'drm-misc-fixes-2022-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes · b2196401
      Dave Airlie authored
      drm-misc-fixes for v6.1-rc3:
      - Fix HPD on bridge/ps8640.
      - Stop leaking fences when killing a sched entity.
      - Avoid uninitialized read in aperture_remove_conflicting_pci_device()
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/ed24cbd2-2bcb-d2c2-46ed-9d8ea9615879@linux.intel.com
      b2196401
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2022-10-27-1' of... · 9520b1d0
      Dave Airlie authored
      Merge tag 'drm-intel-fixes-2022-10-27-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      
      - Extend Wa_1607297627 to Alderlake-P (José Roberto de Souza)
      - Keep PCI autosuspend control 'on' by default on all dGPU (Anshuman Gupta)
      - Reset frl trained flag before restarting FRL training (Ankit Nautiyal)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/Y1o+teE2Z11pT1MN@tursulin-desk
      9520b1d0
  2. 27 Oct, 2022 34 commits