Linus, The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5: Linux 5.16-rc3 (2021-11-28 14:09:19 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc4 for you to fetch changes up to 06d5d558f5a30582546dcbe9327601af867ce1c9: ata: replace snprintf in show functions with sysfs_emit (2021-12-02 13:13:45 +0900) ---------------------------------------------------------------- libata fixes for 5.16-rc4 Two sparse warning fixes and a couple of patches to fix an issue with sata_fsl driver module removal: * A couple of patches to avoid sparse warnings in libata-sata and in the pata_falcon driver (from Yang and Finn). * A couple of sata_fsl driver patches fixing IRQ free and proc unregister on module removal (from Baokun). ---------------------------------------------------------------- Baokun Li (2): sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl Finn Thain (1): pata_falcon: Avoid type warnings from sparse Yang Guang (1): ata: replace snprintf in show functions with sysfs_emit drivers/ata/libata-sata.c | 2 +- drivers/ata/pata_falcon.c | 16 ++++++++-------- drivers/ata/sata_fsl.c | 20 +++++++++++++------- 3 files changed, 22 insertions(+), 16 deletions(-)