openwrt/target/linux/generic
Ilya Lipnitskiy 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: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-15 08:13:16 +01:00
..
backport-5.4 kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
files mac80211: convert UniFi Outdoor+ HSR support to OF 2021-02-01 00:47:36 +01:00
hack-5.4 kernel: bump 5.4 to 5.4.93 2021-01-29 14:22:09 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.4 kernel: fix busy wait loop in mediatek PPE code 2021-02-15 08:13:16 +01:00
config-5.4 kernel: enable CONFIG_LEDS_TRIGGER_HEARTBEAT 2021-01-15 18:20:55 +01:00
config-filter build: filter out more autogenerated kernel config options 2020-11-13 13:18:20 +01:00
PATCHES