[PATCH 5.4 00/24] 5.4.105-rc1 review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

This is the start of the stable review cycle for the 5.4.105 release.
There are 24 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Fri, 12 Mar 2021 13:23:09 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.105-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 5.4.105-rc1

Pascal Terjan <pterjan@xxxxxxxxxx>
    nvme-pci: add quirks for Lexar 256GB SSD

Julian Einwag <jeinwag-nvme@xxxxxxxxxxx>
    nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.

Hans de Goede <hdegoede@xxxxxxxxxx>
    HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Winpad A15

Jisheng Zhang <Jisheng.Zhang@xxxxxxxxxxxxx>
    mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN

AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxxx>
    drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register

Aswath Govindraju <a-govindraju@xxxxxx>
    misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom

Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
    PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller

Chris Chiu <chiu@xxxxxxxxxxxxx>
    ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140

Jasper St. Pierre <jstpierre@xxxxxxxxxxx>
    ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807

Daniel Lee Kruse <daniel.lee.kruse@xxxxxxxxxxxxxx>
    media: cx23885: add more quirks for reset DMA on some AMD IOMMU

Ethan Warth <redyoshi49q@xxxxxxxxx>
    HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter

Hans de Goede <hdegoede@xxxxxxxxxx>
    platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016

Hans de Goede <hdegoede@xxxxxxxxxx>
    platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch devices

Hans de Goede <hdegoede@xxxxxxxxxx>
    platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability flag

Hans de Goede <hdegoede@xxxxxxxxxx>
    platform/x86: acer-wmi: Add new force_caps module parameter

Hans de Goede <hdegoede@xxxxxxxxxx>
    platform/x86: acer-wmi: Cleanup accelerometer device handling

Hans de Goede <hdegoede@xxxxxxxxxx>
    platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines

Tsuchiya Yuto <kitakar@xxxxxxxxx>
    mwifiex: pcie: skip cancel_work_sync() on reset failure path

Andrey Ryabinin <arbn@xxxxxxxxxxxxxxx>
    iommu/amd: Fix sleeping in atomic in increase_address_space()

Hans de Goede <hdegoede@xxxxxxxxxx>
    ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handling

Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx>
    dm table: fix zoned iterate_devices based device capability checks

Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx>
    dm table: fix DAX iterate_devices based device capability checks

Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx>
    dm table: fix iterate_devices based device capability checks

Alexander Lobakin <bloodyreaper@xxxxxxxxx>
    net: dsa: add GRO support via gro_cells


-------------

Diffstat:

 Makefile                                    |   4 +-
 drivers/acpi/acpica/acobject.h              |   1 +
 drivers/acpi/acpica/evhandler.c             |   7 ++
 drivers/acpi/acpica/evregion.c              |  64 +++++++---
 drivers/acpi/acpica/evxfregn.c              |   2 +
 drivers/acpi/video_detect.c                 |   7 ++
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c       |   2 -
 drivers/hid/hid-ids.h                       |   3 +
 drivers/hid/hid-mf.c                        |   2 +
 drivers/hid/hid-quirks.c                    |   2 +
 drivers/hid/i2c-hid/i2c-hid-core.c          |   2 +
 drivers/iommu/amd_iommu.c                   |  10 +-
 drivers/md/dm-table.c                       | 174 ++++++++++++----------------
 drivers/md/dm.c                             |   2 +-
 drivers/md/dm.h                             |   2 +-
 drivers/media/pci/cx23885/cx23885-core.c    |   4 +
 drivers/misc/eeprom/eeprom_93xx46.c         |  15 +++
 drivers/mmc/host/sdhci-of-dwcmshc.c         |   1 +
 drivers/net/wireless/marvell/mwifiex/pcie.c |  18 ++-
 drivers/net/wireless/marvell/mwifiex/pcie.h |   2 +
 drivers/nvme/host/pci.c                     |   6 +-
 drivers/pci/quirks.c                        |   3 +
 drivers/platform/x86/acer-wmi.c             | 169 ++++++++++++++++++++++-----
 include/linux/eeprom_93xx46.h               |   2 +
 net/dsa/Kconfig                             |   1 +
 net/dsa/dsa.c                               |   2 +-
 net/dsa/dsa_priv.h                          |   3 +
 net/dsa/slave.c                             |  10 +-
 sound/soc/intel/boards/bytcr_rt5640.c       |  12 ++
 29 files changed, 371 insertions(+), 161 deletions(-)





[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux