fq_codel: fix CoDel drop scheduling
Use drops - 1 as the codel_intervals index; the table starts at interval
/ sqrt(1) while cd->drops is one-based. Assert non-zero.
Exclude the candidate packet from the non-starvation backlog check; the
decision is about the backlog remaining after dequeue.
Enter dropping when now equals cd->start, not only when it exceeds it.
OK sashan@
Update to meson-1.12.0.
Remove upstream change that passes fatal-warnings flag to the linker as this
would break half of the ports tree due to our:
warning: str*() is almost always misused, please use strl*()
becoming an error.
revert 'drm/amd/display: Fix backlight max_brightness to match exported range'
jmc@ reports this 6.18.42 change caused a very dim display on boot and with
display.brightness values of 97-100 on a Dell Inspiron 5505
it looks like this patch will be reverted in linux stable branches
https://gitlab.freedesktop.org/drm/amd/-/work_items/5562
Remove sysutils/py-diskcache again, ok sthen
It was listed as a dep of rrdp-tools unnecessarily, not needed by 0.4.1,
and only imported for that purpose. It's been largely unmaintained for
the past three years.