Linux 4.14.120

2019-05-17 Thread Greg KH
d permissions Greg Kroah-Hartman (1): Linux 4.14.120 Guenter Roeck (1): s390/speculation: Fix build error caused by bad backport Gustavo A. R. Silva (2): platform/x86: sony-laptop: Fix unintentional fall-through rtlwifi: rtl8723ae: Fix missing break in switch statement H

Re: Linux 4.14.120

2019-05-17 Thread Greg KH
diff --git a/Makefile b/Makefile index a9de3c45a7ef..436d49582d3b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 119 +SUBLEVEL = 120 EXTRAVERSION = NAME = Petit Gorille diff --git