]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SCSI: sd: Reshuffle init_sd to avoid crash
authorJoel D. Diaz <joeldiaz@us.ibm.com>
Wed, 10 Oct 2012 08:36:11 +0000 (10:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Jan 2013 04:49:01 +0000 (20:49 -0800)
commit391c096fefcb7b274ba90d46409cd4ba751ba57b
tree72c3ef2e04b04deb58105651ea48344d1e412c22
parent20056d76fc15d9ca67fa806b9dd21109f736e253
SCSI: sd: Reshuffle init_sd to avoid crash

commit afd5e34b2bb34881d3a789e62486814a49b47faa upstream.

scsi_register_driver will register a prep_fn() function, which
in turn migh need to use the sd_cdp_pool for DIF.
Which hasn't been initialised at this point, leading to
a crash. So reshuffle the init_sd() and exit_sd() paths
to have the driver registered last.

Signed-off-by: Joel D. Diaz <joeldiaz@us.ibm.com>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Cc: CAI Qian <caiqian@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/sd.c