From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752227AbdFTNlV (ORCPT ); Tue, 20 Jun 2017 09:41:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:54220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025AbdFTNlU (ORCPT ); Tue, 20 Jun 2017 09:41:20 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C1EE23986 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Tue, 20 Jun 2017 09:41:11 -0400 From: Steven Rostedt To: Alex Shi Cc: Peter Zijlstra , Ingo Molnar , Jonathan Corbet , "open list:LOCKING PRIMITIVES" , "open list:DOCUMENTATION" , Sebastian Siewior , Mathieu Poirier , Juri Lelli , Thomas Gleixner Subject: Re: [PATCH v3 1/3] rtmutex: update rt-mutex-design Message-ID: <20170620094111.793f2ca9@gandalf.local.home> In-Reply-To: <63700e1d-6be2-1aab-0eb3-43e263ef39a2@linaro.org> References: <1495689995-29849-1-git-send-email-alex.shi@linaro.org> <63700e1d-6be2-1aab-0eb3-43e263ef39a2@linaro.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Jun 2017 08:22:52 +0800 Alex Shi wrote: > On 05/25/2017 01:26 PM, Alex Shi wrote: > > > > Author: Steven Rostedt > > +Updated: Alex Shi - 5/20/2017 > > > > Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and Randy Dunlap > > > > @@ -779,3 +554,4 @@ Updates > > ------- > > > > This document was originally written for 2.6.17-rc3-mm1 > > +was updated on 4.12-rc1 > > Hi, Steven & Sebastian, > > Is there any more concern or comments on this doc? > Hi Alex, Sorry, I just haven't had time yet to take a look. I'll see if I can allocate some time for reviewing your patches this week. -- Steve