All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v3] mmc: dw_mmc: Fix DTO/STO timeout overflow calculation
@ 2018-02-26 14:34 ` Evgeniy Didin
  0 siblings, 0 replies; 36+ messages in thread
From: Evgeniy Didin @ 2018-02-26 14:34 UTC (permalink / raw)
  To: linux-mmc
  Cc: Alexey Brodkin, Eugeniy Paltsev, Douglas Anderson, Ulf Hansson,
	linux-kernel, linux-snps-arc, stable, Vineet Gupta

For some 32-bit architectures calculation of DTO and STO timeout can be incorrect
due to multiply overflow. Lets prevent this by casting multiply and result to u64.

Suggested by Jisheng Zhang.
Switch DIV_ROUND_UP macro to DIV_ROUND_UP_ULL is not reasonable
because overflow happens on multiply and DIV_ROUND_UP_ULL helps
with sum overflow.

---
Changes since v2:
-add fix for cto_ms

Evgeniy Didin (2):
  mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit
    systems
  mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems

 drivers/mmc/host/dw_mmc.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2018-03-01  1:23 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 14:34 [PATCH 0/2 v3] mmc: dw_mmc: Fix DTO/STO timeout overflow calculation Evgeniy Didin
2018-02-26 14:34 ` Evgeniy Didin
2018-02-26 14:34 ` [PATCH 1/2 v3] mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit systems Evgeniy Didin
2018-02-26 14:34   ` Evgeniy Didin
2018-02-26 14:34   ` Evgeniy Didin
2018-02-26 14:40   ` Andy Shevchenko
2018-02-26 14:40     ` Andy Shevchenko
2018-02-27  1:14   ` Shawn Lin
2018-02-27  1:14     ` Shawn Lin
2018-02-27  1:46     ` Shawn Lin
2018-02-27  1:46       ` Shawn Lin
2018-03-01  1:22   ` kbuild test robot
2018-03-01  1:22     ` kbuild test robot
2018-02-26 14:34 ` [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO " Evgeniy Didin
2018-02-26 14:34   ` Evgeniy Didin
2018-02-26 14:39   ` Andy Shevchenko
2018-02-26 14:39     ` Andy Shevchenko
2018-02-26 15:14     ` Evgeniy Didin
2018-02-26 15:14       ` Evgeniy Didin
2018-02-26 15:14       ` Evgeniy Didin
2018-02-26 16:53       ` Andy Shevchenko
2018-02-26 16:53         ` Andy Shevchenko
2018-02-26 17:14         ` Evgeniy Didin
2018-02-26 17:14           ` Evgeniy Didin
2018-02-26 18:30           ` Andy Shevchenko
2018-02-26 18:30             ` Andy Shevchenko
2018-02-26 20:27             ` Alexey Brodkin
2018-02-26 20:27               ` Alexey Brodkin
2018-02-26 20:27               ` Alexey Brodkin
2018-02-27  3:52               ` Jisheng Zhang
2018-02-27  3:52                 ` Jisheng Zhang
2018-02-27 10:49                 ` Andy Shevchenko
2018-02-27 10:49                   ` Andy Shevchenko
2018-02-27  3:02 ` [PATCH 0/2 v3] mmc: dw_mmc: Fix DTO/STO timeout overflow calculation Jisheng Zhang
2018-02-27  3:02   ` Jisheng Zhang
2018-02-27  3:02   ` Jisheng Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.