From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566AbdLKP6A convert rfc822-to-8bit (ORCPT ); Mon, 11 Dec 2017 10:58:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:44796 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751628AbdLKP55 (ORCPT ); Mon, 11 Dec 2017 10:57:57 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5A79A218D1 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: Mon, 11 Dec 2017 10:57:48 -0500 From: Steven Rostedt To: Jonathan Haws Cc: "linux-kernel@vger.kernel.org" Subject: Re: [RFC][PATCHv2] Fixing POSIX wait queue to insert in task priority order for real-time, including normal tasks Message-ID: <20171211105748.78294cf4@vmware.local.home> In-Reply-To: <1513005206.2797.6.camel@sdl.usu.edu> References: <1512522932-10318-1-git-send-email-jhaws@sdl.usu.edu> <20171211143049.vybmzlxi3vy2q5gy@home.goodmis.org> <1513005206.2797.6.camel@sdl.usu.edu> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 11 Dec 2017 15:13:29 +0000 Jonathan Haws wrote: > > I didn't realize that script was there.  I'll make use of it!  As far > as RT maintainers go, I take it that is Thomas, Sebastian, and > yourself? Correct, and you can also Cc: linux-rt-users as others like Julia Cartwright may also be interested. > > Just to make sure I'm following - you're looking for something along > the lines of: > > [RFC][PATCH] ipc: mqueue: wq_add priority change to dynamic priority Hmm, that subject still doesn't parse. What about something like this: ipc: mqueue: Check priority of normal tasks in wq_add() > > Thanks for the tips!  You'll see PATCHv3 soon. I'm currently traveling, so I wont be able to look at it right away. -- Steve