From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: [patch 00/23] locking: name space cleanup and -rt spinlock annotation Date: Sun, 06 Dec 2009 18:01:47 -0000 Message-ID: <20091206110944.492100233@linutronix.de> Return-path: Received: from www.tglx.de ([62.245.132.106]:32999 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934018AbZLFSCF (ORCPT ); Sun, 6 Dec 2009 13:02:05 -0500 Sender: linux-arch-owner@vger.kernel.org List-ID: To: LKML Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , Peter Zijlstra , Linux-Arch PREEMPT_RT needs to annotate spinlocks which cannot be converted to sleeping locks. The best name raw_spinlock is already taken by the low level architecture implementations. We tried to come up with a good name for those locks but none of the naming suggestions was really great. Linus finally suggested to cleanup the name space and rename the low level locks in the architecture code to arch_spinlock. The following patch series contains: - the name space cleanup - the new raw_spinlock implementation - annotation of the most important locks A git version of the series can be found here: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip rt/locking Thanks, tglx