Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-5.5-rc1-kconfig-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs Kconfig fix from David Sterba:
"This adds the config dependency integrating the crypto code and btrfs
support for blake2b (added in this dev cycle, via different trees).

Without it the option had to be selected manually"

* tag 'for-5.5-rc1-kconfig-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
btrfs: add Kconfig dependency for BLAKE2B

+1
+1
fs/btrfs/Kconfig
··· 7 7 select LIBCRC32C 8 8 select CRYPTO_XXHASH 9 9 select CRYPTO_SHA256 10 + select CRYPTO_BLAKE2B 10 11 select ZLIB_INFLATE 11 12 select ZLIB_DEFLATE 12 13 select LZO_COMPRESS