https://github.com/torvalds/linux
Revision 6720a305df74ca30bcc10fc316881641b6ff0c80 authored by Linus Torvalds on 23 June 2016, 19:11:17 UTC, committed by Linus Torvalds on 23 June 2016, 19:11:17 UTC
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>
1 parent f9020d1
History
Tip revision: 6720a305df74ca30bcc10fc316881641b6ff0c80 authored by Linus Torvalds on 23 June 2016, 19:11:17 UTC
locking: avoid passing around 'thread_info' in mutex debugging code
Tip revision: 6720a30
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 6.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 95.5 KB
Kbuild -rw-r--r-- 2.8 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 353.7 KB
Makefile -rw-r--r-- 56.0 KB
README -rw-r--r-- 18.1 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top