Re: [PATCH 3/3] fs: unicode: Make UTF-8 encoding loadable

2021-03-13 Thread kernel test robot
Hi Shreeya, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on ext4/dev] [also build test WARNING on f2fs/dev-test linux/master linus/master v5.12-rc2 next-20210312] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

[PATCH 3/3] fs: unicode: Make UTF-8 encoding loadable

2021-03-13 Thread Shreeya Patel
utf8data.h_shipped has a large database table which is an auto-generated decodification trie for the unicode normalization functions. It is not necessary to carry this large table in the kernel hence make UTF-8 encoding loadable by converting it into a module. Also, modify the file called unicode-c