valgrind does not implement the new rseq syscall, which is getting used
by default starting with glibc 2.35. This causes it to display the
following message, which in turns breaks some autopkgtest [1]:
| WARNING: unhandled amd64-linux syscall: 334
| You may be able to write your own handler.
| Read the file README_MISSING_SYSCALL_OR_IOCTL.
| Nevertheless we consider this a bug. Please report
| it at http://valgrind.org/support/bug_reports.html.
There is already an upstream fix available [2], would it be possible to
get it included in the next upload?