From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032803AbeBNQlU (ORCPT ); Wed, 14 Feb 2018 11:41:20 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:40664 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1032470AbeBNQlQ (ORCPT ); Wed, 14 Feb 2018 11:41:16 -0500 From: Josh Poimboeuf To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Steven Rostedt , Ingo Molnar , Thomas Gleixner , Linus Torvalds , Peter Zijlstra , Jason Baron , Borislav Petkov Subject: [PATCH 0/3] jump_label: Robustify jump label patching Date: Wed, 14 Feb 2018 10:40:40 -0600 Message-Id: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Warn if a jump_label fails to patch, and fix up a couple of issues found by the warning. Josh Poimboeuf (3): jump_label: Warn on failed jump_label patch x86/xen: Remove inert tracepoint in __init code percpu: Remove inert tracepoint in __init code arch/x86/xen/enlighten_pv.c | 2 -- kernel/jump_label.c | 8 ++++++-- mm/percpu.c | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) -- 2.14.3