diff mbox series

[bionic:linux-azure-4.15,1/1] UBUNTU: [Config] linux-azure: Ensure CONFIG_LOOPBACK_TARGET=m (tcm_loop)

Message ID 20201019124701.1979364-2-marcelo.cerri@canonical.com
State New
Headers show
Series LP:#1791794 - linux-azure: build and include the tcm_loop module to the main kernel package | expand

Commit Message

Marcelo Henrique Cerri Oct. 19, 2020, 12:47 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1791794

Enforce CONFIG_LOOPBACK_TARGET=m in the annotations file to avoid
having it changed by mistake when updating the config options.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 debian.azure-4.15/config/annotations | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ian May Oct. 26, 2020, 6:41 p.m. UTC | #1
Applied to Bionic/azure-4.15-next

Thanks!
Ian

On 2020-10-19 09:47:00 , Marcelo Henrique Cerri wrote:
> BugLink: http://bugs.launchpad.net/bugs/1791794
> 
> Enforce CONFIG_LOOPBACK_TARGET=m in the annotations file to avoid
> having it changed by mistake when updating the config options.
> 
> Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
> ---
>  debian.azure-4.15/config/annotations | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/debian.azure-4.15/config/annotations b/debian.azure-4.15/config/annotations
> index 9b6e1983aecf..596540dc4b86 100644
> --- a/debian.azure-4.15/config/annotations
> +++ b/debian.azure-4.15/config/annotations
> @@ -127,6 +127,9 @@ CONFIG_USB_XHCI_PCI                                mark<ENFORCED> note<LP:#18670
>  CONFIG_USB_XHCI_PLATFORM                           policy<{'amd64': 'm'}>
>  CONFIG_USB_XHCI_PLATFORM                           mark<ENFORCED> note<LP:#1867002> note<Enable xHCI for PCI passthrough>
>  
> +CONFIG_LOOPBACK_TARGET                             policy<{'amd64': 'm'}>
> +CONFIG_LOOPBACK_TARGET                             mark<ENFORCED> note<LP#1791794>
> +
>  # From linux-azure initial packaging
>  
>  CONFIG_POWERCAP                                    policy<{'amd64': 'n'}>
> -- 
> 2.25.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
diff mbox series

Patch

diff --git a/debian.azure-4.15/config/annotations b/debian.azure-4.15/config/annotations
index 9b6e1983aecf..596540dc4b86 100644
--- a/debian.azure-4.15/config/annotations
+++ b/debian.azure-4.15/config/annotations
@@ -127,6 +127,9 @@  CONFIG_USB_XHCI_PCI                                mark<ENFORCED> note<LP:#18670
 CONFIG_USB_XHCI_PLATFORM                           policy<{'amd64': 'm'}>
 CONFIG_USB_XHCI_PLATFORM                           mark<ENFORCED> note<LP:#1867002> note<Enable xHCI for PCI passthrough>
 
+CONFIG_LOOPBACK_TARGET                             policy<{'amd64': 'm'}>
+CONFIG_LOOPBACK_TARGET                             mark<ENFORCED> note<LP#1791794>
+
 # From linux-azure initial packaging
 
 CONFIG_POWERCAP                                    policy<{'amd64': 'n'}>