diff mbox

[Z/A,v2] UBUNTU: [Config] CONFIG_IBMVETH=m

Message ID 20170718180404.4234-1-gwalbon@linux.vnet.ibm.com
State New
Headers show

Commit Message

Gustavo Walbon July 18, 2017, 6:04 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1704479

As Novalink has required a change in config file to change the
IBMVETH to module state instead of built in.

Signed-off-by: Gustavo Walbon <gwalbon@linux.vnet.ibm.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
---
 debian.master/config/annotations          | 2 +-
 debian.master/config/config.common.ubuntu | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Seth Forshee July 20, 2017, 7:46 p.m. UTC | #1
On Tue, Jul 18, 2017 at 03:04:04PM -0300, Gustavo Walbon wrote:
> BugLink: http://bugs.launchpad.net/bugs/1704479
> 
> As Novalink has required a change in config file to change the
> IBMVETH to module state instead of built in.
> 
> Signed-off-by: Gustavo Walbon <gwalbon@linux.vnet.ibm.com>
> Signed-off-by: Breno Leitao <leitao@debian.org>

For zesty:

Acked-by: Seth Forshee <seth.forshee@canonical.com>

Applied to artful/master-next and unstable/master, thanks.
Stefan Bader July 21, 2017, 8:37 a.m. UTC | #2
On 18.07.2017 20:04, Gustavo Walbon wrote:
> BugLink: http://bugs.launchpad.net/bugs/1704479
> 
> As Novalink has required a change in config file to change the
> IBMVETH to module state instead of built in.
> 
> Signed-off-by: Gustavo Walbon <gwalbon@linux.vnet.ibm.com>
> Signed-off-by: Breno Leitao <leitao@debian.org>
Acked-by: Stefan Bader <stefan.bader@canonical.com>

> ---
>  debian.master/config/annotations          | 2 +-
>  debian.master/config/config.common.ubuntu | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.master/config/annotations b/debian.master/config/annotations
> index b758677..1369d0d 100644
> --- a/debian.master/config/annotations
> +++ b/debian.master/config/annotations
> @@ -4745,7 +4745,7 @@ CONFIG_HNS_ENET                                 policy<{'arm64': 'm', 'armhf': '
>  
>  # Menu: Device Drivers >> Network device support >> Ethernet driver support >> IBM devices
>  CONFIG_NET_VENDOR_IBM                           policy<{'ppc64el': 'y'}>
> -CONFIG_IBMVETH                                  policy<{'ppc64el': 'y'}>
> +CONFIG_IBMVETH                                  policy<{'ppc64el': 'm'}>
>  CONFIG_IBMVNIC                                  policy<{'ppc64el': 'm'}>
>  #
>  CONFIG_IBMVNIC                            	mark<ENFORCED> note<LP:#1628187>
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index a30f0a7..e8257fe 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -3619,7 +3619,7 @@ CONFIG_IA32_EMULATION=y
>  CONFIG_IAQCORE=m
>  CONFIG_IB700_WDT=m
>  CONFIG_IBMASR=m
> -CONFIG_IBMVETH=y
> +CONFIG_IBMVETH=m
>  CONFIG_IBMVIO=y
>  CONFIG_IBMVNIC=m
>  CONFIG_IBM_ASM=m
>
Colin Ian King July 21, 2017, 9:09 a.m. UTC | #3
On 18/07/17 19:04, Gustavo Walbon wrote:
> BugLink: http://bugs.launchpad.net/bugs/1704479
> 
> As Novalink has required a change in config file to change the
> IBMVETH to module state instead of built in.
> 
> Signed-off-by: Gustavo Walbon <gwalbon@linux.vnet.ibm.com>
> Signed-off-by: Breno Leitao <leitao@debian.org>
> ---
>  debian.master/config/annotations          | 2 +-
>  debian.master/config/config.common.ubuntu | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.master/config/annotations b/debian.master/config/annotations
> index b758677..1369d0d 100644
> --- a/debian.master/config/annotations
> +++ b/debian.master/config/annotations
> @@ -4745,7 +4745,7 @@ CONFIG_HNS_ENET                                 policy<{'arm64': 'm', 'armhf': '
>  
>  # Menu: Device Drivers >> Network device support >> Ethernet driver support >> IBM devices
>  CONFIG_NET_VENDOR_IBM                           policy<{'ppc64el': 'y'}>
> -CONFIG_IBMVETH                                  policy<{'ppc64el': 'y'}>
> +CONFIG_IBMVETH                                  policy<{'ppc64el': 'm'}>
>  CONFIG_IBMVNIC                                  policy<{'ppc64el': 'm'}>
>  #
>  CONFIG_IBMVNIC                            	mark<ENFORCED> note<LP:#1628187>
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index a30f0a7..e8257fe 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -3619,7 +3619,7 @@ CONFIG_IA32_EMULATION=y
>  CONFIG_IAQCORE=m
>  CONFIG_IB700_WDT=m
>  CONFIG_IBMASR=m
> -CONFIG_IBMVETH=y
> +CONFIG_IBMVETH=m
>  CONFIG_IBMVIO=y
>  CONFIG_IBMVNIC=m
>  CONFIG_IBM_ASM=m
> 
Thanks for the fix.

Acked-by: Colin Ian King <colin.king@canonical.com>
Kleber Sacilotto de Souza Aug. 7, 2017, 10:56 a.m. UTC | #4
Applied on zesty master-next branch.

Thanks,
Kleber
diff mbox

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index b758677..1369d0d 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -4745,7 +4745,7 @@  CONFIG_HNS_ENET                                 policy<{'arm64': 'm', 'armhf': '
 
 # Menu: Device Drivers >> Network device support >> Ethernet driver support >> IBM devices
 CONFIG_NET_VENDOR_IBM                           policy<{'ppc64el': 'y'}>
-CONFIG_IBMVETH                                  policy<{'ppc64el': 'y'}>
+CONFIG_IBMVETH                                  policy<{'ppc64el': 'm'}>
 CONFIG_IBMVNIC                                  policy<{'ppc64el': 'm'}>
 #
 CONFIG_IBMVNIC                            	mark<ENFORCED> note<LP:#1628187>
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index a30f0a7..e8257fe 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -3619,7 +3619,7 @@  CONFIG_IA32_EMULATION=y
 CONFIG_IAQCORE=m
 CONFIG_IB700_WDT=m
 CONFIG_IBMASR=m
-CONFIG_IBMVETH=y
+CONFIG_IBMVETH=m
 CONFIG_IBMVIO=y
 CONFIG_IBMVNIC=m
 CONFIG_IBM_ASM=m