From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757545AbcK3VHu (ORCPT ); Wed, 30 Nov 2016 16:07:50 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:55432 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754190AbcK3VHY (ORCPT ); Wed, 30 Nov 2016 16:07:24 -0500 Message-Id: <20161130205431.629977871@linutronix.de> User-Agent: quilt/0.63-1 Date: Wed, 30 Nov 2016 21:04:40 -0000 From: Thomas Gleixner To: LKML Cc: David Daney , Peter Zijlstra , Ingo Molnar , Steven Rostedt , Sebastian Siewior , Will Deacon , Mark Rutland Subject: [patch 0/4] rtmutex: Plug unlock vs. requeue race Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following series plugs a subtle race and robustifies the code further. Aside of that it adds commentry about lockless operations and removes a confusing extra define. Thanks, tglx