[GIT PULL] PCMCIA odd cleanups and fixes for v6.7-rc1

From: Dominik Brodowski
Date: Mon Nov 06 2023 - 14:30:32 EST


Hi Linus,

a few PCMCIA changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c:

Linux 6.5 (2023-08-27 14:49:51 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-6.7-rc1

for you to fetch changes up to 4f733de8b78a209501041a4b0a44c83ece0e8933:

pcmcia: tcic: remove unneeded "&" in call to setup_timer() (2023-09-03 10:45:53 +0200)

----------------------------------------------------------------
PCMCIA odd cleanups and fixes for v6.7-rc1

Yang Yingliang has fixed a number of resource leaks and Dongliang Mu
contributed a spelling fix for the PCMCIA core. Also included is a tiny
clenaup to the tcic PCMCIA socket driver provided by lizhe.
----------------------------------------------------------------

Signed-off-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>


Dongliang Mu (1):
pcmcia: typo fix

Yang Yingliang (3):
pcmcia: cs: fix possible hung task and memory leak pccardd()
pcmcia: ds: fix refcount leak in pcmcia_device_add()
pcmcia: ds: fix possible name leak in error path in pcmcia_device_add()

lizhe (1):
pcmcia: tcic: remove unneeded "&" in call to setup_timer()

drivers/pcmcia/cs.c | 1 +
drivers/pcmcia/ds.c | 14 +++++++++-----
drivers/pcmcia/pcmcia_resource.c | 2 +-
drivers/pcmcia/tcic.c | 2 +-
4 files changed, 12 insertions(+), 7 deletions(-)


Thanks,
Dominik