Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753688AbbBTBo0 (ORCPT ); Thu, 19 Feb 2015 20:44:26 -0500 Received: from g4t3427.houston.hp.com ([15.201.208.55]:37781 "EHLO g4t3427.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbbBTBoZ (ORCPT ); Thu, 19 Feb 2015 20:44:25 -0500 From: Thavatchai Makphaibulchoke To: rostedt@goodmis.org, linux-kernel@vger.kernel.org Cc: mingo@redhat.com, tglx@linutronix.de, linux-rt-users@vger.kernel.org, Thavatchai Makphaibulchoke Subject: [PATCH 3.14.25-rt22 0/2] rtmutex Real-Time Linux: fix kernel BUG at kernel/locking/rtmutex.c:997! and some optimization Date: Thu, 19 Feb 2015 18:31:04 -0700 Message-Id: <1424395866-81589-1-git-send-email-tmac@hp.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 896 Lines: 26 This patch series compose of 2 patches. First patch, fixing kernel BUG at kernel/locking/rtmutex.c:997! Second patch, some code optimation in kernel/locking/rtmutex.c Thavatchai Makphaibulchoke (2): rtmutex Real-Time Linux: Fixing kernel BUG at kernel/locking/rtmutex.c:997! kernel/locking/rtmutex.c: some code optimization include/linux/spinlock_rt.h | 4 + kernel/locking/rtmutex-debug.c | 15 ++- kernel/locking/rtmutex.c | 248 ++++++++++++++++++++++++++++------------ kernel/locking/rtmutex_common.h | 21 ++++ kernel/timer.c | 4 +- 5 files changed, 214 insertions(+), 78 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/