From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Cc: weiyongjun1@huawei.com, stable-commits@vger.kernel.org
Subject: Re: Patch "scsi: target/core: Use kmem_cache_free() instead of kfree()" has been added to the 4.20-stable tree
Date: Thu, 21 Feb 2019 12:44:28 +0100 [thread overview]
Message-ID: <20190221114428.GD10737@kroah.com> (raw)
In-Reply-To: <20190221054323.53B072086C@mail.kernel.org>
On Thu, Feb 21, 2019 at 12:43:22AM -0500, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
>
> scsi: target/core: Use kmem_cache_free() instead of kfree()
>
> to the 4.20-stable tree which can be found at:
> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> The filename of the patch is:
> scsi-target-core-use-kmem_cache_free-instead-of-kfre.patch
> and it can be found in the queue-4.20 subdirectory.
>
> If you, or anyone else, feels it should not be added to the stable tree,
> please let <stable@vger.kernel.org> know about it.
>
>
>
> commit d95e5d7f77bae4d48a66cda1341c934790898c67
> Author: Wei Yongjun <weiyongjun1@huawei.com>
> Date: Mon Dec 17 12:19:53 2018 +0000
>
> scsi: target/core: Use kmem_cache_free() instead of kfree()
>
> [ Upstream commit 8b2db98e814a5ec45e8800fc22ca9000ae0a517b ]
>
> memory allocated by kmem_cache_alloc() should be freed using
> kmem_cache_free(), not kfree().
>
> Fixes: ad669505c4e9 ("scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough")
Based on this tag, it also needs to go to 4.19.y. I'll go queue it up
there...
greg k-h
parent reply other threads:[~2019-02-21 11:44 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20190221054323.53B072086C@mail.kernel.org>]
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=20190221114428.GD10737@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stable-commits@vger.kernel.org \
--cc=weiyongjun1@huawei.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 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.