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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 8FBE5C433E0 for ; Mon, 25 May 2020 20:55:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 653B02078B for ; Mon, 25 May 2020 20:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590440150; bh=n5H4ja8aDw+BQtvjhFS0ngEeQKrVUOPjosJWZ9eqlNA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nhGZ71DdocRNAQ1o4qNF7VeYXAOX5wKknCKOayyiCazFlHcVVKMpX3vrF4T47kB3/ p9aqZJE1UUAkHqWB/lAlWdf3p6L3DOlYuLFyyTqI7rIscj59P7/1ZQmRVq2nCNTz0U 1NsESR4bgufp9wsoYTGwpEX4q2inD8xVZjcQhorU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390801AbgEYUzu (ORCPT ); Mon, 25 May 2020 16:55:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:41872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390789AbgEYUzt (ORCPT ); Mon, 25 May 2020 16:55:49 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 567A02065F; Mon, 25 May 2020 20:55:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590440149; bh=n5H4ja8aDw+BQtvjhFS0ngEeQKrVUOPjosJWZ9eqlNA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QPTR6OB7FP8R4aHL6f5hc3SsIju4iFvPW/xqglj0k+612KRawzQccLcNvKkqKyGxZ l41ICVIjafpGBWanTVMoqNdcYRecXwuY+YSFRBmIJokJ9JdgSVOzfpH8DS/wlqZ0k/ CSnijBj4Iqy9j8cNBUG14t8eeiEbMfWs5RXkNGd4= Date: Mon, 25 May 2020 16:55:48 -0400 From: Sasha Levin To: Vincent Guittot Cc: "gregkh@linuxfoundation.org" , 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: <20200525205548.GE33628@sasha-vm> References: <1590417756152233@kroah.com> <20200525154918.GB1039448@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed 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:55:03PM +0200, Vincent Guittot wrote: >On Mon, 25 May 2020 at 17:49, gregkh@linuxfoundation.org > wrote: >> >> 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? > >I tested the cherry-pick of the 2 commits above on top of v5.6.14 and >there were applying without error. Should I use another tag ? That worked for me, I've queued it up. -- Thanks, Sasha