mbox series

[GIT,PULL] ata fixes for 6.3-rc3

Message ID 20230317225334.30582-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] ata fixes for 6.3-rc3 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.3-rc3

Message

Damien Le Moal March 17, 2023, 10:53 p.m. UTC
Linus,

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.3-rc3

for you to fetch changes up to 5bc9e2d43f86105a95f86fa096fb4e517bb0ce73:

  ata: pata_parport: fix memory leaks (2023-03-16 16:54:38 +0900)

----------------------------------------------------------------
ata fixes for 6.3-rc3

 * Two fixes from Ondrej for the pata_parport driver to address an issue
   with error handling during drive connection and to fix memory leaks
   in case of errors during initialization and when disconnecting a
   device.

----------------------------------------------------------------
Ondrej Zary (2):
      ata: pata_parport: fix parport release without claim
      ata: pata_parport: fix memory leaks

 drivers/ata/pata_parport/pata_parport.c | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org March 18, 2023, 7:01 p.m. UTC | #1
The pull request you sent on Sat, 18 Mar 2023 07:53:34 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.3-rc3

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

Thank you!