[PATCH v4 00/11] more build tests

Thomas Monjalon thomas at monjalon.net
Thu Feb 5 22:27:32 CET 2026


While testing more build types, some errors occur.

v5: add minsize and fix debug build types in GHA
    fix new warnings with minsize and debug builds
v4: fix new warnings with minsize
v3: fix minsize build with GCC
v2: fix init of var buildtype

Thomas Monjalon (11):
  mem: check fbarray name truncation in secondary process
  mem: avoid hugepage path overflow
  argparse: fix minsize build
  mldev: fix minsize build
  bus/pci: fix minsize build
  power/intel_pstate: fix minsize build
  net/bnxt/tf_ulp: fix minsize build
  net/iavf: fix minsize build
  ci: fix debug build type
  devtools: test different build types
  ci: check minsize build type in GHA

 .ci/linux-build.sh                            |  3 ++-
 .github/workflows/build.yml                   |  2 ++
 devtools/test-meson-builds.sh                 |  6 ++++--
 drivers/bus/pci/linux/pci_vfio.c              |  3 ++-
 drivers/net/bnxt/tf_ulp/ulp_utils.h           |  2 ++
 drivers/net/intel/iavf/iavf_ipsec_crypto.c    |  2 +-
 .../power/intel_pstate/intel_pstate_cpufreq.c |  2 +-
 lib/argparse/rte_argparse.c                   |  2 +-
 lib/eal/linux/eal_memalloc.c                  |  7 ++++++-
 lib/eal/linux/eal_memory.c                    | 20 ++++++++++++-------
 lib/mldev/rte_mldev.c                         |  2 +-
 11 files changed, 35 insertions(+), 16 deletions(-)

-- 
2.52.0



More information about the dev mailing list