Series-acked-by: Chengwen Feng <[email protected]> On 11/24/2025 1:43 AM, Stephen Hemminger wrote: > This series fixes compiler warnings about format truncation > in the unit tests. > > v6 - alternate strategy for handling huge page mount point > - fix warnings which only show up in RHEL8 > > Stephen Hemminger (9): > test: increase size of memzone name > test: refactor file prefix arg handling > test: avoid overflowing huge directory path > test: use unit test runner for eal flags > test: fix format overflow warning in ACL test > test: fix impossible format-truncation in cfgfiles > test: fix format overflow in cryptodev test > test: fix overflow warnings in mp_secondary and pdump > test: re-enable format-truncation warnings > > app/test/meson.build | 1 - > app/test/test_cfgfile.c | 8 +- > app/test/test_cryptodev.c | 22 ++- > app/test/test_eal_flags.c | 283 ++++++++++++++--------------------- > app/test/test_memzone.c | 2 +- > app/test/test_mp_secondary.c | 4 +- > app/test/test_pdump.c | 4 +- > app/test/test_table_acl.c | 4 +- > 8 files changed, 140 insertions(+), 188 deletions(-) >
- [PATCH v6 0/9] tests: fix format truncation warnings Stephen Hemminger
- [PATCH v6 1/9] test: increase size of memzone name Stephen Hemminger
- [PATCH v6 2/9] test: refactor file prefix arg handl... Stephen Hemminger
- [PATCH v6 3/9] test: avoid overflowing huge directo... Stephen Hemminger
- [PATCH v6 4/9] test: use unit test runner for eal f... Stephen Hemminger
- [PATCH v6 5/9] test: fix format overflow warning in... Stephen Hemminger
- [PATCH v6 6/9] test: fix impossible format-truncati... Stephen Hemminger
- [PATCH v6 8/9] test: fix overflow warnings in mp_se... Stephen Hemminger
- [PATCH v6 7/9] test: fix format overflow in cryptod... Stephen Hemminger
- [PATCH v6 9/9] test: re-enable format-truncation wa... Stephen Hemminger
- Re: [PATCH v6 0/9] tests: fix format truncation war... fengchengwen
- Re: [PATCH v6 0/9] tests: fix format truncation war... Patrick Robb
- [PATCH v7 00/10] test: fix format truncation warnings Stephen Hemminger
- [PATCH v7 01/10] test: increase size of memzone nam... Stephen Hemminger
- [PATCH v7 02/10] test: add new function to get curr... Stephen Hemminger
- [PATCH v7 03/10] test: refactor file prefix arg han... Stephen Hemminger
- [PATCH v7 04/10] test: avoid overflowing huge direc... Stephen Hemminger
- [PATCH v7 05/10] test: fix format overflow warning ... Stephen Hemminger
- [PATCH v7 06/10] test: fix impossible format-trunca... Stephen Hemminger
- [PATCH v7 07/10] test: fix format overflow in crypt... Stephen Hemminger
- [PATCH v7 08/10] test: fix overflow warnings in sev... Stephen Hemminger

