All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Patch "mmc: core: Support zeroout using TRIM for eMMC" has been added to the 5.15-stable tree
       [not found] <20221027015309.384916-1-sashal@kernel.org>
@ 2022-10-27  7:16 ` Vincent Whitchurch
  2022-10-27  7:42   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Whitchurch @ 2022-10-27  7:16 UTC (permalink / raw)
  To: Sasha Levin, stable; +Cc: stable-commits, Ulf Hansson

On Thu, Oct 27, 2022 at 03:53:08AM +0200, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
>     mmc: core: Support zeroout using TRIM for eMMC
> 
> to the 5.15-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:
>      mmc-core-support-zeroout-using-trim-for-emmc.patch
> and it can be found in the queue-5.15 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 d3cc702e4a9f80cf1ae41399593d843d4c509e08
> Author: Vincent Whitchurch <vincent.whitchurch@axis.com>
> Date:   Fri Apr 29 17:21:18 2022 +0200
> 
>     mmc: core: Support zeroout using TRIM for eMMC
>     
>     [ Upstream commit f7b6fc327327698924ef3afa0c3e87a5b7466af3 ]
>     
>     If an eMMC card supports TRIM and indicates that it erases to zeros, we can
>     use it to support hardware offloading of REQ_OP_WRITE_ZEROES, so let's add
>     support for this.
>     
>     Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
>     Reviewed-by: Avri Altman <Avri.Altman@wdc.com>
>     Link: https://lore.kernel.org/r/20220429152118.3617303-1-vincent.whitchurch@axis.com
>     Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
>     Stable-dep-of: 07d2872bf4c8 ("mmc: core: Add SD card quirk for broken discard")
>     Signed-off-by: Sasha Levin <sashal@kernel.org>

This patch is not stable material, please do not backport it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "mmc: core: Support zeroout using TRIM for eMMC" has been added to the 5.15-stable tree
  2022-10-27  7:16 ` Patch "mmc: core: Support zeroout using TRIM for eMMC" has been added to the 5.15-stable tree Vincent Whitchurch
@ 2022-10-27  7:42   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-10-27  7:42 UTC (permalink / raw)
  To: Vincent Whitchurch; +Cc: Sasha Levin, stable, stable-commits, Ulf Hansson

On Thu, Oct 27, 2022 at 09:16:17AM +0200, Vincent Whitchurch wrote:
> On Thu, Oct 27, 2022 at 03:53:08AM +0200, Sasha Levin wrote:
> > This is a note to let you know that I've just added the patch titled
> >     mmc: core: Support zeroout using TRIM for eMMC
> > 
> > to the 5.15-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:
> >      mmc-core-support-zeroout-using-trim-for-emmc.patch
> > and it can be found in the queue-5.15 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 d3cc702e4a9f80cf1ae41399593d843d4c509e08
> > Author: Vincent Whitchurch <vincent.whitchurch@axis.com>
> > Date:   Fri Apr 29 17:21:18 2022 +0200
> > 
> >     mmc: core: Support zeroout using TRIM for eMMC
> >     
> >     [ Upstream commit f7b6fc327327698924ef3afa0c3e87a5b7466af3 ]
> >     
> >     If an eMMC card supports TRIM and indicates that it erases to zeros, we can
> >     use it to support hardware offloading of REQ_OP_WRITE_ZEROES, so let's add
> >     support for this.
> >     
> >     Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
> >     Reviewed-by: Avri Altman <Avri.Altman@wdc.com>
> >     Link: https://lore.kernel.org/r/20220429152118.3617303-1-vincent.whitchurch@axis.com
> >     Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> >     Stable-dep-of: 07d2872bf4c8 ("mmc: core: Add SD card quirk for broken discard")
> >     Signed-off-by: Sasha Levin <sashal@kernel.org>
> 
> This patch is not stable material, please do not backport it.

Ok, now dropped, along with the commit that this was required for.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "mmc: core: Support zeroout using TRIM for eMMC" has been added to the 5.15-stable tree
  2023-07-10  5:55 ` Vincent Whitchurch
@ 2023-07-11 21:18   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2023-07-11 21:18 UTC (permalink / raw)
  To: Vincent Whitchurch; +Cc: sashal, stable, stable-commits, ulf.hansson

On Mon, Jul 10, 2023 at 05:55:54AM +0000, Vincent Whitchurch wrote:
> On Sun, 2023-07-09 at 02:12 -0400, Sasha Levin wrote:
> > This is a note to let you know that I've just added the patch titled
> > 
> >     mmc: core: Support zeroout using TRIM for eMMC
> > 
> > to the 5.15-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:
> >      mmc-core-support-zeroout-using-trim-for-emmc.patch
> > and it can be found in the queue-5.15 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 e71c90bcc65727d323b9a3cb40b263db7be5ee4c
> > Author: Vincent Whitchurch <vincent.whitchurch@axis.com>
> > Date:   Fri Apr 29 17:21:18 2022 +0200
> > 
> >     mmc: core: Support zeroout using TRIM for eMMC
> >     
> > 
> >     [ Upstream commit f7b6fc327327698924ef3afa0c3e87a5b7466af3 ]
> >     
> > 
> >     If an eMMC card supports TRIM and indicates that it erases to zeros, we can
> >     use it to support hardware offloading of REQ_OP_WRITE_ZEROES, so let's add
> >     support for this.
> >     
> > 
> >     Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
> >     Reviewed-by: Avri Altman <Avri.Altman@wdc.com>
> >     Link: https://lore.kernel.org/r/20220429152118.3617303-1-vincent.whitchurch@axis.com
> >     Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> >     Stable-dep-of: c467c8f08185 ("mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019")
> >     Signed-off-by: Sasha Levin <sashal@kernel.org>
> 
> I still[0] prefer that this not be backported to stable.
> 
> [0] https://lore.kernel.org/all/Y1owQYlr+vfxEmS8@axis.com/

Ok, will go drop this, and the dependent patch.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "mmc: core: Support zeroout using TRIM for eMMC" has been added to the 5.15-stable tree
       [not found] <20230709061209.483956-1-sashal@kernel.org>
@ 2023-07-10  5:55 ` Vincent Whitchurch
  2023-07-11 21:18   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Whitchurch @ 2023-07-10  5:55 UTC (permalink / raw)
  To: sashal, stable, stable-commits, Vincent Whitchurch; +Cc: ulf.hansson

On Sun, 2023-07-09 at 02:12 -0400, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
> 
>     mmc: core: Support zeroout using TRIM for eMMC
> 
> to the 5.15-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:
>      mmc-core-support-zeroout-using-trim-for-emmc.patch
> and it can be found in the queue-5.15 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 e71c90bcc65727d323b9a3cb40b263db7be5ee4c
> Author: Vincent Whitchurch <vincent.whitchurch@axis.com>
> Date:   Fri Apr 29 17:21:18 2022 +0200
> 
>     mmc: core: Support zeroout using TRIM for eMMC
>     
> 
>     [ Upstream commit f7b6fc327327698924ef3afa0c3e87a5b7466af3 ]
>     
> 
>     If an eMMC card supports TRIM and indicates that it erases to zeros, we can
>     use it to support hardware offloading of REQ_OP_WRITE_ZEROES, so let's add
>     support for this.
>     
> 
>     Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
>     Reviewed-by: Avri Altman <Avri.Altman@wdc.com>
>     Link: https://lore.kernel.org/r/20220429152118.3617303-1-vincent.whitchurch@axis.com
>     Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
>     Stable-dep-of: c467c8f08185 ("mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019")
>     Signed-off-by: Sasha Levin <sashal@kernel.org>

I still[0] prefer that this not be backported to stable.

[0] https://lore.kernel.org/all/Y1owQYlr+vfxEmS8@axis.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-11 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221027015309.384916-1-sashal@kernel.org>
2022-10-27  7:16 ` Patch "mmc: core: Support zeroout using TRIM for eMMC" has been added to the 5.15-stable tree Vincent Whitchurch
2022-10-27  7:42   ` Greg KH
     [not found] <20230709061209.483956-1-sashal@kernel.org>
2023-07-10  5:55 ` Vincent Whitchurch
2023-07-11 21:18   ` Greg KH

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.