-
ASB-2019-01-05_4.4-n1695253e · ·
https://source.android.com/security/bulletin/2019-01-01 CVE-2018-10876 CVE-2018-10880 CVE-2018-10882 CVE-2018-13405 CVE-2018-18281 CVE-2018-17182 CVE-2018-10877
-
ASB-2019-01-05_4.4d08574b6 · ·
https://source.android.com/security/bulletin/2019-01-01 CVE-2018-10876 CVE-2018-10880 CVE-2018-10882 CVE-2018-13405 CVE-2018-18281 CVE-2018-17182 CVE-2018-10877
-
ASB-2019-01-05_3.18-o-mr196320f81 · ·
https://source.android.com/security/bulletin/2019-01-01 CVE-2018-10876 CVE-2018-10880 CVE-2018-10882 CVE-2018-13405 CVE-2018-18281 CVE-2018-17182 CVE-2018-10877
-
ASB-2019-01-05_3.18-o-releasec761e27c · ·
https://source.android.com/security/bulletin/2019-01-01 CVE-2018-10876 CVE-2018-10880 CVE-2018-10882 CVE-2018-13405 CVE-2018-18281 CVE-2018-17182 CVE-2018-10877
-
ASB-2019-01-05_3.18-n-release765500b1 · ·
https://source.android.com/security/bulletin/2019-01-01 CVE-2018-10876 CVE-2018-10880 CVE-2018-10882 CVE-2018-13405 CVE-2018-18281 CVE-2018-17182 CVE-2018-10877
-
ASB-2019-01-05_3.18fa261123 · ·
https://source.android.com/security/bulletin/2019-01-01 CVE-2018-10876 CVE-2018-10880 CVE-2018-10882 CVE-2018-13405 CVE-2018-18281 CVE-2018-17182 CVE-2018-10877
-
gpio-v4.21-1a7c23f8d · ·
This is the bulk of GPIO changes for the v4.21 kernel series: Core changes: - Some core changes are already in outside of this pull request as they came through the regulator tree, most notably devm_gpiod_unhinge() that removes devres refcount management from a GPIO descriptor. This is needed in subsystems such as regulators where the regulator core need to take over the reference counting and lifecycle management for a GPIO descriptor. - We dropped devm_gpiochip_remove() and devm_gpio_chip_match() as nothing needs it. We can bring it back if need be. - Add a global TODO so people see where we are going. This helps setting the direction now that we are two GPIO maintainers. - Handle the MMC CD/WP properties in the device tree core. (The bulk of patches activating this code is already merged through the MMC/SD tree.) - Augment gpiochip_request_own_desc() to pass a flag so we as gpiochips can request lines as active low or open drain etc even from ourselves. New drivers: - New driver for Cadence GPIO blocks. - New driver for Atmel SAMA5D2 PIOBU GPIO lines. Driver improvements: - A major refactoring of the PCA953x driver - this driver has been around for ages, and is now modernized to reduce code duplication that has stacked up and is using regmap to read write and cache registers. - Intel drivers are now maintained in a separate tree and start with a round of cleanups and unifications.
-
gpio-v4.20-3c8da642d · ·
GPIO fixes for v4.20: - ACPI IRQ request deferral - OMAP: revert deferred wakeup quirk - MAX7301: fix DMA safe memory handling - MVEBU: selective probe failure on missing clk