[Devel] [PATCH rh7] config: Add loop to built-in drivers list

Konstantin Khorenko khorenko at virtuozzo.com
Wed Nov 18 06:48:00 PST 2015


Well, after thinking about it once again, got to conclusion that it was a bad idea to compile-in modules, because:
1) going this way we have a good chance to step into issues with initramfs generation and other RHEL userspace
2) this makes us a step away from making our userspace working on mainstream/any kernel

=> not applying this.
We'll preload modules in userspace.

--
Best regards,

Konstantin Khorenko,
Virtuozzo Linux Kernel Team

On 11/17/2015 07:53 PM, Kirill Tkhai wrote:
> CTs want this driver:
>
> https://jira.sw.ru/browse/PSBM-41293
>
> while we don't want to add it to autoload list.
>
> Signed-off-by: Kirill Tkhai <ktkhai at odin.com>
> ---
>   configs/kernel-3.10.0-x86_64-debug.config |    2 +-
>   configs/kernel-3.10.0-x86_64.config       |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/kernel-3.10.0-x86_64-debug.config b/configs/kernel-3.10.0-x86_64-debug.config
> index 6dcb566..7edceb8 100644
> --- a/configs/kernel-3.10.0-x86_64-debug.config
> +++ b/configs/kernel-3.10.0-x86_64-debug.config
> @@ -1456,7 +1456,7 @@ CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
>   # CONFIG_BLK_DEV_DAC960 is not set
>   # CONFIG_BLK_DEV_UMEM is not set
>   # CONFIG_BLK_DEV_COW_COMMON is not set
> -CONFIG_BLK_DEV_LOOP=m
> +CONFIG_BLK_DEV_LOOP=y
>   CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
>   # CONFIG_BLK_DEV_CRYPTOLOOP is not set
>   # CONFIG_BLK_DEV_DRBD is not set
> diff --git a/configs/kernel-3.10.0-x86_64.config b/configs/kernel-3.10.0-x86_64.config
> index 7cfaaaf..85d95f8 100644
> --- a/configs/kernel-3.10.0-x86_64.config
> +++ b/configs/kernel-3.10.0-x86_64.config
> @@ -1455,7 +1455,7 @@ CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
>   # CONFIG_BLK_DEV_DAC960 is not set
>   # CONFIG_BLK_DEV_UMEM is not set
>   # CONFIG_BLK_DEV_COW_COMMON is not set
> -CONFIG_BLK_DEV_LOOP=m
> +CONFIG_BLK_DEV_LOOP=y
>   CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
>   # CONFIG_BLK_DEV_CRYPTOLOOP is not set
>   # CONFIG_BLK_DEV_DRBD is not set
>
> _______________________________________________
> Devel mailing list
> Devel at openvz.org
> https://lists.openvz.org/mailman/listinfo/devel
>


More information about the Devel mailing list