Tags give the ability to mark specific points in history as being important
-
ASB-2018-08-05_4.4
13962260 · ·https://source.android.com/security/bulletin/2018-08-01 CVE-2017-18249* CVE-2018-9465 CVE-2018-9439 CVE-2018-1068 * currently no 4.4 backports exist for CVE-2017-18249 on android-4.4 release branches. This affects only devices using f2fs running 4.4 kernels.
-
ASB-2018-08-05_3.18-o-mr1
949c2be5 · ·https://source.android.com/security/bulletin/2018-08-01 CVE-2017-18249* CVE-2018-9465 CVE-2018-9439 CVE-2018-1068 * currently no 4.4 backports exist for CVE-2017-18249 on android-4.4 release branches. This affects only devices using f2fs running 4.4 kernels.
-
ASB-2018-08-05_3.18-o-release
965d70b5 · ·https://source.android.com/security/bulletin/2018-08-01 CVE-2017-18249* CVE-2018-9465 CVE-2018-9439 CVE-2018-1068 * currently no 4.4 backports exist for CVE-2017-18249 on android-4.4 release branches. This affects only devices using f2fs running 4.4 kernels.
-
ASB-2018-08-05_3.18-n-release
c5b4955e · ·https://source.android.com/security/bulletin/2018-08-01 CVE-2017-18249* CVE-2018-9465 CVE-2018-9439 CVE-2018-1068 * currently no 4.4 backports exist for CVE-2017-18249 on android-4.4 release branches. This affects only devices using f2fs running 4.4 kernels.
-
ASB-2018-08-05_3.18
0d4b8de1 · ·https://source.android.com/security/bulletin/2018-08-01 CVE-2017-18249* CVE-2018-9465 CVE-2018-9439 CVE-2018-1068 * currently no 4.4 backports exist for CVE-2017-18249 on android-4.4 release branches. This affects only devices using f2fs running 4.4 kernels.
-
drm-intel-next-fixes-2018-08-06
3237c0db · ·- Fix gvt compilation broken on a silent conflict on fixes vs next merge - Fix runtime PM for LPE audio - Revert on ICL workaround - Interactive RPS mode - Fix for PSR sink status report
-
gpio-v4.18-3
ca876c74 · ·GPIO fixes for v4.18: This is a single fix affecting X86 ACPI, and as such pretty important. It is going to stable as well and have all the high-notch x86 platform developers agreeing on it.
-
wireless-drivers-next-for-davem-2018-08-05
e800a333 · ·wireless-drivers-next patches for 4.19 This time a bigger pull request as we have two new Mediatek drivers MT76x2u (CONFIG_MT76x2U) and MT76x0U (CONFIG_MT76x0U). Also iwlwifi got support for the new IEEE 802.11ax standard, the successor for 802.11ac. And naturally smaller new features and bugfixes all over. Major changes: wcn36xx * fix WEP in client mode wil6210 * add support for Talyn-MB (Talyn ver 2.0) device * add support for enhanced DMA firmware feature iwlwifi * implement 802.11ax D2.0 * support for the new 22560 device family * new PCI IDs for 22000 and 22560 qtnfmac * implement cfg80211 power management callback * enable multiple SSIDs scan support * qtnfmac: implement basic WoWLAN support mt7601u * fall back to software encryption for hw unsupported ciphers * enable 802.11 Management Frame Protection (MFP) mt76 * support setting RTS threshold * add USB support * add support for MT76x2u devices * add support for MT76x0U devices mwifiex * allow user space to set all other IEs except WMM IE rsi * add firmware support for AP+BT dual mode
-
-
drm-misc-next-fixes-2018-08-02
2ead1be5 · ·Fixes an oops on the DP CEC code and a memory leak on the vkms driver.
-
iio-for-4.19c
496fb59e · ·Third set of IIO new device support, cleanups and features for the 4.19 cycle. This is a somewhat sneaky late pull request given Linus has announced a likely 1 week delay. If it is too late I'll resend after the merge window. I merged in the fixes branch as those are primarily around things queued for the merge window. Particulary good to see the output of our Himanshu Jha, a GSOC student who developed the bme680 driver. New device support: * bme680 gas sensor (with temperature, humidity and pressure) - new driver to support this device * vcn4000 - support vcnl4200 (lots of rework to allow this) - ids added for VCNL4010 and VCNL4020 sensors New features: * ad9523 - support the various external signal options via gpios. Cleanups and fixes * ad_sigma_delta - unsigned long for a timeout. * ad9523 - fix a wrong return value that was indicating successful write failed and might lead to an infinite loop. * si1133 - fix an impossible test. - fix an uninitialsed variable by reading from the device in all paths. * xilinx xadc - check for return values in clk related functions - limit the pcap clock frequency to supported ranges. - stash the irq to avoid calling platform_get_irq from the remove path. - ensure the irq is actually requested before we enable the hardware to output it.