-
ASB-2017-11-06_3.18-n-release996bacc8 · ·
https://source.android.com/security/bulletin/2017-11-01 CVE-2017-9077 CVE-2017-7541
-
drm-misc-next-fixes-2017-11-07e073db5c · ·
Fixes for 4.15 merge window: Just the cherry-picked vc4 fix plus a GFP_NOFAIL annotation (there's apparently some new options in-flight to change/audit too-small-to-fail kmalloc semantics or something like that).
-
sunxi-dt64-for-4.15-216416084 · ·
Allwinner arm64 changes, take 2 Reintroduction of the EMAC bindings that were reverted in 4.13.
-
sunxi-dt-for-4.15-2f2f221c7 · ·
Allwinner DT changes for 4.15, take 2 Two long awaited changes: - Reintroduction of the new EMAC DT bindings that got reverted at the last minute in 4.13 - Introduction of the AXP803/813 PMIC support
-
wireless-drivers-next-for-davem-2017-11-03
wireless-drivers-next patches for 4.15 Mostly fixes this time, but also few new features. Major changes: wil6210 * remove ssid debugfs file rsi * add WOWLAN support for suspend, hibernate and shutdown states ath10k * add support for CCMP-256, GCMP and GCMP-256 ciphers on hardware where it's supported (QCA99x0 and QCA4019)
-
drm-fixes-for-v4.14-rc8
i915, amdgpu and nouveau fixes
-
drm-misc-fixes-2017-11-0262676d10 · ·
Driver Changes: - qxl: Use a shadow bo as primary and blit to it to fix flicker (Gerd)
-
drm-intel-fixes-2017-11-01bb5cf338 · ·
Fixes for Stable: - Fix KBL Blank Screen (Jani) - Fix FIFO Underrun on SNB (Maarten) Other fixes: - Fix GPU Hang on i915gm (Chris) - Fix gem_tiled_pread_pwrite IGT case (Chris) - Cancel modeset retry work during modeset clean-up (Manasi)
-
sound-4.14-rc8a53a0ab8 · ·
sound fixes for 4.14 Unfortunately we still have received a significant amount of changes at the late stage, but at least all are small and clear fixes. There are two fixes for ALSA core stuff, yet another timer race fix and sequencer lockdep annotation fix. Both are spotted by syzkaller, and not too serious but better to paper over quickly. All other commits are about ASoC drivers, most notably, a revert of RT5514 hotword control that was included in 4.14-rc (due to a kind of abuse of kctl TLV ABI), together with topology API fixes and other device-specific small fixes that should go for stable, too.
-
-
asoc-fix-v4.14-rc7b817d936 · ·
ASoC: Fixes for v4.14 A bunch of fixes here, mostly device specific ones (the biggest one being the revert of the hotword support for rt5514), with a couple of core fixes for potential issues with corrupted or otherwise invalid topology files.
-
pm-reverts-4.14d5919dcc · ·
Power management commit reverts for v4.14 This reverts two recent PM QoS commits one of which introduced multiple problems and the other one fixed some, but not all of them (Rafael Wysocki).
-
wireless-drivers-for-davem-2017-10-31c29f56b9 · ·
wireless-drivers fixes for 4.14 The most important here is the security vulnerabitility fix for ath10k. ath10k * fix security vulnerability with missing PN check on certain hardware * revert ath10k napi fix as it caused regressions on QCA6174 wcn36xx * remove unnecessary rcu_read_unlock() from error path
-
pm-urgent-4.142a9a86d5 · ·
Urgent power management fix for v4.14 This fixes new breakage introduced by the most recent PM QoS fix in which, embarrassingly enough, I forgot to update dev_pm_qos_raw_read_value() to return the right default for devices with no PM QoS constraints at all which prevents runtime PM from suspending those devices (fix from Tero Kristo).