openwrt/target/linux/generic
Ilya Lipnitskiy 9e96344c02 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: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:36 +00:00
..
backport-5.4 kernel: bump 5.4 to 5.4.97 2021-09-01 08:07:34 +00:00
files mac80211: convert UniFi Outdoor+ HSR support to OF 2021-09-01 08:07:32 +00:00
hack-5.4 kernel: bump 5.4 to 5.4.93 2021-09-01 08:07:32 +00:00
image target: use SPDX license identifiers on Makefiles 2021-09-01 08:07:34 +00:00
other-files initramfs: switch to tmpfs to fix ujail 2021-09-01 08:07:15 +00:00
pending-5.4 kernel: fix busy wait loop in mediatek PPE code 2021-09-01 08:07:36 +00:00
config-5.4 kernel: enable CONFIG_LEDS_TRIGGER_HEARTBEAT 2021-09-01 08:07:28 +00:00
config-filter build: filter out more autogenerated kernel config options 2021-09-01 08:07:11 +00:00
PATCHES kernel: update PATCHES with a stricter policy 2013-07-09 20:52:07 +00:00