futex.c 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707
  1. /*
  2. * Fast Userspace Mutexes (which I call "Futexes!").
  3. * (C) Rusty Russell, IBM 2002
  4. *
  5. * Generalized futexes, futex requeueing, misc fixes by Ingo Molnar
  6. * (C) Copyright 2003 Red Hat Inc, All Rights Reserved
  7. *
  8. * Removed page pinning, fix privately mapped COW pages and other cleanups
  9. * (C) Copyright 2003, 2004 Jamie Lokier
  10. *
  11. * Robust futex support started by Ingo Molnar
  12. * (C) Copyright 2006 Red Hat Inc, All Rights Reserved
  13. * Thanks to Thomas Gleixner for suggestions, analysis and fixes.
  14. *
  15. * PI-futex support started by Ingo Molnar and Thomas Gleixner
  16. * Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
  17. * Copyright (C) 2006 Timesys Corp., Thomas Gleixner <tglx@timesys.com>
  18. *
  19. * PRIVATE futexes by Eric Dumazet
  20. * Copyright (C) 2007 Eric Dumazet <dada1@cosmosbay.com>
  21. *
  22. * Requeue-PI support by Darren Hart <dvhltc@us.ibm.com>
  23. * Copyright (C) IBM Corporation, 2009
  24. * Thanks to Thomas Gleixner for conceptual design and careful reviews.
  25. *
  26. * Thanks to Ben LaHaise for yelling "hashed waitqueues" loudly
  27. * enough at me, Linus for the original (flawed) idea, Matthew
  28. * Kirkwood for proof-of-concept implementation.
  29. *
  30. * "The futexes are also cursed."
  31. * "But they come in a choice of three flavours!"
  32. *
  33. * This program is free software; you can redistribute it and/or modify
  34. * it under the terms of the GNU General Public License as published by
  35. * the Free Software Foundation; either version 2 of the License, or
  36. * (at your option) any later version.
  37. *
  38. * This program is distributed in the hope that it will be useful,
  39. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  40. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  41. * GNU General Public License for more details.
  42. *
  43. * You should have received a copy of the GNU General Public License
  44. * along with this program; if not, write to the Free Software
  45. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  46. */
  47. #include <linux/slab.h>
  48. #include <linux/poll.h>
  49. #include <linux/fs.h>
  50. #include <linux/file.h>
  51. #include <linux/jhash.h>
  52. #include <linux/init.h>
  53. #include <linux/futex.h>
  54. #include <linux/mount.h>
  55. #include <linux/pagemap.h>
  56. #include <linux/syscalls.h>
  57. #include <linux/signal.h>
  58. #include <linux/module.h>
  59. #include <linux/magic.h>
  60. #include <linux/pid.h>
  61. #include <linux/nsproxy.h>
  62. #include <asm/futex.h>
  63. #include "rtmutex_common.h"
  64. int __read_mostly futex_cmpxchg_enabled;
  65. #define FUTEX_HASHBITS (CONFIG_BASE_SMALL ? 4 : 8)
  66. /*
  67. * Futex flags used to encode options to functions and preserve them across
  68. * restarts.
  69. */
  70. #define FLAGS_SHARED 0x01
  71. #define FLAGS_CLOCKRT 0x02
  72. #define FLAGS_HAS_TIMEOUT 0x04
  73. /*
  74. * Priority Inheritance state:
  75. */
  76. struct futex_pi_state {
  77. /*
  78. * list of 'owned' pi_state instances - these have to be
  79. * cleaned up in do_exit() if the task exits prematurely:
  80. */
  81. struct list_head list;
  82. /*
  83. * The PI object:
  84. */
  85. struct rt_mutex pi_mutex;
  86. struct task_struct *owner;
  87. atomic_t refcount;
  88. union futex_key key;
  89. };
  90. /**
  91. * struct futex_q - The hashed futex queue entry, one per waiting task
  92. * @list: priority-sorted list of tasks waiting on this futex
  93. * @task: the task waiting on the futex
  94. * @lock_ptr: the hash bucket lock
  95. * @key: the key the futex is hashed on
  96. * @pi_state: optional priority inheritance state
  97. * @rt_waiter: rt_waiter storage for use with requeue_pi
  98. * @requeue_pi_key: the requeue_pi target futex key
  99. * @bitset: bitset for the optional bitmasked wakeup
  100. *
  101. * We use this hashed waitqueue, instead of a normal wait_queue_t, so
  102. * we can wake only the relevant ones (hashed queues may be shared).
  103. *
  104. * A futex_q has a woken state, just like tasks have TASK_RUNNING.
  105. * It is considered woken when plist_node_empty(&q->list) || q->lock_ptr == 0.
  106. * The order of wakeup is always to make the first condition true, then
  107. * the second.
  108. *
  109. * PI futexes are typically woken before they are removed from the hash list via
  110. * the rt_mutex code. See unqueue_me_pi().
  111. */
  112. struct futex_q {
  113. struct plist_node list;
  114. struct task_struct *task;
  115. spinlock_t *lock_ptr;
  116. union futex_key key;
  117. struct futex_pi_state *pi_state;
  118. struct rt_mutex_waiter *rt_waiter;
  119. union futex_key *requeue_pi_key;
  120. u32 bitset;
  121. };
  122. static const struct futex_q futex_q_init = {
  123. /* list gets initialized in queue_me()*/
  124. .key = FUTEX_KEY_INIT,
  125. .bitset = FUTEX_BITSET_MATCH_ANY
  126. };
  127. /*
  128. * Hash buckets are shared by all the futex_keys that hash to the same
  129. * location. Each key may have multiple futex_q structures, one for each task
  130. * waiting on a futex.
  131. */
  132. struct futex_hash_bucket {
  133. spinlock_t lock;
  134. struct plist_head chain;
  135. };
  136. static struct futex_hash_bucket futex_queues[1<<FUTEX_HASHBITS];
  137. /*
  138. * We hash on the keys returned from get_futex_key (see below).
  139. */
  140. static struct futex_hash_bucket *hash_futex(union futex_key *key)
  141. {
  142. u32 hash = jhash2((u32*)&key->both.word,
  143. (sizeof(key->both.word)+sizeof(key->both.ptr))/4,
  144. key->both.offset);
  145. return &futex_queues[hash & ((1 << FUTEX_HASHBITS)-1)];
  146. }
  147. /*
  148. * Return 1 if two futex_keys are equal, 0 otherwise.
  149. */
  150. static inline int match_futex(union futex_key *key1, union futex_key *key2)
  151. {
  152. return (key1 && key2
  153. && key1->both.word == key2->both.word
  154. && key1->both.ptr == key2->both.ptr
  155. && key1->both.offset == key2->both.offset);
  156. }
  157. /*
  158. * Take a reference to the resource addressed by a key.
  159. * Can be called while holding spinlocks.
  160. *
  161. */
  162. static void get_futex_key_refs(union futex_key *key)
  163. {
  164. if (!key->both.ptr)
  165. return;
  166. switch (key->both.offset & (FUT_OFF_INODE|FUT_OFF_MMSHARED)) {
  167. case FUT_OFF_INODE:
  168. ihold(key->shared.inode);
  169. break;
  170. case FUT_OFF_MMSHARED:
  171. atomic_inc(&key->private.mm->mm_count);
  172. break;
  173. }
  174. }
  175. /*
  176. * Drop a reference to the resource addressed by a key.
  177. * The hash bucket spinlock must not be held.
  178. */
  179. static void drop_futex_key_refs(union futex_key *key)
  180. {
  181. if (!key->both.ptr) {
  182. /* If we're here then we tried to put a key we failed to get */
  183. WARN_ON_ONCE(1);
  184. return;
  185. }
  186. switch (key->both.offset & (FUT_OFF_INODE|FUT_OFF_MMSHARED)) {
  187. case FUT_OFF_INODE:
  188. iput(key->shared.inode);
  189. break;
  190. case FUT_OFF_MMSHARED:
  191. mmdrop(key->private.mm);
  192. break;
  193. }
  194. }
  195. /**
  196. * get_futex_key() - Get parameters which are the keys for a futex
  197. * @uaddr: virtual address of the futex
  198. * @fshared: 0 for a PROCESS_PRIVATE futex, 1 for PROCESS_SHARED
  199. * @key: address where result is stored.
  200. *
  201. * Returns a negative error code or 0
  202. * The key words are stored in *key on success.
  203. *
  204. * For shared mappings, it's (page->index, vma->vm_file->f_path.dentry->d_inode,
  205. * offset_within_page). For private mappings, it's (uaddr, current->mm).
  206. * We can usually work out the index without swapping in the page.
  207. *
  208. * lock_page() might sleep, the caller should not hold a spinlock.
  209. */
  210. static int
  211. get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key)
  212. {
  213. unsigned long address = (unsigned long)uaddr;
  214. struct mm_struct *mm = current->mm;
  215. struct page *page, *page_head;
  216. int err;
  217. /*
  218. * The futex address must be "naturally" aligned.
  219. */
  220. key->both.offset = address % PAGE_SIZE;
  221. if (unlikely((address % sizeof(u32)) != 0))
  222. return -EINVAL;
  223. address -= key->both.offset;
  224. /*
  225. * PROCESS_PRIVATE futexes are fast.
  226. * As the mm cannot disappear under us and the 'key' only needs
  227. * virtual address, we dont even have to find the underlying vma.
  228. * Note : We do have to check 'uaddr' is a valid user address,
  229. * but access_ok() should be faster than find_vma()
  230. */
  231. if (!fshared) {
  232. if (unlikely(!access_ok(VERIFY_WRITE, uaddr, sizeof(u32))))
  233. return -EFAULT;
  234. key->private.mm = mm;
  235. key->private.address = address;
  236. get_futex_key_refs(key);
  237. return 0;
  238. }
  239. again:
  240. err = get_user_pages_fast(address, 1, 1, &page);
  241. if (err < 0)
  242. return err;
  243. #ifdef CONFIG_TRANSPARENT_HUGEPAGE
  244. page_head = page;
  245. if (unlikely(PageTail(page))) {
  246. put_page(page);
  247. /* serialize against __split_huge_page_splitting() */
  248. local_irq_disable();
  249. if (likely(__get_user_pages_fast(address, 1, 1, &page) == 1)) {
  250. page_head = compound_head(page);
  251. /*
  252. * page_head is valid pointer but we must pin
  253. * it before taking the PG_lock and/or
  254. * PG_compound_lock. The moment we re-enable
  255. * irqs __split_huge_page_splitting() can
  256. * return and the head page can be freed from
  257. * under us. We can't take the PG_lock and/or
  258. * PG_compound_lock on a page that could be
  259. * freed from under us.
  260. */
  261. if (page != page_head) {
  262. get_page(page_head);
  263. put_page(page);
  264. }
  265. local_irq_enable();
  266. } else {
  267. local_irq_enable();
  268. goto again;
  269. }
  270. }
  271. #else
  272. page_head = compound_head(page);
  273. if (page != page_head) {
  274. get_page(page_head);
  275. put_page(page);
  276. }
  277. #endif
  278. lock_page(page_head);
  279. if (!page_head->mapping) {
  280. unlock_page(page_head);
  281. put_page(page_head);
  282. goto again;
  283. }
  284. /*
  285. * Private mappings are handled in a simple way.
  286. *
  287. * NOTE: When userspace waits on a MAP_SHARED mapping, even if
  288. * it's a read-only handle, it's expected that futexes attach to
  289. * the object not the particular process.
  290. */
  291. if (PageAnon(page_head)) {
  292. key->both.offset |= FUT_OFF_MMSHARED; /* ref taken on mm */
  293. key->private.mm = mm;
  294. key->private.address = address;
  295. } else {
  296. key->both.offset |= FUT_OFF_INODE; /* inode-based key */
  297. key->shared.inode = page_head->mapping->host;
  298. key->shared.pgoff = page_head->index;
  299. }
  300. get_futex_key_refs(key);
  301. unlock_page(page_head);
  302. put_page(page_head);
  303. return 0;
  304. }
  305. static inline void put_futex_key(union futex_key *key)
  306. {
  307. drop_futex_key_refs(key);
  308. }
  309. /**
  310. * fault_in_user_writeable() - Fault in user address and verify RW access
  311. * @uaddr: pointer to faulting user space address
  312. *
  313. * Slow path to fixup the fault we just took in the atomic write
  314. * access to @uaddr.
  315. *
  316. * We have no generic implementation of a non-destructive write to the
  317. * user address. We know that we faulted in the atomic pagefault
  318. * disabled section so we can as well avoid the #PF overhead by
  319. * calling get_user_pages() right away.
  320. */
  321. static int fault_in_user_writeable(u32 __user *uaddr)
  322. {
  323. struct mm_struct *mm = current->mm;
  324. int ret;
  325. down_read(&mm->mmap_sem);
  326. ret = get_user_pages(current, mm, (unsigned long)uaddr,
  327. 1, 1, 0, NULL, NULL);
  328. up_read(&mm->mmap_sem);
  329. return ret < 0 ? ret : 0;
  330. }
  331. /**
  332. * futex_top_waiter() - Return the highest priority waiter on a futex
  333. * @hb: the hash bucket the futex_q's reside in
  334. * @key: the futex key (to distinguish it from other futex futex_q's)
  335. *
  336. * Must be called with the hb lock held.
  337. */
  338. static struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb,
  339. union futex_key *key)
  340. {
  341. struct futex_q *this;
  342. plist_for_each_entry(this, &hb->chain, list) {
  343. if (match_futex(&this->key, key))
  344. return this;
  345. }
  346. return NULL;
  347. }
  348. static u32 cmpxchg_futex_value_locked(u32 __user *uaddr, u32 uval, u32 newval)
  349. {
  350. u32 curval;
  351. pagefault_disable();
  352. curval = futex_atomic_cmpxchg_inatomic(uaddr, uval, newval);
  353. pagefault_enable();
  354. return curval;
  355. }
  356. static int get_futex_value_locked(u32 *dest, u32 __user *from)
  357. {
  358. int ret;
  359. pagefault_disable();
  360. ret = __copy_from_user_inatomic(dest, from, sizeof(u32));
  361. pagefault_enable();
  362. return ret ? -EFAULT : 0;
  363. }
  364. /*
  365. * PI code:
  366. */
  367. static int refill_pi_state_cache(void)
  368. {
  369. struct futex_pi_state *pi_state;
  370. if (likely(current->pi_state_cache))
  371. return 0;
  372. pi_state = kzalloc(sizeof(*pi_state), GFP_KERNEL);
  373. if (!pi_state)
  374. return -ENOMEM;
  375. INIT_LIST_HEAD(&pi_state->list);
  376. /* pi_mutex gets initialized later */
  377. pi_state->owner = NULL;
  378. atomic_set(&pi_state->refcount, 1);
  379. pi_state->key = FUTEX_KEY_INIT;
  380. current->pi_state_cache = pi_state;
  381. return 0;
  382. }
  383. static struct futex_pi_state * alloc_pi_state(void)
  384. {
  385. struct futex_pi_state *pi_state = current->pi_state_cache;
  386. WARN_ON(!pi_state);
  387. current->pi_state_cache = NULL;
  388. return pi_state;
  389. }
  390. static void free_pi_state(struct futex_pi_state *pi_state)
  391. {
  392. if (!atomic_dec_and_test(&pi_state->refcount))
  393. return;
  394. /*
  395. * If pi_state->owner is NULL, the owner is most probably dying
  396. * and has cleaned up the pi_state already
  397. */
  398. if (pi_state->owner) {
  399. raw_spin_lock_irq(&pi_state->owner->pi_lock);
  400. list_del_init(&pi_state->list);
  401. raw_spin_unlock_irq(&pi_state->owner->pi_lock);
  402. rt_mutex_proxy_unlock(&pi_state->pi_mutex, pi_state->owner);
  403. }
  404. if (current->pi_state_cache)
  405. kfree(pi_state);
  406. else {
  407. /*
  408. * pi_state->list is already empty.
  409. * clear pi_state->owner.
  410. * refcount is at 0 - put it back to 1.
  411. */
  412. pi_state->owner = NULL;
  413. atomic_set(&pi_state->refcount, 1);
  414. current->pi_state_cache = pi_state;
  415. }
  416. }
  417. /*
  418. * Look up the task based on what TID userspace gave us.
  419. * We dont trust it.
  420. */
  421. static struct task_struct * futex_find_get_task(pid_t pid)
  422. {
  423. struct task_struct *p;
  424. rcu_read_lock();
  425. p = find_task_by_vpid(pid);
  426. if (p)
  427. get_task_struct(p);
  428. rcu_read_unlock();
  429. return p;
  430. }
  431. /*
  432. * This task is holding PI mutexes at exit time => bad.
  433. * Kernel cleans up PI-state, but userspace is likely hosed.
  434. * (Robust-futex cleanup is separate and might save the day for userspace.)
  435. */
  436. void exit_pi_state_list(struct task_struct *curr)
  437. {
  438. struct list_head *next, *head = &curr->pi_state_list;
  439. struct futex_pi_state *pi_state;
  440. struct futex_hash_bucket *hb;
  441. union futex_key key = FUTEX_KEY_INIT;
  442. if (!futex_cmpxchg_enabled)
  443. return;
  444. /*
  445. * We are a ZOMBIE and nobody can enqueue itself on
  446. * pi_state_list anymore, but we have to be careful
  447. * versus waiters unqueueing themselves:
  448. */
  449. raw_spin_lock_irq(&curr->pi_lock);
  450. while (!list_empty(head)) {
  451. next = head->next;
  452. pi_state = list_entry(next, struct futex_pi_state, list);
  453. key = pi_state->key;
  454. hb = hash_futex(&key);
  455. raw_spin_unlock_irq(&curr->pi_lock);
  456. spin_lock(&hb->lock);
  457. raw_spin_lock_irq(&curr->pi_lock);
  458. /*
  459. * We dropped the pi-lock, so re-check whether this
  460. * task still owns the PI-state:
  461. */
  462. if (head->next != next) {
  463. spin_unlock(&hb->lock);
  464. continue;
  465. }
  466. WARN_ON(pi_state->owner != curr);
  467. WARN_ON(list_empty(&pi_state->list));
  468. list_del_init(&pi_state->list);
  469. pi_state->owner = NULL;
  470. raw_spin_unlock_irq(&curr->pi_lock);
  471. rt_mutex_unlock(&pi_state->pi_mutex);
  472. spin_unlock(&hb->lock);
  473. raw_spin_lock_irq(&curr->pi_lock);
  474. }
  475. raw_spin_unlock_irq(&curr->pi_lock);
  476. }
  477. static int
  478. lookup_pi_state(u32 uval, struct futex_hash_bucket *hb,
  479. union futex_key *key, struct futex_pi_state **ps)
  480. {
  481. struct futex_pi_state *pi_state = NULL;
  482. struct futex_q *this, *next;
  483. struct plist_head *head;
  484. struct task_struct *p;
  485. pid_t pid = uval & FUTEX_TID_MASK;
  486. head = &hb->chain;
  487. plist_for_each_entry_safe(this, next, head, list) {
  488. if (match_futex(&this->key, key)) {
  489. /*
  490. * Another waiter already exists - bump up
  491. * the refcount and return its pi_state:
  492. */
  493. pi_state = this->pi_state;
  494. /*
  495. * Userspace might have messed up non-PI and PI futexes
  496. */
  497. if (unlikely(!pi_state))
  498. return -EINVAL;
  499. WARN_ON(!atomic_read(&pi_state->refcount));
  500. /*
  501. * When pi_state->owner is NULL then the owner died
  502. * and another waiter is on the fly. pi_state->owner
  503. * is fixed up by the task which acquires
  504. * pi_state->rt_mutex.
  505. *
  506. * We do not check for pid == 0 which can happen when
  507. * the owner died and robust_list_exit() cleared the
  508. * TID.
  509. */
  510. if (pid && pi_state->owner) {
  511. /*
  512. * Bail out if user space manipulated the
  513. * futex value.
  514. */
  515. if (pid != task_pid_vnr(pi_state->owner))
  516. return -EINVAL;
  517. }
  518. atomic_inc(&pi_state->refcount);
  519. *ps = pi_state;
  520. return 0;
  521. }
  522. }
  523. /*
  524. * We are the first waiter - try to look up the real owner and attach
  525. * the new pi_state to it, but bail out when TID = 0
  526. */
  527. if (!pid)
  528. return -ESRCH;
  529. p = futex_find_get_task(pid);
  530. if (!p)
  531. return -ESRCH;
  532. /*
  533. * We need to look at the task state flags to figure out,
  534. * whether the task is exiting. To protect against the do_exit
  535. * change of the task flags, we do this protected by
  536. * p->pi_lock:
  537. */
  538. raw_spin_lock_irq(&p->pi_lock);
  539. if (unlikely(p->flags & PF_EXITING)) {
  540. /*
  541. * The task is on the way out. When PF_EXITPIDONE is
  542. * set, we know that the task has finished the
  543. * cleanup:
  544. */
  545. int ret = (p->flags & PF_EXITPIDONE) ? -ESRCH : -EAGAIN;
  546. raw_spin_unlock_irq(&p->pi_lock);
  547. put_task_struct(p);
  548. return ret;
  549. }
  550. pi_state = alloc_pi_state();
  551. /*
  552. * Initialize the pi_mutex in locked state and make 'p'
  553. * the owner of it:
  554. */
  555. rt_mutex_init_proxy_locked(&pi_state->pi_mutex, p);
  556. /* Store the key for possible exit cleanups: */
  557. pi_state->key = *key;
  558. WARN_ON(!list_empty(&pi_state->list));
  559. list_add(&pi_state->list, &p->pi_state_list);
  560. pi_state->owner = p;
  561. raw_spin_unlock_irq(&p->pi_lock);
  562. put_task_struct(p);
  563. *ps = pi_state;
  564. return 0;
  565. }
  566. /**
  567. * futex_lock_pi_atomic() - Atomic work required to acquire a pi aware futex
  568. * @uaddr: the pi futex user address
  569. * @hb: the pi futex hash bucket
  570. * @key: the futex key associated with uaddr and hb
  571. * @ps: the pi_state pointer where we store the result of the
  572. * lookup
  573. * @task: the task to perform the atomic lock work for. This will
  574. * be "current" except in the case of requeue pi.
  575. * @set_waiters: force setting the FUTEX_WAITERS bit (1) or not (0)
  576. *
  577. * Returns:
  578. * 0 - ready to wait
  579. * 1 - acquired the lock
  580. * <0 - error
  581. *
  582. * The hb->lock and futex_key refs shall be held by the caller.
  583. */
  584. static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb,
  585. union futex_key *key,
  586. struct futex_pi_state **ps,
  587. struct task_struct *task, int set_waiters)
  588. {
  589. int lock_taken, ret, ownerdied = 0;
  590. u32 uval, newval, curval;
  591. retry:
  592. ret = lock_taken = 0;
  593. /*
  594. * To avoid races, we attempt to take the lock here again
  595. * (by doing a 0 -> TID atomic cmpxchg), while holding all
  596. * the locks. It will most likely not succeed.
  597. */
  598. newval = task_pid_vnr(task);
  599. if (set_waiters)
  600. newval |= FUTEX_WAITERS;
  601. curval = cmpxchg_futex_value_locked(uaddr, 0, newval);
  602. if (unlikely(curval == -EFAULT))
  603. return -EFAULT;
  604. /*
  605. * Detect deadlocks.
  606. */
  607. if ((unlikely((curval & FUTEX_TID_MASK) == task_pid_vnr(task))))
  608. return -EDEADLK;
  609. /*
  610. * Surprise - we got the lock. Just return to userspace:
  611. */
  612. if (unlikely(!curval))
  613. return 1;
  614. uval = curval;
  615. /*
  616. * Set the FUTEX_WAITERS flag, so the owner will know it has someone
  617. * to wake at the next unlock.
  618. */
  619. newval = curval | FUTEX_WAITERS;
  620. /*
  621. * There are two cases, where a futex might have no owner (the
  622. * owner TID is 0): OWNER_DIED. We take over the futex in this
  623. * case. We also do an unconditional take over, when the owner
  624. * of the futex died.
  625. *
  626. * This is safe as we are protected by the hash bucket lock !
  627. */
  628. if (unlikely(ownerdied || !(curval & FUTEX_TID_MASK))) {
  629. /* Keep the OWNER_DIED bit */
  630. newval = (curval & ~FUTEX_TID_MASK) | task_pid_vnr(task);
  631. ownerdied = 0;
  632. lock_taken = 1;
  633. }
  634. curval = cmpxchg_futex_value_locked(uaddr, uval, newval);
  635. if (unlikely(curval == -EFAULT))
  636. return -EFAULT;
  637. if (unlikely(curval != uval))
  638. goto retry;
  639. /*
  640. * We took the lock due to owner died take over.
  641. */
  642. if (unlikely(lock_taken))
  643. return 1;
  644. /*
  645. * We dont have the lock. Look up the PI state (or create it if
  646. * we are the first waiter):
  647. */
  648. ret = lookup_pi_state(uval, hb, key, ps);
  649. if (unlikely(ret)) {
  650. switch (ret) {
  651. case -ESRCH:
  652. /*
  653. * No owner found for this futex. Check if the
  654. * OWNER_DIED bit is set to figure out whether
  655. * this is a robust futex or not.
  656. */
  657. if (get_futex_value_locked(&curval, uaddr))
  658. return -EFAULT;
  659. /*
  660. * We simply start over in case of a robust
  661. * futex. The code above will take the futex
  662. * and return happy.
  663. */
  664. if (curval & FUTEX_OWNER_DIED) {
  665. ownerdied = 1;
  666. goto retry;
  667. }
  668. default:
  669. break;
  670. }
  671. }
  672. return ret;
  673. }
  674. /**
  675. * __unqueue_futex() - Remove the futex_q from its futex_hash_bucket
  676. * @q: The futex_q to unqueue
  677. *
  678. * The q->lock_ptr must not be NULL and must be held by the caller.
  679. */
  680. static void __unqueue_futex(struct futex_q *q)
  681. {
  682. struct futex_hash_bucket *hb;
  683. if (WARN_ON(!q->lock_ptr || !spin_is_locked(q->lock_ptr)
  684. || plist_node_empty(&q->list)))
  685. return;
  686. hb = container_of(q->lock_ptr, struct futex_hash_bucket, lock);
  687. plist_del(&q->list, &hb->chain);
  688. }
  689. /*
  690. * The hash bucket lock must be held when this is called.
  691. * Afterwards, the futex_q must not be accessed.
  692. */
  693. static void wake_futex(struct futex_q *q)
  694. {
  695. struct task_struct *p = q->task;
  696. /*
  697. * We set q->lock_ptr = NULL _before_ we wake up the task. If
  698. * a non-futex wake up happens on another CPU then the task
  699. * might exit and p would dereference a non-existing task
  700. * struct. Prevent this by holding a reference on p across the
  701. * wake up.
  702. */
  703. get_task_struct(p);
  704. __unqueue_futex(q);
  705. /*
  706. * The waiting task can free the futex_q as soon as
  707. * q->lock_ptr = NULL is written, without taking any locks. A
  708. * memory barrier is required here to prevent the following
  709. * store to lock_ptr from getting ahead of the plist_del.
  710. */
  711. smp_wmb();
  712. q->lock_ptr = NULL;
  713. wake_up_state(p, TASK_NORMAL);
  714. put_task_struct(p);
  715. }
  716. static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this)
  717. {
  718. struct task_struct *new_owner;
  719. struct futex_pi_state *pi_state = this->pi_state;
  720. u32 curval, newval;
  721. if (!pi_state)
  722. return -EINVAL;
  723. /*
  724. * If current does not own the pi_state then the futex is
  725. * inconsistent and user space fiddled with the futex value.
  726. */
  727. if (pi_state->owner != current)
  728. return -EINVAL;
  729. raw_spin_lock(&pi_state->pi_mutex.wait_lock);
  730. new_owner = rt_mutex_next_owner(&pi_state->pi_mutex);
  731. /*
  732. * It is possible that the next waiter (the one that brought
  733. * this owner to the kernel) timed out and is no longer
  734. * waiting on the lock.
  735. */
  736. if (!new_owner)
  737. new_owner = this->task;
  738. /*
  739. * We pass it to the next owner. (The WAITERS bit is always
  740. * kept enabled while there is PI state around. We must also
  741. * preserve the owner died bit.)
  742. */
  743. if (!(uval & FUTEX_OWNER_DIED)) {
  744. int ret = 0;
  745. newval = FUTEX_WAITERS | task_pid_vnr(new_owner);
  746. curval = cmpxchg_futex_value_locked(uaddr, uval, newval);
  747. if (curval == -EFAULT)
  748. ret = -EFAULT;
  749. else if (curval != uval)
  750. ret = -EINVAL;
  751. if (ret) {
  752. raw_spin_unlock(&pi_state->pi_mutex.wait_lock);
  753. return ret;
  754. }
  755. }
  756. raw_spin_lock_irq(&pi_state->owner->pi_lock);
  757. WARN_ON(list_empty(&pi_state->list));
  758. list_del_init(&pi_state->list);
  759. raw_spin_unlock_irq(&pi_state->owner->pi_lock);
  760. raw_spin_lock_irq(&new_owner->pi_lock);
  761. WARN_ON(!list_empty(&pi_state->list));
  762. list_add(&pi_state->list, &new_owner->pi_state_list);
  763. pi_state->owner = new_owner;
  764. raw_spin_unlock_irq(&new_owner->pi_lock);
  765. raw_spin_unlock(&pi_state->pi_mutex.wait_lock);
  766. rt_mutex_unlock(&pi_state->pi_mutex);
  767. return 0;
  768. }
  769. static int unlock_futex_pi(u32 __user *uaddr, u32 uval)
  770. {
  771. u32 oldval;
  772. /*
  773. * There is no waiter, so we unlock the futex. The owner died
  774. * bit has not to be preserved here. We are the owner:
  775. */
  776. oldval = cmpxchg_futex_value_locked(uaddr, uval, 0);
  777. if (oldval == -EFAULT)
  778. return oldval;
  779. if (oldval != uval)
  780. return -EAGAIN;
  781. return 0;
  782. }
  783. /*
  784. * Express the locking dependencies for lockdep:
  785. */
  786. static inline void
  787. double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2)
  788. {
  789. if (hb1 <= hb2) {
  790. spin_lock(&hb1->lock);
  791. if (hb1 < hb2)
  792. spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING);
  793. } else { /* hb1 > hb2 */
  794. spin_lock(&hb2->lock);
  795. spin_lock_nested(&hb1->lock, SINGLE_DEPTH_NESTING);
  796. }
  797. }
  798. static inline void
  799. double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2)
  800. {
  801. spin_unlock(&hb1->lock);
  802. if (hb1 != hb2)
  803. spin_unlock(&hb2->lock);
  804. }
  805. /*
  806. * Wake up waiters matching bitset queued on this futex (uaddr).
  807. */
  808. static int
  809. futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset)
  810. {
  811. struct futex_hash_bucket *hb;
  812. struct futex_q *this, *next;
  813. struct plist_head *head;
  814. union futex_key key = FUTEX_KEY_INIT;
  815. int ret;
  816. if (!bitset)
  817. return -EINVAL;
  818. ret = get_futex_key(uaddr, flags & FLAGS_SHARED, &key);
  819. if (unlikely(ret != 0))
  820. goto out;
  821. hb = hash_futex(&key);
  822. spin_lock(&hb->lock);
  823. head = &hb->chain;
  824. plist_for_each_entry_safe(this, next, head, list) {
  825. if (match_futex (&this->key, &key)) {
  826. if (this->pi_state || this->rt_waiter) {
  827. ret = -EINVAL;
  828. break;
  829. }
  830. /* Check if one of the bits is set in both bitsets */
  831. if (!(this->bitset & bitset))
  832. continue;
  833. wake_futex(this);
  834. if (++ret >= nr_wake)
  835. break;
  836. }
  837. }
  838. spin_unlock(&hb->lock);
  839. put_futex_key(&key);
  840. out:
  841. return ret;
  842. }
  843. /*
  844. * Wake up all waiters hashed on the physical page that is mapped
  845. * to this virtual address:
  846. */
  847. static int
  848. futex_wake_op(u32 __user *uaddr1, unsigned int flags, u32 __user *uaddr2,
  849. int nr_wake, int nr_wake2, int op)
  850. {
  851. union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT;
  852. struct futex_hash_bucket *hb1, *hb2;
  853. struct plist_head *head;
  854. struct futex_q *this, *next;
  855. int ret, op_ret;
  856. retry:
  857. ret = get_futex_key(uaddr1, flags & FLAGS_SHARED, &key1);
  858. if (unlikely(ret != 0))
  859. goto out;
  860. ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2);
  861. if (unlikely(ret != 0))
  862. goto out_put_key1;
  863. hb1 = hash_futex(&key1);
  864. hb2 = hash_futex(&key2);
  865. retry_private:
  866. double_lock_hb(hb1, hb2);
  867. op_ret = futex_atomic_op_inuser(op, uaddr2);
  868. if (unlikely(op_ret < 0)) {
  869. double_unlock_hb(hb1, hb2);
  870. #ifndef CONFIG_MMU
  871. /*
  872. * we don't get EFAULT from MMU faults if we don't have an MMU,
  873. * but we might get them from range checking
  874. */
  875. ret = op_ret;
  876. goto out_put_keys;
  877. #endif
  878. if (unlikely(op_ret != -EFAULT)) {
  879. ret = op_ret;
  880. goto out_put_keys;
  881. }
  882. ret = fault_in_user_writeable(uaddr2);
  883. if (ret)
  884. goto out_put_keys;
  885. if (!(flags & FLAGS_SHARED))
  886. goto retry_private;
  887. put_futex_key(&key2);
  888. put_futex_key(&key1);
  889. goto retry;
  890. }
  891. head = &hb1->chain;
  892. plist_for_each_entry_safe(this, next, head, list) {
  893. if (match_futex (&this->key, &key1)) {
  894. wake_futex(this);
  895. if (++ret >= nr_wake)
  896. break;
  897. }
  898. }
  899. if (op_ret > 0) {
  900. head = &hb2->chain;
  901. op_ret = 0;
  902. plist_for_each_entry_safe(this, next, head, list) {
  903. if (match_futex (&this->key, &key2)) {
  904. wake_futex(this);
  905. if (++op_ret >= nr_wake2)
  906. break;
  907. }
  908. }
  909. ret += op_ret;
  910. }
  911. double_unlock_hb(hb1, hb2);
  912. out_put_keys:
  913. put_futex_key(&key2);
  914. out_put_key1:
  915. put_futex_key(&key1);
  916. out:
  917. return ret;
  918. }
  919. /**
  920. * requeue_futex() - Requeue a futex_q from one hb to another
  921. * @q: the futex_q to requeue
  922. * @hb1: the source hash_bucket
  923. * @hb2: the target hash_bucket
  924. * @key2: the new key for the requeued futex_q
  925. */
  926. static inline
  927. void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1,
  928. struct futex_hash_bucket *hb2, union futex_key *key2)
  929. {
  930. /*
  931. * If key1 and key2 hash to the same bucket, no need to
  932. * requeue.
  933. */
  934. if (likely(&hb1->chain != &hb2->chain)) {
  935. plist_del(&q->list, &hb1->chain);
  936. plist_add(&q->list, &hb2->chain);
  937. q->lock_ptr = &hb2->lock;
  938. #ifdef CONFIG_DEBUG_PI_LIST
  939. q->list.plist.spinlock = &hb2->lock;
  940. #endif
  941. }
  942. get_futex_key_refs(key2);
  943. q->key = *key2;
  944. }
  945. /**
  946. * requeue_pi_wake_futex() - Wake a task that acquired the lock during requeue
  947. * @q: the futex_q
  948. * @key: the key of the requeue target futex
  949. * @hb: the hash_bucket of the requeue target futex
  950. *
  951. * During futex_requeue, with requeue_pi=1, it is possible to acquire the
  952. * target futex if it is uncontended or via a lock steal. Set the futex_q key
  953. * to the requeue target futex so the waiter can detect the wakeup on the right
  954. * futex, but remove it from the hb and NULL the rt_waiter so it can detect
  955. * atomic lock acquisition. Set the q->lock_ptr to the requeue target hb->lock
  956. * to protect access to the pi_state to fixup the owner later. Must be called
  957. * with both q->lock_ptr and hb->lock held.
  958. */
  959. static inline
  960. void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key,
  961. struct futex_hash_bucket *hb)
  962. {
  963. get_futex_key_refs(key);
  964. q->key = *key;
  965. __unqueue_futex(q);
  966. WARN_ON(!q->rt_waiter);
  967. q->rt_waiter = NULL;
  968. q->lock_ptr = &hb->lock;
  969. #ifdef CONFIG_DEBUG_PI_LIST
  970. q->list.plist.spinlock = &hb->lock;
  971. #endif
  972. wake_up_state(q->task, TASK_NORMAL);
  973. }
  974. /**
  975. * futex_proxy_trylock_atomic() - Attempt an atomic lock for the top waiter
  976. * @pifutex: the user address of the to futex
  977. * @hb1: the from futex hash bucket, must be locked by the caller
  978. * @hb2: the to futex hash bucket, must be locked by the caller
  979. * @key1: the from futex key
  980. * @key2: the to futex key
  981. * @ps: address to store the pi_state pointer
  982. * @set_waiters: force setting the FUTEX_WAITERS bit (1) or not (0)
  983. *
  984. * Try and get the lock on behalf of the top waiter if we can do it atomically.
  985. * Wake the top waiter if we succeed. If the caller specified set_waiters,
  986. * then direct futex_lock_pi_atomic() to force setting the FUTEX_WAITERS bit.
  987. * hb1 and hb2 must be held by the caller.
  988. *
  989. * Returns:
  990. * 0 - failed to acquire the lock atomicly
  991. * 1 - acquired the lock
  992. * <0 - error
  993. */
  994. static int futex_proxy_trylock_atomic(u32 __user *pifutex,
  995. struct futex_hash_bucket *hb1,
  996. struct futex_hash_bucket *hb2,
  997. union futex_key *key1, union futex_key *key2,
  998. struct futex_pi_state **ps, int set_waiters)
  999. {
  1000. struct futex_q *top_waiter = NULL;
  1001. u32 curval;
  1002. int ret;
  1003. if (get_futex_value_locked(&curval, pifutex))
  1004. return -EFAULT;
  1005. /*
  1006. * Find the top_waiter and determine if there are additional waiters.
  1007. * If the caller intends to requeue more than 1 waiter to pifutex,
  1008. * force futex_lock_pi_atomic() to set the FUTEX_WAITERS bit now,
  1009. * as we have means to handle the possible fault. If not, don't set
  1010. * the bit unecessarily as it will force the subsequent unlock to enter
  1011. * the kernel.
  1012. */
  1013. top_waiter = futex_top_waiter(hb1, key1);
  1014. /* There are no waiters, nothing for us to do. */
  1015. if (!top_waiter)
  1016. return 0;
  1017. /* Ensure we requeue to the expected futex. */
  1018. if (!match_futex(top_waiter->requeue_pi_key, key2))
  1019. return -EINVAL;
  1020. /*
  1021. * Try to take the lock for top_waiter. Set the FUTEX_WAITERS bit in
  1022. * the contended case or if set_waiters is 1. The pi_state is returned
  1023. * in ps in contended cases.
  1024. */
  1025. ret = futex_lock_pi_atomic(pifutex, hb2, key2, ps, top_waiter->task,
  1026. set_waiters);
  1027. if (ret == 1)
  1028. requeue_pi_wake_futex(top_waiter, key2, hb2);
  1029. return ret;
  1030. }
  1031. /**
  1032. * futex_requeue() - Requeue waiters from uaddr1 to uaddr2
  1033. * @uaddr1: source futex user address
  1034. * @flags: futex flags (FLAGS_SHARED, etc.)
  1035. * @uaddr2: target futex user address
  1036. * @nr_wake: number of waiters to wake (must be 1 for requeue_pi)
  1037. * @nr_requeue: number of waiters to requeue (0-INT_MAX)
  1038. * @cmpval: @uaddr1 expected value (or %NULL)
  1039. * @requeue_pi: if we are attempting to requeue from a non-pi futex to a
  1040. * pi futex (pi to pi requeue is not supported)
  1041. *
  1042. * Requeue waiters on uaddr1 to uaddr2. In the requeue_pi case, try to acquire
  1043. * uaddr2 atomically on behalf of the top waiter.
  1044. *
  1045. * Returns:
  1046. * >=0 - on success, the number of tasks requeued or woken
  1047. * <0 - on error
  1048. */
  1049. static int futex_requeue(u32 __user *uaddr1, unsigned int flags,
  1050. u32 __user *uaddr2, int nr_wake, int nr_requeue,
  1051. u32 *cmpval, int requeue_pi)
  1052. {
  1053. union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT;
  1054. int drop_count = 0, task_count = 0, ret;
  1055. struct futex_pi_state *pi_state = NULL;
  1056. struct futex_hash_bucket *hb1, *hb2;
  1057. struct plist_head *head1;
  1058. struct futex_q *this, *next;
  1059. u32 curval2;
  1060. if (requeue_pi) {
  1061. /*
  1062. * requeue_pi requires a pi_state, try to allocate it now
  1063. * without any locks in case it fails.
  1064. */
  1065. if (refill_pi_state_cache())
  1066. return -ENOMEM;
  1067. /*
  1068. * requeue_pi must wake as many tasks as it can, up to nr_wake
  1069. * + nr_requeue, since it acquires the rt_mutex prior to
  1070. * returning to userspace, so as to not leave the rt_mutex with
  1071. * waiters and no owner. However, second and third wake-ups
  1072. * cannot be predicted as they involve race conditions with the
  1073. * first wake and a fault while looking up the pi_state. Both
  1074. * pthread_cond_signal() and pthread_cond_broadcast() should
  1075. * use nr_wake=1.
  1076. */
  1077. if (nr_wake != 1)
  1078. return -EINVAL;
  1079. }
  1080. retry:
  1081. if (pi_state != NULL) {
  1082. /*
  1083. * We will have to lookup the pi_state again, so free this one
  1084. * to keep the accounting correct.
  1085. */
  1086. free_pi_state(pi_state);
  1087. pi_state = NULL;
  1088. }
  1089. ret = get_futex_key(uaddr1, flags & FLAGS_SHARED, &key1);
  1090. if (unlikely(ret != 0))
  1091. goto out;
  1092. ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2);
  1093. if (unlikely(ret != 0))
  1094. goto out_put_key1;
  1095. hb1 = hash_futex(&key1);
  1096. hb2 = hash_futex(&key2);
  1097. retry_private:
  1098. double_lock_hb(hb1, hb2);
  1099. if (likely(cmpval != NULL)) {
  1100. u32 curval;
  1101. ret = get_futex_value_locked(&curval, uaddr1);
  1102. if (unlikely(ret)) {
  1103. double_unlock_hb(hb1, hb2);
  1104. ret = get_user(curval, uaddr1);
  1105. if (ret)
  1106. goto out_put_keys;
  1107. if (!(flags & FLAGS_SHARED))
  1108. goto retry_private;
  1109. put_futex_key(&key2);
  1110. put_futex_key(&key1);
  1111. goto retry;
  1112. }
  1113. if (curval != *cmpval) {
  1114. ret = -EAGAIN;
  1115. goto out_unlock;
  1116. }
  1117. }
  1118. if (requeue_pi && (task_count - nr_wake < nr_requeue)) {
  1119. /*
  1120. * Attempt to acquire uaddr2 and wake the top waiter. If we
  1121. * intend to requeue waiters, force setting the FUTEX_WAITERS
  1122. * bit. We force this here where we are able to easily handle
  1123. * faults rather in the requeue loop below.
  1124. */
  1125. ret = futex_proxy_trylock_atomic(uaddr2, hb1, hb2, &key1,
  1126. &key2, &pi_state, nr_requeue);
  1127. /*
  1128. * At this point the top_waiter has either taken uaddr2 or is
  1129. * waiting on it. If the former, then the pi_state will not
  1130. * exist yet, look it up one more time to ensure we have a
  1131. * reference to it.
  1132. */
  1133. if (ret == 1) {
  1134. WARN_ON(pi_state);
  1135. drop_count++;
  1136. task_count++;
  1137. ret = get_futex_value_locked(&curval2, uaddr2);
  1138. if (!ret)
  1139. ret = lookup_pi_state(curval2, hb2, &key2,
  1140. &pi_state);
  1141. }
  1142. switch (ret) {
  1143. case 0:
  1144. break;
  1145. case -EFAULT:
  1146. double_unlock_hb(hb1, hb2);
  1147. put_futex_key(&key2);
  1148. put_futex_key(&key1);
  1149. ret = fault_in_user_writeable(uaddr2);
  1150. if (!ret)
  1151. goto retry;
  1152. goto out;
  1153. case -EAGAIN:
  1154. /* The owner was exiting, try again. */
  1155. double_unlock_hb(hb1, hb2);
  1156. put_futex_key(&key2);
  1157. put_futex_key(&key1);
  1158. cond_resched();
  1159. goto retry;
  1160. default:
  1161. goto out_unlock;
  1162. }
  1163. }
  1164. head1 = &hb1->chain;
  1165. plist_for_each_entry_safe(this, next, head1, list) {
  1166. if (task_count - nr_wake >= nr_requeue)
  1167. break;
  1168. if (!match_futex(&this->key, &key1))
  1169. continue;
  1170. /*
  1171. * FUTEX_WAIT_REQEUE_PI and FUTEX_CMP_REQUEUE_PI should always
  1172. * be paired with each other and no other futex ops.
  1173. */
  1174. if ((requeue_pi && !this->rt_waiter) ||
  1175. (!requeue_pi && this->rt_waiter)) {
  1176. ret = -EINVAL;
  1177. break;
  1178. }
  1179. /*
  1180. * Wake nr_wake waiters. For requeue_pi, if we acquired the
  1181. * lock, we already woke the top_waiter. If not, it will be
  1182. * woken by futex_unlock_pi().
  1183. */
  1184. if (++task_count <= nr_wake && !requeue_pi) {
  1185. wake_futex(this);
  1186. continue;
  1187. }
  1188. /* Ensure we requeue to the expected futex for requeue_pi. */
  1189. if (requeue_pi && !match_futex(this->requeue_pi_key, &key2)) {
  1190. ret = -EINVAL;
  1191. break;
  1192. }
  1193. /*
  1194. * Requeue nr_requeue waiters and possibly one more in the case
  1195. * of requeue_pi if we couldn't acquire the lock atomically.
  1196. */
  1197. if (requeue_pi) {
  1198. /* Prepare the waiter to take the rt_mutex. */
  1199. atomic_inc(&pi_state->refcount);
  1200. this->pi_state = pi_state;
  1201. ret = rt_mutex_start_proxy_lock(&pi_state->pi_mutex,
  1202. this->rt_waiter,
  1203. this->task, 1);
  1204. if (ret == 1) {
  1205. /* We got the lock. */
  1206. requeue_pi_wake_futex(this, &key2, hb2);
  1207. drop_count++;
  1208. continue;
  1209. } else if (ret) {
  1210. /* -EDEADLK */
  1211. this->pi_state = NULL;
  1212. free_pi_state(pi_state);
  1213. goto out_unlock;
  1214. }
  1215. }
  1216. requeue_futex(this, hb1, hb2, &key2);
  1217. drop_count++;
  1218. }
  1219. out_unlock:
  1220. double_unlock_hb(hb1, hb2);
  1221. /*
  1222. * drop_futex_key_refs() must be called outside the spinlocks. During
  1223. * the requeue we moved futex_q's from the hash bucket at key1 to the
  1224. * one at key2 and updated their key pointer. We no longer need to
  1225. * hold the references to key1.
  1226. */
  1227. while (--drop_count >= 0)
  1228. drop_futex_key_refs(&key1);
  1229. out_put_keys:
  1230. put_futex_key(&key2);
  1231. out_put_key1:
  1232. put_futex_key(&key1);
  1233. out:
  1234. if (pi_state != NULL)
  1235. free_pi_state(pi_state);
  1236. return ret ? ret : task_count;
  1237. }
  1238. /* The key must be already stored in q->key. */
  1239. static inline struct futex_hash_bucket *queue_lock(struct futex_q *q)
  1240. __acquires(&hb->lock)
  1241. {
  1242. struct futex_hash_bucket *hb;
  1243. hb = hash_futex(&q->key);
  1244. q->lock_ptr = &hb->lock;
  1245. spin_lock(&hb->lock);
  1246. return hb;
  1247. }
  1248. static inline void
  1249. queue_unlock(struct futex_q *q, struct futex_hash_bucket *hb)
  1250. __releases(&hb->lock)
  1251. {
  1252. spin_unlock(&hb->lock);
  1253. }
  1254. /**
  1255. * queue_me() - Enqueue the futex_q on the futex_hash_bucket
  1256. * @q: The futex_q to enqueue
  1257. * @hb: The destination hash bucket
  1258. *
  1259. * The hb->lock must be held by the caller, and is released here. A call to
  1260. * queue_me() is typically paired with exactly one call to unqueue_me(). The
  1261. * exceptions involve the PI related operations, which may use unqueue_me_pi()
  1262. * or nothing if the unqueue is done as part of the wake process and the unqueue
  1263. * state is implicit in the state of woken task (see futex_wait_requeue_pi() for
  1264. * an example).
  1265. */
  1266. static inline void queue_me(struct futex_q *q, struct futex_hash_bucket *hb)
  1267. __releases(&hb->lock)
  1268. {
  1269. int prio;
  1270. /*
  1271. * The priority used to register this element is
  1272. * - either the real thread-priority for the real-time threads
  1273. * (i.e. threads with a priority lower than MAX_RT_PRIO)
  1274. * - or MAX_RT_PRIO for non-RT threads.
  1275. * Thus, all RT-threads are woken first in priority order, and
  1276. * the others are woken last, in FIFO order.
  1277. */
  1278. prio = min(current->normal_prio, MAX_RT_PRIO);
  1279. plist_node_init(&q->list, prio);
  1280. #ifdef CONFIG_DEBUG_PI_LIST
  1281. q->list.plist.spinlock = &hb->lock;
  1282. #endif
  1283. plist_add(&q->list, &hb->chain);
  1284. q->task = current;
  1285. spin_unlock(&hb->lock);
  1286. }
  1287. /**
  1288. * unqueue_me() - Remove the futex_q from its futex_hash_bucket
  1289. * @q: The futex_q to unqueue
  1290. *
  1291. * The q->lock_ptr must not be held by the caller. A call to unqueue_me() must
  1292. * be paired with exactly one earlier call to queue_me().
  1293. *
  1294. * Returns:
  1295. * 1 - if the futex_q was still queued (and we removed unqueued it)
  1296. * 0 - if the futex_q was already removed by the waking thread
  1297. */
  1298. static int unqueue_me(struct futex_q *q)
  1299. {
  1300. spinlock_t *lock_ptr;
  1301. int ret = 0;
  1302. /* In the common case we don't take the spinlock, which is nice. */
  1303. retry:
  1304. lock_ptr = q->lock_ptr;
  1305. barrier();
  1306. if (lock_ptr != NULL) {
  1307. spin_lock(lock_ptr);
  1308. /*
  1309. * q->lock_ptr can change between reading it and
  1310. * spin_lock(), causing us to take the wrong lock. This
  1311. * corrects the race condition.
  1312. *
  1313. * Reasoning goes like this: if we have the wrong lock,
  1314. * q->lock_ptr must have changed (maybe several times)
  1315. * between reading it and the spin_lock(). It can
  1316. * change again after the spin_lock() but only if it was
  1317. * already changed before the spin_lock(). It cannot,
  1318. * however, change back to the original value. Therefore
  1319. * we can detect whether we acquired the correct lock.
  1320. */
  1321. if (unlikely(lock_ptr != q->lock_ptr)) {
  1322. spin_unlock(lock_ptr);
  1323. goto retry;
  1324. }
  1325. __unqueue_futex(q);
  1326. BUG_ON(q->pi_state);
  1327. spin_unlock(lock_ptr);
  1328. ret = 1;
  1329. }
  1330. drop_futex_key_refs(&q->key);
  1331. return ret;
  1332. }
  1333. /*
  1334. * PI futexes can not be requeued and must remove themself from the
  1335. * hash bucket. The hash bucket lock (i.e. lock_ptr) is held on entry
  1336. * and dropped here.
  1337. */
  1338. static void unqueue_me_pi(struct futex_q *q)
  1339. __releases(q->lock_ptr)
  1340. {
  1341. __unqueue_futex(q);
  1342. BUG_ON(!q->pi_state);
  1343. free_pi_state(q->pi_state);
  1344. q->pi_state = NULL;
  1345. spin_unlock(q->lock_ptr);
  1346. }
  1347. /*
  1348. * Fixup the pi_state owner with the new owner.
  1349. *
  1350. * Must be called with hash bucket lock held and mm->sem held for non
  1351. * private futexes.
  1352. */
  1353. static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q,
  1354. struct task_struct *newowner)
  1355. {
  1356. u32 newtid = task_pid_vnr(newowner) | FUTEX_WAITERS;
  1357. struct futex_pi_state *pi_state = q->pi_state;
  1358. struct task_struct *oldowner = pi_state->owner;
  1359. u32 uval, curval, newval;
  1360. int ret;
  1361. /* Owner died? */
  1362. if (!pi_state->owner)
  1363. newtid |= FUTEX_OWNER_DIED;
  1364. /*
  1365. * We are here either because we stole the rtmutex from the
  1366. * pending owner or we are the pending owner which failed to
  1367. * get the rtmutex. We have to replace the pending owner TID
  1368. * in the user space variable. This must be atomic as we have
  1369. * to preserve the owner died bit here.
  1370. *
  1371. * Note: We write the user space value _before_ changing the pi_state
  1372. * because we can fault here. Imagine swapped out pages or a fork
  1373. * that marked all the anonymous memory readonly for cow.
  1374. *
  1375. * Modifying pi_state _before_ the user space value would
  1376. * leave the pi_state in an inconsistent state when we fault
  1377. * here, because we need to drop the hash bucket lock to
  1378. * handle the fault. This might be observed in the PID check
  1379. * in lookup_pi_state.
  1380. */
  1381. retry:
  1382. if (get_futex_value_locked(&uval, uaddr))
  1383. goto handle_fault;
  1384. while (1) {
  1385. newval = (uval & FUTEX_OWNER_DIED) | newtid;
  1386. curval = cmpxchg_futex_value_locked(uaddr, uval, newval);
  1387. if (curval == -EFAULT)
  1388. goto handle_fault;
  1389. if (curval == uval)
  1390. break;
  1391. uval = curval;
  1392. }
  1393. /*
  1394. * We fixed up user space. Now we need to fix the pi_state
  1395. * itself.
  1396. */
  1397. if (pi_state->owner != NULL) {
  1398. raw_spin_lock_irq(&pi_state->owner->pi_lock);
  1399. WARN_ON(list_empty(&pi_state->list));
  1400. list_del_init(&pi_state->list);
  1401. raw_spin_unlock_irq(&pi_state->owner->pi_lock);
  1402. }
  1403. pi_state->owner = newowner;
  1404. raw_spin_lock_irq(&newowner->pi_lock);
  1405. WARN_ON(!list_empty(&pi_state->list));
  1406. list_add(&pi_state->list, &newowner->pi_state_list);
  1407. raw_spin_unlock_irq(&newowner->pi_lock);
  1408. return 0;
  1409. /*
  1410. * To handle the page fault we need to drop the hash bucket
  1411. * lock here. That gives the other task (either the pending
  1412. * owner itself or the task which stole the rtmutex) the
  1413. * chance to try the fixup of the pi_state. So once we are
  1414. * back from handling the fault we need to check the pi_state
  1415. * after reacquiring the hash bucket lock and before trying to
  1416. * do another fixup. When the fixup has been done already we
  1417. * simply return.
  1418. */
  1419. handle_fault:
  1420. spin_unlock(q->lock_ptr);
  1421. ret = fault_in_user_writeable(uaddr);
  1422. spin_lock(q->lock_ptr);
  1423. /*
  1424. * Check if someone else fixed it for us:
  1425. */
  1426. if (pi_state->owner != oldowner)
  1427. return 0;
  1428. if (ret)
  1429. return ret;
  1430. goto retry;
  1431. }
  1432. static long futex_wait_restart(struct restart_block *restart);
  1433. /**
  1434. * fixup_owner() - Post lock pi_state and corner case management
  1435. * @uaddr: user address of the futex
  1436. * @q: futex_q (contains pi_state and access to the rt_mutex)
  1437. * @locked: if the attempt to take the rt_mutex succeeded (1) or not (0)
  1438. *
  1439. * After attempting to lock an rt_mutex, this function is called to cleanup
  1440. * the pi_state owner as well as handle race conditions that may allow us to
  1441. * acquire the lock. Must be called with the hb lock held.
  1442. *
  1443. * Returns:
  1444. * 1 - success, lock taken
  1445. * 0 - success, lock not taken
  1446. * <0 - on error (-EFAULT)
  1447. */
  1448. static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked)
  1449. {
  1450. struct task_struct *owner;
  1451. int ret = 0;
  1452. if (locked) {
  1453. /*
  1454. * Got the lock. We might not be the anticipated owner if we
  1455. * did a lock-steal - fix up the PI-state in that case:
  1456. */
  1457. if (q->pi_state->owner != current)
  1458. ret = fixup_pi_state_owner(uaddr, q, current);
  1459. goto out;
  1460. }
  1461. /*
  1462. * Catch the rare case, where the lock was released when we were on the
  1463. * way back before we locked the hash bucket.
  1464. */
  1465. if (q->pi_state->owner == current) {
  1466. /*
  1467. * Try to get the rt_mutex now. This might fail as some other
  1468. * task acquired the rt_mutex after we removed ourself from the
  1469. * rt_mutex waiters list.
  1470. */
  1471. if (rt_mutex_trylock(&q->pi_state->pi_mutex)) {
  1472. locked = 1;
  1473. goto out;
  1474. }
  1475. /*
  1476. * pi_state is incorrect, some other task did a lock steal and
  1477. * we returned due to timeout or signal without taking the
  1478. * rt_mutex. Too late. We can access the rt_mutex_owner without
  1479. * locking, as the other task is now blocked on the hash bucket
  1480. * lock. Fix the state up.
  1481. */
  1482. owner = rt_mutex_owner(&q->pi_state->pi_mutex);
  1483. ret = fixup_pi_state_owner(uaddr, q, owner);
  1484. goto out;
  1485. }
  1486. /*
  1487. * Paranoia check. If we did not take the lock, then we should not be
  1488. * the owner, nor the pending owner, of the rt_mutex.
  1489. */
  1490. if (rt_mutex_owner(&q->pi_state->pi_mutex) == current)
  1491. printk(KERN_ERR "fixup_owner: ret = %d pi-mutex: %p "
  1492. "pi-state %p\n", ret,
  1493. q->pi_state->pi_mutex.owner,
  1494. q->pi_state->owner);
  1495. out:
  1496. return ret ? ret : locked;
  1497. }
  1498. /**
  1499. * futex_wait_queue_me() - queue_me() and wait for wakeup, timeout, or signal
  1500. * @hb: the futex hash bucket, must be locked by the caller
  1501. * @q: the futex_q to queue up on
  1502. * @timeout: the prepared hrtimer_sleeper, or null for no timeout
  1503. */
  1504. static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q,
  1505. struct hrtimer_sleeper *timeout)
  1506. {
  1507. /*
  1508. * The task state is guaranteed to be set before another task can
  1509. * wake it. set_current_state() is implemented using set_mb() and
  1510. * queue_me() calls spin_unlock() upon completion, both serializing
  1511. * access to the hash list and forcing another memory barrier.
  1512. */
  1513. set_current_state(TASK_INTERRUPTIBLE);
  1514. queue_me(q, hb);
  1515. /* Arm the timer */
  1516. if (timeout) {
  1517. hrtimer_start_expires(&timeout->timer, HRTIMER_MODE_ABS);
  1518. if (!hrtimer_active(&timeout->timer))
  1519. timeout->task = NULL;
  1520. }
  1521. /*
  1522. * If we have been removed from the hash list, then another task
  1523. * has tried to wake us, and we can skip the call to schedule().
  1524. */
  1525. if (likely(!plist_node_empty(&q->list))) {
  1526. /*
  1527. * If the timer has already expired, current will already be
  1528. * flagged for rescheduling. Only call schedule if there
  1529. * is no timeout, or if it has yet to expire.
  1530. */
  1531. if (!timeout || timeout->task)
  1532. schedule();
  1533. }
  1534. __set_current_state(TASK_RUNNING);
  1535. }
  1536. /**
  1537. * futex_wait_setup() - Prepare to wait on a futex
  1538. * @uaddr: the futex userspace address
  1539. * @val: the expected value
  1540. * @flags: futex flags (FLAGS_SHARED, etc.)
  1541. * @q: the associated futex_q
  1542. * @hb: storage for hash_bucket pointer to be returned to caller
  1543. *
  1544. * Setup the futex_q and locate the hash_bucket. Get the futex value and
  1545. * compare it with the expected value. Handle atomic faults internally.
  1546. * Return with the hb lock held and a q.key reference on success, and unlocked
  1547. * with no q.key reference on failure.
  1548. *
  1549. * Returns:
  1550. * 0 - uaddr contains val and hb has been locked
  1551. * <1 - -EFAULT or -EWOULDBLOCK (uaddr does not contain val) and hb is unlcoked
  1552. */
  1553. static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags,
  1554. struct futex_q *q, struct futex_hash_bucket **hb)
  1555. {
  1556. u32 uval;
  1557. int ret;
  1558. /*
  1559. * Access the page AFTER the hash-bucket is locked.
  1560. * Order is important:
  1561. *
  1562. * Userspace waiter: val = var; if (cond(val)) futex_wait(&var, val);
  1563. * Userspace waker: if (cond(var)) { var = new; futex_wake(&var); }
  1564. *
  1565. * The basic logical guarantee of a futex is that it blocks ONLY
  1566. * if cond(var) is known to be true at the time of blocking, for
  1567. * any cond. If we queued after testing *uaddr, that would open
  1568. * a race condition where we could block indefinitely with
  1569. * cond(var) false, which would violate the guarantee.
  1570. *
  1571. * A consequence is that futex_wait() can return zero and absorb
  1572. * a wakeup when *uaddr != val on entry to the syscall. This is
  1573. * rare, but normal.
  1574. */
  1575. retry:
  1576. ret = get_futex_key(uaddr, flags & FLAGS_SHARED, &q->key);
  1577. if (unlikely(ret != 0))
  1578. return ret;
  1579. retry_private:
  1580. *hb = queue_lock(q);
  1581. ret = get_futex_value_locked(&uval, uaddr);
  1582. if (ret) {
  1583. queue_unlock(q, *hb);
  1584. ret = get_user(uval, uaddr);
  1585. if (ret)
  1586. goto out;
  1587. if (!(flags & FLAGS_SHARED))
  1588. goto retry_private;
  1589. put_futex_key(&q->key);
  1590. goto retry;
  1591. }
  1592. if (uval != val) {
  1593. queue_unlock(q, *hb);
  1594. ret = -EWOULDBLOCK;
  1595. }
  1596. out:
  1597. if (ret)
  1598. put_futex_key(&q->key);
  1599. return ret;
  1600. }
  1601. static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val,
  1602. ktime_t *abs_time, u32 bitset)
  1603. {
  1604. struct hrtimer_sleeper timeout, *to = NULL;
  1605. struct restart_block *restart;
  1606. struct futex_hash_bucket *hb;
  1607. struct futex_q q = futex_q_init;
  1608. int ret;
  1609. if (!bitset)
  1610. return -EINVAL;
  1611. q.bitset = bitset;
  1612. if (abs_time) {
  1613. to = &timeout;
  1614. hrtimer_init_on_stack(&to->timer, (flags & FLAGS_CLOCKRT) ?
  1615. CLOCK_REALTIME : CLOCK_MONOTONIC,
  1616. HRTIMER_MODE_ABS);
  1617. hrtimer_init_sleeper(to, current);
  1618. hrtimer_set_expires_range_ns(&to->timer, *abs_time,
  1619. current->timer_slack_ns);
  1620. }
  1621. retry:
  1622. /*
  1623. * Prepare to wait on uaddr. On success, holds hb lock and increments
  1624. * q.key refs.
  1625. */
  1626. ret = futex_wait_setup(uaddr, val, flags, &q, &hb);
  1627. if (ret)
  1628. goto out;
  1629. /* queue_me and wait for wakeup, timeout, or a signal. */
  1630. futex_wait_queue_me(hb, &q, to);
  1631. /* If we were woken (and unqueued), we succeeded, whatever. */
  1632. ret = 0;
  1633. /* unqueue_me() drops q.key ref */
  1634. if (!unqueue_me(&q))
  1635. goto out;
  1636. ret = -ETIMEDOUT;
  1637. if (to && !to->task)
  1638. goto out;
  1639. /*
  1640. * We expect signal_pending(current), but we might be the
  1641. * victim of a spurious wakeup as well.
  1642. */
  1643. if (!signal_pending(current))
  1644. goto retry;
  1645. ret = -ERESTARTSYS;
  1646. if (!abs_time)
  1647. goto out;
  1648. restart = &current_thread_info()->restart_block;
  1649. restart->fn = futex_wait_restart;
  1650. restart->futex.uaddr = uaddr;
  1651. restart->futex.val = val;
  1652. restart->futex.time = abs_time->tv64;
  1653. restart->futex.bitset = bitset;
  1654. restart->futex.flags = flags;
  1655. ret = -ERESTART_RESTARTBLOCK;
  1656. out:
  1657. if (to) {
  1658. hrtimer_cancel(&to->timer);
  1659. destroy_hrtimer_on_stack(&to->timer);
  1660. }
  1661. return ret;
  1662. }
  1663. static long futex_wait_restart(struct restart_block *restart)
  1664. {
  1665. u32 __user *uaddr = restart->futex.uaddr;
  1666. ktime_t t, *tp = NULL;
  1667. if (restart->futex.flags & FLAGS_HAS_TIMEOUT) {
  1668. t.tv64 = restart->futex.time;
  1669. tp = &t;
  1670. }
  1671. restart->fn = do_no_restart_syscall;
  1672. return (long)futex_wait(uaddr, restart->futex.flags,
  1673. restart->futex.val, tp, restart->futex.bitset);
  1674. }
  1675. /*
  1676. * Userspace tried a 0 -> TID atomic transition of the futex value
  1677. * and failed. The kernel side here does the whole locking operation:
  1678. * if there are waiters then it will block, it does PI, etc. (Due to
  1679. * races the kernel might see a 0 value of the futex too.)
  1680. */
  1681. static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, int detect,
  1682. ktime_t *time, int trylock)
  1683. {
  1684. struct hrtimer_sleeper timeout, *to = NULL;
  1685. struct futex_hash_bucket *hb;
  1686. struct futex_q q = futex_q_init;
  1687. int res, ret;
  1688. if (refill_pi_state_cache())
  1689. return -ENOMEM;
  1690. if (time) {
  1691. to = &timeout;
  1692. hrtimer_init_on_stack(&to->timer, CLOCK_REALTIME,
  1693. HRTIMER_MODE_ABS);
  1694. hrtimer_init_sleeper(to, current);
  1695. hrtimer_set_expires(&to->timer, *time);
  1696. }
  1697. retry:
  1698. ret = get_futex_key(uaddr, flags & FLAGS_SHARED, &q.key);
  1699. if (unlikely(ret != 0))
  1700. goto out;
  1701. retry_private:
  1702. hb = queue_lock(&q);
  1703. ret = futex_lock_pi_atomic(uaddr, hb, &q.key, &q.pi_state, current, 0);
  1704. if (unlikely(ret)) {
  1705. switch (ret) {
  1706. case 1:
  1707. /* We got the lock. */
  1708. ret = 0;
  1709. goto out_unlock_put_key;
  1710. case -EFAULT:
  1711. goto uaddr_faulted;
  1712. case -EAGAIN:
  1713. /*
  1714. * Task is exiting and we just wait for the
  1715. * exit to complete.
  1716. */
  1717. queue_unlock(&q, hb);
  1718. put_futex_key(&q.key);
  1719. cond_resched();
  1720. goto retry;
  1721. default:
  1722. goto out_unlock_put_key;
  1723. }
  1724. }
  1725. /*
  1726. * Only actually queue now that the atomic ops are done:
  1727. */
  1728. queue_me(&q, hb);
  1729. WARN_ON(!q.pi_state);
  1730. /*
  1731. * Block on the PI mutex:
  1732. */
  1733. if (!trylock)
  1734. ret = rt_mutex_timed_lock(&q.pi_state->pi_mutex, to, 1);
  1735. else {
  1736. ret = rt_mutex_trylock(&q.pi_state->pi_mutex);
  1737. /* Fixup the trylock return value: */
  1738. ret = ret ? 0 : -EWOULDBLOCK;
  1739. }
  1740. spin_lock(q.lock_ptr);
  1741. /*
  1742. * Fixup the pi_state owner and possibly acquire the lock if we
  1743. * haven't already.
  1744. */
  1745. res = fixup_owner(uaddr, &q, !ret);
  1746. /*
  1747. * If fixup_owner() returned an error, proprogate that. If it acquired
  1748. * the lock, clear our -ETIMEDOUT or -EINTR.
  1749. */
  1750. if (res)
  1751. ret = (res < 0) ? res : 0;
  1752. /*
  1753. * If fixup_owner() faulted and was unable to handle the fault, unlock
  1754. * it and return the fault to userspace.
  1755. */
  1756. if (ret && (rt_mutex_owner(&q.pi_state->pi_mutex) == current))
  1757. rt_mutex_unlock(&q.pi_state->pi_mutex);
  1758. /* Unqueue and drop the lock */
  1759. unqueue_me_pi(&q);
  1760. goto out_put_key;
  1761. out_unlock_put_key:
  1762. queue_unlock(&q, hb);
  1763. out_put_key:
  1764. put_futex_key(&q.key);
  1765. out:
  1766. if (to)
  1767. destroy_hrtimer_on_stack(&to->timer);
  1768. return ret != -EINTR ? ret : -ERESTARTNOINTR;
  1769. uaddr_faulted:
  1770. queue_unlock(&q, hb);
  1771. ret = fault_in_user_writeable(uaddr);
  1772. if (ret)
  1773. goto out_put_key;
  1774. if (!(flags & FLAGS_SHARED))
  1775. goto retry_private;
  1776. put_futex_key(&q.key);
  1777. goto retry;
  1778. }
  1779. /*
  1780. * Userspace attempted a TID -> 0 atomic transition, and failed.
  1781. * This is the in-kernel slowpath: we look up the PI state (if any),
  1782. * and do the rt-mutex unlock.
  1783. */
  1784. static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags)
  1785. {
  1786. struct futex_hash_bucket *hb;
  1787. struct futex_q *this, *next;
  1788. u32 uval;
  1789. struct plist_head *head;
  1790. union futex_key key = FUTEX_KEY_INIT;
  1791. int ret;
  1792. retry:
  1793. if (get_user(uval, uaddr))
  1794. return -EFAULT;
  1795. /*
  1796. * We release only a lock we actually own:
  1797. */
  1798. if ((uval & FUTEX_TID_MASK) != task_pid_vnr(current))
  1799. return -EPERM;
  1800. ret = get_futex_key(uaddr, flags & FLAGS_SHARED, &key);
  1801. if (unlikely(ret != 0))
  1802. goto out;
  1803. hb = hash_futex(&key);
  1804. spin_lock(&hb->lock);
  1805. /*
  1806. * To avoid races, try to do the TID -> 0 atomic transition
  1807. * again. If it succeeds then we can return without waking
  1808. * anyone else up:
  1809. */
  1810. if (!(uval & FUTEX_OWNER_DIED))
  1811. uval = cmpxchg_futex_value_locked(uaddr, task_pid_vnr(current), 0);
  1812. if (unlikely(uval == -EFAULT))
  1813. goto pi_faulted;
  1814. /*
  1815. * Rare case: we managed to release the lock atomically,
  1816. * no need to wake anyone else up:
  1817. */
  1818. if (unlikely(uval == task_pid_vnr(current)))
  1819. goto out_unlock;
  1820. /*
  1821. * Ok, other tasks may need to be woken up - check waiters
  1822. * and do the wakeup if necessary:
  1823. */
  1824. head = &hb->chain;
  1825. plist_for_each_entry_safe(this, next, head, list) {
  1826. if (!match_futex (&this->key, &key))
  1827. continue;
  1828. ret = wake_futex_pi(uaddr, uval, this);
  1829. /*
  1830. * The atomic access to the futex value
  1831. * generated a pagefault, so retry the
  1832. * user-access and the wakeup:
  1833. */
  1834. if (ret == -EFAULT)
  1835. goto pi_faulted;
  1836. goto out_unlock;
  1837. }
  1838. /*
  1839. * No waiters - kernel unlocks the futex:
  1840. */
  1841. if (!(uval & FUTEX_OWNER_DIED)) {
  1842. ret = unlock_futex_pi(uaddr, uval);
  1843. if (ret == -EFAULT)
  1844. goto pi_faulted;
  1845. }
  1846. out_unlock:
  1847. spin_unlock(&hb->lock);
  1848. put_futex_key(&key);
  1849. out:
  1850. return ret;
  1851. pi_faulted:
  1852. spin_unlock(&hb->lock);
  1853. put_futex_key(&key);
  1854. ret = fault_in_user_writeable(uaddr);
  1855. if (!ret)
  1856. goto retry;
  1857. return ret;
  1858. }
  1859. /**
  1860. * handle_early_requeue_pi_wakeup() - Detect early wakeup on the initial futex
  1861. * @hb: the hash_bucket futex_q was original enqueued on
  1862. * @q: the futex_q woken while waiting to be requeued
  1863. * @key2: the futex_key of the requeue target futex
  1864. * @timeout: the timeout associated with the wait (NULL if none)
  1865. *
  1866. * Detect if the task was woken on the initial futex as opposed to the requeue
  1867. * target futex. If so, determine if it was a timeout or a signal that caused
  1868. * the wakeup and return the appropriate error code to the caller. Must be
  1869. * called with the hb lock held.
  1870. *
  1871. * Returns
  1872. * 0 - no early wakeup detected
  1873. * <0 - -ETIMEDOUT or -ERESTARTNOINTR
  1874. */
  1875. static inline
  1876. int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb,
  1877. struct futex_q *q, union futex_key *key2,
  1878. struct hrtimer_sleeper *timeout)
  1879. {
  1880. int ret = 0;
  1881. /*
  1882. * With the hb lock held, we avoid races while we process the wakeup.
  1883. * We only need to hold hb (and not hb2) to ensure atomicity as the
  1884. * wakeup code can't change q.key from uaddr to uaddr2 if we hold hb.
  1885. * It can't be requeued from uaddr2 to something else since we don't
  1886. * support a PI aware source futex for requeue.
  1887. */
  1888. if (!match_futex(&q->key, key2)) {
  1889. WARN_ON(q->lock_ptr && (&hb->lock != q->lock_ptr));
  1890. /*
  1891. * We were woken prior to requeue by a timeout or a signal.
  1892. * Unqueue the futex_q and determine which it was.
  1893. */
  1894. plist_del(&q->list, &hb->chain);
  1895. /* Handle spurious wakeups gracefully */
  1896. ret = -EWOULDBLOCK;
  1897. if (timeout && !timeout->task)
  1898. ret = -ETIMEDOUT;
  1899. else if (signal_pending(current))
  1900. ret = -ERESTARTNOINTR;
  1901. }
  1902. return ret;
  1903. }
  1904. /**
  1905. * futex_wait_requeue_pi() - Wait on uaddr and take uaddr2
  1906. * @uaddr: the futex we initially wait on (non-pi)
  1907. * @flags: futex flags (FLAGS_SHARED, FLAGS_CLOCKRT, etc.), they must be
  1908. * the same type, no requeueing from private to shared, etc.
  1909. * @val: the expected value of uaddr
  1910. * @abs_time: absolute timeout
  1911. * @bitset: 32 bit wakeup bitset set by userspace, defaults to all
  1912. * @clockrt: whether to use CLOCK_REALTIME (1) or CLOCK_MONOTONIC (0)
  1913. * @uaddr2: the pi futex we will take prior to returning to user-space
  1914. *
  1915. * The caller will wait on uaddr and will be requeued by futex_requeue() to
  1916. * uaddr2 which must be PI aware. Normal wakeup will wake on uaddr2 and
  1917. * complete the acquisition of the rt_mutex prior to returning to userspace.
  1918. * This ensures the rt_mutex maintains an owner when it has waiters; without
  1919. * one, the pi logic wouldn't know which task to boost/deboost, if there was a
  1920. * need to.
  1921. *
  1922. * We call schedule in futex_wait_queue_me() when we enqueue and return there
  1923. * via the following:
  1924. * 1) wakeup on uaddr2 after an atomic lock acquisition by futex_requeue()
  1925. * 2) wakeup on uaddr2 after a requeue
  1926. * 3) signal
  1927. * 4) timeout
  1928. *
  1929. * If 3, cleanup and return -ERESTARTNOINTR.
  1930. *
  1931. * If 2, we may then block on trying to take the rt_mutex and return via:
  1932. * 5) successful lock
  1933. * 6) signal
  1934. * 7) timeout
  1935. * 8) other lock acquisition failure
  1936. *
  1937. * If 6, return -EWOULDBLOCK (restarting the syscall would do the same).
  1938. *
  1939. * If 4 or 7, we cleanup and return with -ETIMEDOUT.
  1940. *
  1941. * Returns:
  1942. * 0 - On success
  1943. * <0 - On error
  1944. */
  1945. static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags,
  1946. u32 val, ktime_t *abs_time, u32 bitset,
  1947. u32 __user *uaddr2)
  1948. {
  1949. struct hrtimer_sleeper timeout, *to = NULL;
  1950. struct rt_mutex_waiter rt_waiter;
  1951. struct rt_mutex *pi_mutex = NULL;
  1952. struct futex_hash_bucket *hb;
  1953. union futex_key key2 = FUTEX_KEY_INIT;
  1954. struct futex_q q = futex_q_init;
  1955. int res, ret;
  1956. if (!bitset)
  1957. return -EINVAL;
  1958. if (abs_time) {
  1959. to = &timeout;
  1960. hrtimer_init_on_stack(&to->timer, (flags & FLAGS_CLOCKRT) ?
  1961. CLOCK_REALTIME : CLOCK_MONOTONIC,
  1962. HRTIMER_MODE_ABS);
  1963. hrtimer_init_sleeper(to, current);
  1964. hrtimer_set_expires_range_ns(&to->timer, *abs_time,
  1965. current->timer_slack_ns);
  1966. }
  1967. /*
  1968. * The waiter is allocated on our stack, manipulated by the requeue
  1969. * code while we sleep on uaddr.
  1970. */
  1971. debug_rt_mutex_init_waiter(&rt_waiter);
  1972. rt_waiter.task = NULL;
  1973. ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2);
  1974. if (unlikely(ret != 0))
  1975. goto out;
  1976. q.bitset = bitset;
  1977. q.rt_waiter = &rt_waiter;
  1978. q.requeue_pi_key = &key2;
  1979. /*
  1980. * Prepare to wait on uaddr. On success, increments q.key (key1) ref
  1981. * count.
  1982. */
  1983. ret = futex_wait_setup(uaddr, val, flags, &q, &hb);
  1984. if (ret)
  1985. goto out_key2;
  1986. /* Queue the futex_q, drop the hb lock, wait for wakeup. */
  1987. futex_wait_queue_me(hb, &q, to);
  1988. spin_lock(&hb->lock);
  1989. ret = handle_early_requeue_pi_wakeup(hb, &q, &key2, to);
  1990. spin_unlock(&hb->lock);
  1991. if (ret)
  1992. goto out_put_keys;
  1993. /*
  1994. * In order for us to be here, we know our q.key == key2, and since
  1995. * we took the hb->lock above, we also know that futex_requeue() has
  1996. * completed and we no longer have to concern ourselves with a wakeup
  1997. * race with the atomic proxy lock acquisition by the requeue code. The
  1998. * futex_requeue dropped our key1 reference and incremented our key2
  1999. * reference count.
  2000. */
  2001. /* Check if the requeue code acquired the second futex for us. */
  2002. if (!q.rt_waiter) {
  2003. /*
  2004. * Got the lock. We might not be the anticipated owner if we
  2005. * did a lock-steal - fix up the PI-state in that case.
  2006. */
  2007. if (q.pi_state && (q.pi_state->owner != current)) {
  2008. spin_lock(q.lock_ptr);
  2009. ret = fixup_pi_state_owner(uaddr2, &q, current);
  2010. spin_unlock(q.lock_ptr);
  2011. }
  2012. } else {
  2013. /*
  2014. * We have been woken up by futex_unlock_pi(), a timeout, or a
  2015. * signal. futex_unlock_pi() will not destroy the lock_ptr nor
  2016. * the pi_state.
  2017. */
  2018. WARN_ON(!&q.pi_state);
  2019. pi_mutex = &q.pi_state->pi_mutex;
  2020. ret = rt_mutex_finish_proxy_lock(pi_mutex, to, &rt_waiter, 1);
  2021. debug_rt_mutex_free_waiter(&rt_waiter);
  2022. spin_lock(q.lock_ptr);
  2023. /*
  2024. * Fixup the pi_state owner and possibly acquire the lock if we
  2025. * haven't already.
  2026. */
  2027. res = fixup_owner(uaddr2, &q, !ret);
  2028. /*
  2029. * If fixup_owner() returned an error, proprogate that. If it
  2030. * acquired the lock, clear -ETIMEDOUT or -EINTR.
  2031. */
  2032. if (res)
  2033. ret = (res < 0) ? res : 0;
  2034. /* Unqueue and drop the lock. */
  2035. unqueue_me_pi(&q);
  2036. }
  2037. /*
  2038. * If fixup_pi_state_owner() faulted and was unable to handle the
  2039. * fault, unlock the rt_mutex and return the fault to userspace.
  2040. */
  2041. if (ret == -EFAULT) {
  2042. if (rt_mutex_owner(pi_mutex) == current)
  2043. rt_mutex_unlock(pi_mutex);
  2044. } else if (ret == -EINTR) {
  2045. /*
  2046. * We've already been requeued, but cannot restart by calling
  2047. * futex_lock_pi() directly. We could restart this syscall, but
  2048. * it would detect that the user space "val" changed and return
  2049. * -EWOULDBLOCK. Save the overhead of the restart and return
  2050. * -EWOULDBLOCK directly.
  2051. */
  2052. ret = -EWOULDBLOCK;
  2053. }
  2054. out_put_keys:
  2055. put_futex_key(&q.key);
  2056. out_key2:
  2057. put_futex_key(&key2);
  2058. out:
  2059. if (to) {
  2060. hrtimer_cancel(&to->timer);
  2061. destroy_hrtimer_on_stack(&to->timer);
  2062. }
  2063. return ret;
  2064. }
  2065. /*
  2066. * Support for robust futexes: the kernel cleans up held futexes at
  2067. * thread exit time.
  2068. *
  2069. * Implementation: user-space maintains a per-thread list of locks it
  2070. * is holding. Upon do_exit(), the kernel carefully walks this list,
  2071. * and marks all locks that are owned by this thread with the
  2072. * FUTEX_OWNER_DIED bit, and wakes up a waiter (if any). The list is
  2073. * always manipulated with the lock held, so the list is private and
  2074. * per-thread. Userspace also maintains a per-thread 'list_op_pending'
  2075. * field, to allow the kernel to clean up if the thread dies after
  2076. * acquiring the lock, but just before it could have added itself to
  2077. * the list. There can only be one such pending lock.
  2078. */
  2079. /**
  2080. * sys_set_robust_list() - Set the robust-futex list head of a task
  2081. * @head: pointer to the list-head
  2082. * @len: length of the list-head, as userspace expects
  2083. */
  2084. SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head,
  2085. size_t, len)
  2086. {
  2087. if (!futex_cmpxchg_enabled)
  2088. return -ENOSYS;
  2089. /*
  2090. * The kernel knows only one size for now:
  2091. */
  2092. if (unlikely(len != sizeof(*head)))
  2093. return -EINVAL;
  2094. current->robust_list = head;
  2095. return 0;
  2096. }
  2097. /**
  2098. * sys_get_robust_list() - Get the robust-futex list head of a task
  2099. * @pid: pid of the process [zero for current task]
  2100. * @head_ptr: pointer to a list-head pointer, the kernel fills it in
  2101. * @len_ptr: pointer to a length field, the kernel fills in the header size
  2102. */
  2103. SYSCALL_DEFINE3(get_robust_list, int, pid,
  2104. struct robust_list_head __user * __user *, head_ptr,
  2105. size_t __user *, len_ptr)
  2106. {
  2107. struct robust_list_head __user *head;
  2108. unsigned long ret;
  2109. const struct cred *cred = current_cred(), *pcred;
  2110. if (!futex_cmpxchg_enabled)
  2111. return -ENOSYS;
  2112. if (!pid)
  2113. head = current->robust_list;
  2114. else {
  2115. struct task_struct *p;
  2116. ret = -ESRCH;
  2117. rcu_read_lock();
  2118. p = find_task_by_vpid(pid);
  2119. if (!p)
  2120. goto err_unlock;
  2121. ret = -EPERM;
  2122. pcred = __task_cred(p);
  2123. if (cred->euid != pcred->euid &&
  2124. cred->euid != pcred->uid &&
  2125. !capable(CAP_SYS_PTRACE))
  2126. goto err_unlock;
  2127. head = p->robust_list;
  2128. rcu_read_unlock();
  2129. }
  2130. if (put_user(sizeof(*head), len_ptr))
  2131. return -EFAULT;
  2132. return put_user(head, head_ptr);
  2133. err_unlock:
  2134. rcu_read_unlock();
  2135. return ret;
  2136. }
  2137. /*
  2138. * Process a futex-list entry, check whether it's owned by the
  2139. * dying task, and do notification if so:
  2140. */
  2141. int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi)
  2142. {
  2143. u32 uval, nval, mval;
  2144. retry:
  2145. if (get_user(uval, uaddr))
  2146. return -1;
  2147. if ((uval & FUTEX_TID_MASK) == task_pid_vnr(curr)) {
  2148. /*
  2149. * Ok, this dying thread is truly holding a futex
  2150. * of interest. Set the OWNER_DIED bit atomically
  2151. * via cmpxchg, and if the value had FUTEX_WAITERS
  2152. * set, wake up a waiter (if any). (We have to do a
  2153. * futex_wake() even if OWNER_DIED is already set -
  2154. * to handle the rare but possible case of recursive
  2155. * thread-death.) The rest of the cleanup is done in
  2156. * userspace.
  2157. */
  2158. mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED;
  2159. nval = futex_atomic_cmpxchg_inatomic(uaddr, uval, mval);
  2160. if (nval == -EFAULT)
  2161. return -1;
  2162. if (nval != uval)
  2163. goto retry;
  2164. /*
  2165. * Wake robust non-PI futexes here. The wakeup of
  2166. * PI futexes happens in exit_pi_state():
  2167. */
  2168. if (!pi && (uval & FUTEX_WAITERS))
  2169. futex_wake(uaddr, 1, 1, FUTEX_BITSET_MATCH_ANY);
  2170. }
  2171. return 0;
  2172. }
  2173. /*
  2174. * Fetch a robust-list pointer. Bit 0 signals PI futexes:
  2175. */
  2176. static inline int fetch_robust_entry(struct robust_list __user **entry,
  2177. struct robust_list __user * __user *head,
  2178. unsigned int *pi)
  2179. {
  2180. unsigned long uentry;
  2181. if (get_user(uentry, (unsigned long __user *)head))
  2182. return -EFAULT;
  2183. *entry = (void __user *)(uentry & ~1UL);
  2184. *pi = uentry & 1;
  2185. return 0;
  2186. }
  2187. /*
  2188. * Walk curr->robust_list (very carefully, it's a userspace list!)
  2189. * and mark any locks found there dead, and notify any waiters.
  2190. *
  2191. * We silently return on any sign of list-walking problem.
  2192. */
  2193. void exit_robust_list(struct task_struct *curr)
  2194. {
  2195. struct robust_list_head __user *head = curr->robust_list;
  2196. struct robust_list __user *entry, *next_entry, *pending;
  2197. unsigned int limit = ROBUST_LIST_LIMIT, pi, pip;
  2198. unsigned int uninitialized_var(next_pi);
  2199. unsigned long futex_offset;
  2200. int rc;
  2201. if (!futex_cmpxchg_enabled)
  2202. return;
  2203. /*
  2204. * Fetch the list head (which was registered earlier, via
  2205. * sys_set_robust_list()):
  2206. */
  2207. if (fetch_robust_entry(&entry, &head->list.next, &pi))
  2208. return;
  2209. /*
  2210. * Fetch the relative futex offset:
  2211. */
  2212. if (get_user(futex_offset, &head->futex_offset))
  2213. return;
  2214. /*
  2215. * Fetch any possibly pending lock-add first, and handle it
  2216. * if it exists:
  2217. */
  2218. if (fetch_robust_entry(&pending, &head->list_op_pending, &pip))
  2219. return;
  2220. next_entry = NULL; /* avoid warning with gcc */
  2221. while (entry != &head->list) {
  2222. /*
  2223. * Fetch the next entry in the list before calling
  2224. * handle_futex_death:
  2225. */
  2226. rc = fetch_robust_entry(&next_entry, &entry->next, &next_pi);
  2227. /*
  2228. * A pending lock might already be on the list, so
  2229. * don't process it twice:
  2230. */
  2231. if (entry != pending)
  2232. if (handle_futex_death((void __user *)entry + futex_offset,
  2233. curr, pi))
  2234. return;
  2235. if (rc)
  2236. return;
  2237. entry = next_entry;
  2238. pi = next_pi;
  2239. /*
  2240. * Avoid excessively long or circular lists:
  2241. */
  2242. if (!--limit)
  2243. break;
  2244. cond_resched();
  2245. }
  2246. if (pending)
  2247. handle_futex_death((void __user *)pending + futex_offset,
  2248. curr, pip);
  2249. }
  2250. long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout,
  2251. u32 __user *uaddr2, u32 val2, u32 val3)
  2252. {
  2253. int ret = -ENOSYS, cmd = op & FUTEX_CMD_MASK;
  2254. unsigned int flags = 0;
  2255. if (!(op & FUTEX_PRIVATE_FLAG))
  2256. flags |= FLAGS_SHARED;
  2257. if (op & FUTEX_CLOCK_REALTIME) {
  2258. flags |= FLAGS_CLOCKRT;
  2259. if (cmd != FUTEX_WAIT_BITSET && cmd != FUTEX_WAIT_REQUEUE_PI)
  2260. return -ENOSYS;
  2261. }
  2262. switch (cmd) {
  2263. case FUTEX_WAIT:
  2264. val3 = FUTEX_BITSET_MATCH_ANY;
  2265. case FUTEX_WAIT_BITSET:
  2266. ret = futex_wait(uaddr, flags, val, timeout, val3);
  2267. break;
  2268. case FUTEX_WAKE:
  2269. val3 = FUTEX_BITSET_MATCH_ANY;
  2270. case FUTEX_WAKE_BITSET:
  2271. ret = futex_wake(uaddr, flags, val, val3);
  2272. break;
  2273. case FUTEX_REQUEUE:
  2274. ret = futex_requeue(uaddr, flags, uaddr2, val, val2, NULL, 0);
  2275. break;
  2276. case FUTEX_CMP_REQUEUE:
  2277. ret = futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 0);
  2278. break;
  2279. case FUTEX_WAKE_OP:
  2280. ret = futex_wake_op(uaddr, flags, uaddr2, val, val2, val3);
  2281. break;
  2282. case FUTEX_LOCK_PI:
  2283. if (futex_cmpxchg_enabled)
  2284. ret = futex_lock_pi(uaddr, flags, val, timeout, 0);
  2285. break;
  2286. case FUTEX_UNLOCK_PI:
  2287. if (futex_cmpxchg_enabled)
  2288. ret = futex_unlock_pi(uaddr, flags);
  2289. break;
  2290. case FUTEX_TRYLOCK_PI:
  2291. if (futex_cmpxchg_enabled)
  2292. ret = futex_lock_pi(uaddr, flags, 0, timeout, 1);
  2293. break;
  2294. case FUTEX_WAIT_REQUEUE_PI:
  2295. val3 = FUTEX_BITSET_MATCH_ANY;
  2296. ret = futex_wait_requeue_pi(uaddr, flags, val, timeout, val3,
  2297. uaddr2);
  2298. break;
  2299. case FUTEX_CMP_REQUEUE_PI:
  2300. ret = futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 1);
  2301. break;
  2302. default:
  2303. ret = -ENOSYS;
  2304. }
  2305. return ret;
  2306. }
  2307. SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val,
  2308. struct timespec __user *, utime, u32 __user *, uaddr2,
  2309. u32, val3)
  2310. {
  2311. struct timespec ts;
  2312. ktime_t t, *tp = NULL;
  2313. u32 val2 = 0;
  2314. int cmd = op & FUTEX_CMD_MASK;
  2315. if (utime && (cmd == FUTEX_WAIT || cmd == FUTEX_LOCK_PI ||
  2316. cmd == FUTEX_WAIT_BITSET ||
  2317. cmd == FUTEX_WAIT_REQUEUE_PI)) {
  2318. if (copy_from_user(&ts, utime, sizeof(ts)) != 0)
  2319. return -EFAULT;
  2320. if (!timespec_valid(&ts))
  2321. return -EINVAL;
  2322. t = timespec_to_ktime(ts);
  2323. if (cmd == FUTEX_WAIT)
  2324. t = ktime_add_safe(ktime_get(), t);
  2325. tp = &t;
  2326. }
  2327. /*
  2328. * requeue parameter in 'utime' if cmd == FUTEX_*_REQUEUE_*.
  2329. * number of waiters to wake in 'utime' if cmd == FUTEX_WAKE_OP.
  2330. */
  2331. if (cmd == FUTEX_REQUEUE || cmd == FUTEX_CMP_REQUEUE ||
  2332. cmd == FUTEX_CMP_REQUEUE_PI || cmd == FUTEX_WAKE_OP)
  2333. val2 = (u32) (unsigned long) utime;
  2334. return do_futex(uaddr, op, val, tp, uaddr2, val2, val3);
  2335. }
  2336. static int __init futex_init(void)
  2337. {
  2338. u32 curval;
  2339. int i;
  2340. /*
  2341. * This will fail and we want it. Some arch implementations do
  2342. * runtime detection of the futex_atomic_cmpxchg_inatomic()
  2343. * functionality. We want to know that before we call in any
  2344. * of the complex code paths. Also we want to prevent
  2345. * registration of robust lists in that case. NULL is
  2346. * guaranteed to fault and we get -EFAULT on functional
  2347. * implementation, the non-functional ones will return
  2348. * -ENOSYS.
  2349. */
  2350. curval = cmpxchg_futex_value_locked(NULL, 0, 0);
  2351. if (curval == -EFAULT)
  2352. futex_cmpxchg_enabled = 1;
  2353. for (i = 0; i < ARRAY_SIZE(futex_queues); i++) {
  2354. plist_head_init(&futex_queues[i].chain, &futex_queues[i].lock);
  2355. spin_lock_init(&futex_queues[i].lock);
  2356. }
  2357. return 0;
  2358. }
  2359. __initcall(futex_init);