On Thu, Mar 31, 2022 at 7:13 PM Heming Zhao <heming.zhao@xxxxxxxx> wrote: > > v4: split v3 to two patches. > - one for sanity check issue > - one for strlcpy to strscpy, and duplicated issue. > > v3: fixed "uninitialized symbol" error which reported by kbuild robot. > > v2: revise commit log > - change mdadm "FPE" error to "Segmentation fault" error > ("FPE" belongs to another issue) > - add kernel crash log > modify a comment style to follow code rule > change strlcpy to strscpy for strlcpy is marked as deprecated in: > - Documentation/process/deprecated.rst > > v1: for fixing sanity check issue in md_bitmap_read_sb() created v1. > > Heming Zhao (2): > md/bitmap: don't set sb values if can't pass sanity check > md: replace deprecated strlcpy & remove duplicated line Applied to md-next. Thanks!