mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 09:32:49 +00:00
Updated to 5.12.18-xanmod3
This commit is contained in:
parent
bf3923e362
commit
605442fe3b
3 changed files with 53 additions and 11 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
linux-5.12.tar.xz: 3d5a920f1db8fce3dcfd0e0ae18884770f7fb56d
|
||||
patch-5.12.17-xanmod1.xz: 548a72dfc914a426ee3a5d496507cf4366a575e0
|
||||
patch-5.12.18-xanmod3.xz: f976fe44c04bc0e2bac7396c006a1841c3a6d23c
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.12.15.xm1-10-xanmod-rosa2021.1-x86_64 Kernel Configuration
|
||||
# Linux/x86 5.12.18.xm3-10-xanmod-rosa2021.1-x86_64 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0 20210427 (ROSA)"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -2378,7 +2378,6 @@ CONFIG_RFD_FTL=m
|
|||
CONFIG_SSFDC=m
|
||||
CONFIG_SM_FTL=m
|
||||
CONFIG_MTD_OOPS=m
|
||||
CONFIG_MTD_PSTORE=m
|
||||
CONFIG_MTD_SWAP=m
|
||||
# CONFIG_MTD_PARTITIONED_MASTER is not set
|
||||
|
||||
|
@ -4503,6 +4502,55 @@ CONFIG_TCG_TIS_ST33ZP24_SPI=m
|
|||
CONFIG_TELCLOCK=m
|
||||
CONFIG_XILLYBUS=m
|
||||
CONFIG_XILLYBUS_PCIE=m
|
||||
CONFIG_LRNG=y
|
||||
|
||||
#
|
||||
# Specific DRNG seeding strategies
|
||||
#
|
||||
# CONFIG_LRNG_OVERSAMPLE_ENTROPY_SOURCES is not set
|
||||
CONFIG_LRNG_OVERSAMPLE_ES_BITS=0
|
||||
CONFIG_LRNG_SEED_BUFFER_INIT_ADD_BITS=0
|
||||
# end of Specific DRNG seeding strategies
|
||||
|
||||
#
|
||||
# Entropy Source Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Interrupt Entropy Source
|
||||
#
|
||||
CONFIG_LRNG_CONTINUOUS_COMPRESSION_ENABLED=y
|
||||
# CONFIG_LRNG_CONTINUOUS_COMPRESSION_DISABLED is not set
|
||||
CONFIG_LRNG_ENABLE_CONTINUOUS_COMPRESSION=y
|
||||
# CONFIG_LRNG_SWITCHABLE_CONTINUOUS_COMPRESSION is not set
|
||||
# CONFIG_LRNG_COLLECTION_SIZE_32 is not set
|
||||
# CONFIG_LRNG_COLLECTION_SIZE_256 is not set
|
||||
# CONFIG_LRNG_COLLECTION_SIZE_512 is not set
|
||||
CONFIG_LRNG_COLLECTION_SIZE_1024=y
|
||||
# CONFIG_LRNG_COLLECTION_SIZE_2048 is not set
|
||||
# CONFIG_LRNG_COLLECTION_SIZE_4096 is not set
|
||||
# CONFIG_LRNG_COLLECTION_SIZE_8192 is not set
|
||||
CONFIG_LRNG_COLLECTION_SIZE=1024
|
||||
# CONFIG_LRNG_HEALTH_TESTS is not set
|
||||
CONFIG_LRNG_RCT_CUTOFF=31
|
||||
CONFIG_LRNG_APT_CUTOFF=325
|
||||
CONFIG_LRNG_IRQ_ENTROPY_RATE=256
|
||||
|
||||
#
|
||||
# Jitter RNG Entropy Source
|
||||
#
|
||||
CONFIG_LRNG_JENT=y
|
||||
CONFIG_LRNG_JENT_ENTROPY_RATE=16
|
||||
|
||||
#
|
||||
# CPU Entropy Source
|
||||
#
|
||||
CONFIG_LRNG_CPU_ENTROPY_RATE=8
|
||||
# end of Entropy Source Configuration
|
||||
|
||||
# CONFIG_LRNG_DRNG_SWITCH is not set
|
||||
# CONFIG_LRNG_TESTING_MENU is not set
|
||||
# CONFIG_LRNG_SELFTEST is not set
|
||||
# end of Character devices
|
||||
|
||||
CONFIG_RANDOM_TRUST_CPU=y
|
||||
|
@ -8131,7 +8179,6 @@ CONFIG_EDAC_SBRIDGE=m
|
|||
CONFIG_EDAC_SKX=m
|
||||
CONFIG_EDAC_I10NM=m
|
||||
CONFIG_EDAC_PND2=m
|
||||
CONFIG_EDAC_IGEN6=m
|
||||
CONFIG_RTC_LIB=y
|
||||
CONFIG_RTC_MC146818_LIB=y
|
||||
CONFIG_RTC_CLASS=y
|
||||
|
@ -10082,11 +10129,6 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="zstd"
|
|||
# CONFIG_PSTORE_CONSOLE is not set
|
||||
# CONFIG_PSTORE_PMSG is not set
|
||||
CONFIG_PSTORE_RAM=m
|
||||
CONFIG_PSTORE_ZONE=m
|
||||
CONFIG_PSTORE_BLK=m
|
||||
CONFIG_PSTORE_BLK_BLKDEV=""
|
||||
CONFIG_PSTORE_BLK_KMSG_SIZE=64
|
||||
CONFIG_PSTORE_BLK_MAX_REASON=2
|
||||
CONFIG_SYSV_FS=m
|
||||
CONFIG_UFS_FS=m
|
||||
# CONFIG_UFS_FS_WRITE is not set
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
%define kernelversion 5
|
||||
%define patchlevel 12
|
||||
# sublevel is used for stable-based kernels
|
||||
%define sublevel 17
|
||||
%define sublevel 18
|
||||
%define patch_name xanmod
|
||||
%define patch_rel 1
|
||||
%define patch_rel 3
|
||||
|
||||
# Release number. Increase this before a rebuild.
|
||||
%define rpmrel 10
|
||||
|
|
Loading…
Add table
Reference in a new issue