[PATCH RT 00/13] Linux 4.14.87-rt50-rc1

2019-01-07 Thread Steven Rostedt
x86/mm/pat: disable preemption __split_large_page() after spin_lock() Steven Rostedt (VMware) (1): Linux 4.14.87-rt50-rc1 arch/x86/kernel/fpu/signal.c | 2 ++ arch/x86/mm/pageattr.c| 8 +++ drivers/gpu/drm/i915/i915_trace.h | 4 drivers

[PATCH RT 13/13] Linux 4.14.87-rt50-rc1

2019-01-07 Thread Steven Rostedt
4.14.87-rt50-rc1 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (VMware)" --- localversion-rt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localversion-rt b/localversion-rt index 4b7dca68a5b4..e8a9a36bb066

Re: Linux 4.14.87

2018-12-08 Thread Greg KH
diff --git a/Makefile b/Makefile index 572bd98d2344..322484348f3e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 86 +SUBLEVEL = 87 EXTRAVERSION = NAME = Petit Gorille @@ -803,6 +803,9 @@ KBUILD_CFLAGS += $(call

Linux 4.14.87

2018-12-08 Thread Greg KH
an (1): Linux 4.14.87 Guenter Roeck (2): kobject: Replace strncpy with memcpy kernfs: Replace strncpy with memcpy Guoqing Jiang (1): tipc: use destination length for copy string Jan Kara (1): udf: Allow mounting volumes with incorrect identification strings Johan Hovo