All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jon Mason" <jdmason@kudzu.us>
To: Bertrand Marquis <bertrand.marquis@arm.com>
Cc: "meta-arm@lists.yoctoproject.org" <meta-arm@lists.yoctoproject.org>
Subject: Re: [meta-arm] [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg
Date: Mon, 11 May 2020 20:15:28 -0400	[thread overview]
Message-ID: <20200512001527.GA8026@kudzu.us> (raw)
In-Reply-To: <51674435-1EC3-4A37-8DDB-BED8C7C109AC@arm.com>

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

> 


  reply	other threads:[~2020-05-12  0:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]
     [not found] <160DFBA131AFFF52.7726@lists.yoctoproject.org>
2020-05-11 13:22 ` Diego Sueiro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200512001527.GA8026@kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=bertrand.marquis@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.