I'm announcing the release of the 5.2.13 kernel.
Only users of the elantech driver need to update to fix a regression in
a previous release.
The updated 5.2.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.2.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 -
drivers/input/mouse/elantech.c | 54 ++++++++++++++++++++++-------------------
2 files changed, 30 insertions(+), 26 deletions(-)
Benjamin Tissoires (1):
Revert "Input: elantech - enable SMBus on new (2018+) systems"
Greg Kroah-Hartman (1):
Linux 5.2.13
Hi,
Please consider picking:
commit 7188a6f0eee3f1fae5d826cfc6d569657ff950ec
Author: Martin Sperl <kernel(a)martin.sperl.org>
Date: Sat Mar 30 09:30:58 2019 +0000
spi: bcm2835aux: unifying code between polling and interrupt driven
code
commit c7de8500fd8ecbb544846dd5f11dca578c3777e1
Author: Martin Sperl <kernel(a)martin.sperl.org>
Date: Sat Mar 30 09:30:59 2019 +0000
spi: bcm2835aux: remove dangerous uncontrolled read of fifo
commit 73b114ee7db1750c0b535199fae383b109bd61d0
Author: Martin Sperl <kernel(a)martin.sperl.org>
Date: Sat Mar 30 09:31:00 2019 +0000
spi: bcm2835aux: fix corruptions for longer spi transfers
for stable kernel 4.14 and 4.19.
If we want to fix this in 4.9 you should also pick:
commit bc519d9574618e47a0c788000fb78da95e18d953
Author: Rob Herring <robh(a)kernel.org>
Date: Thu May 3 13:09:44 2018 -0500
spi: bcm2835aux: ensure interrupts are enabled for shared handler
Thanks,
/Sean
In embedded environments the requirements are to be able to pick and
chose which features one requires built into the kernel. If an
embedded environment wants to supports loading modules that have been
kbuilt out of tree, there is a need to enable hidden configurations
for core features to provide the API surface for them to load.
Introduce CONFIG_WIRELESS_ALLCONFIG to select all wireless core
features by activating all the hidden configuration options, without
having to specifically select any wireless module(s).
Signed-off-by: Mark Salyzyn <salyzyn(a)android.com>
Cc: kernel-team(a)android.com
Cc: Johannes Berg <johannes(a)sipsolutions.net>
Cc: "David S. Miller" <davem(a)davemloft.net>
Cc: linux-wireless(a)vger.kernel.org
Cc: netdev(a)vger.kernel.org
Cc: linux-kernel(a)vger.kernel.org
Cc: stable(a)vger.kernel.org # 4.19
---
net/wireless/Kconfig | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 67f8360dfcee..0d32350e1729 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -17,6 +17,20 @@ config WEXT_SPY
config WEXT_PRIV
bool
+config WIRELESS_ALLCONFIG
+ bool "allconfig for wireless core"
+ select WIRELESS_EXT
+ select WEXT_CORE
+ select WEXT_PROC
+ select WEXT_SPY
+ select WEXT_PRIV
+ help
+ Config option used to enable all the wireless core functionality
+ used by modules.
+
+ If you are not building a kernel to be used for a variety of
+ out-of-kernel built wireless modules, say N here.
+
config CFG80211
tristate "cfg80211 - wireless configuration API"
depends on RFKILL || !RFKILL
--
2.23.0.187.g17f5b7556c-goog