kobject icon indicating copy to clipboard operation
kobject copied to clipboard

fix: use 64 bits for representing the sequence number of uevents

Open anpep opened this issue 1 year ago • 0 comments

Kernel uses a 64-bit atomic64_t type for representing the auto-incremented uevent sequence number. Although rare, this could in theory allow the possibility of an overflow on 32-bit systems.

anpep avatar Jan 27 '25 15:01 anpep