commit | 150e18de6e18069426361fe30150bd31ee5250db | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Jun 17 08:56:40 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jun 18 13:21:06 2020 +0200 |
tree | cff403154531efab21f043fb3d94e88e2aa39e0f | |
parent | 95e4eb88670b419a9a1eca3a08be817dbce0a8dd [diff] |
kernel/timeout: Fix 32 bit rollover conditions There were two spots where CONFIG_TIMEOUT_64BIT wasn't being correctly honored, leading to the possibility of long timeouts overflowing internally and doing weird stuff. Fixes #26248 Signed-off-by: Andy Ross <andrew.j.ross@intel.com>