In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tgwithinbpslimit() that 'bpslimit * jiffyelapsedrnd' might overflow. Fix the problem by calling mulu64u64div_u64() instead.