RE: [PATCH 2/4 v3] exfat: separate the boot sector analysis

2020-06-01 Thread Sungjong Seo
> Separate the boot sector analysis to read_boot_sector(). > And add a check for the fs_name field. > Furthermore, add a strict consistency check, because overlapping areas can > cause serious corruption. > > Signed-off-by: Tetsuhiro Kohada Reviewed-by: Sungjong Seo > --- > Changes in v2: > -

[PATCH 2/4 v3] exfat: separate the boot sector analysis

2020-05-29 Thread Tetsuhiro Kohada
Separate the boot sector analysis to read_boot_sector(). And add a check for the fs_name field. Furthermore, add a strict consistency check, because overlapping areas can cause serious corruption. Signed-off-by: Tetsuhiro Kohada --- Changes in v2: - rebase with patch 'optimize dir-cache' applied