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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 AE409C32792 for ; Thu, 3 Oct 2019 06:51:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7456B20842 for ; Thu, 3 Oct 2019 06:51:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570085500; bh=W5dJkXsDzpXwjuG7zgpasVf2qhcEzIu4Ln0A8dPBtb8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sYKLXZPiOQN0RsNjArkIZDI1HGvX4/SxX8vqJRCrzlSWUHruODamnaT0SG0np4o1l 4aaDqgA7FRIKhDb+9vIJmve+cD75Q14LCK8Kt3SAf5YNT9Xw6Y/xOBhBncQu2fE1fg D+sB9ueSCpBqU3mrlFp3P340BqTKBNXN2wTRPZ4o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726393AbfJCGvk (ORCPT ); Thu, 3 Oct 2019 02:51:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:35538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726210AbfJCGvj (ORCPT ); Thu, 3 Oct 2019 02:51:39 -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 BD0F220815; Thu, 3 Oct 2019 06:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570085499; bh=W5dJkXsDzpXwjuG7zgpasVf2qhcEzIu4Ln0A8dPBtb8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QOMS54dgyl/G+XUMYIzow6Q8H4pWRyPs7bMgITMLl/hv2I/aDYf52AcMSkP0frJxS xsum4p8Il7AVA0EZYW9nCuRWSiD6ojxNeeFyRpd1jyBJH69/ybvNIrZ5qPEjCg7M1O kZOea36YBqcXxP1N1dsQ7JKE/lX1gLODQ5PYZoP8= Date: Thu, 3 Oct 2019 08:51:35 +0200 From: Greg KH To: Dave Chiluk Cc: Ben Segall , Peter Zijlstra , Phil Auld , stable@vger.kernel.org, Sasha Levin , Ingo Molnar Subject: Re: Please backport de53fd7aedb1 : sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices Message-ID: <20191003065135.GA1813585@kroah.com> References: <20190925064414.GA1449297@kroah.com> <20190927131332.GO8171@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Oct 03, 2019 at 12:15:02AM -0500, Dave Chiluk wrote: > @Greg KH, Qian Cai's compiler warning fix has now been integrated into > Linus' tree as commit: 763a9ec06c409 > > Both de53fd7aedb1 and 763a9ec06c40 are now apart of v5.4-rc1. Can you > please queue up these fixes for backport to all stable kernels. I need an ack from the scheduler maintainers that this is ok to do so... thanks, greg k-h