mbox series

[0/2] strace: upgrade 7.1 -> 7.2

Message ID 20260819153346.64078-1-jaipaul.cheernam@est.tech
Headers show
Series strace: upgrade 7.1 -> 7.2 | expand

Message

Jaipaul Cheernam Aug. 19, 2026, 3:33 p.m. UTC
Patch 1 performs the version upgrade, refreshes existing patches, and
adds a new patch to skip pwritev/pwrite64 tests on musl.

Patch 2 increases the per-test timeout from 600 to 900 seconds. The
filtering_syscall-syntax test runs ~12,000 strace invocations and was
already borderline at the 600s limit. 
The test is sensitive to system load and can exceed the timeout on loaded systems.

Release Log: https://github.com/strace/strace/releases#release-v7.2
Compare Log: https://github.com/strace/strace/compare/v7.1...v7.2

Jaipaul Cheernam (2):
  strace: upgrade 7.1 -> 7.2
  strace: Increase ptest timeout from 600 to 900

 ...gnore-pwritev-pwrite64-tests-on-musl.patch | 62 +++++++++++++++++++
 ...toconf-macro-to-detect-largefile-sup.patch |  2 +-
 ...kport-ax_prog_cc_for_build.m4-macros.patch |  2 +-
 ...001-strace-fix-reproducibilty-issues.patch |  2 +-
 ...002-tests-Replace-off64_t-with-off_t.patch |  2 +-
 .../strace/strace/Makefile-ptest.patch        |  6 +-
 .../strace/strace/ptest-spacesave.patch       |  2 +-
 meta/recipes-devtools/strace/strace/run-ptest |  2 +-
 .../strace/strace/skip-load.patch             |  2 +-
 .../strace/strace/update-gawk-paths.patch     |  2 +-
 .../strace/{strace_7.1.bb => strace_7.2.bb}   |  2 +-
 11 files changed, 74 insertions(+), 12 deletions(-)
 create mode 100644 meta/recipes-devtools/strace/files/0001-Ignore-pwritev-pwrite64-tests-on-musl.patch
 rename meta/recipes-devtools/strace/{strace_7.1.bb => strace_7.2.bb} (96%)