kernel-5.18.0-0.rc3.d569e86915b7f2f.30
* Fri Apr 22 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc3.d569e86915b7f2f.30] - redhat/self-test: Clean up data set (Prarit Bhargava) - redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) - redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) - redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) - redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) - redhat/Makefile: Use RPMVERSION (Prarit Bhargava) - redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) - redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) - redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) - redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) - redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
1543f7c6be
commit
4cf4e42e77
25 changed files with 112 additions and 54 deletions
|
|
@ -1732,20 +1732,20 @@ CONFIG_FAULT_INJECTION=y
|
|||
# CONFIG_FB_FOREIGN_ENDIAN is not set
|
||||
# CONFIG_FB_HYPERV is not set
|
||||
# CONFIG_FB_I740 is not set
|
||||
CONFIG_FB_IBM_GXT4500=y
|
||||
# CONFIG_FB_IBM_GXT4500 is not set
|
||||
# CONFIG_FB_IMSTT is not set
|
||||
# CONFIG_FB_KYRO is not set
|
||||
CONFIG_FB_MATROX_G=y
|
||||
# CONFIG_FB_MATROX_G is not set
|
||||
# CONFIG_FB_MATROX_I2C is not set
|
||||
# CONFIG_FB_MATROX is not set
|
||||
# CONFIG_FB_MATROX_MILLENIUM is not set
|
||||
# CONFIG_FB_MATROX_MYSTIQUE is not set
|
||||
CONFIG_FB_MATROX=y
|
||||
# CONFIG_FB_MB862XX is not set
|
||||
# CONFIG_FB_METRONOME is not set
|
||||
CONFIG_FB_MODE_HELPERS=y
|
||||
# CONFIG_FB_NEOMAGIC is not set
|
||||
# CONFIG_FB_NVIDIA is not set
|
||||
CONFIG_FB_OF=y
|
||||
# CONFIG_FB_OF is not set
|
||||
# CONFIG_FB_OPENCORES is not set
|
||||
# CONFIG_FB_PM2 is not set
|
||||
# CONFIG_FB_PM3 is not set
|
||||
|
|
@ -1767,7 +1767,7 @@ CONFIG_FB_TILEBLITTING=y
|
|||
# CONFIG_FB_TRIDENT is not set
|
||||
# CONFIG_FB_UDL is not set
|
||||
# CONFIG_FB_UVESA is not set
|
||||
CONFIG_FB_VESA=y
|
||||
# CONFIG_FB_VESA is not set
|
||||
# CONFIG_FB_VGA16 is not set
|
||||
# CONFIG_FB_VIRTUAL is not set
|
||||
# CONFIG_FB_VOODOO1 is not set
|
||||
|
|
@ -2886,10 +2886,11 @@ CONFIG_KEY_NOTIFICATIONS=y
|
|||
CONFIG_KEYS_REQUEST_CACHE=y
|
||||
CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_DEFERRABLE is not set
|
||||
# CONFIG_KFENCE is not set
|
||||
CONFIG_KFENCE_KUNIT_TEST=m
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=0
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
CONFIG_KGDB_LOW_LEVEL_TRAP=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue