NACK: [PATCH Z/A] UBUNTU: SAUCE: (no-up) Novalink requirement for IBMVETH
Seth Forshee
seth.forshee at canonical.com
Mon Jul 17 21:40:15 UTC 2017
On Mon, Jul 17, 2017 at 05:06:43PM -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 at linux.vnet.ibm.com>
> Signed-off-by: Breno Leitao <leitao at debian.org>
> ---
> arch/powerpc/configs/pseries_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
> index 4ff68b7..3cfaf3e 100644
> --- a/arch/powerpc/configs/pseries_defconfig
> +++ b/arch/powerpc/configs/pseries_defconfig
> @@ -165,7 +165,7 @@ CONFIG_BNX2X=m
> CONFIG_CHELSIO_T1=m
> CONFIG_BE2NET=m
> CONFIG_S2IO=m
> -CONFIG_IBMVETH=y
> +CONFIG_IBMVETH=m
> CONFIG_EHEA=y
> CONFIG_E100=y
> CONFIG_E1000=y
This isn't going to accomplish what you want.
The configs for the Ubuntu common kernels are kept in the
debian.master/config directory, split so that values which are common to
all architectures/flavors are kept in
debian.master/config/config.common.ubuntu and others are kept in
architecture/flavor specific config files. In this case the value is in
config.common.ubuntu, so you'll want to change it there. It's advisable
to change the value in debian.master/config/annotations too. There's no
need to change pseries_defconfig.
After you change an option you should always run 'fakeroot debian/rules
updateconfigs' to regenerate the split configuration files, just in case
the changes result in a need to move an option from on file to another
(in this case they should not).
Thanks,
Seth
More information about the kernel-team
mailing list