On Wed, 09 Jul 2025 13:33:30 +0000, Jonathan Velez wrote: > sprintf, snprintf, and scnprintf do not consider the PAGE_SIZE maximum > of the temporary buffer used for outputting sysfs content and they may > overrun the PAGE_SIZE buffer length. > > To avoid output defects with the ATA transport class simple attributes, > use sysfs_emit instead of scnprintf(). > > [...] Applied to libata/linux.git (for-6.17), thanks! [1/1] ata: libata-transport: replace scnprintf with sysfs_emit for simple attributes https://git.kernel.org/libata/linux/c/48925ba7 Kind regards, Niklas