Commit efb2b1d
committed
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue fixes from Tejun Heo:
"Fixes for two bugs in workqueue.
One is exiting with internal mutex held in a failure path of
wq_update_unbound_numa(). The other is a subtle and unlikely
use-after-possible-last-put in the rescuer logic. Both have been
around for quite some time now and are unlikely to have triggered
noticeably often. All patches are marked for -stable backport"
* 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
workqueue: fix a possible race condition between rescuer and pwq-release
workqueue: make rescuer_thread() empty wq->maydays list before exiting
workqueue: fix bugs in wq_update_unbound_numa() failure path1 file changed
+30
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1916 | 1916 | | |
1917 | 1917 | | |
1918 | 1918 | | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
1919 | 1925 | | |
1920 | 1926 | | |
1921 | 1927 | | |
| |||
2398 | 2404 | | |
2399 | 2405 | | |
2400 | 2406 | | |
| 2407 | + | |
2401 | 2408 | | |
2402 | 2409 | | |
2403 | 2410 | | |
| |||
2409 | 2416 | | |
2410 | 2417 | | |
2411 | 2418 | | |
2412 | | - | |
2413 | | - | |
2414 | | - | |
2415 | | - | |
2416 | | - | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
2417 | 2428 | | |
2418 | 2429 | | |
2419 | 2430 | | |
| |||
2444 | 2455 | | |
2445 | 2456 | | |
2446 | 2457 | | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
2447 | 2464 | | |
2448 | 2465 | | |
2449 | 2466 | | |
| |||
2459 | 2476 | | |
2460 | 2477 | | |
2461 | 2478 | | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
2462 | 2485 | | |
2463 | 2486 | | |
2464 | 2487 | | |
| |||
4100 | 4123 | | |
4101 | 4124 | | |
4102 | 4125 | | |
4103 | | - | |
| 4126 | + | |
| 4127 | + | |
4104 | 4128 | | |
4105 | 4129 | | |
4106 | 4130 | | |
| |||
0 commit comments