mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
758f2046ea
BPF_ALU64 div/mod operations are currently using signed division, unlike
BPF_ALU32 operations. Fix the same. DIV64 and MOD64 overflow tests pass
with this fix.
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |