diff mbox series

[SRU,kvm-bionic,kvm-disco] UBUNTU: [Config] Enable NETFILTER_XT_SET module

Message ID 20190909160739.31072-1-kamal@canonical.com
State New
Headers show
Series [SRU,kvm-bionic,kvm-disco] UBUNTU: [Config] Enable NETFILTER_XT_SET module | expand

Commit Message

Kamal Mostafa Sept. 9, 2019, 4:07 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1843051

Module is required for Kubernetes.

Signed-off-by: Kamal Mostafa <kamal@canonical.com>
---

This module is enabled in all the base Ubuntu kernels and is already
enabled for linux-kvm-xenial, but is inadvertently disabled in
linux-kvm-{bionic,disco}.

 debian.kvm/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thadeu Lima de Souza Cascardo Sept. 9, 2019, 5:13 p.m. UTC | #1
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Colin Ian King Sept. 9, 2019, 5:21 p.m. UTC | #2
On 09/09/2019 17:07, Kamal Mostafa wrote:
> BugLink: https://bugs.launchpad.net/bugs/1843051
> 
> Module is required for Kubernetes.
> 
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> ---
> 
> This module is enabled in all the base Ubuntu kernels and is already
> enabled for linux-kvm-xenial, but is inadvertently disabled in
> linux-kvm-{bionic,disco}.
> 
>  debian.kvm/config/config.common.ubuntu | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> index 259c583b123e1..a21c4e6149a69 100644
> --- a/debian.kvm/config/config.common.ubuntu
> +++ b/debian.kvm/config/config.common.ubuntu
> @@ -1518,7 +1518,7 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
>  CONFIG_NETFILTER_XT_MATCH_TIME=m
>  CONFIG_NETFILTER_XT_MATCH_U32=m
>  CONFIG_NETFILTER_XT_NAT=m
> -# CONFIG_NETFILTER_XT_SET is not set
> +CONFIG_NETFILTER_XT_SET=m
>  # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
>  CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
>  CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
> 
Needs must. I wonder how much this adds to the kernel.

Acked-by: Colin Ian King <colin.king@canonical.com>
Kleber Sacilotto de Souza Sept. 27, 2019, 1:09 p.m. UTC | #3
On 09.09.19 18:07, Kamal Mostafa wrote:
> BugLink: https://bugs.launchpad.net/bugs/1843051
> 
> Module is required for Kubernetes.
> 
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> ---
> 
> This module is enabled in all the base Ubuntu kernels and is already
> enabled for linux-kvm-xenial, but is inadvertently disabled in
> linux-kvm-{bionic,disco}.
> 
>  debian.kvm/config/config.common.ubuntu | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> index 259c583b123e1..a21c4e6149a69 100644
> --- a/debian.kvm/config/config.common.ubuntu
> +++ b/debian.kvm/config/config.common.ubuntu
> @@ -1518,7 +1518,7 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
>  CONFIG_NETFILTER_XT_MATCH_TIME=m
>  CONFIG_NETFILTER_XT_MATCH_U32=m
>  CONFIG_NETFILTER_XT_NAT=m
> -# CONFIG_NETFILTER_XT_SET is not set
> +CONFIG_NETFILTER_XT_SET=m
>  # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
>  CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
>  CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
> 

Applied to bionic/linux-kvm/master-next and disco/linux-kvm/master-next
branches.

Thanks,
Kleber
diff mbox series

Patch

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 259c583b123e1..a21c4e6149a69 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1518,7 +1518,7 @@  CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
 CONFIG_NETFILTER_XT_MATCH_TIME=m
 CONFIG_NETFILTER_XT_MATCH_U32=m
 CONFIG_NETFILTER_XT_NAT=m
-# CONFIG_NETFILTER_XT_SET is not set
+CONFIG_NETFILTER_XT_SET=m
 # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
 CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m