linux-uconsole/include/linux/mmc
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
..
card.h mmc: core: Fix size overflow for mmc partitions 2020-10-01 13:14:28 +02:00
core.h
host.h mmc: core: Allow host controllers to require R1B for CMD6 2020-04-02 15:28:09 +02:00
mmc.h
pm.h
sd.h
sdhci-pci-data.h
sdio.h
sdio_func.h mmc: core: Add sdio_retune_hold_now() and sdio_retune_release() 2019-06-25 11:35:53 +08:00
sdio_ids.h mmc: sdio: fix wl1251 vendor id 2020-01-27 14:51:21 +01:00
sh_mmcif.h
slot-gpio.h