summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMartin K. Petersen <martin.petersen@oracle.com>2017-04-04 10:42:30 -0400
committerBen Hutchings <ben@decadent.org.uk>2017-07-18 18:40:33 +0100
commitbce3756a86f7f6f042944d8f2704069534f5cc7c (patch)
tree6ef51f35b9d539458ba4131b5fca77c10571cfb1 /kernel
parent7107020a46627a197089db9337c80a6631479648 (diff)
scsi: sd: Fix capacity calculation with 32-bit sector_t
commit 7c856152cb92f8eee2df29ef325a1b1f43161aff upstream. We previously made sure that the reported disk capacity was less than 0xffffffff blocks when the kernel was not compiled with large sector_t support (CONFIG_LBDAF). However, this check assumed that the capacity was reported in units of 512 bytes. Add a sanity check function to ensure that we only enable disks if the entire reported capacity can be expressed in terms of sector_t. Reported-by: Steve Magnani <steve.magnani@digidescorp.com> Cc: Bart Van Assche <Bart.VanAssche@sandisk.com> Reviewed-by: Bart Van Assche <Bart.VanAssche@sandisk.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions