Linux 3.18.122

2018-09-10 Thread Greg KH
an (1): userns; Correct the comment in map_write Greg Kroah-Hartman (1): Linux 3.18.122 Hari Bathini (1): powerpc/fadump: handle crash memory ranges array index overflow Jann Horn (2): sys: don't hold uts_sem while accessing userspace memory userns: move user access

Re: Linux 3.18.122

2018-09-10 Thread Greg KH
diff --git a/Makefile b/Makefile index 9a58c977c946..7f8ee7afb801 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 18 -SUBLEVEL = 121 +SUBLEVEL = 122 EXTRAVERSION = NAME = Diseased Newt diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c index c