aboutsummaryrefslogtreecommitdiffstats
path: root/features/vfat
AgeCommit message (Collapse)Author
2023-04-10fat: Replace prandom_u32() with get_random_u32()Bruce Ashfield
1/1 [ Author: Kevin Hao Email: kexin.hao@windriver.com Subject: fat: Replace prandom_u32() with get_random_u32() Date: Fri, 7 Apr 2023 21:03:41 +0800 The prandom_u32() is just wrapper of get_random_u32() and has been removed by commit de492c83cae0 ("prandom: remove unused functions"). So use get_random_u32() directly. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-01-10v5.0: kernel patch prepBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-02-20patches: refresh for v4.16Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-12-01patches: 4.15-rc1 refreshesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30treegen: autoniminated patch refreshPaul Gortmaker
Take the patches that won't "git am" directly because of small context changes in surrounding code and re-export them with the refreshed/updated context so they will "git am" directly next time w/o needing to use the fall-back mechanism. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2016-10-22vfat: patch refreshPaul Gortmaker
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2014-10-10fat: don't use obsolete random32 call in namei_vfatBruce Ashfield
1/1 [ Author: Paul Gortmaker Email: paul.gortmaker@windriver.com Subject: fat: don't use obsolete random32 call in namei_vfat Date: Sat, 27 Sep 2014 12:01:21 -0400 Introduced in commit 16b6ba6d7f6b0e8a2baeb14b128df0bb0a0a5680 ("FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option"), the use of random32 is no longer allowed. The compatibility wrappers have been removed, so we have to align the additions from this older patch to match upstream commit 496f2f93b1cc286f5a4f4f9acdc1e5314978683f ("random32: rename random32 to prandom") which does: This renames all random32 functions to have 'prandom_' prefix as follows: void prandom_seed(u32 seed); /* rename from srandom32() */ u32 prandom_u32(void); /* rename from random32() */ [...] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-18v3.7: patch updatesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-073.6: build fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-06yocto-3.6: bump to 3.6-rc4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04yocto: import of the kernel content/metadata from v2.6.39Paul Gortmaker
Roughly corresponds to: commit db575247e16e50ce5160e18907e253c6a43b6feb Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Mon Apr 4 00:27:55 2011 -0400 yocto: 2.6.39 baseline Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ...in the full history repo, but with some extraneous files that were deleted post db575247 deleted right here and now at the baseline instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>