mbox series

[0/3,FHI,linux-azure] Make mana.ko built-in

Message ID 20211101190623.29597-1-tim.gardner@canonical.com
Headers show
Series Make mana.ko built-in | expand

Message

Tim Gardner Nov. 1, 2021, 7:06 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1949357

SRU Justification

[Impact]

The new networking module mana.ko is not included with linux-modules, rather it
is packaged in linux-modules-extra. Instance types that have mana.ko as a boot
dependency will not work since Azure images are not created using linux-image-extra.
Solve this issue by building MANA into the kernel.

[Test Case]

Download build info and check for CONFIG_MICROSOFT_MANA=y

[Where things might go wrong]

The MANA network might not start.

[Other Info]

Backported derivatives (bionix:linux-azure-5.4, focal:linux-azure-5.11) will get
this change when cranking.

Comments

Dimitri John Ledkov Nov. 2, 2021, 10:29 a.m. UTC | #1
Acked-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Kleber Sacilotto de Souza Nov. 2, 2021, 1:57 p.m. UTC | #2
On 01.11.21 20:06, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/1949357
> 
> SRU Justification
> 
> [Impact]
> 
> The new networking module mana.ko is not included with linux-modules, rather it
> is packaged in linux-modules-extra. Instance types that have mana.ko as a boot
> dependency will not work since Azure images are not created using linux-image-extra.
> Solve this issue by building MANA into the kernel.
> 
> [Test Case]
> 
> Download build info and check for CONFIG_MICROSOFT_MANA=y
> 
> [Where things might go wrong]
> 
> The MANA network might not start.
> 
> [Other Info]
> 
> Backported derivatives (bionix:linux-azure-5.4, focal:linux-azure-5.11) will get
> this change when cranking.
> 
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>

Thanks
Tim Gardner Nov. 2, 2021, 5:59 p.m. UTC | #3
Applied to FHI linux-azure. Thanks.

-rtg

On 11/1/21 1:06 PM, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/1949357
> 
> SRU Justification
> 
> [Impact]
> 
> The new networking module mana.ko is not included with linux-modules, rather it
> is packaged in linux-modules-extra. Instance types that have mana.ko as a boot
> dependency will not work since Azure images are not created using linux-image-extra.
> Solve this issue by building MANA into the kernel.
> 
> [Test Case]
> 
> Download build info and check for CONFIG_MICROSOFT_MANA=y
> 
> [Where things might go wrong]
> 
> The MANA network might not start.
> 
> [Other Info]
> 
> Backported derivatives (bionix:linux-azure-5.4, focal:linux-azure-5.11) will get
> this change when cranking.
>