[PULL 0/1 for 8.1] TLS crash fix

Daniel P. Berrangé posted 1 patch 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230801174650.177924-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
include/io/channel-tls.h |  1 +
io/channel-tls.c         | 18 ++++++++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
[PULL 0/1 for 8.1] TLS crash fix
Posted by Daniel P. Berrangé 9 months ago
The following changes since commit 802341823f1720511dd5cf53ae40285f7978c61b:

  Merge tag 'pull-tcg-20230731' of https://gitlab.com/rth7680/qemu into staging (2023-07-31 14:02:51 -0700)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/io-tls-hs-crash-pull-request

for you to fetch changes up to 10be627d2b5ec2d6b3dce045144aa739eef678b4:

  io: remove io watch if TLS channel is closed during handshake (2023-08-01 18:45:27 +0100)

----------------------------------------------------------------
Fix crash during early close of TLS channel

----------------------------------------------------------------

Daniel P. Berrangé (1):
  io: remove io watch if TLS channel is closed during handshake

 include/io/channel-tls.h |  1 +
 io/channel-tls.c         | 18 ++++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.41.0


Re: [PULL 0/1 for 8.1] TLS crash fix
Posted by Richard Henderson 9 months ago
On 8/1/23 10:46, Daniel P. Berrangé wrote:
> The following changes since commit 802341823f1720511dd5cf53ae40285f7978c61b:
> 
>    Merge tag 'pull-tcg-20230731' ofhttps://gitlab.com/rth7680/qemu  into staging (2023-07-31 14:02:51 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/berrange/qemu  tags/io-tls-hs-crash-pull-request
> 
> for you to fetch changes up to 10be627d2b5ec2d6b3dce045144aa739eef678b4:
> 
>    io: remove io watch if TLS channel is closed during handshake (2023-08-01 18:45:27 +0100)
> 
> ----------------------------------------------------------------
> Fix crash during early close of TLS channel

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~