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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F952C433E0 for ; Mon, 25 May 2020 15:49:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 17ADD207D8 for ; Mon, 25 May 2020 15:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590421763; bh=sQXiF0OEnXLA2pXY3Fqnfzxfl71OFgTSHALtyqCsB40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=C2Qm6rbSCZ7K8+bGIvIheLjjkqr9YHtJsoOcend9opuIYhpD4oz+yxx+YJYXhvTu5 G5ZpHBv4DS3xxoLSKZwBPEA2ajhymMtBimI0WaT3WtL/Zm+MAKmKraW+QY68zr6v0w DOzJ3Slea/dvJjxd+E4pWp+PezRQr0vLoNX/zKvA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388791AbgEYPtW (ORCPT ); Mon, 25 May 2020 11:49:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:55184 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388739AbgEYPtW (ORCPT ); Mon, 25 May 2020 11:49:22 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A7CB2207CB; Mon, 25 May 2020 15:49:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590421761; bh=sQXiF0OEnXLA2pXY3Fqnfzxfl71OFgTSHALtyqCsB40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fK286YYOEdx26SkHTS5fCrVoPv1oZYo3eJgeVKGaD4RaZ6xjwp/FiuB9ZeqJiOqAq rAMY1tGa4f5wYqRH9Ha2hYSuVrvlqUYISQXC2TwciUCwJh5GF8RgSL/T1QxfIO4dyD NldS0wWw0HpjbQqfra5YfyRCM1pIBkaQEudr1SMI= Date: Mon, 25 May 2020 17:49:18 +0200 From: "gregkh@linuxfoundation.org" To: Vincent Guittot Cc: Phil Auld , Dietmar Eggemann , Peter Zijlstra , "# v4 . 16+" Subject: Re: FAILED: patch "[PATCH] sched/fair: Fix enqueue_task_fair() warning some more" failed to apply to 5.6-stable tree Message-ID: <20200525154918.GB1039448@kroah.com> References: <1590417756152233@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 25, 2020 at 05:41:36PM +0200, Vincent Guittot wrote: > On Mon, 25 May 2020 at 16:42, wrote: > > > > > > The patch below does not apply to the 5.6-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > This patch applies on top of > commit 6d4d22468dae ("sched/fair: Reorder enqueue/dequeue_task_fair path") That applies, but: > commit 5ab297bab984 ("sched/fair: Fix reordering of > enqueue/dequeue_task_fair()") That one does not. Can you make a backported patch series of these that I can apply easily? thanks, greg k-h