From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759238AbdCVKoI (ORCPT ); Wed, 22 Mar 2017 06:44:08 -0400 Received: from merlin.infradead.org ([205.233.59.134]:45112 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759161AbdCVKoA (ORCPT ); Wed, 22 Mar 2017 06:44:00 -0400 Message-Id: <20170322103547.756091212@infradead.org> User-Agent: quilt/0.63-1 Date: Wed, 22 Mar 2017 11:35:47 +0100 From: Peter Zijlstra To: tglx@linutronix.de Cc: mingo@kernel.org, juri.lelli@arm.com, rostedt@goodmis.org, xlpang@redhat.com, bigeasy@linutronix.de, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com, jdesfossez@efficios.com, bristot@redhat.com, dvhart@infradead.org, peterz@infradead.org Subject: [PATCH -v6 00/13] The arduous story of FUTEX_UNLOCK_PI Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Another installment of the futex patches that give you nightmares ;-) This version sports updated comments and Changelogs as requested last time around. It also includes two fixes, both reported by Sebastian who was kind enough to stick this in his RT tree for some testing. The last patch is RT specific, but I figure we can merge it anyway. Again; I sincerely hope this to be the very last version.