mbox series

[GIT,PULL] libata fixes for 5.16-rc4

Message ID 20211203104033.656678-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] libata fixes for 5.16-rc4 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc4

Message

Damien Le Moal Dec. 3, 2021, 10:40 a.m. UTC
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@gitolite.kernel.org/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(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2021, 6:53 p.m. UTC | #1
The pull request you sent on Fri,  3 Dec 2021 19:40:33 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a44f27e45148260229ffb9c00e388b33e03bb7dc

Thank you!