immortalwrt/target/linux/generic
Ilya Lipnitskiy 66f183dc4b 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>
2021-02-16 12:09:44 +08:00
..
backport-5.4 kernel: bump 5.4 to 5.4.97 2021-02-12 12:05:11 +08:00
files mac80211: convert UniFi Outdoor+ HSR support to OF 2021-02-10 15:26:57 +08:00
hack-5.4 kernel: bump 5.4 to 5.4.93 2021-01-29 22:34:20 +08:00
image target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-28 19:05:38 +08:00
pending-5.4 kernel: fix busy wait loop in mediatek PPE code 2021-02-16 12:09:44 +08:00
config-5.4 kernel: enable CONFIG_LEDS_TRIGGER_HEARTBEAT 2021-01-16 12:10:00 +08:00
config-filter build: filter out more autogenerated kernel config options 2020-11-14 13:52:03 +08:00
PATCHES update source 2017-09-06 19:19:45 +08:00