]> git.baikalelectronics.ru Git - kernel.git/commit
exfat: add boot region verification
authorTetsuhiro Kohada <kohada.t2@gmail.com>
Sun, 31 May 2020 09:30:17 +0000 (18:30 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 9 Jun 2020 07:49:19 +0000 (16:49 +0900)
commit7761033895e965dbfa097f1d0408e7f203bc877d
treeb584a3bad9243822b5efcffd28b2872bd741bce0
parent174372933d48e7bec803a17f4f7874a7454aa12c
exfat: add boot region verification

Add Boot-Regions verification specified in exFAT specification.
Note that the checksum type is strongly related to the raw structure,
so the'u32 'type is used to clarify the number of bits.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/exfat_fs.h
fs/exfat/misc.c
fs/exfat/super.c