[Bug 286512] linuxkpi: amdgpu regressed after base 325aa4dbd10d
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286512] linuxkpi: amdgpu regressed after base 325aa4dbd10d"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 11:24:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286512 --- Comment #23 from crahman@gmail.com --- I haven't studied this enough to know if troublesome values can occur, but in jiffies.h, there are some problematic uses of unsigned and signed variables, e.g. in linux_timer_jiffies() or time_after(). For example, if you want to know if a > b, (long)(b - a) < 0 will not always provide the correct answer when a and b are unsigned. -- You are receiving this mail because: You are the assignee for the bug.