openwrt/target
Adrian Schmutzler ae901d5201 kernel: 5.10: fix busy wait loop in mediatek PPE code
Reapply changes added to 5.4 but not copied to 5.10:
3da4acaa7b ("kernel: fix busy wait loop in mediatek PPE code")

The intention is for the loop to timeout if the body does not succeed.
The current logic calls time_is_before_jiffies(timeout) which is false
until after the timeout, so the loop body never executes.

time_is_after_jiffies(timeout) will return true until timeout is less
than jiffies, which is the intended behavior here.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:37 +00:00
..
imagebuilder imagebuilder: invoke bundle-libraries.sh w/o buildroot dirs in $PATH 2021-09-01 08:07:25 +00:00
linux kernel: 5.10: fix busy wait loop in mediatek PPE code 2021-09-01 08:07:37 +00:00
sdk target: fix copying of licenses for SDK/toolchain 2021-09-01 08:07:36 +00:00
toolchain target: fix copying of licenses for SDK/toolchain 2021-09-01 08:07:36 +00:00
Config.in build: define PWM_SUPPORT arch feature flag 2021-09-01 08:07:01 +00:00
Makefile