From mboxrd@z Thu Jan 1 00:00:00 1970 From: "K. Prasad" Subject: [PATCH 0/2] Markers Implementation for RCU Tracing Date: Mon, 31 Dec 2007 11:30:54 +0530 Message-ID: <20071231060054.GA6416@in.ibm.com> Reply-To: prasad@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dipankar@in.ibm.com, ego@in.ibm.com, mathieu.desnoyers@polymtl.ca, paulmck@linux.vnet.ibm.com To: mingo@elte.hu, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org Return-path: Received: from e28smtp06.in.ibm.com ([59.145.155.6]:33911 "EHLO e28esmtp06.in.ibm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751956AbXLaGBG (ORCPT ); Mon, 31 Dec 2007 01:01:06 -0500 Content-Disposition: inline Sender: linux-rt-users-owner@vger.kernel.org List-ID: Hi Ingo, Please accept these patches into the rt tree which convert the existing RCU tracing mechanism for Preempt RCU and RCU Boost into markers. These patches are based upon the 2.6.24-rc5-rt1 kernel tree. Along with marker transition, the RCU Tracing infrastructure has also been modularised to be built as a kernel module, thereby enabling runtime changes to the RCU Tracing infrastructure. Patch [1/2] - Patch that converts the Preempt RCU tracing in rcupreempt.c into markers. Patch [1/2] - Patch that converts the Preempt RCU Boost tracing in rcupreempt-boost.c into markers. Thanks, K.Prasad (prasad@linux.vnet.ibm.com)