Message ID | 20180910201206.16465-1-marcelo.cerri@canonical.com |
---|---|
State | New |
Headers | show |
Series | [bionic/linux-azure] UBUNTU: [config] CONFIG_LOOPBACK_TARGET=y (tcm_loop) | expand |
On 10.09.2018 22:12, Marcelo Henrique Cerri wrote: > BugLink: http://bugs.launchpad.net/bugs/1791794 > > Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> > --- > debian.azure/config/annotations | 2 ++ > debian.azure/config/config.common.ubuntu | 2 +- > debian.azure/control.d/azure.inclusion-list | 1 + > 3 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations > index 7d30ef667cda..f32212c574ea 100644 > --- a/debian.azure/config/annotations > +++ b/debian.azure/config/annotations > @@ -1539,6 +1539,8 @@ CONFIG_TCM_FC policy<{'amd64': 'm', 'arm64': ' > CONFIG_ISCSI_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> > CONFIG_ISCSI_TARGET_CXGB4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> > CONFIG_SBP_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> > +# > +CONFIG_LOOPBACK_TARGET mark<ENFORCED> note<LP#1791794> > > # Menu: Device Drivers >> Generic Thermal sysfs driver > CONFIG_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> > diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu > index 6ef006c8b1e6..2e51680613a7 100644 > --- a/debian.azure/config/config.common.ubuntu > +++ b/debian.azure/config/config.common.ubuntu > @@ -2481,7 +2481,7 @@ CONFIG_LOCK_TORTURE_TEST=m > # CONFIG_LOGO is not set > CONFIG_LOG_BUF_SHIFT=18 > CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 > -# CONFIG_LOOPBACK_TARGET is not set > +CONFIG_LOOPBACK_TARGET=m > CONFIG_LPC_ICH=m > CONFIG_LPC_SCH=m > # CONFIG_LP_CONSOLE is not set > diff --git a/debian.azure/control.d/azure.inclusion-list b/debian.azure/control.d/azure.inclusion-list > index f1a4deffb495..f98ef5e2999f 100644 > --- a/debian.azure/control.d/azure.inclusion-list > +++ b/debian.azure/control.d/azure.inclusion-list > @@ -164,6 +164,7 @@ drivers/scsi/sd_mod.ko > drivers/scsi/sr_mod.ko > drivers/scsi/virtio_scsi.ko > drivers/scsi/vmw_pvscsi.ko > +drivers/target/loopback/tcm_loop.ko > drivers/target/target_core*.ko > drivers/tty/serial/jsm/* > drivers/uio/uio_hv_generic.ko >
On 10/09/18 21:12, Marcelo Henrique Cerri wrote: > BugLink: http://bugs.launchpad.net/bugs/1791794 > > Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> > --- > debian.azure/config/annotations | 2 ++ > debian.azure/config/config.common.ubuntu | 2 +- > debian.azure/control.d/azure.inclusion-list | 1 + > 3 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations > index 7d30ef667cda..f32212c574ea 100644 > --- a/debian.azure/config/annotations > +++ b/debian.azure/config/annotations > @@ -1539,6 +1539,8 @@ CONFIG_TCM_FC policy<{'amd64': 'm', 'arm64': ' > CONFIG_ISCSI_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> > CONFIG_ISCSI_TARGET_CXGB4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> > CONFIG_SBP_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> > +# > +CONFIG_LOOPBACK_TARGET mark<ENFORCED> note<LP#1791794> > > # Menu: Device Drivers >> Generic Thermal sysfs driver > CONFIG_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> > diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu > index 6ef006c8b1e6..2e51680613a7 100644 > --- a/debian.azure/config/config.common.ubuntu > +++ b/debian.azure/config/config.common.ubuntu > @@ -2481,7 +2481,7 @@ CONFIG_LOCK_TORTURE_TEST=m > # CONFIG_LOGO is not set > CONFIG_LOG_BUF_SHIFT=18 > CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 > -# CONFIG_LOOPBACK_TARGET is not set > +CONFIG_LOOPBACK_TARGET=m > CONFIG_LPC_ICH=m > CONFIG_LPC_SCH=m > # CONFIG_LP_CONSOLE is not set > diff --git a/debian.azure/control.d/azure.inclusion-list b/debian.azure/control.d/azure.inclusion-list > index f1a4deffb495..f98ef5e2999f 100644 > --- a/debian.azure/control.d/azure.inclusion-list > +++ b/debian.azure/control.d/azure.inclusion-list > @@ -164,6 +164,7 @@ drivers/scsi/sd_mod.ko > drivers/scsi/sr_mod.ko > drivers/scsi/virtio_scsi.ko > drivers/scsi/vmw_pvscsi.ko > +drivers/target/loopback/tcm_loop.ko > drivers/target/target_core*.ko > drivers/tty/serial/jsm/* > drivers/uio/uio_hv_generic.ko > Acked-by: Colin Ian King <colin.king@canonical.com>
On 10.09.2018 22:12, Marcelo Henrique Cerri wrote: > BugLink: http://bugs.launchpad.net/bugs/1791794 > > Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> > --- > debian.azure/config/annotations | 2 ++ > debian.azure/config/config.common.ubuntu | 2 +- > debian.azure/control.d/azure.inclusion-list | 1 + > 3 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations > index 7d30ef667cda..f32212c574ea 100644 > --- a/debian.azure/config/annotations > +++ b/debian.azure/config/annotations > @@ -1539,6 +1539,8 @@ CONFIG_TCM_FC policy<{'amd64': 'm', 'arm64': ' > CONFIG_ISCSI_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> > CONFIG_ISCSI_TARGET_CXGB4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> > CONFIG_SBP_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> > +# > +CONFIG_LOOPBACK_TARGET mark<ENFORCED> note<LP#1791794> > > # Menu: Device Drivers >> Generic Thermal sysfs driver > CONFIG_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> > diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu > index 6ef006c8b1e6..2e51680613a7 100644 > --- a/debian.azure/config/config.common.ubuntu > +++ b/debian.azure/config/config.common.ubuntu > @@ -2481,7 +2481,7 @@ CONFIG_LOCK_TORTURE_TEST=m > # CONFIG_LOGO is not set > CONFIG_LOG_BUF_SHIFT=18 > CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 > -# CONFIG_LOOPBACK_TARGET is not set > +CONFIG_LOOPBACK_TARGET=m > CONFIG_LPC_ICH=m > CONFIG_LPC_SCH=m > # CONFIG_LP_CONSOLE is not set > diff --git a/debian.azure/control.d/azure.inclusion-list b/debian.azure/control.d/azure.inclusion-list > index f1a4deffb495..f98ef5e2999f 100644 > --- a/debian.azure/control.d/azure.inclusion-list > +++ b/debian.azure/control.d/azure.inclusion-list > @@ -164,6 +164,7 @@ drivers/scsi/sd_mod.ko > drivers/scsi/sr_mod.ko > drivers/scsi/virtio_scsi.ko > drivers/scsi/vmw_pvscsi.ko > +drivers/target/loopback/tcm_loop.ko > drivers/target/target_core*.ko > drivers/tty/serial/jsm/* > drivers/uio/uio_hv_generic.ko > Applied to bionic-azure/master-next. Thanks. -Stefan
diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations index 7d30ef667cda..f32212c574ea 100644 --- a/debian.azure/config/annotations +++ b/debian.azure/config/annotations @@ -1539,6 +1539,8 @@ CONFIG_TCM_FC policy<{'amd64': 'm', 'arm64': ' CONFIG_ISCSI_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> CONFIG_ISCSI_TARGET_CXGB4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> CONFIG_SBP_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_LOOPBACK_TARGET mark<ENFORCED> note<LP#1791794> # Menu: Device Drivers >> Generic Thermal sysfs driver CONFIG_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu index 6ef006c8b1e6..2e51680613a7 100644 --- a/debian.azure/config/config.common.ubuntu +++ b/debian.azure/config/config.common.ubuntu @@ -2481,7 +2481,7 @@ CONFIG_LOCK_TORTURE_TEST=m # CONFIG_LOGO is not set CONFIG_LOG_BUF_SHIFT=18 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 -# CONFIG_LOOPBACK_TARGET is not set +CONFIG_LOOPBACK_TARGET=m CONFIG_LPC_ICH=m CONFIG_LPC_SCH=m # CONFIG_LP_CONSOLE is not set diff --git a/debian.azure/control.d/azure.inclusion-list b/debian.azure/control.d/azure.inclusion-list index f1a4deffb495..f98ef5e2999f 100644 --- a/debian.azure/control.d/azure.inclusion-list +++ b/debian.azure/control.d/azure.inclusion-list @@ -164,6 +164,7 @@ drivers/scsi/sd_mod.ko drivers/scsi/sr_mod.ko drivers/scsi/virtio_scsi.ko drivers/scsi/vmw_pvscsi.ko +drivers/target/loopback/tcm_loop.ko drivers/target/target_core*.ko drivers/tty/serial/jsm/* drivers/uio/uio_hv_generic.ko
BugLink: http://bugs.launchpad.net/bugs/1791794 Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> --- debian.azure/config/annotations | 2 ++ debian.azure/config/config.common.ubuntu | 2 +- debian.azure/control.d/azure.inclusion-list | 1 + 3 files changed, 4 insertions(+), 1 deletion(-)