mbox series

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

Message ID 20210610080807.25518-1-juergh@canonical.com
Headers show
Series Use modinfo data for the ABI | expand

Message

Juerg Haefliger June 10, 2021, 8:08 a.m. UTC
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(-)