[Cake] sch_cake broken on 4.4.11 and 4.5.5?

Jonathan Morton chromatix99 at gmail.com
Fri May 20 05:18:09 EDT 2016


> On 19 May, 2016, at 13:44, LeetMniWheat <leetminiwheat at gmail.com> wrote:
> 
> There's a simple bandaid fix in issue #20 in sch_cake.c
> which changes the following:
> 
> #if KERNEL_VERSION(4, 6, 0) > LINUX_VERSION_CODE
> to:
> #if KERNEL_VERSION(4, 4, 0) > LINUX_VERSION_CODE
> 
> Although now it should probably be (4, 4, 11) and above, but I believe these
> issues stem a bit deeper than this can fix since I've seen stack traces with
> layer_cake.qos with kernel 4.4.10 (with original code) and on kernel 4.4.11
> with the bandaid fix.

The latest Cake Git version contains this fix (thanks Kevin), but the sqm package needs to be updated to point to the correct commit.

 - Jonathan Morton



More information about the Cake mailing list