diff mbox series

[SRU,xenial/kvm] UBUNTU: Config: updateconfigs after stable update

Message ID 20180509193207.2363-1-cascardo@canonical.com
State New
Headers show
Series [SRU,xenial/kvm] UBUNTU: Config: updateconfigs after stable update | expand

Commit Message

Thadeu Lima de Souza Cascardo May 9, 2018, 7:32 p.m. UTC
A stable patch makes CONFIG_NET_IP_TUNNEL depend on DST_CACHE.

Ignore: yes
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
---
 debian.kvm/config/config.common.ubuntu | 1 +
 1 file changed, 1 insertion(+)

Comments

Kleber Sacilotto de Souza May 16, 2018, 10:33 a.m. UTC | #1
On 05/09/18 21:32, Thadeu Lima de Souza Cascardo wrote:
> A stable patch makes CONFIG_NET_IP_TUNNEL depend on DST_CACHE.
> 
> Ignore: yes
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
> ---
>  debian.kvm/config/config.common.ubuntu | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> index 43739c72bad8..b1dca3c2a3e5 100644
> --- a/debian.kvm/config/config.common.ubuntu
> +++ b/debian.kvm/config/config.common.ubuntu
> @@ -578,6 +578,7 @@ CONFIG_DNS_RESOLVER=m
>  # CONFIG_DOUBLEFAULT is not set
>  CONFIG_DQL=y
>  # CONFIG_DRM is not set
> +CONFIG_DST_CACHE=y
>  # CONFIG_DUMMY is not set
>  # CONFIG_DUMMY_IRQ is not set
>  # CONFIG_DYNAMIC_DEBUG is not set
> 

Hi Thadeu,

Would this change be made by the 'updateconfigs' script run after the
rebase?


Thanks,
Kleber
Thadeu Lima de Souza Cascardo May 16, 2018, 11:21 a.m. UTC | #2
On Wed, May 16, 2018 at 12:33:06PM +0200, Kleber Souza wrote:
> On 05/09/18 21:32, Thadeu Lima de Souza Cascardo wrote:
> > A stable patch makes CONFIG_NET_IP_TUNNEL depend on DST_CACHE.
> > 
> > Ignore: yes
> > Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
> > ---
> >  debian.kvm/config/config.common.ubuntu | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> > index 43739c72bad8..b1dca3c2a3e5 100644
> > --- a/debian.kvm/config/config.common.ubuntu
> > +++ b/debian.kvm/config/config.common.ubuntu
> > @@ -578,6 +578,7 @@ CONFIG_DNS_RESOLVER=m
> >  # CONFIG_DOUBLEFAULT is not set
> >  CONFIG_DQL=y
> >  # CONFIG_DRM is not set
> > +CONFIG_DST_CACHE=y
> >  # CONFIG_DUMMY is not set
> >  # CONFIG_DUMMY_IRQ is not set
> >  # CONFIG_DYNAMIC_DEBUG is not set
> > 
> 
> Hi Thadeu,
> 
> Would this change be made by the 'updateconfigs' script run after the
> rebase?
> 
> 
> Thanks,
> Kleber

Yes, it would.

Cascardo.
Thadeu Lima de Souza Cascardo May 16, 2018, 11:21 a.m. UTC | #3
On Wed, May 16, 2018 at 12:33:06PM +0200, Kleber Souza wrote:
> On 05/09/18 21:32, Thadeu Lima de Souza Cascardo wrote:
> > A stable patch makes CONFIG_NET_IP_TUNNEL depend on DST_CACHE.
> > 
> > Ignore: yes
> > Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
> > ---
> >  debian.kvm/config/config.common.ubuntu | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> > index 43739c72bad8..b1dca3c2a3e5 100644
> > --- a/debian.kvm/config/config.common.ubuntu
> > +++ b/debian.kvm/config/config.common.ubuntu
> > @@ -578,6 +578,7 @@ CONFIG_DNS_RESOLVER=m
> >  # CONFIG_DOUBLEFAULT is not set
> >  CONFIG_DQL=y
> >  # CONFIG_DRM is not set
> > +CONFIG_DST_CACHE=y
> >  # CONFIG_DUMMY is not set
> >  # CONFIG_DUMMY_IRQ is not set
> >  # CONFIG_DYNAMIC_DEBUG is not set
> > 
> 
> Hi Thadeu,
> 
> Would this change be made by the 'updateconfigs' script run after the
> rebase?
> 

Hit send to quickly. It already is made when running updateconfigs, no need to
rebase at all. So, the previous rebase caused it already.

Cascardo.

> 
> Thanks,
> Kleber
diff mbox series

Patch

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 43739c72bad8..b1dca3c2a3e5 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -578,6 +578,7 @@  CONFIG_DNS_RESOLVER=m
 # CONFIG_DOUBLEFAULT is not set
 CONFIG_DQL=y
 # CONFIG_DRM is not set
+CONFIG_DST_CACHE=y
 # CONFIG_DUMMY is not set
 # CONFIG_DUMMY_IRQ is not set
 # CONFIG_DYNAMIC_DEBUG is not set