Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142617 - Kernel: s390: fix futex_atomic_cmpxchg_inatomic (GENERIC-MAP-NOMATCH)
Summary: Kernel: s390: fix futex_atomic_cmpxchg_inatomic (GENERIC-MAP-NOMATCH)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Kernel (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Security
URL: http://git.kernel.org/?p=linux/kernel...
Whiteboard: [linux <2.6.17.8]
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 00:50 UTC by Sune Kloppenborg Jeppesen (RETIRED)
Modified: 2009-07-13 11:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2006-08-03 00:50:04 UTC
futex_atomic_cmpxchg_inatomic has the same bug as the other
 atomic futex operations: the operation needs to be done in the
 user address space, not the kernel address space. Add the missing
 sacf 256 & sacf 0.
 
 Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2006-08-12 07:44:48 UTC
I've added vanilla-sources-2.6.17.8 to the tree and stabled it s390, bug fixed.