From c5c9c7b16e08a1e8d81cde2e5f79dc7b851068c2 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Sat, 7 Feb 2015 03:01:35 -0500 Subject: Linux v3.19-rc7-189-g26cdd1f76a88 --- scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch') diff --git a/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch b/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch index f635da21a..6c1c22779 100644 --- a/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch +++ b/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch @@ -9,7 +9,7 @@ Upstream-status: Fedora mustard (might be worth dropping...) 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c -index 399516925d80..2ac9a156da39 100644 +index 05ea0d49a3a3..95f18e07491b 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -2750,13 +2750,18 @@ static int sd_try_extended_inquiry(struct scsi_device *sdp) -- cgit