From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751899AbdHGPrQ convert rfc822-to-8bit (ORCPT ); Mon, 7 Aug 2017 11:47:16 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:45061 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbdHGPrP (ORCPT ); Mon, 7 Aug 2017 11:47:15 -0400 Date: Mon, 7 Aug 2017 17:46:57 +0200 From: Sebastian Andrzej Siewior To: Daniel Bristot de Oliveira Cc: linux-rt-users , "Luis Claudio R . Goncalves" , Clark Williams , Luiz Capitulino , Thomas Gleixner , Steven Rostedt , Peter Zijlstra , Ingo Molnar , LKML Subject: Re: [PATCH V2 2/2] rt: Increase/decrease the nr of migratory tasks when enabling/disabling migration Message-ID: <20170807154657.dixtykrdqwp7nhkq@linutronix.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-06-26 17:07:15 [+0200], Daniel Bristot de Oliveira wrote: > There is a problem in the migrate_disable()/enable() implementation > regarding the number of migratory tasks in the rt/dl RQs. The problem > is the following: … > This patch fixes this problem by decreasing/increasing the > rt/dl_nr_migratory in the migrate disable/enable operations. > > Reported-by: Pei Zhang > Reported-by: Luiz Capitulino > Signed-off-by: Daniel Bristot de Oliveira > Cc: Luis Claudio R. Goncalves > Cc: Clark Williams > Cc: Luiz Capitulino > Cc: Sebastian Andrzej Siewior > Cc: Thomas Gleixner > Cc: Steven Rostedt > Cc: Peter Zijlstra > Cc: Ingo Molnar > Cc: LKML > Cc: linux-rt-users Applied. Sebastian