From: Brian King <brking@linux.vnet.ibm.com>
To: gregkh@linuxfoundation.org
Cc: Brian King <brking@linux.vnet.ibm.com>,
mmc@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org,
linux-serial@vger.kernel.org, brking@pobox.com
Subject: [PATCH 0/6] hvcs: Various hvcs device hotplug fixes
Date: Wed, 1 Feb 2023 13:57:37 -0600 [thread overview]
Message-ID: <20230201195743.303163-1-brking@linux.vnet.ibm.com> (raw)
This patch series fixes a number of issues with hotplugging
hvcs devices including memory leaks as well as, the inability
to reconnect to a console device after it has been hot added
back, since it was not getting cleaned up properly on the
hotplug remove path.
Brian King (6):
hvcs: Fix hvcs port reference counting
hvcs: Remove sysfs file prior to vio unregister
hvcs: Remove sysfs group earlier
hvcs: Get reference to tty in remove
hvcs: Use vhangup in hotplug remove
hvcs: Synchronize hotplug remove with port free
drivers/tty/hvc/hvcs.c | 61 +++++++++++++++++-------------------------
1 file changed, 24 insertions(+), 37 deletions(-)
--
2.31.1
next reply other threads:[~2023-02-01 19:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-01 19:57 Brian King [this message]
2023-02-01 19:57 ` [PATCH 1/6] hvcs: Fix hvcs port reference counting Brian King
2023-02-01 19:57 ` [PATCH 2/6] hvcs: Remove sysfs file prior to vio unregister Brian King
2023-02-01 20:05 ` Greg KH
2023-02-01 19:57 ` [PATCH 3/6] hvcs: Remove sysfs group earlier Brian King
2023-02-01 20:04 ` Greg KH
2023-02-01 19:57 ` [PATCH 4/6] hvcs: Get reference to tty in remove Brian King
2023-02-01 19:57 ` [PATCH 5/6] hvcs: Use vhangup in hotplug remove Brian King
2023-02-01 19:57 ` [PATCH 6/6] hvcs: Synchronize hotplug remove with port free Brian King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230201195743.303163-1-brking@linux.vnet.ibm.com \
--to=brking@linux.vnet.ibm.com \
--cc=brking@pobox.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-serial@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mmc@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).