From: Herbert Xu <herbert@gondor.apana.org.au>
To: Linux Crypto Mailing List <linux-crypto@vger.kernel.org>
Subject: [PATCH 0/2] crypto: scomp - Fix memory leak on module unload
Date: Sun, 16 Mar 2025 17:50:19 +0800 [thread overview]
Message-ID: <cover.1742118507.git.herbert@gondor.apana.org.au> (raw)
This mini series fixes the leaking of stream memory when an scomp
algorith module is unloaded.
Herbert Xu (2):
crypto: scompress - Fix incorrect stream freeing
crypto: api - Call crypto_alg_put in crypto_unregister_alg
crypto/algapi.c | 3 +--
crypto/scompress.c | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
--
2.39.5
next reply other threads:[~2025-03-16 9:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-16 9:50 Herbert Xu [this message]
2025-03-16 9:50 ` [PATCH 1/2] crypto: scompress - Fix incorrect stream freeing Herbert Xu
2025-03-16 9:50 ` [PATCH 2/2] crypto: api - Call crypto_alg_put in crypto_unregister_alg Herbert Xu
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=cover.1742118507.git.herbert@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.