Bug 17178

Summary: syscall/nd_syscall test failures on f20
Product: systemtap Reporter: David Smith <dsmith>
Component: tapsetsAssignee: Unassigned <systemtap>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description David Smith 2014-07-18 16:56:18 UTC
On f20 (3.15.4-200.fc20.x86_64), the following are new syscall/nd_syscall testsuite failures:

FAIL: 32-bit getsockopt nd_syscall
FAIL: 32-bit setsockopt nd_syscall
FAIL: 32-bit getsockopt syscall
FAIL: 32-bit select syscall
FAIL: 32-bit setsockopt syscall

From some debugging, the getsockopt() failures are happenning because getsockopt() has been moved under socketcall().
Comment 1 David Smith 2014-07-22 20:56:35 UTC
Fixed in commit 4c49c0b.