1. 03 Feb, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of... · 0c272a1d
      Linus Torvalds authored
      Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
      
      Pull misc fixes from Andrew Morton:
       "25 hotfixes, mainly for MM.  13 are cc:stable"
      
      * tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (26 commits)
        mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()
        Kconfig.debug: fix the help description in SCHED_DEBUG
        mm/swapfile: add cond_resched() in get_swap_pages()
        mm: use stack_depot_early_init for kmemleak
        Squashfs: fix handling and sanity checking of xattr_ids count
        sh: define RUNTIME_DISCARD_EXIT
        highmem: round down the address passed to kunmap_flush_on_unmap()
        migrate: hugetlb: check for hugetlb shared PMD in node migration
        mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
        mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
        Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
        freevxfs: Kconfig: fix spelling
        maple_tree: should get pivots boundary by type
        .mailmap: update e-mail address for Eugen Hristev
        mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
        squashfs: harden sanity check in squashfs_read_xattr_id_table
        ia64: fix build error due to switch case label appearing next to declaration
        mm: multi-gen LRU: fix crash during cgroup migration
        Revert "mm: add nodes= arg to memory.reclaim"
        zsmalloc: fix a race with deferred_handles storing
        ...
      0c272a1d
    • Linus Torvalds's avatar
      Merge tag 'ata-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata · 66a87fff
      Linus Torvalds authored
      Pull libata fix from Damien Le Moal:
       "Fix device probe issues with some combination of adapters & devices
        that do not report a current link speed, leading to device probe
        failures if a link speed was not previously reported and saved (me)"
      
      * tag 'ata-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata:
        ata: libata: Fix sata_down_spd_limit() when no link speed is reported
      66a87fff
  2. 02 Feb, 2023 36 commits
  3. 01 Feb, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost · 9f266cca
      Linus Torvalds authored
      Pull virtio fixes from Michael Tsirkin:
       "Just small bugfixes all over the place"
      
      * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
        vdpa: ifcvf: Do proper cleanup if IFCVF init fails
        vhost-scsi: unbreak any layout for response
        tools/virtio: fix the vringh test for virtio ring changes
        vhost/net: Clear the pending messages when the backend is removed
      9f266cca
    • Linus Torvalds's avatar
      Merge tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · ce18d3aa
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "A bit higher volume of changes than wished, but each change is
        relatively small and the fix targets are mostly device-specific, so
        those should be safe as a late stage merge.
      
        The most significant LoC is about the memalloc helper fix, which is
        applied only to Xen PV. The other major parts are ASoC Intel SOF and
        AVS fixes that are scattered as various small code changes. The rest
        are device-specific fixes and quirks for HD- and USB-audio, FireWire
        and ASoC AMD / HDMI"
      
      * tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (30 commits)
        ALSA: firewire-motu: fix unreleased lock warning in hwdep device
        ALSA: memalloc: Workaround for Xen PV
        ASoC: cs42l56: fix DT probe
        ASoC: codecs: wsa883x: correct playback min/max rates
        ALSA: hda/realtek: Add Acer Predator PH315-54
        ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
        ALSA: hda: Do not unset preset when cleaning up codec
        ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure
        ASoC: hdmi-codec: zero clear HDMI pdata
        ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()
        ASoC: Intel: sof_ssp_amp: always set dpcm_capture for amplifiers
        ASoC: Intel: sof_nau8825: always set dpcm_capture for amplifiers
        ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
        ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
        ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
        ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
        ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work for a HP platform
        ASoC: SOF: keep prepare/unprepare widgets in sink path
        ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
        ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
        ...
      ce18d3aa