[Unstable][kteam-tools][PATCH v2 0/5] Use modinfo data for the ABI

Juerg Haefliger juerg.haefliger at canonical.com
Thu Jun 10 08:08:02 UTC 2021


Currently, we keep a list of modules and a list of firmware files (fwinfo)
for the ABI. This series changes that to include all the modinfo data of all
modules (also the built-ins) and puts that data in separate directories
'modules' and 'modules.builtin'.

This results in an additional 27.1MB of data that the generic amd64 buildinfo
package provides. The package itself grows from 440KB to 4.8MB.

Sample packages: https://launchpad.net/~juergh/+archive/ubuntu/linux/+sourcepub/12476252/+listing-archive-extra

v1 -> v2:
  - Add Patch 5 (getabis to preserve the current repo ABI layout).

Juerg Haefliger (4):
  UBUNTU: [Packaging] buildinfo: Use modinfo data for the ABI
  UBUNTU: [Packaging] buildinfo: Add modinfo data from built-in modules
    to the ABI
  UBUNTU: [Packaging] module-check: Handle current/new ABI modules
    directory
  UBUNTU: [Packaging] module-check: Handle previous ABI modules
    directory

 debian/rules.d/2-binary-arch.mk | 37 ++++++++++++++++++++++++---------
 debian/scripts/module-check     | 27 ++++++++++++++++--------
 2 files changed, 45 insertions(+), 19 deletions(-)

-- 
2.27.0




More information about the kernel-team mailing list