-
ASB-2018-10-05_4.4-p-releasec2260b9b · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_4.4-o-mr1697fa5ac · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_4.4-o-release6f46f951 · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_4.4-pa781f653 · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_4.4-oa4269ee1 · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_4.4ea3a6005 · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_3.18-o-mr1d68cebbb · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
ASB-2018-10-05_3.189f077293 · ·
https://source.android.com/security/bulletin/2018-10-01 CVE-2018-9514 CVE-2018-9515
-
gpio-v4.19-319a4fbff · ·
A single GPIO fix: Free the last used descriptor, an off by one error. This is tagged for stable as well.
-
sound-4.19-rc7709ae62e · ·
sound fixes for 4.19-rc7 Just two small fixes for HD-audio: one is for a typo in completion timeout, and another a fixup for Dell machines as usual
-
pm-4.19-rc769e445ab · ·
Power management fix for 4.19-rc7 Fix a bug that may cause runtime PM to misbehave for some devices after a failing or aborted system suspend which is nasty enough for an -rc7 time frame fix.
-
mac80211-for-davem-2018-10-041db58529 · ·
Just three small fixes: * fix use-after-free in regulatory code * fix rx-mgmt key flag in AP mode (mac80211) * fix wireless extensions compat code memory leak
-
-
wireless-drivers-next-for-davem-2018-10-0208b0109e · ·
wireless-drivers-next patches for 4.20 First set of new features for 4.20. mt76 driver is going through major refactoring and that's why there are so many mt76 patches. iwlwifi is also under heavy development and smaller changes to other drivers. Also wireless-drivers was merged to fix a conflict between the two trees. Major changes: ath10k * limit available channels via DT ieee80211-freq-limit wil6210 * add 802.11r Fast Roaming support for AP and station modes * add support for channel 4 iwlwifi * new FW API handling * some improvements in the PCI recovery mechanism * enable a new scanning feature; * continued work on HE (mostly radiotap) * TKIP implementation in new devices * work continues for new 22560 hardware mt76 * add support for Alfa AWUS036ACM * lots of refactoring to make it easier to add new hardware support * prepare for adding mt76x0e (pci-e variant) support * add CONFIG_MT76x0E kconfig symbol brcmfmac * add support CYW89342 mini-PCIe device * add 4-way handshake offload detection for FT-802.1X * enable NL80211_EXT_FEATURE_CQM_RSSI_LIST * fix for proper support of 160MHz bandwidth rtl8xxxu * add rtl8188ctv support
-
iio-for-4.20b8911a43b · ·
Second set of IIO new device support features and cleanup for the 4.20 cycle. One merge commit in here to bring in the SPI_CS_WORD flag patches that are also going via the SPI tree. There are a few more fixes than normal for a pull targetting the next merge window. These are all long term issues and as we are late in the cycle, they can wait. New device support * ad7606 - Add support fo the ad7605-4 driver. This driver is still in staging but is heading in the right direction to graduate, motivated partly by the requirement for this device support. * ST VL53L0X ToF ranging sensor - New minimal driver. Interrupt support to follow. New features * SPI_CS_WORD optimization allows long transfers with the chip select toggled every 16bits. There is a software fallback as well to let drivers not care about whether the hardware supports it. * bh1750 - Device tree support and bindings. * ti-ads7950 - Use the SPI_CS_WORD optmization to save lots of cpu cycles (assuming the hardware supports it) Fixes and cleanups * ad5064 - Fix some long incorrect regulator error handling that preventing enabling the internal regulator. * ad7606 - The ad7606 doesn't actually have a 2.5V range and the values provided for scale have always been wrong. Fix them. - Drop some wrong kernel-doc (things that don't exist) - Add missing kernel-doc * at91-adc - Fixing missing ack of dataready on sysfs channel reads to avoid spurious interrupts. - Fix a wrong channel numbers in triggered_buffer_mode * hmc5843 - Fix incorrect part number in a comment. * imx25-gcq - Fix a device_node leak in an error path. * meson-saradc - Drop an unused and pointless define. - Use of_device_get_match_data instead of opencoding - Tidy up how meson_sar_adc_param is accessed. - Rework prior to adding some temperature sensor support.