git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8ede5
)
PCI: Fix uninitialized variable bug in AER injection code
author
Wanlong Gao
<wanlong.gao@gmail.com>
Mon, 4 Apr 2011 09:12:59 +0000
(17:12 +0800)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 10 May 2011 22:43:30 +0000
(15:43 -0700)
If it was preempted, and the variable aer_mask_override is changed
after the spin_unlock_irqrestore it will write an uninitialized
variable by the pci_write_config_dword() function.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found