| Summary: | s390: wire up separate socketcalls system calls | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.11 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | S390 Split Socketcall | ||
|
Description
Mark Wielaard
2016-02-23 14:29:27 UTC
Created attachment 97376 [details]
S390 Split Socketcall
Proposed patch. Simply wires up the split out system calls directly to the existing syswrap handlers.
The patch fixes the following s390 regtest errors: memcheck/tests/buflen_check (stderr) memcheck/tests/null_socket (stderr) memcheck/tests/sendmsg (stderr) none/tests/fcntl_setown (stderr) none/tests/fdleak_cmsg (stderr) none/tests/fdleak_ipv4 (stdout) none/tests/fdleak_ipv4 (stderr) none/tests/fdleak_socketpair (stderr) none/tests/syslog (stderr) Committed as valgrind svn r15802. |