In the Linux kernel, the following vulnerability has been resolved: f2fs: check validation of fault attrs in f2fsbuildfaultattr() - It missed to check validation of fault attrs in parseoptions(), let's fix to add check condition in f2fsbuildfaultattr(). - Use f2fsbuildfaultattr() in _sbistore() to clean up code.