On Sat, Jun 29, 2024 at 02:42:10PM +0200, Niklas Cassel wrote: > Hello there, > > This series takes the patches that are -stable material from this series: > https://lore.kernel.org/linux-ide/20240626180031.4050226-15-cassel@xxxxxxxxxx/ > > Changes since series above: > -Fixed minor review comments for the four patches included in the series. > -Picked up tags. > > > Kind regards, > Niklas > > > Niklas Cassel (4): > ata: libata-core: Fix null pointer dereference on error > ata,scsi: libata-core: Do not leak memory for ata_port struct members > ata: libata-core: Fix double free on error > ata: ahci: Clean up sysfs file on error > > drivers/ata/ahci.c | 17 ++++++++++++----- > drivers/ata/libata-core.c | 29 ++++++++++++++++++----------- > drivers/scsi/libsas/sas_ata.c | 2 +- > drivers/scsi/libsas/sas_discover.c | 2 +- > include/linux/libata.h | 1 + > 5 files changed, 33 insertions(+), 18 deletions(-) Martin, James, considering that the libsas change is extremely trivial, and that the libsas maintainer (John) has added his R-b tag, I will simply take this via the libata tree. Please tell me if you have a problem with this, and it will never happen again. (I would never do this for something that wasn't extremely trivial.) Kind regards, Niklas