From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61B47C433F5 for ; Thu, 20 Jan 2022 19:47:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347162AbiATTrK (ORCPT ); Thu, 20 Jan 2022 14:47:10 -0500 Received: from foss.arm.com ([217.140.110.172]:51358 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232634AbiATTrI (ORCPT ); Thu, 20 Jan 2022 14:47:08 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4AE916D; Thu, 20 Jan 2022 11:47:08 -0800 (PST) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.196.57]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CE5563F774; Thu, 20 Jan 2022 11:47:06 -0800 (PST) From: Valentin Schneider To: linux-kernel@vger.kernel.org Cc: John Keeping , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira Subject: Re: [PATCH] sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race In-Reply-To: <20220120194037.650433-1-valentin.schneider@arm.com> References: <20220120194037.650433-1-valentin.schneider@arm.com> Date: Thu, 20 Jan 2022 19:47:01 +0000 Message-ID: <8735li6vgq.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/01/22 19:40, Valentin Schneider wrote: > Link: http://lore.kernel.org/r/Yb3vXx3DcqVOi+EA@donbot > Fixes: a7c81556ec4d ("sched: Fix migrate_disable() vs rt/dl balancing") > Reported-by: John Keeping > Signed-off-by: Valentin Schneider @John: it's slightly different than the few things we got you to try out, so I didn't keep your tested-by, sorry!