lantiq: ltq-tapi: add kernel 5.10 compatiblity
authorMathias Kresin <dev@kresin.me>
Sun, 27 Dec 2020 16:25:25 +0000 (17:25 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 12 Apr 2021 21:23:09 +0000 (23:23 +0200)
commit31f3f797004ad318a1de88ec9cfdece523ee46d9
treee06b1988550e0e1692dd8f40f0de5717aa638a18
parentf4acdf8c42c3ea27cee8f195a1aabf1f100a4c6e
lantiq: ltq-tapi: add kernel 5.10 compatiblity

Due to SCHED_FIFO being a broken scheduler model, all users of
sched_setscheduler() are converted to sched_set_fifo_low() upstream and
sched_setscheduler() is no longer exported.

The callback handling of the tasklet API was redesigned and the macros
using the old syntax renamed to _OLD.

Signed-off-by: Mathias Kresin <dev@kresin.me>
ltq tapi
package/kernel/lantiq/ltq-tapi/patches/500-linux-509.patch [new file with mode: 0644]