Re: [PATCH v3] fat: Add KUnit tests for checksums and timestamps

2020-10-21 Thread kernel test robot
Hi David, I love your patch! Yet something to improve: [auto build test ERROR on c4d6fe7311762f2e03b3c27ad38df7c40c80cc93] url: https://github.com/0day-ci/linux/commits/David-Gow/fat-Add-KUnit-tests-for-checksums-and-timestamps/20201021-141819 base:c4d6fe7311762f2e03b3c27ad38df7c40c80cc9

[PATCH v3] fat: Add KUnit tests for checksums and timestamps

2020-10-20 Thread David Gow
Add some basic sanity-check tests for the fat_checksum() function and the fat_time_unix2fat() and fat_time_fat2unix() functions. These unit tests verify these functions return correct output for a number of test inputs. These tests were inspored by -- and serve a similar purpose to -- the timestam