Files
twx-linux/include/linux
Bradley Bolen 5b686ce812 mmc: core: Fix size overflow for mmc partitions
[ Upstream commit f3d7c2292d ]

With large eMMC cards, it is possible to create general purpose
partitions that are bigger than 4GB.  The size member of the mmc_part
struct is only an unsigned int which overflows for gp partitions larger
than 4GB.  Change this to a u64 to handle the overflow.

Signed-off-by: Bradley Bolen <bradleybolen@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-10-01 13:14:28 +02:00
..
2020-09-03 11:24:28 +02:00
2020-03-25 08:06:14 +01:00
2020-07-29 10:16:52 +02:00
2020-03-18 07:14:17 +01:00
2020-04-17 10:48:47 +02:00
2020-04-02 15:28:22 +02:00
2020-05-20 08:18:45 +02:00
2020-04-02 15:28:23 +02:00