diff options
author | Roland Dreier <roland@purestorage.com> | 2012-10-31 09:16:45 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-17 13:15:55 -0800 |
commit | 227ab73196544a25f0c03338c5b49d3fdc1d1e38 (patch) | |
tree | b987a8cbba2a2bdbea7bb2081294fd0206d796d7 /drivers/regulator | |
parent | 506485a3c6d926cc01e6d05088eac94adf1d6ae5 (diff) | |
download | linux-3.10-227ab73196544a25f0c03338c5b49d3fdc1d1e38.tar.gz linux-3.10-227ab73196544a25f0c03338c5b49d3fdc1d1e38.tar.bz2 linux-3.10-227ab73196544a25f0c03338c5b49d3fdc1d1e38.zip |
target: Avoid integer overflow in se_dev_align_max_sectors()
commit 3e03989b5868acf69a391a424dc71fcd6cc48167 upstream.
The expression (max_sectors * block_size) might overflow a u32
(indeed, since iblock sets max_hw_sectors to UINT_MAX, it is
guaranteed to overflow and end up with a much-too-small result in many
common cases). Fix this by doing an equivalent calculation that
doesn't require multiplication.
While we're touching this code, avoid splitting a printk format across
two lines and use pr_info(...) instead of printk(KERN_INFO ...).
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/regulator')
0 files changed, 0 insertions, 0 deletions