All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg
@ 2020-05-11 13:14 Diego Sueiro
  2020-05-11 13:35 ` [meta-arm] " Bertrand Marquis
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Sueiro @ 2020-05-11 13:14 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

The CONFIG_MD (Multiple Devices) and CONFIG_BLK_DEV_DM (Device Mapper)
kernel configs are needed for LVM2, so add them in xen-host.cfg to be
included in the kernel configuration for DOM0.

Change-Id: Ib5f4f4d767751615ee1239e95da7a7d56cbbc2dc
Issue-Id: SCM-996
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
---
 .../linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
index 2affab9..d457cb8 100644
--- a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
+++ b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
@@ -33,3 +33,6 @@ CONFIG_SWIOTLB_XEN=y
 CONFIG_XEN_EFI=y
 CONFIG_XEN_AUTO_XLATE=y
 
+# For LVM2 we need Multiple Devices and Device Mapper support
+CONFIG_MD=y
+CONFIG_BLK_DEV_DM=y
-- 
2.7.4


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

* Re: [meta-arm] [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg
  2020-05-11 13:14 [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg Diego Sueiro
@ 2020-05-11 13:35 ` Bertrand Marquis
  2020-05-12  0:15   ` Jon Mason
  0 siblings, 1 reply; 3+ messages in thread
From: Bertrand Marquis @ 2020-05-11 13:35 UTC (permalink / raw)
  To: meta-arm; +Cc: nd



> On 11 May 2020, at 14:14, Diego Sueiro via lists.yoctoproject.org <diego.sueiro=arm.com@lists.yoctoproject.org> wrote:
> 
> The CONFIG_MD (Multiple Devices) and CONFIG_BLK_DEV_DM (Device Mapper)
> kernel configs are needed for LVM2, so add them in xen-host.cfg to be
> included in the kernel configuration for DOM0.
> 
> Change-Id: Ib5f4f4d767751615ee1239e95da7a7d56cbbc2dc
> Issue-Id: SCM-996
> Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>

Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>

> ---
> .../linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg        | 3 +++
> 1 file changed, 3 insertions(+)
> 
> diff --git a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
> index 2affab9..d457cb8 100644
> --- a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
> +++ b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
> @@ -33,3 +33,6 @@ CONFIG_SWIOTLB_XEN=y
> CONFIG_XEN_EFI=y
> CONFIG_XEN_AUTO_XLATE=y
> 
> +# For LVM2 we need Multiple Devices and Device Mapper support
> +CONFIG_MD=y
> +CONFIG_BLK_DEV_DM=y
> -- 
> 2.7.4
> 
> 


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

* Re: [meta-arm] [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg
  2020-05-11 13:35 ` [meta-arm] " Bertrand Marquis
@ 2020-05-12  0:15   ` Jon Mason
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Mason @ 2020-05-12  0:15 UTC (permalink / raw)
  To: Bertrand Marquis; +Cc: meta-arm

On Mon, May 11, 2020 at 01:35:00PM +0000, Bertrand Marquis wrote:
> 
> 
> > On 11 May 2020, at 14:14, Diego Sueiro via lists.yoctoproject.org <diego.sueiro=arm.com@lists.yoctoproject.org> wrote:
> > 
> > The CONFIG_MD (Multiple Devices) and CONFIG_BLK_DEV_DM (Device Mapper)
> > kernel configs are needed for LVM2, so add them in xen-host.cfg to be
> > included in the kernel configuration for DOM0.
> > 
> > Change-Id: Ib5f4f4d767751615ee1239e95da7a7d56cbbc2dc
> > Issue-Id: SCM-996
> > Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
> 
> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>

Pulled into the master branch.

Thanks,
Jon

> 
> > ---
> > .../linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg        | 3 +++
> > 1 file changed, 3 insertions(+)
> > 
> > diff --git a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
> > index 2affab9..d457cb8 100644
> > --- a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
> > +++ b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg
> > @@ -33,3 +33,6 @@ CONFIG_SWIOTLB_XEN=y
> > CONFIG_XEN_EFI=y
> > CONFIG_XEN_AUTO_XLATE=y
> > 
> > +# For LVM2 we need Multiple Devices and Device Mapper support
> > +CONFIG_MD=y
> > +CONFIG_BLK_DEV_DM=y
> > -- 
> > 2.7.4
> > 
> > 
> 

> 


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

end of thread, other threads:[~2020-05-12  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 13:14 [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg Diego Sueiro
2020-05-11 13:35 ` [meta-arm] " Bertrand Marquis
2020-05-12  0:15   ` Jon Mason

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.