From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id D7E193CB35 for ; Fri, 5 Apr 2019 07:34:35 -0400 (EDT) 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 840182186A; Fri, 5 Apr 2019 11:34:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554464072; bh=IJfg9f+Ewig9Qq4uChBZorzO2PhJ9cP2KZCNlJpU7b4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C31vxL3PJOebRcSmpngh3Is5gbtZ+9cPY3J9ahykTJRpIz3d7cNOJ01Qs/kk+1LSS gpnSfzO3K31bmUZIa6ChyUQtGD0H82o5be2EJJfOFMzcyJRVw9cxohTgZXvm6+HpXc yrOVJI3d1LQ3GJ5DfWK86NlEXrYQXKC9pFBOIGp0= Date: Fri, 5 Apr 2019 13:34:29 +0200 From: Greg Kroah-Hartman To: Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= Cc: David Miller , stable@vger.kernel.org, cake@lists.bufferbloat.net Message-ID: <20190405113429.GB28420@kroah.com> References: <155446010188.1460.16734711102827171744.stgit@alrua-x1> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <155446010188.1460.16734711102827171744.stgit@alrua-x1> User-Agent: Mutt/1.11.4 (2019-03-13) X-Mailman-Approved-At: Fri, 05 Apr 2019 08:11:40 -0400 Subject: Re: [Cake] [PATCH for-4.19 0/3] Backport of series: 'sched: A few small fixes for sch_cake' from 5.1 X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 11:34:36 -0000 On Fri, Apr 05, 2019 at 12:28:21PM +0200, Toke Høiland-Jørgensen wrote: > Hi Greg > > This series contains backports for a couple of fixes to sch_cake that was just > merged for 5.1. This series backports an earlier refactoring commit, which makes > the fixes themselves apply cleanly from upstream. You have read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to submit networking patches to the stable trees, right? I suggest trying it that way first... thanks, greg k-h