main
style: add _ prefix to static functions
bcache: use const and size_t in API
pvscan: fix UAF in DEVLINKS alias handling
indent: remove trailing whitespace
comments: fix and improve code comments
device: fix fd validity check to accept fd 0
filter: remove unused EAGAIN case and flag
device: fix sscanf pointer types and non-linux stub signature in dev-md
cppcheck: use uintptr_t for integer-to-pointer casts
coverity: use define for repeated log message strings
device: change major parameter type from int to unsigned in major_is_scsi_device and major_max_partitions
vgsplit: keep track of the devices that are moved
device-types: move array definition from header to dev-type.c
device: use unsigned int for block size struct fields
cppcheck: fix funcArgNamesDifferent in bcache and device_id
analyzer: annotate nonnull args and guard unchecked pointers
activate: use uint64_t for crypt table offset to prevent overflow
filesystem_xfs: fix typo in comment
persist: warn when host has multiple PR keys registered
online: check bounds before dereference in _copy_pvid_file_field
device: add braces to do-while macro bodies in online.h
lvm: indent updates
persist: add PR key field extraction macros and helpers