-
ASB-2019-11-05_3.18-o-mr1b729bd15 · ·
https://source.android.com/security/bulletin/2019-11-01 CVE-2019-2213 CVE-2019-2214 CVE-2019-2215 CVE-2019-11833
-
ASB-2019-11-05_3.18-o-release4bde8dac · ·
https://source.android.com/security/bulletin/2019-11-01 CVE-2019-2213 CVE-2019-2214 CVE-2019-2215 CVE-2019-11833
-
ASB-2019-11-05_3.18-n-release71c88531 · ·
https://source.android.com/security/bulletin/2019-11-01 CVE-2019-2213 CVE-2019-2214 CVE-2019-2215 CVE-2019-11833
-
ASB-2019-11-05_3.18c53307ea · ·
https://source.android.com/security/bulletin/2019-11-01 CVE-2019-2213 CVE-2019-2214 CVE-2019-2215 CVE-2019-11833
-
-
sunxi-config64-for-5.5-12fabf6dd · ·
One new patch to the arm64 defconfig to enable the new crypto engine driver.
-
sunxi-config-for-5.5-29567832a · ·
Two new drivers enabled in sunxi_defconfig: one for the PHY found on multiple boards, one for the new crypto driver.
-
sunxi-config-for-5.5-19567832a · ·
Two new drivers enabled in sunxi_defconfig: one for the PHY found on multiple boards, one for the new crypto driver.
-
sunxi-dt-for-5.5-1d79ccef0 · ·
Our usual bunch of DT patches, with this time mostly: - Mali GPU support for the H6 - Two new crypto drivers enablement - A few fixes to our DTs, fixed through the validation effort - New boards: NanoPi Duo2
-
sunxi-fixes-for-5.4-2e690053e · ·
One fix for the A83t powerdown, and one for the TBS A711 tablet wifi suspend
-
sunxi-clk-fixes-for-5.4-1cdfc2e20 · ·
Two patches that fix some operator precedence and zeroing of bits
-
wireless-drivers-2019-11-013d206e68 · ·
wireless-drivers fixes for 5.4 Third set of fixes for 5.4. Most of them are for iwlwifi but important fixes also for rtlwifi and mt76, the overflow fix for rtlwifi being most important. iwlwifi * fix merge damage on earlier patch * various fixes to device id handling * fix scan config command handling which caused firmware asserts rtlwifi * fix overflow on P2P IE handling * don't deliver too small frames to mac80211 mt76 * disable PCIE_ASPM * fix buffer DMA unmap on certain cases
-
mac80211-for-net-2019-10-311fab1b89 · ·
Just two fixes: * HT operation is not allowed on channel 14 (Japan only) * netlink policy for nexthop attribute was wrong
-
sound-5.4-rc6a3933186 · ·
sound fixes for 5.4-rc6 A copule of regression fixes and a fix for mutex deadlock at hog-unplug, as well as other device-specific fixes: - A commit for avoiding the spurious unsolicited interrupt on HD- audio bus caused a stall at shutdown, so it's reverted now. - The recent support of AMD/Nvidia audio component binding caused a mutex deadlock; fixed by splitting to another mutex - The device hot-unplug and the ALSA timer close combo may lead to another mutex deadlock; fixed by moving put_device() calls - Usual device-specific small quirks for HD- and USB-audio drivers - An old error check fix in FireWire driver
-
topic/mst-suspend-resume-reprobe-2019-10-29-212a280c7 · ·
UAPI Changes: Cross-subsystem Changes: Core Changes: * Handle UP requests asynchronously in the DP MST helpers, fixing hotplug notifications and allowing us to implement suspend/resume reprobing * Add basic suspend/resume reprobing to the DP MST helpers * Improve locking for link address reprobing and connection status request handling in the DP MST helpers * Miscellaneous refactoring in the DP MST helpers * Add a Kconfig option to the DP MST helpers to enable tracking of gets/puts for topology references for debugging purposes Driver Changes: * nouveau: Resume hotplug interrupts earlier, so that sideband messages may be transmitted during resume and thus allow suspend/resume reprobing for DP MST to work * nouveau: Avoid grabbing runtime PM references when handling short DP pulses, so that handling sideband messages in resume codepaths with the DP MST helpers doesn't deadlock us * i915, nouveau, amdgpu, radeon: Use detect_ctx for probing MST connectors, so that we can grab the topology manager's atomic lock Note: there's some amdgpu patches that I didn't realize were pushed upstream already when creating this topic branch. When they fail to apply, you can just ignore and skip them.