Re: Linux 4.19.185

2021-04-08 Thread Samuel Zou
On 2021/4/7 19:16, Greg Kroah-Hartman wrote: I'm announcing the release of the 4.19.185 kernel. All users of the 4.19 kernel series must upgrade. The updated 4.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y and can b

Linux 4.19.185

2021-04-07 Thread Greg Kroah-Hartman
ng (1): drivers: video: fbcon: fix NULL dereference in fbcon_cursor() Greg Kroah-Hartman (1): Linux 4.19.185 Hans de Goede (3): ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor

Re: Linux 4.19.185

2021-04-07 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 8a3821f74b54..e4f012774573 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 184 +SUBLEVEL = 185 EXTRAVERSION = NAME = "People's Front" diff --git a/drivers/base/power/runtime