From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758110AbcLASdl (ORCPT ); Thu, 1 Dec 2016 13:33:41 -0500 Received: from merlin.infradead.org ([205.233.59.134]:49878 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757921AbcLASdj (ORCPT ); Thu, 1 Dec 2016 13:33:39 -0500 Date: Thu, 1 Dec 2016 19:33:29 +0100 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , David Daney , Ingo Molnar , Steven Rostedt , Sebastian Siewior , Will Deacon , Mark Rutland Subject: Re: [patch 0/4] rtmutex: Plug unlock vs. requeue race Message-ID: <20161201183329.GQ3045@worktop.programming.kicks-ass.net> References: <20161130205431.629977871@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161130205431.629977871@linutronix.de> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 30, 2016 at 09:04:40PM -0000, Thomas Gleixner wrote: > 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. Acked-by: Peter Zijlstra (Intel)