https://github.com/torvalds/linux
Revision 6230582320b721e6cf2581d048cb688dca97f504 authored by Stefan Richter on 09 January 2009, 19:49:37 UTC, committed by Stefan Richter on 09 January 2009, 22:22:32 UTC
Due to commit 2831fe6f9cc4e16c103504ee09a47a084297c0f3, "driver core:
create a private portion of struct device", device_initialize() can no
longer be called from atomic contexts.

We now defer it until after config ROM probing.  This requires changes
to the bus manager code because this may use a device before it was
probed.

Reported-by: Jay Fenlason <fenlason@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
1 parent 73d5931
History
Tip revision: 6230582320b721e6cf2581d048cb688dca97f504 authored by Stefan Richter on 09 January 2009, 19:49:37 UTC
firewire: core: fix sleep in atomic context due to driver core change
Tip revision: 6230582
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.5 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 106.0 KB
Makefile -rw-r--r-- 54.1 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top