From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::244]) (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 4C0BE3B260 for ; Fri, 20 May 2016 08:39:10 -0400 (EDT) Received: by mail-lf0-x244.google.com with SMTP id m64so1090301lfd.1 for ; Fri, 20 May 2016 05:39:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TL22erX3wDVPsEuShhWtG/27wBC6w14CglU4HhBwVhw=; b=I+No+pKTlPf5PR20SN6OH5pIK4xc/OQuG2rjJyCbbyR5UEgjYd15s1EB0rR48D1nay 7qGWKBxU6g6rFKJUdxphdHwmMr0G3Q6FbtQ0Jgtan6eZbNdGi+jeW2G8xutr1Ay5oD+e SB3ziGjIr9sQ2wDSy5yqGHoCv5JJ3ubZTKpdvJwJcBtrKK+YflqHfKLOA+ZXAMgYeXxi HhlcSKGNiMuwXoSdGceDGXVYWchKO6EKXPTI7yKAUsdfQRIN9Gotzo2i5g+U2q76Ls6O M8M6JGFkXQnVTwI+o11VG8SBJYCEg6pJXMnmTV+fZZ3ouFw74rHBXDzQGrvWpITt+apQ KOAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TL22erX3wDVPsEuShhWtG/27wBC6w14CglU4HhBwVhw=; b=BS3Tp+BaYW2X7JBOLcK89EKPv76OR5ATuDeVuMkYjGiB/hvP+TCOyK/A/nQ7utY7gq TYfT3xcxmc/PAbpu/wmqfsMhlKP4EYw+Wrm3lusjojTSJcPEZyoUSY6oEZ+U4OrgW5fe G3Ji6F1W/cuvS8Y5bhzAr6QIUslhqnOOH+kiwZwjrKKqanx3G9k2hAiowGo11YXcGCEH BmXm6v7eCnQTvIvlTrsbgXP+8bYLCldszfHuYUNnJe565Bb1sYEzJJy29QRrzliepu4B z08WxP+bWv0jP5eJ02Y2v6PDRaIV2hyOPWEmMl4NNrZWUEzep/UlyXpTIIAicqn53gJn PZTA== X-Gm-Message-State: AOPr4FXoYYE+DP3cKbqZBbcK+851jXwkQA7Z0DpOjUGKoxSYTBqxBS9Sg3Wknj2Hr6ahhQ== X-Received: by 10.25.134.138 with SMTP id i132mr1058952lfd.70.1463747949103; Fri, 20 May 2016 05:39:09 -0700 (PDT) Received: from bass.home.chromatix.fi (188-67-138-144.bb.dnainternet.fi. [188.67.138.144]) by smtp.gmail.com with ESMTPSA id l10sm3312036lbw.38.2016.05.20.05.39.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 May 2016 05:39:08 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: Jonathan Morton In-Reply-To: Date: Fri, 20 May 2016 15:39:06 +0300 Cc: cake@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: <5D734D41-0CE2-46C6-8E49-CE10BDA46AF9@gmail.com> References: To: LeetMniWheat X-Mailer: Apple Mail (2.3124) Subject: Re: [Cake] sch_cake broken on 4.4.11 and 4.5.5? 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, 20 May 2016 12:39:10 -0000 > On 19 May, 2016, at 13:44, LeetMniWheat = wrote: >=20 > There's a simple bandaid fix in issue #20 in sch_cake.c > which changes the following: >=20 > #if KERNEL_VERSION(4, 6, 0) > LINUX_VERSION_CODE > to: > #if KERNEL_VERSION(4, 4, 0) > LINUX_VERSION_CODE I noticed that fq-pie also lacked support for the new API, which broke = it on LEDE, so I added it in the same way as for cake. The sqm = package=E2=80=99s makefile doesn=E2=80=99t seem to be commit-specific, = so you may need to clean out the old download file to receive the = update. - Jonathan Morton