mbox series

[oracular:linux-gcp,0/1] Compile IDPF module as built-in

Message ID 20240813191756.326178-1-magali.lemes@canonical.com
Headers show
Series Compile IDPF module as built-in | expand

Message

Magali Lemes Aug. 13, 2024, 7:17 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2076459

[Impact]
noble:linux-gcp has the idpf driver built-in. This ended up not being
reflected in oracular:linux-gcp and internal testing expects
CONFIG_IDPF=y.

[Fix]
Set CONFIG_IDPF=y.

[Test]
Check that idpf is built-in, e.g., grep idpf.ko /lib/modules/$(uname -r)/modules.builtin

[Where problems could occur]
Unlikely to have any issues apart from an increased kernel image size.

Magali Lemes (1):
  UBUNTU: [Config] gcp: compile idpf as built-in

 debian.gcp/config/annotations | 3 +++
 1 file changed, 3 insertions(+)

Comments

Magali Lemes Sept. 12, 2024, 5:10 p.m. UTC | #1
o:gcp already has idpf as a built-in module now, so no need for this patch.

On 13/08/2024 16:17, Magali Lemes wrote:
> BugLink: https://bugs.launchpad.net/bugs/2076459
> 
> [Impact]
> noble:linux-gcp has the idpf driver built-in. This ended up not being
> reflected in oracular:linux-gcp and internal testing expects
> CONFIG_IDPF=y.
> 
> [Fix]
> Set CONFIG_IDPF=y.
> 
> [Test]
> Check that idpf is built-in, e.g., grep idpf.ko /lib/modules/$(uname -r)/modules.builtin
> 
> [Where problems could occur]
> Unlikely to have any issues apart from an increased kernel image size.
> 
> Magali Lemes (1):
>    UBUNTU: [Config] gcp: compile idpf as built-in
> 
>   debian.gcp/config/annotations | 3 +++
>   1 file changed, 3 insertions(+)
>