https://github.com/torvalds/linux
Revision 2d8b22de6e5241a6f27f7f290f027223156a7d3f authored by John David Anglin on 05 October 2013, 14:55:36 UTC, committed by Helge Deller on 13 October 2013, 15:45:40 UTC
The attached change defers the initialization of the variables tsk, mm
and flags until they are needed. As a result, the code won't crash if a
kernel probe is done with a corrupt context and the code will be better
optimized.

Signed-off-by: John David Anglin  <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 59b33f1
History
Tip revision: 2d8b22de6e5241a6f27f7f290f027223156a7d3f authored by John David Anglin on 05 October 2013, 14:55:36 UTC
parisc: optimize variable initialization in do_page_fault
Tip revision: 2d8b22d
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 257.5 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top