Files
linux/kernel
Linus Torvalds 286f536cbf UPSTREAM: locking: avoid passing around 'thread_info' in mutex debugging code
commit 6720a305df upstream.

None of the code actually wants a thread_info, it all wants a
task_struct, and it's just converting back and forth between the two
("ti->task" to get the task_struct from the thread_info, and
"task_thread_info(task)" to go the other way).

No semantic change.

Acked-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Change-Id: Idd7d0fe0b2b57ece9a969d178576a12f3ae90701
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2017-08-14 14:32:46 +05:30
..
2017-07-21 09:14:57 +02:00
2017-07-27 15:36:54 -07:00
2015-06-30 19:44:57 -07:00
2017-07-27 15:36:54 -07:00
2017-07-27 15:36:54 -07:00
2015-04-11 22:27:55 -04:00
2015-11-04 08:23:51 -05:00
2017-01-17 12:44:14 -08:00
2017-06-14 16:33:25 +02:00
2015-04-12 21:03:31 +02:00
2015-11-23 09:44:58 +01:00
2017-05-20 14:27:02 +02:00
2017-07-05 14:37:19 +02:00
2015-11-05 19:34:48 -08:00
2016-08-01 15:57:55 -07:00
2017-07-15 13:29:08 +02:00