From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com ([192.55.52.151]:41732 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727343AbeKVA2w (ORCPT ); Wed, 21 Nov 2018 19:28:52 -0500 From: Adrian Hunter To: stable@vger.kernel.org Cc: Andy Lutomirski , Arnaldo Carvalho de Melo Subject: [PATCH 4.14 0/5] perf machine: Workaround missing maps for x86 PTI entry trampolines Date: Wed, 21 Nov 2018 15:52:42 +0200 Message-Id: <20181121135247.23304-1-adrian.hunter@intel.com> Sender: stable-owner@vger.kernel.org List-ID: Hi x86 PTI trampolines were backported to 4.14, refer commit: c631a16e5b84521ae80ab10d47cd6ccd2afc6817 ("x86/entry/64: Create a per-CPU SYSCALL entry trampoline") so the corresponding perf tools workaround also needs to be backported. Here are 5 patches for 4.14 stable backported from 4.18, to address that. Regards Adrian