summaryrefslogtreecommitdiff
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-10-09 20:56:31 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-13 21:53:12 -0700
commit7379b42b607782695f49d05c80d3eb99e5072908 (patch)
tree7187727755fbcb36b66c583c7ed89cb169a52f12 /arch/sparc
parentfa7744dbb69c06b69c7449063c440d8a53df9e6c (diff)
[SPARC64]: Fix bugs in SYSV IPC handling in 64-bit processes.
Thanks to Tom Callaway for the excellent bug report and test case. sys_ipc() has several problems, most to due with semaphore call handling: 1) 'err' return should be a 'long' 2) "union semun" is passed in a register on 64-bit compared to 32-bit which provides it on the stack and therefore by reference 3) Second and third arguments to SEMCTL are swapped compared to 32-bit. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions