From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f65.google.com (mail-ed1-f65.google.com [209.85.208.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8D2693CB35 for ; Fri, 5 Apr 2019 08:13:20 -0400 (EDT) Received: by mail-ed1-f65.google.com with SMTP id p20so5287515eds.6 for ; Fri, 05 Apr 2019 05:13:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=ccw51aTxJSDKAU62ZD8vtr8p8sDXXndEzmf6VcknQ1w=; b=lfarjzWes4JPa4WX+lN3X0kJVQITtqjjfzH3wU5l81ZbsfWaZ8YOX0Je1OByxUk4nH APEFdKecYb7g513fahLUbg0bd+1txxDhIcTHG4cEcHN/1EtEnumRaFYltjIdkLkpeYW7 yrCYHG+rRZz+Wlvp8/nfNTW7yt2pm7qtQna7b4EnakRrY1R2tDg3Wg69dZYm4mEzlyfx YoPsD9izxz8XCp+toTo034V2waS74WdeoZbEPk4i1pelXWuxRPsGau7SsuQIgjhUj49h oX4TR8LwwJc5pcZdy/aAonU/j7mMyw2Otwy4HhBQdf1YdF0n1wsDXh0i16sJ81/onQfy RkPw== X-Gm-Message-State: APjAAAU/TgmLnnlBftK0RlCUdtElNo26nn7EvjybB8UdR6jCAIo4dGK9 Jg0AH9zpeqjzaPYMLrR3j/gUfg== X-Google-Smtp-Source: APXvYqyqhLvOzJexENzu2naKj/hpl1UV8xwaVTDoUareWlXM4HSE4t/vFXxkQmxbAr6Y3FKeP77IWQ== X-Received: by 2002:a17:906:3ed1:: with SMTP id d17mr7100049ejj.221.1554466399728; Fri, 05 Apr 2019 05:13:19 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk (alrua-x1.vpn.toke.dk. [2a00:7660:6da:10::2]) by smtp.gmail.com with ESMTPSA id b26sm4019869ejb.0.2019.04.05.05.13.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 05 Apr 2019 05:13:18 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 579A11804A5; Fri, 5 Apr 2019 14:13:18 +0200 (CEST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Greg Kroah-Hartman Cc: David Miller , stable@vger.kernel.org, cake@lists.bufferbloat.net In-Reply-To: <20190405113429.GB28420@kroah.com> References: <155446010188.1460.16734711102827171744.stgit@alrua-x1> <20190405113429.GB28420@kroah.com> X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 05 Apr 2019 14:13:18 +0200 Message-ID: <87k1g81wgx.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 12:13:20 -0000 Greg Kroah-Hartman writes: > On Fri, Apr 05, 2019 at 12:28:21PM +0200, Toke H=C3=B8iland-J=C3=B8rgense= n wrote: >> Hi Greg >>=20 >> This series contains backports for a couple of fixes to sch_cake that wa= s just >> merged for 5.1. This series backports an earlier refactoring commit, whi= ch makes >> the fixes themselves apply cleanly from upstream. > > You have read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.ht= ml > for how to submit networking patches to the stable trees, right? > > I suggest trying it that way first... Yeah, Dave already queued the original fixes up for stable, but they are not going to apply cleanly on 4.19; hence the first patch in this series. I thought it was better to just include the full series with that, for context, but maybe that was wrong? Should I just have sent the first one? If so, feel free to just take the first patch in this series and let the others go through the usual stable submission process... -Toke