Received: by 10.223.176.46 with SMTP id f43csp514482wra; Wed, 24 Jan 2018 01:37:25 -0800 (PST) X-Google-Smtp-Source: AH8x224LfemY3Gfhh4gTGiPdxVq9qa6kKV49qhhgcdj8i976WXiymxZmdSUBYviofTC7UcaWazWR X-Received: by 10.101.82.1 with SMTP id o1mr10204100pgp.259.1516786645323; Wed, 24 Jan 2018 01:37:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516786645; cv=none; d=google.com; s=arc-20160816; b=cx5zLedvFxWXHLAnEuuXbIPp+Y7qnAHNm2oTwnFtEczbQgs7OpkSVx3x9mdI2J2Vd7 do6Z6xgLkloXxnca22j10Wpy2d5hyDkPaW/QErh+/zm86nkP8U6O5Hqmi0/S24zYrZSe E5HWl8STAVRHVG1mrVoN8E6Wma05gOfz/UU/x3vwt2Foz1Eus1NabGDIY1pvRN5pADI9 aVxpAsnibqZLzRLs5SaMmGl2SRLM7Pv1r8rTVuQYGWgdyCkTnvKU0lsEptiLU6r7ykbJ VAM8XYSictylQ2Q2lUJ73tIATkDSBUeQON8Ngab4WFBlHd7z0i3y0z1bedBckOVnolPj QQBQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Mqj77ubYqEKiWW6NG98UmFXeUfeOeSnlcUpOkk6nviE=; b=TfViFni4nP/fcQZEurvp4KkqtooazHDvlHSxJgWZig5n7Lqe/9EBjhXrzeQY8Wmuon Y907HAuZTKm1aTVqaqslr+9nSYXcmWAfIhwAJO1T2+oJZlb1so0HGGIoNclulhXhjv1l avMLcPl81AuCzAOT6cVAKN7kQmLrtT6Y3C736lvLqsx2vPGsS3su4J3fR0Ozg4QdgUTx C7MiwHckaLkpSiz0PSWTf4n6TL4W6vCf82bvg9UBJWaBPMQ5Iqri3hYVcYF7ngEn6KCA 2rpz9HWKU28QSuI+v390GkWae1Q36pbVtSERjjbmwG4G9ktWQcMDd47oLJtnvN6KieJt 4GWw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q1-v6si5834970plr.772.2018.01.24.01.37.11; Wed, 24 Jan 2018 01:37:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932903AbeAXJgE (ORCPT + 99 others); Wed, 24 Jan 2018 04:36:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57444 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752637AbeAXJgB (ORCPT ); Wed, 24 Jan 2018 04:36:01 -0500 Received: from localhost (unknown [37.169.27.19]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C1060F2B; Wed, 24 Jan 2018 09:36:00 +0000 (UTC) Date: Wed, 24 Jan 2018 10:35:59 +0100 From: Greg Kroah-Hartman To: Daniel Bristot de Oliveira Cc: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org, "Peter Zijlstra (Intel)" , Juri Lelli , Linus Torvalds , Luca Abeni , Mike Galbraith , Romulo Silva de Oliveira , Steven Rostedt , Thomas Gleixner , Tommaso Cucinotta , Ingo Molnar , Sasha Levin Subject: Re: [PATCH 4.4] sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks Message-ID: <20180124093559.GA25358@kroah.com> References: <20171218152851.886086917@linuxfoundation.org> <20171218152855.351654393@linuxfoundation.org> <1516323645.3417.5.camel@codethink.co.uk> <20180119075304.GE25687@kroah.com> <20180119124003.GA18519@kroah.com> <20180119131355.GA1866@kroah.com> <2dc689a4-6c62-2cba-790a-248a58ccf1f9@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2dc689a4-6c62-2cba-790a-248a58ccf1f9@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 22, 2018 at 06:16:19PM +0100, Daniel Bristot de Oliveira wrote: > ----------- %< ------------------- > Here it is! the backport for 4.4.y-stable. > > The main difference from the original commit is that > the BW_SHIFT define was not present yet. As BW_SHIFT was > introduced in a new feature, I just used the value (20), > likewise we used to use before the #define. > Other changes were required because of comments. Thanks for the backport, now queued up. greg k-h