linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] bcache patche for Linux v5.20
@ 2022-07-19  4:27 Coly Li
  2022-07-19  4:27 ` [PATCH 1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration' Coly Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Coly Li @ 2022-07-19  4:27 UTC (permalink / raw)
  To: axboe; +Cc: linux-bcache, linux-block, Coly Li

Hi Jens,

There is 1 patch from bcache submission, which removes 'EXPERIMENTAL'
from the bcache Kconfig item, now 'Asynchronous device registration'
option is not experimental anymore.

Please take it for v5.20. Thank you in advance to taking care of this.

Coly Li
---

Coly Li (1):
  bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device
    registration'

 drivers/md/bcache/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.35.3


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

* [PATCH 1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration'
  2022-07-19  4:27 [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
@ 2022-07-19  4:27 ` Coly Li
  2022-07-28 15:55 ` [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
  2022-07-28 17:13 ` Jens Axboe
  2 siblings, 0 replies; 4+ messages in thread
From: Coly Li @ 2022-07-19  4:27 UTC (permalink / raw)
  To: axboe; +Cc: linux-bcache, linux-block, Coly Li

The "Asynchronous device registration (EXPERIMENTAL)" Kconfig option is
for 2+ years, it is used when registration takes too much time for
massive amount of cached data, to avoid udev task timeout during boot
time.

Many users and products enable this Kconfig option for quite long time
(e.g. SUSE Linux) and it works as expected and no issue reported.

It is time to remove the "EXPERIMENTAL" tag from this Kconfig item.

Signed-off-by: Coly Li <colyli@suse.de>
---
 drivers/md/bcache/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/bcache/Kconfig b/drivers/md/bcache/Kconfig
index cf3e8096942a..529c9d04e9a4 100644
--- a/drivers/md/bcache/Kconfig
+++ b/drivers/md/bcache/Kconfig
@@ -29,7 +29,7 @@ config BCACHE_CLOSURES_DEBUG
 	operations that get stuck.
 
 config BCACHE_ASYNC_REGISTRATION
-	bool "Asynchronous device registration (EXPERIMENTAL)"
+	bool "Asynchronous device registration"
 	depends on BCACHE
 	help
 	Add a sysfs file /sys/fs/bcache/register_async. Writing registering
-- 
2.35.3


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

* Re: [PATCH 0/1] bcache patche for Linux v5.20
  2022-07-19  4:27 [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
  2022-07-19  4:27 ` [PATCH 1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration' Coly Li
@ 2022-07-28 15:55 ` Coly Li
  2022-07-28 17:13 ` Jens Axboe
  2 siblings, 0 replies; 4+ messages in thread
From: Coly Li @ 2022-07-28 15:55 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-bcache, linux-block



> 2022年7月19日 12:27,Coly Li <colyli@suse.de> 写道:
> 
> Hi Jens,
> 
> There is 1 patch from bcache submission, which removes 'EXPERIMENTAL'
> from the bcache Kconfig item, now 'Asynchronous device registration'
> option is not experimental anymore.
> 
> Please take it for v5.20. Thank you in advance to taking care of this.
> 
> Coly Li
> ---
> 
> Coly Li (1):
>  bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device
>    registration'
> 
> drivers/md/bcache/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Hi Jens,

Just kindly remind for this single patch for 5.20. Thanks.

Coly Li


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

* Re: [PATCH 0/1] bcache patche for Linux v5.20
  2022-07-19  4:27 [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
  2022-07-19  4:27 ` [PATCH 1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration' Coly Li
  2022-07-28 15:55 ` [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
@ 2022-07-28 17:13 ` Jens Axboe
  2 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2022-07-28 17:13 UTC (permalink / raw)
  To: colyli; +Cc: linux-block, linux-bcache

On Tue, 19 Jul 2022 12:27:23 +0800, Coly Li wrote:
> There is 1 patch from bcache submission, which removes 'EXPERIMENTAL'
> from the bcache Kconfig item, now 'Asynchronous device registration'
> option is not experimental anymore.
> 
> Please take it for v5.20. Thank you in advance to taking care of this.
> 
> Coly Li
> 
> [...]

Applied, thanks!

[1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration'
      commit: 508e357579f07d43cb3feabe93b46bc1648ca5d9

Best regards,
-- 
Jens Axboe



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

end of thread, other threads:[~2022-07-28 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19  4:27 [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
2022-07-19  4:27 ` [PATCH 1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration' Coly Li
2022-07-28 15:55 ` [PATCH 0/1] bcache patche for Linux v5.20 Coly Li
2022-07-28 17:13 ` Jens Axboe

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).