mbox series

[Unstable,0/2] Add modules.builtin to the ABI

Message ID 20210511072834.488740-1-juergh@canonical.com
Headers show
Series Add modules.builtin to the ABI | expand

Message

Juerg Haefliger May 11, 2021, 7:28 a.m. UTC
Changing module configs from 'm' to 'y' currently requires the removal
of the modules from the ABI else the ABI checker fails the build. This
patch series extends the ABI to also include the list of built-in modules
and modifies the ABI checker to take that list into account.

Juerg Haefliger (2):
  UBUNTU: [Packaging] Add list of built-in modules to the ABI
  UBUNTU: [Packaging] abi-check: Process modules.builtin

 debian/rules.d/2-binary-arch.mk | 10 ++++++
 debian/scripts/module-check     | 56 ++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 22 deletions(-)

Comments

Juerg Haefliger June 4, 2021, 6:11 a.m. UTC | #1
There's a parallel effort going on to include the modinfo data in the ABI which
this will be folded into.

...Juerg


> Changing module configs from 'm' to 'y' currently requires the removal
> of the modules from the ABI else the ABI checker fails the build. This
> patch series extends the ABI to also include the list of built-in modules
> and modifies the ABI checker to take that list into account.
> 
> Juerg Haefliger (2):
>   UBUNTU: [Packaging] Add list of built-in modules to the ABI
>   UBUNTU: [Packaging] abi-check: Process modules.builtin
> 
>  debian/rules.d/2-binary-arch.mk | 10 ++++++
>  debian/scripts/module-check     | 56 ++++++++++++++++++++-------------
>  2 files changed, 44 insertions(+), 22 deletions(-)
>