From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [ANNOUNCE] 4.1.15-rt17 Date: Thu, 4 Feb 2016 14:22:29 +0100 Message-ID: <20160204132229.GA3381@linutronix.de> References: <20151222165601.GG27274@linutronix.de> <20160201205157.GA25777@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Linux RT Users To: Christoph Mathys , tglx@linutronix.de, rostedt@goodmis.org, C.Emde@osadl.org Return-path: Received: from www.linutronix.de ([62.245.132.108]:38167 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757703AbcBDNWf (ORCPT ); Thu, 4 Feb 2016 08:22:35 -0500 Content-Disposition: inline In-Reply-To: <20160201205157.GA25777@linutronix.de> Sender: linux-rt-users-owner@vger.kernel.org List-ID: * Sebastian Andrzej Siewior | 2016-02-01 21:51:57 [+0100]: >I don't why int3 is invoked here at all but it seems to happen and it >seems to do something with the jump_labels. Now I know and go with this: --- a/arch/Kconfig +++ b/arch/Kconfig @@ -53,6 +53,7 @@ config KPROBES config JUMP_LABEL bool "Optimize very unlikely/likely branches" depends on HAVE_ARCH_JUMP_LABEL + depends on (!INTERRUPT_OFF_HIST && !PREEMPT_OFF_HIST && !WAKEUP_LATENCY_HIST && !MISSED_TIMER_OFFSETS_HIST) help This option enables a transparent branch optimization that makes certain almost-always-true or almost-always-false branch Sebastian