Linux 4.14.69

2018-09-10 Thread Greg KH
wrappers for dev_printk() Greg Kroah-Hartman (1): Linux 4.14.69 Gustavo A. R. Silva (2): mailbox: xgene-slimpro: Fix potential NULL pointer dereference iio: sca3000: Fix missing return in switch Hari Bathini (1): powerpc/fadump: handle crash memory ranges array index

Re: Linux 4.14.69

2018-09-10 Thread Greg KH
diff --git a/Makefile b/Makefile index 3da579058926..3ecda1d2e23a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 68 +SUBLEVEL = 69 EXTRAVERSION = NAME = Petit Gorille diff --git a/arch/alpha/kernel/osf_sys.c b/a