kobject
kobject copied to clipboard
fix: use 64 bits for representing the sequence number of uevents
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.