From 98a61cafe9fb06298c8eb54416c167dad24fc7c5 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Fri, 5 May 2023 08:58:46 +0200 Subject: [PATCH] UBUNTU: [Config] enable CONFIG_BLK_DEV_UBLK on amd64 There is no reason to have this option disabled only on amd64 and enabled on the other architectures. Even if it's marked as experimental this feature can be used to implement block drivers in user-space, so it makes sense to provide this interface. Signed-off-by: Andrea Righi --- debian.master/config/annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 044078967ca6..8519620b917c 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -2094,7 +2094,7 @@ CONFIG_BLK_DEV_RNBD policy<{'amd64': 'y', 'arm64': ' CONFIG_BLK_DEV_RNBD_CLIENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}> CONFIG_BLK_DEV_RNBD_SERVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}> CONFIG_BLK_DEV_THROTTLING_LOW policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'n'}> -CONFIG_BLK_DEV_UBLK policy<{'amd64': 'n', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_UBLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}> CONFIG_BLK_DEV_ZONED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_BLK_ICQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_BLK_INLINE_ENCRYPTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>