diff --git a/debian.oem/changelog b/debian.oem/changelog index 29b2cafb65831..79ad20c7a2533 100644 --- a/debian.oem/changelog +++ b/debian.oem/changelog @@ -1,10 +1,45 @@ -linux-oem-5.6 (5.6.0-1037.40) UNRELEASED; urgency=medium - - CHANGELOG: Do not edit directly. Autogenerated at release. - CHANGELOG: Use the printchanges target to see the curent changes. - CHANGELOG: Use the insertchanges target to create the final log. - - -- Timo Aaltonen Thu, 03 Dec 2020 13:21:23 +0200 +linux-oem-5.6 (5.6.0-1037.41) focal; urgency=medium + + * focal/linux-oem-5.6: 5.6.0-1037.41 -proposed tracker (LP: #1905925) + + * CVE-2020-28974 + - vt: Disable KD_FONT_OP_COPY + + * Refresh ACPI wakeup power to make Thunderbolt hotplug detection work + (LP: #1906229) + - PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() + - PM: ACPI: Refresh wakeup device power configuration every time + + * Fix no headset sound after S3 on Intel HDA (LP: #1904595) + - ALSA: hda: Workaround for spurious wakeups on some Intel platforms + - ALSA: hda: Refactor codec PM to use direct-complete optimization + - ALSA: hda: Separate runtime and system suspend + - ALSA: hda: Reinstate runtime_allow() for all hda controllers + + * Fix AMD GFX where no HDMI audio when hotplugging different monitors + (LP: #1904430) + - drm/amd/display: Fix EDID parsing after resume from suspend + + * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221) + - Bluetooth: btrtl: Ask 8821C to drop old firmware + - Bluetooth: btrtl: fix incorrect skb allocation failure check + + * Intel Tiger Lake IDs supplement (LP: #1904521) + - usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variant + - i2c: i801: Add support for Intel Tiger Lake PCH-H + - mfd: intel-lpss: Add Intel Tiger Lake PCH-H PCI IDs + - spi: pxa2xx: Add support for Intel Tiger Lake PCH-H + - mtd: spi-nor: Prepare core / manufacturer code split + - mtd: spi-nor: Compile files in controllers/ directory + - mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial flash + - pinctrl: intel: Introduce common flags for GPIO mapping scheme + - pinctrl: tigerlake: Add support for Tiger Lake-H + - intel_th: pci: Add Tiger Lake PCH-H support + + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663) + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41 + + -- Timo Aaltonen Thu, 10 Dec 2020 15:00:54 +0200 linux-oem-5.6 (5.6.0-1036.39) focal; urgency=medium diff --git a/debian.oem/reconstruct b/debian.oem/reconstruct index 346e36f641ec5..7dd8a21847643 100644 --- a/debian.oem/reconstruct +++ b/debian.oem/reconstruct @@ -1,4 +1,14 @@ # Recreate any symlinks created since the orig. # Remove any files deleted from the orig. +rm -f 'drivers/mtd/spi-nor/aspeed-smc.c' +rm -f 'drivers/mtd/spi-nor/cadence-quadspi.c' +rm -f 'drivers/mtd/spi-nor/hisi-sfc.c' +rm -f 'drivers/mtd/spi-nor/intel-spi-pci.c' +rm -f 'drivers/mtd/spi-nor/intel-spi-platform.c' +rm -f 'drivers/mtd/spi-nor/intel-spi.c' +rm -f 'drivers/mtd/spi-nor/intel-spi.h' +rm -f 'drivers/mtd/spi-nor/mtk-quadspi.c' +rm -f 'drivers/mtd/spi-nor/nxp-spifi.c' +rm -f 'drivers/mtd/spi-nor/spi-nor.c' chmod +x 'update-version-dkms' exit 0