kernel-6.4.0-0.rc7.20230621gite660abd551f1.55
* Wed Jun 21 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.4.0-0.rc7.e660abd551f1.55] - redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov) - redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan) - redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams) - redhat: turn off 64k kernel builds with rtonly (Clark Williams) - redhat: turn off zfcpdump for rtonly (Clark Williams) - redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams) - redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams) - redhat: fix realtime and efiuki build conflict (Jan Stancek) - arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073] - redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams) - redhat: TEMPORARY default realtime to off (Clark Williams) - redhat: moved ARM errata configs to arm dir (Clark Williams) - redhat: RT packaging changes (Clark Williams) - redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams) - redhat: realtime config entries (Clark Williams) - Linux v6.4.0-0.rc7.e660abd551f1 Resolves: rhbz#2153073 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
de68db4c14
commit
923f6ac7fb
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 54
|
||||
RHEL_RELEASE = 55
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -39,7 +39,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215
|
||||
|
||||
drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via "
|
||||
|
||||
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus nct6775 ntc_thermistor video apple_bl"
|
||||
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus nct6775 ntc_thermistor video apple_bl kasan_test"
|
||||
|
||||
# Grab the arch-specific filter list overrides
|
||||
source ./filter-$2.sh
|
||||
@ -57,7 +57,7 @@ filter_dir() {
|
||||
grep -e "${dir}/" ${filelist} >> k-d.list
|
||||
mv ${filelist}.tmp $filelist
|
||||
fi
|
||||
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
@ -74,7 +74,7 @@ filter_ko() {
|
||||
grep -e "${mod}.ko" ${filelist} >> k-d.list
|
||||
mv ${filelist}.tmp $filelist
|
||||
fi
|
||||
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
7589
kernel-aarch64-64k-debug-rhel.config
Normal file
7589
kernel-aarch64-64k-debug-rhel.config
Normal file
File diff suppressed because it is too large
Load Diff
7564
kernel-aarch64-64k-rhel.config
Normal file
7564
kernel-aarch64-64k-rhel.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -2613,7 +2613,7 @@ CONFIG_GPIO_ROCKCHIP=y
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
CONFIG_GPIO_STMPE=y
|
||||
CONFIG_GPIO_SYSCON=m
|
||||
CONFIG_GPIO_TEGRA186=y
|
||||
@ -7079,6 +7079,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -8520,8 +8521,11 @@ CONFIG_USB_CDNS3_TI=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
CONFIG_USB_CDNS_SUPPORT=m
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
|
@ -1023,7 +1023,7 @@ CONFIG_CPU_FREQ=y
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
CONFIG_CPUMASK_KUNIT_TEST=m
|
||||
CONFIG_CPUMASK_OFFSTACK=y
|
||||
# CONFIG_CPUMASK_OFFSTACK is not set
|
||||
CONFIG_CPUSETS=y
|
||||
CONFIG_CPU_THERMAL=y
|
||||
# CONFIG_CRAMFS is not set
|
||||
@ -1486,6 +1486,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -2074,7 +2075,7 @@ CONFIG_GPIO_PL061=y
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
CONFIG_GPIO_TEGRA186=y
|
||||
CONFIG_GPIO_TEGRA=y
|
||||
@ -2545,6 +2546,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2681,7 +2683,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -3006,7 +3007,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
CONFIG_KGDB_LOW_LEVEL_TRAP=y
|
||||
@ -3134,7 +3135,7 @@ CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_LEGACY_TIOCSTI=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -5673,6 +5674,7 @@ CONFIG_SFC_MCDI_LOGGING=y
|
||||
CONFIG_SGETMASK_SYSCALL=y
|
||||
# CONFIG_SGI_PARTITION is not set
|
||||
# CONFIG_SHADOW_CALL_STACK is not set
|
||||
CONFIG_SHMEM=y
|
||||
# CONFIG_SHRINKER_DEBUG is not set
|
||||
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
|
||||
# CONFIG_SI1133 is not set
|
||||
@ -5695,11 +5697,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -6131,6 +6135,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6904,8 +6909,11 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONN_GPIO=m
|
||||
@ -7352,6 +7360,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -2596,7 +2596,7 @@ CONFIG_GPIO_ROCKCHIP=y
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
CONFIG_GPIO_STMPE=y
|
||||
CONFIG_GPIO_SYSCON=m
|
||||
CONFIG_GPIO_TEGRA186=y
|
||||
@ -7052,6 +7052,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -8491,8 +8492,11 @@ CONFIG_USB_CDNS3_TI=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
CONFIG_USB_CDNS_SUPPORT=m
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
|
@ -1478,6 +1478,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -2058,7 +2059,7 @@ CONFIG_GPIO_PL061=y
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
CONFIG_GPIO_TEGRA186=y
|
||||
CONFIG_GPIO_TEGRA=y
|
||||
@ -2529,6 +2530,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2665,7 +2667,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -2984,7 +2985,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
@ -3113,7 +3114,7 @@ CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_LEGACY_TIOCSTI=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -5650,6 +5651,7 @@ CONFIG_SFC_MCDI_LOGGING=y
|
||||
CONFIG_SGETMASK_SYSCALL=y
|
||||
# CONFIG_SGI_PARTITION is not set
|
||||
# CONFIG_SHADOW_CALL_STACK is not set
|
||||
CONFIG_SHMEM=y
|
||||
# CONFIG_SHRINKER_DEBUG is not set
|
||||
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
|
||||
# CONFIG_SI1133 is not set
|
||||
@ -5672,11 +5674,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -6107,6 +6111,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6879,8 +6884,11 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONN_GPIO=m
|
||||
@ -7327,6 +7335,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
7809
kernel-aarch64-rt-debug-rhel.config
Normal file
7809
kernel-aarch64-rt-debug-rhel.config
Normal file
File diff suppressed because it is too large
Load Diff
7784
kernel-aarch64-rt-rhel.config
Normal file
7784
kernel-aarch64-rt-rhel.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -2591,7 +2591,7 @@ CONFIG_GPIO_ROCKCHIP=y
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
CONFIG_GPIO_STMPE=y
|
||||
CONFIG_GPIO_SYSCON=m
|
||||
CONFIG_GPIO_TEGRA=y
|
||||
@ -7053,6 +7053,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -8535,8 +8536,11 @@ CONFIG_USB_CATC=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
|
@ -2575,7 +2575,7 @@ CONFIG_GPIO_ROCKCHIP=y
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
CONFIG_GPIO_STMPE=y
|
||||
CONFIG_GPIO_SYSCON=m
|
||||
CONFIG_GPIO_TEGRA=y
|
||||
@ -7028,6 +7028,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -8508,8 +8509,11 @@ CONFIG_USB_CATC=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
|
@ -2543,7 +2543,7 @@ CONFIG_GPIO_ROCKCHIP=y
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
CONFIG_GPIO_STMPE=y
|
||||
CONFIG_GPIO_SYSCON=m
|
||||
CONFIG_GPIO_TEGRA=y
|
||||
@ -6866,6 +6866,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -8304,8 +8305,11 @@ CONFIG_USB_CATC=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
|
@ -2527,7 +2527,7 @@ CONFIG_GPIO_ROCKCHIP=y
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
CONFIG_GPIO_STMPE=y
|
||||
CONFIG_GPIO_SYSCON=m
|
||||
CONFIG_GPIO_TEGRA=y
|
||||
@ -6841,6 +6841,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -8277,8 +8278,11 @@ CONFIG_USB_CATC=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
CONFIG_USB_CHIPIDEA_TEGRA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
|
@ -2075,7 +2075,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
# CONFIG_GPIO_TS4900 is not set
|
||||
@ -5878,6 +5878,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -7124,7 +7125,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNSP_HOST is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
|
@ -644,7 +644,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||
@ -844,7 +843,7 @@ CONFIG_CPU_IDLE=y
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
CONFIG_CPUMASK_KUNIT_TEST=m
|
||||
CONFIG_CPUMASK_OFFSTACK=y
|
||||
# CONFIG_CPUMASK_OFFSTACK is not set
|
||||
CONFIG_CPUSETS=y
|
||||
# CONFIG_CPU_THERMAL is not set
|
||||
# CONFIG_CRAMFS is not set
|
||||
@ -1278,6 +1277,7 @@ CONFIG_DRM_I2C_SIL164=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1706,7 +1706,6 @@ CONFIG_FS_DAX=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_LBC is not set
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
@ -1721,7 +1720,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
# CONFIG_FTR_FIXUP_SELFTEST is not set
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
# CONFIG_FUNCTION_ERROR_INJECTION is not set
|
||||
CONFIG_FUNCTION_GRAPH_TRACER=y
|
||||
CONFIG_FUNCTION_PROFILER=y
|
||||
@ -1838,7 +1836,7 @@ CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -2005,8 +2003,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2277,6 +2273,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2409,7 +2406,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -2727,7 +2723,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
CONFIG_KGDB_LOW_LEVEL_TRAP=y
|
||||
@ -2862,7 +2858,7 @@ CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_LEGACY_TIOCSTI=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -4036,7 +4032,7 @@ CONFIG_PAGE_REPORTING=y
|
||||
CONFIG_PAGE_TABLE_CHECK_ENFORCED=y
|
||||
CONFIG_PAGE_TABLE_CHECK=y
|
||||
# CONFIG_PANEL is not set
|
||||
# CONFIG_PANIC_ON_OOPS is not set
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=180
|
||||
# CONFIG_PANTHERLORD_FF is not set
|
||||
CONFIG_PAPR_SCM=m
|
||||
@ -4413,8 +4409,6 @@ CONFIG_PWM=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4426,7 +4420,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5308,11 +5301,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5740,6 +5735,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6475,7 +6471,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -6915,6 +6914,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -2056,7 +2056,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
# CONFIG_GPIO_TS4900 is not set
|
||||
@ -5849,6 +5849,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -7093,7 +7094,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNSP_HOST is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
|
@ -644,7 +644,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||
@ -1270,6 +1269,7 @@ CONFIG_DRM_I2C_SIL164=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1690,7 +1690,6 @@ CONFIG_FS_DAX=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_LBC is not set
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
@ -1705,7 +1704,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
# CONFIG_FTR_FIXUP_SELFTEST is not set
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
# CONFIG_FUNCTION_ERROR_INJECTION is not set
|
||||
CONFIG_FUNCTION_GRAPH_TRACER=y
|
||||
CONFIG_FUNCTION_PROFILER=y
|
||||
@ -1822,7 +1820,7 @@ CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -1989,8 +1987,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2261,6 +2257,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2393,7 +2390,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -2706,7 +2702,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
@ -2842,7 +2838,7 @@ CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_LEGACY_TIOCSTI=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -4392,8 +4388,6 @@ CONFIG_PWM=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4405,7 +4399,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5287,11 +5280,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5718,6 +5713,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6452,7 +6448,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -6892,6 +6891,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -2071,7 +2071,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
# CONFIG_GPIO_TS4900 is not set
|
||||
@ -5815,6 +5815,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
# CONFIG_SLIP is not set
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -7073,7 +7074,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNSP_HOST is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
|
@ -641,7 +641,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||
@ -1283,6 +1282,7 @@ CONFIG_DRM_HYPERV=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1712,7 +1712,6 @@ CONFIG_FS_DAX=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
@ -1725,7 +1724,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
# CONFIG_FTRACE_STARTUP_TEST is not set
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
# CONFIG_FUNCTION_ERROR_INJECTION is not set
|
||||
CONFIG_FUNCTION_GRAPH_TRACER=y
|
||||
# CONFIG_FUNCTION_PROFILER is not set
|
||||
@ -1840,7 +1838,7 @@ CONFIG_GPIO_MXC=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -2006,8 +2004,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2263,6 +2259,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2395,7 +2392,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -2713,7 +2709,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
CONFIG_KGDB_LOW_LEVEL_TRAP=y
|
||||
@ -2842,7 +2838,7 @@ CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_LEGACY_TIOCSTI=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -4021,7 +4017,7 @@ CONFIG_PAGE_REPORTING=y
|
||||
CONFIG_PAGE_TABLE_CHECK_ENFORCED=y
|
||||
CONFIG_PAGE_TABLE_CHECK=y
|
||||
# CONFIG_PANEL is not set
|
||||
# CONFIG_PANIC_ON_OOPS is not set
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=0
|
||||
# CONFIG_PANTHERLORD_FF is not set
|
||||
# CONFIG_PARPORT is not set
|
||||
@ -4352,8 +4348,6 @@ CONFIG_PTP_1588_CLOCK=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4365,7 +4359,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5283,11 +5276,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
# CONFIG_SLIP is not set
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5718,6 +5713,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6464,7 +6460,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -6903,6 +6902,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -2052,7 +2052,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
# CONFIG_GPIO_TS4900 is not set
|
||||
@ -5786,6 +5786,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
# CONFIG_SLIP is not set
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
@ -7042,7 +7043,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNSP_HOST is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
|
@ -641,7 +641,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||
@ -1275,6 +1274,7 @@ CONFIG_DRM_HYPERV=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1696,7 +1696,6 @@ CONFIG_FS_DAX=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
@ -1709,7 +1708,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
# CONFIG_FTRACE_STARTUP_TEST is not set
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
# CONFIG_FUNCTION_ERROR_INJECTION is not set
|
||||
CONFIG_FUNCTION_GRAPH_TRACER=y
|
||||
# CONFIG_FUNCTION_PROFILER is not set
|
||||
@ -1824,7 +1822,7 @@ CONFIG_GPIO_MXC=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -1990,8 +1988,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2247,6 +2243,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2379,7 +2376,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -2692,7 +2688,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
@ -2822,7 +2818,7 @@ CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_LEGACY_TIOCSTI=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -4331,8 +4327,6 @@ CONFIG_PTP_1588_CLOCK=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4344,7 +4338,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5262,11 +5255,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
# CONFIG_SLIP is not set
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5696,6 +5691,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6441,7 +6437,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -6880,6 +6879,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -646,7 +646,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
||||
@ -1280,6 +1279,7 @@ CONFIG_DRM_HYPERV=m
|
||||
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
||||
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1702,7 +1702,6 @@ CONFIG_FSCACHE_STATS=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
@ -1716,7 +1715,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
# CONFIG_FTRACE_SORT_STARTUP_TEST is not set
|
||||
# CONFIG_FTRACE_STARTUP_TEST is not set
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
# CONFIG_FUNCTION_ERROR_INJECTION is not set
|
||||
CONFIG_FUNCTION_GRAPH_TRACER=y
|
||||
# CONFIG_FUNCTION_PROFILER is not set
|
||||
@ -1833,7 +1831,7 @@ CONFIG_GPIO_MXC=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -1999,8 +1997,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2258,6 +2254,7 @@ CONFIG_INET_IPCOMP=m
|
||||
# CONFIG_INET is not set
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2390,7 +2387,6 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_TURBO_MAX_3=y
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
@ -2703,7 +2699,7 @@ CONFIG_KEY_NOTIFICATIONS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
@ -4346,8 +4342,6 @@ CONFIG_PTP_1588_CLOCK=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4359,7 +4353,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5282,11 +5275,13 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
# CONFIG_SLIP is not set
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5716,6 +5711,7 @@ CONFIG_SND_SOC_MAX98927=m
|
||||
# CONFIG_SND_SOC_RT1308 is not set
|
||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6467,7 +6463,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -6906,6 +6905,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -2255,7 +2255,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=m
|
||||
@ -6262,6 +6262,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLS=y
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
@ -7546,7 +7547,10 @@ CONFIG_USB_CATC=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
CONFIG_USB_CDNS_SUPPORT=m
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
|
@ -668,7 +668,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||
@ -1362,6 +1361,7 @@ CONFIG_DRM_I915_FORCE_PROBE=""
|
||||
CONFIG_DRM_I915_GVT_KVMGT=m
|
||||
CONFIG_DRM_I915_GVT=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1817,7 +1817,6 @@ CONFIG_FS_DAX=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
@ -1830,7 +1829,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
# CONFIG_FTRACE_STARTUP_TEST is not set
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
CONFIG_FUJITSU_ES=m
|
||||
CONFIG_FUJITSU_LAPTOP=m
|
||||
CONFIG_FUJITSU_TABLET=m
|
||||
@ -1950,7 +1948,7 @@ CONFIG_GPIO_MXC=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -2130,8 +2128,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2407,6 +2403,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2901,7 +2898,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
CONFIG_KGDB_LOW_LEVEL_TRAP=y
|
||||
@ -3035,7 +3032,7 @@ CONFIG_LEGACY_TIOCSTI=y
|
||||
CONFIG_LEGACY_VSYSCALL_XONLY=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -4227,7 +4224,7 @@ CONFIG_PAGE_TABLE_CHECK=y
|
||||
CONFIG_PAGE_TABLE_ISOLATION=y
|
||||
CONFIG_PANASONIC_LAPTOP=m
|
||||
# CONFIG_PANEL is not set
|
||||
# CONFIG_PANIC_ON_OOPS is not set
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=0
|
||||
# CONFIG_PANTHERLORD_FF is not set
|
||||
# CONFIG_PARAVIRT_DEBUG is not set
|
||||
@ -4594,8 +4591,6 @@ CONFIG_PWM=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4607,7 +4602,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5518,12 +5512,14 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLS=y
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5955,6 +5951,7 @@ CONFIG_SND_SOC_RL6231=m
|
||||
CONFIG_SND_SOC_RT1308=m
|
||||
CONFIG_SND_SOC_RT1308_SDW=m
|
||||
CONFIG_SND_SOC_RT1316_SDW=m
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6717,7 +6714,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -7161,6 +7161,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
@ -2236,7 +2236,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=m
|
||||
@ -6234,6 +6234,7 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLS=y
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
@ -7516,7 +7517,10 @@ CONFIG_USB_CATC=m
|
||||
CONFIG_USB_CDNSP_PCI=m
|
||||
CONFIG_USB_CDNS_SUPPORT=m
|
||||
CONFIG_USB_CHAOSKEY=m
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
|
@ -668,7 +668,6 @@ CONFIG_CAN_VXCAN=m
|
||||
# CONFIG_CAN_XILINXCAN is not set
|
||||
# CONFIG_CARDBUS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_30115=y
|
||||
CONFIG_CB710_CORE=m
|
||||
# CONFIG_CB710_DEBUG is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||
@ -1354,6 +1353,7 @@ CONFIG_DRM_I915_FORCE_PROBE=""
|
||||
CONFIG_DRM_I915_GVT_KVMGT=m
|
||||
CONFIG_DRM_I915_GVT=y
|
||||
CONFIG_DRM_I915=m
|
||||
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
# CONFIG_DRM_IMX8QM_LDB is not set
|
||||
# CONFIG_DRM_IMX8QXP_LDB is not set
|
||||
@ -1801,7 +1801,6 @@ CONFIG_FS_DAX=y
|
||||
# CONFIG_FSL_ENETC is not set
|
||||
# CONFIG_FSL_ENETC_MDIO is not set
|
||||
# CONFIG_FSL_ENETC_VF is not set
|
||||
CONFIG_FSL_ERRATUM_A008585=y
|
||||
# CONFIG_FSL_PQ_MDIO is not set
|
||||
# CONFIG_FSL_QDMA is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
@ -1814,7 +1813,6 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
||||
# CONFIG_FTRACE_STARTUP_TEST is not set
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
CONFIG_FUJITSU_ERRATUM_010001=y
|
||||
CONFIG_FUJITSU_ES=m
|
||||
CONFIG_FUJITSU_LAPTOP=m
|
||||
CONFIG_FUJITSU_TABLET=m
|
||||
@ -1934,7 +1932,7 @@ CONFIG_GPIO_MXC=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SIM is not set
|
||||
CONFIG_GPIO_SIM=m
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_THUNDERX is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
@ -2114,8 +2112,6 @@ CONFIG_HINIC=m
|
||||
# CONFIG_HISI_DMA is not set
|
||||
# CONFIG_HISI_FEMAC is not set
|
||||
# CONFIG_HISI_HIKEY_USB is not set
|
||||
CONFIG_HISILICON_ERRATUM_161010101=y
|
||||
CONFIG_HISILICON_ERRATUM_161600802=y
|
||||
CONFIG_HISILICON_LPC=y
|
||||
# CONFIG_HISI_PCIE_PMU is not set
|
||||
CONFIG_HISI_PMU=y
|
||||
@ -2391,6 +2387,7 @@ CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TABLE_PERTURB_ORDER=16
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
@ -2880,7 +2877,7 @@ CONFIG_KEYS=y
|
||||
# CONFIG_KFENCE_KUNIT_TEST is not set
|
||||
CONFIG_KFENCE_NUM_OBJECTS=255
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=100
|
||||
CONFIG_KFENCE_STATIC_KEYS=n
|
||||
# CONFIG_KFENCE_STATIC_KEYS is not set
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KGDB_HONOUR_BLOCKLIST=y
|
||||
CONFIG_KGDB_KDB=y
|
||||
@ -3015,7 +3012,7 @@ CONFIG_LEGACY_TIOCSTI=y
|
||||
CONFIG_LEGACY_VSYSCALL_XONLY=y
|
||||
# CONFIG_LENOVO_YMC is not set
|
||||
# CONFIG_LG_LAPTOP is not set
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_LIBERTAS is not set
|
||||
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_LIBFC=m
|
||||
@ -4572,8 +4569,6 @@ CONFIG_PWM=y
|
||||
# CONFIG_QCOM_COMMAND_DB is not set
|
||||
# CONFIG_QCOM_CPR is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_GENI_SE is not set
|
||||
# CONFIG_QCOM_GPI_DMA is not set
|
||||
# CONFIG_QCOM_HIDMA is not set
|
||||
@ -4585,7 +4580,6 @@ CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
# CONFIG_QCOM_MPM is not set
|
||||
# CONFIG_QCOM_OCMEM is not set
|
||||
# CONFIG_QCOM_PDC is not set
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
# CONFIG_QCOM_QFPROM is not set
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
# CONFIG_QCOM_RMTFS_MEM is not set
|
||||
@ -5496,12 +5490,14 @@ CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP=m
|
||||
# CONFIG_SLIP_MODE_SLIP6 is not set
|
||||
CONFIG_SLIP_SMART=y
|
||||
# CONFIG_SLOB_DEPRECATED is not set
|
||||
CONFIG_SLS=y
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
CONFIG_SLUB_KUNIT_TEST=m
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
# CONFIG_SLUB_TINY is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SMARTJOYPLUS_FF is not set
|
||||
# CONFIG_SMB_SERVER is not set
|
||||
@ -5932,6 +5928,7 @@ CONFIG_SND_SOC_RL6231=m
|
||||
CONFIG_SND_SOC_RT1308=m
|
||||
CONFIG_SND_SOC_RT1308_SDW=m
|
||||
CONFIG_SND_SOC_RT1316_SDW=m
|
||||
CONFIG_SND_SOC_RT1318_SDW=m
|
||||
# CONFIG_SND_SOC_RT5616 is not set
|
||||
# CONFIG_SND_SOC_RT5631 is not set
|
||||
# CONFIG_SND_SOC_RT5659 is not set
|
||||
@ -6693,7 +6690,10 @@ CONFIG_USB_CATC=m
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_CDNS_SUPPORT is not set
|
||||
# CONFIG_USB_CHAOSKEY is not set
|
||||
CONFIG_USB_CHIPIDEA_GENERIC=m
|
||||
CONFIG_USB_CHIPIDEA_IMX=m
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
CONFIG_USB_CHIPIDEA_MSM=m
|
||||
# CONFIG_USB_CONN_GPIO is not set
|
||||
CONFIG_USB_CXACRU=m
|
||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||
@ -7137,6 +7137,7 @@ CONFIG_VIDEO_SAA7164=m
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
# CONFIG_VIDEO_STK1160_COMMON is not set
|
||||
# CONFIG_VIDEO_ST_VGXY61 is not set
|
||||
# CONFIG_VIDEO_TC358746 is not set
|
||||
CONFIG_VIDEO_TM6000_ALSA=m
|
||||
CONFIG_VIDEO_TM6000_DVB=m
|
||||
CONFIG_VIDEO_TM6000=m
|
||||
|
7683
kernel-x86_64-rt-debug-rhel.config
Normal file
7683
kernel-x86_64-rt-debug-rhel.config
Normal file
File diff suppressed because it is too large
Load Diff
7659
kernel-x86_64-rt-rhel.config
Normal file
7659
kernel-x86_64-rt-rhel.config
Normal file
File diff suppressed because it is too large
Load Diff
426
kernel.spec
426
kernel.spec
@ -66,6 +66,30 @@
|
||||
# will not see them.
|
||||
%global __spec_install_pre %{___build_pre}
|
||||
|
||||
# Replace '-' with '_' where needed so that variants can use '-' in
|
||||
# their name.
|
||||
%define uname_suffix %{lua:
|
||||
local flavour = rpm.expand('%{?1:+%{1}}')
|
||||
flavour = flavour:gsub('-', '_')
|
||||
if flavour ~= '' then
|
||||
print(flavour)
|
||||
end
|
||||
}
|
||||
|
||||
# This returns the main kernel tied to a debug variant. For example,
|
||||
# kernel-debug is the debug version of kernel, so we return an empty
|
||||
# string. However, kernel-64k-debug is the debug version of kernel-64k,
|
||||
# in this case we need to return "64k", and so on. This is used in
|
||||
# macros below where we need this for some uname based requires.
|
||||
%define uname_variant %{lua:
|
||||
local flavour = rpm.expand('%{?1:%{1}}')
|
||||
_, _, main, sub = flavour:find("(%w+)-(.*)")
|
||||
if main then
|
||||
print("+" .. main)
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
# At the time of this writing (2019-03), RHEL8 packages use w2.xzdio
|
||||
# compression for rpms (xz, level 2).
|
||||
# Kernel has several large (hundreds of mbytes) rpms, they take ~5 mins
|
||||
@ -130,6 +154,8 @@ Summary: The Linux kernel
|
||||
%global include_fedora 1
|
||||
# Include RHEL files
|
||||
%global include_rhel 1
|
||||
# Include RT files
|
||||
%global include_rt 1
|
||||
# Provide Patchlist.changelog file
|
||||
%global patchlist_changelog 1
|
||||
# Set released_kernel to 1 when the upstream source tarball contains a
|
||||
@ -148,13 +174,13 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.4.0
|
||||
%define specversion 6.4.0
|
||||
%define patchversion 6.4
|
||||
%define pkgrelease 0.rc7.20230620git692b7dc87ca6.54
|
||||
%define pkgrelease 0.rc7.20230621gite660abd551f1.55
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.4-rc7-14-g692b7dc87ca6
|
||||
%define tarfile_release 6.4-rc7-41-ge660abd551f1
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 4
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc7.20230620git692b7dc87ca6.54%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc7.20230621gite660abd551f1.55%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.4.0
|
||||
|
||||
@ -184,6 +210,10 @@ Summary: The Linux kernel
|
||||
%define with_debug %{?_without_debug: 0} %{?!_without_debug: 1}
|
||||
# kernel-zfcpdump (s390 specific kernel for zfcpdump)
|
||||
%define with_zfcpdump %{?_without_zfcpdump: 0} %{?!_without_zfcpdump: 1}
|
||||
# kernel-64k (aarch64 kernel with 64K page_size)
|
||||
%define with_arm64_64k %{?_without_arm64_64k: 0} %{?!_without_arm64_64k: 1}
|
||||
# kernel-rt (x86_64 and aarch64 only PREEMPT_RT enabled kernel)
|
||||
%define with_realtime %{?_without_realtime: 1} %{?!_without_realtime: 0}
|
||||
# kernel-doc
|
||||
%define with_doc %{?_without_doc: 0} %{?!_without_doc: 1}
|
||||
# kernel-headers
|
||||
@ -210,6 +240,8 @@ Summary: The Linux kernel
|
||||
%define with_paeonly %{?_with_paeonly: 1} %{?!_with_paeonly: 0}
|
||||
# Only build the debug kernel (--with dbgonly):
|
||||
%define with_dbgonly %{?_with_dbgonly: 1} %{?!_with_dbgonly: 0}
|
||||
# Only build the realtime kernel (--with rtonly):
|
||||
%define with_rtonly %{?_with_rtonly: 1} %{?!_with_rtonly: 0}
|
||||
# Control whether we perform a compat. check against published ABI.
|
||||
%define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1}
|
||||
# Temporarily disable kabi checks until RC.
|
||||
@ -272,6 +304,9 @@ Summary: The Linux kernel
|
||||
%define with_bpftool 0
|
||||
# selftests turns on bpftool
|
||||
%define with_selftests 0
|
||||
# No realtime fedora variants
|
||||
%define with_realtime 0
|
||||
%define with_arm64_64k 0
|
||||
%endif
|
||||
|
||||
%if %{with_verbose}
|
||||
@ -357,6 +392,7 @@ Summary: The Linux kernel
|
||||
%if %{with_baseonly}
|
||||
%define with_pae 0
|
||||
%define with_debug 0
|
||||
%define with_realtime 0
|
||||
%define with_vdso_install 0
|
||||
%define with_perf 0
|
||||
%define with_tools 0
|
||||
@ -372,11 +408,13 @@ Summary: The Linux kernel
|
||||
%if %{with_paeonly}
|
||||
%define with_up 0
|
||||
%define with_debug 0
|
||||
%define with_realtime 0
|
||||
%endif
|
||||
|
||||
# if requested, only build debug kernel
|
||||
%if %{with_dbgonly}
|
||||
%define with_up 0
|
||||
%define with_realtime 0
|
||||
%define with_vdso_install 0
|
||||
%define with_perf 0
|
||||
%define with_tools 0
|
||||
@ -388,6 +426,33 @@ Summary: The Linux kernel
|
||||
%define with_ipaclones 0
|
||||
%endif
|
||||
|
||||
# if requested, only build realtime kernel
|
||||
%if %{with_rtonly}
|
||||
%define with_realtime 1
|
||||
%define with_up 0
|
||||
%define with_pae 0
|
||||
%define with_debug 0
|
||||
%define with_debuginfo 0
|
||||
%define with_vdso_install 0
|
||||
%define with_perf 0
|
||||
%define with_tools 0
|
||||
%define with_bpftool 0
|
||||
%define with_kernel_abi_stablelists 0
|
||||
%define with_selftests 0
|
||||
%define with_cross 0
|
||||
%define with_cross_headers 0
|
||||
%define with_ipaclones 0
|
||||
%define with_headers 0
|
||||
%define with_efiuki 0
|
||||
%define with_zfcpdump 0
|
||||
%define with_arm64_64k 0
|
||||
%endif
|
||||
|
||||
# RT kernel is only built on x86_64 and aarch64
|
||||
%ifnarch x86_64 aarch64
|
||||
%define with_realtime 0
|
||||
%endif
|
||||
|
||||
# turn off kABI DUP check and DWARF-based check if kABI check is disabled
|
||||
%if !%{with_kabichk}
|
||||
%define with_kabidupchk 0
|
||||
@ -425,6 +490,7 @@ Summary: The Linux kernel
|
||||
# don't build noarch kernels or headers (duh)
|
||||
%ifarch noarch
|
||||
%define with_up 0
|
||||
%define with_realtime 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
%define with_tools 0
|
||||
@ -445,6 +511,11 @@ Summary: The Linux kernel
|
||||
%define with_zfcpdump 0
|
||||
%endif
|
||||
|
||||
# 64k variant only for aarch64
|
||||
%ifnarch aarch64
|
||||
%define with_arm64_64k 0
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
# This is not for Fedora
|
||||
%define with_zfcpdump 0
|
||||
@ -535,6 +606,8 @@ Summary: The Linux kernel
|
||||
%define with_debug 0
|
||||
%define with_pae 0
|
||||
%define with_zfcpdump 0
|
||||
%define with_arm64_64k 0
|
||||
%define with_realtime 0
|
||||
|
||||
%define with_debuginfo 0
|
||||
%define with_perf 0
|
||||
@ -837,6 +910,10 @@ Source39: filter-s390x.sh.rhel
|
||||
Source40: filter-modules.sh.rhel
|
||||
|
||||
Source41: x509.genkey.centos
|
||||
# ARM64 64K page-size kernel config
|
||||
Source42: %{name}-aarch64-64k-rhel.config
|
||||
Source43: %{name}-aarch64-64k-debug-rhel.config
|
||||
|
||||
%endif
|
||||
|
||||
%if 0%{?include_fedora}
|
||||
@ -875,6 +952,8 @@ Source85: mod-partner.list
|
||||
|
||||
Source86: dracut-virt.conf
|
||||
|
||||
Source87: flavors
|
||||
|
||||
Source100: rheldup3.x509
|
||||
Source101: rhelkpatch1.x509
|
||||
|
||||
@ -893,6 +972,17 @@ Source213: Module.kabi_dup_x86_64
|
||||
Source300: kernel-abi-stablelists-%{kabiversion}.tar.bz2
|
||||
Source301: kernel-kabi-dw-%{kabiversion}.tar.bz2
|
||||
|
||||
# RT specific virt module
|
||||
Source400: mod-kvm.list
|
||||
|
||||
%if %{include_rt}
|
||||
# realtime config files
|
||||
Source474: %{name}-aarch64-rt-rhel.config
|
||||
Source475: %{name}-aarch64-rt-debug-rhel.config
|
||||
Source476: %{name}-x86_64-rt-rhel.config
|
||||
Source477: %{name}-x86_64-rt-debug-rhel.config
|
||||
%endif
|
||||
|
||||
# Sources for kernel-tools
|
||||
Source2002: kvm_stat.logrotate
|
||||
|
||||
@ -934,9 +1024,9 @@ The kernel meta package
|
||||
%if %{-o:0}%{!-o:1}\
|
||||
Provides: kernel = %{specversion}-%{pkg_release}\
|
||||
%endif\
|
||||
Provides: kernel-%{_target_cpu} = %{specrpmversion}-%{pkg_release}%{?1:+%{1}}\
|
||||
Provides: kernel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel-%{_target_cpu} = %{specrpmversion}-%{pkg_release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires(pre): %{kernel_prereq}\
|
||||
Requires(pre): %{initrd_prereq}\
|
||||
Requires(pre): ((linux-firmware >= 20150904-56.git6ebf5d57) if linux-firmware)\
|
||||
@ -1238,8 +1328,8 @@ This is required to use SystemTap with %{name}%{?1:-%{1}}-%{KVERREL}.\
|
||||
%package %{?1:%{1}-}devel\
|
||||
Summary: Development package for building kernel modules to match the %{?2:%{2} }kernel\
|
||||
Provides: kernel%{?1:-%{1}}-devel-%{_target_cpu} = %{specrpmversion}-%{release}\
|
||||
Provides: kernel-devel-%{_target_cpu} = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel-devel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel-devel-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel-devel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel)\
|
||||
AutoReqProv: no\
|
||||
Requires(pre): findutils\
|
||||
@ -1252,7 +1342,7 @@ Requires: flex\
|
||||
Requires: make\
|
||||
Requires: gcc\
|
||||
%if %{-m:1}%{!-m:0}\
|
||||
Requires: kernel-devel-uname-r = %{KVERREL}\
|
||||
Requires: kernel-devel-uname-r = %{KVERREL}%{uname_variant %{?1:%{1}}}\
|
||||
%endif\
|
||||
%description %{?1:%{1}-}devel\
|
||||
This package provides kernel headers and makefiles sufficient to build modules\
|
||||
@ -1294,13 +1384,13 @@ This package provides *.ipa-clones files.\
|
||||
Summary: Extra kernel modules to match the %{?2:%{2} }kernel\
|
||||
Group: System Environment/Kernel\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{specrpmversion}-%{release}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel-module)\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-internal-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
AutoReq: no\
|
||||
AutoProv: yes\
|
||||
%description %{?1:%{1}-}modules-internal\
|
||||
@ -1315,15 +1405,15 @@ This package provides kernel modules for the %{?2:%{2} }kernel package for Red H
|
||||
%package %{?1:%{1}-}modules-extra\
|
||||
Summary: Extra kernel modules to match the %{?2:%{2} }kernel\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{specrpmversion}-%{release}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel-module)\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-extra-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
%if %{-m:1}%{!-m:0}\
|
||||
Requires: kernel-modules-extra-uname-r = %{KVERREL}\
|
||||
Requires: kernel-modules-extra-uname-r = %{KVERREL}%{uname_variant %{?1:+%{1}}}\
|
||||
%endif\
|
||||
AutoReq: no\
|
||||
AutoProv: yes\
|
||||
@ -1339,14 +1429,14 @@ This package provides less commonly used kernel modules for the %{?2:%{2} }kerne
|
||||
%package %{?1:%{1}-}modules\
|
||||
Summary: kernel modules to match the %{?2:%{2}-}core kernel\
|
||||
Provides: kernel%{?1:-%{1}}-modules-%{_target_cpu} = %{specrpmversion}-%{release}\
|
||||
Provides: kernel-modules-%{_target_cpu} = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel-modules = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel-modules-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel-modules = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel-module)\
|
||||
Provides: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
%if %{-m:1}%{!-m:0}\
|
||||
Requires: kernel-modules-uname-r = %{KVERREL}\
|
||||
Requires: kernel-modules-uname-r = %{KVERREL}%{uname_variant %{?1:+%{1}}}\
|
||||
%endif\
|
||||
AutoReq: no\
|
||||
AutoProv: yes\
|
||||
@ -1362,13 +1452,13 @@ This package provides commonly used kernel modules for the %{?2:%{2}-}core kerne
|
||||
%package %{?1:%{1}-}modules-core\
|
||||
Summary: Core kernel modules to match the %{?2:%{2}-}core kernel\
|
||||
Provides: kernel%{?1:-%{1}}-modules-core-%{_target_cpu} = %{specrpmversion}-%{release}\
|
||||
Provides: kernel-modules-core-%{_target_cpu} = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel-modules-core = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel-modules-core-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel-modules-core = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel-module)\
|
||||
Provides: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
%if %{-m:1}%{!-m:0}\
|
||||
Requires: kernel-modules-core-uname-r = %{KVERREL}\
|
||||
Requires: kernel-modules-core-uname-r = %{KVERREL}%{uname_variant %{?1:+%{1}}}\
|
||||
%endif\
|
||||
AutoReq: no\
|
||||
AutoProv: yes\
|
||||
@ -1383,14 +1473,35 @@ This package provides essential kernel modules for the %{?2:%{2}-}core kernel pa
|
||||
%define kernel_meta_package() \
|
||||
%package %{1}\
|
||||
summary: kernel meta-package for the %{1} kernel\
|
||||
Requires: kernel-%{1}-core-uname-r = %{KVERREL}+%{1}\
|
||||
Requires: kernel-%{1}-modules-uname-r = %{KVERREL}+%{1}\
|
||||
Requires: kernel-%{1}-modules-core-uname-r = %{KVERREL}+%{1}\
|
||||
Requires: kernel-%{1}-core-uname-r = %{KVERREL}+%{uname_suffix %{1}}\
|
||||
Requires: kernel-%{1}-modules-uname-r = %{KVERREL}+%{uname_suffix %{1}}\
|
||||
Requires: kernel-%{1}-modules-core-uname-r = %{KVERREL}+%{uname_suffix %{1}}\
|
||||
%if "%{1}" == "rt" || "%{1}" == "rt-debug"\
|
||||
Requires: realtime-setup\
|
||||
%endif\
|
||||
Provides: installonlypkg(kernel)\
|
||||
%description %{1}\
|
||||
The meta-package for the %{1} kernel\
|
||||
%{nil}
|
||||
|
||||
%if %{with_realtime}
|
||||
#
|
||||
# this macro creates a kernel-rt-<subpackage>-kvm package
|
||||
# %%kernel_kvm_package <subpackage>
|
||||
#
|
||||
%define kernel_kvm_package() \
|
||||
%package %{?1:%{1}-}kvm\
|
||||
Summary: KVM modules for package kernel%{?1:-%{1}}\
|
||||
Group: System Environment/Kernel\
|
||||
Requires: kernel%{?1:-%{1}} = %{version}-%{release}\
|
||||
Provides: installonlypkg(kernel-module)\
|
||||
Provides: kernel%{?1:-%{1}}-kvm-%{_target_cpu} = %{version}-%{release}\
|
||||
AutoReq: no\
|
||||
%description -n kernel%{?1:-%{1}}-kvm\
|
||||
This package provides KVM modules for package kernel%{?1:-%{1}}.\
|
||||
%{nil}
|
||||
%endif
|
||||
|
||||
#
|
||||
# This macro creates a kernel-<subpackage> and its -devel and -debuginfo too.
|
||||
# %%define variant_summary The Linux kernel compiled for <configuration>
|
||||
@ -1399,11 +1510,11 @@ The meta-package for the %{1} kernel\
|
||||
%define kernel_variant_package(n:mo) \
|
||||
%package %{?1:%{1}-}core\
|
||||
Summary: %{variant_summary}\
|
||||
Provides: kernel-%{?1:%{1}-}core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel-%{?1:%{1}-}core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel)\
|
||||
%if %{-m:1}%{!-m:0}\
|
||||
Requires: kernel-core-uname-r = %{KVERREL}\
|
||||
Requires: kernel-%{?1:%{1}-}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel-core-uname-r = %{KVERREL}%{uname_variant %{?1:+%{1}}}\
|
||||
Requires: kernel-%{?1:%{1}-}-modules-core-uname-r = %{KVERREL}%{uname_variant %{?1:+%{1}}}\
|
||||
%endif\
|
||||
%{expand:%%kernel_reqprovconf %{?1:%{1}} %{-o:%{-o}}}\
|
||||
%if %{?1:1} %{!?1:0} \
|
||||
@ -1421,12 +1532,16 @@ Requires: kernel-%{?1:%{1}-}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
%endif\
|
||||
%{expand:%%kernel_debuginfo_package %{?1:%{1}}}\
|
||||
%endif\
|
||||
%if "%{1}" == "rt" || "%{1}" == "rt-debug"\
|
||||
%{expand:%%kernel_kvm_package %{?1:%{1}}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\
|
||||
%else \
|
||||
%if %{with_efiuki}\
|
||||
%package %{?1:%{1}-}uki-virt\
|
||||
Summary: %{variant_summary} unified kernel image for virtual machines\
|
||||
Provides: installonlypkg(kernel)\
|
||||
Provides: kernel-%{?1:%{1}-}uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel-%{?1:%{1}-}uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
%endif\
|
||||
%endif\
|
||||
%if %{with_gcov}\
|
||||
%{expand:%%kernel_gcov_package %{?1:%{1}}}\
|
||||
@ -1442,13 +1557,13 @@ Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Summary: Extra kernel modules to match the %{?2:%{2} }kernel\
|
||||
Group: System Environment/Kernel\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner-%{_target_cpu} = %{specrpmversion}-%{release}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner-%{_target_cpu} = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner = %{specrpmversion}-%{release}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner = %{specrpmversion}-%{release}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: installonlypkg(kernel-module)\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{?1:+%{1}}\
|
||||
Provides: kernel%{?1:-%{1}}-modules-partner-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
AutoReq: no\
|
||||
AutoProv: yes\
|
||||
%description %{?1:%{1}-}modules-partner\
|
||||
@ -1474,7 +1589,51 @@ zfcpdump infrastructure.
|
||||
# with_zfcpdump
|
||||
%endif
|
||||
|
||||
%if %{with_arm64_64k}
|
||||
%define variant_summary The Linux kernel compiled for 64k pagesize usage
|
||||
%kernel_variant_package 64k
|
||||
%description 64k-core
|
||||
The kernel package contains a variant of the ARM64 Linux kernel using
|
||||
a 64K page size.
|
||||
%endif
|
||||
|
||||
%if %{with_arm64_64k} && %{with_debug}
|
||||
%define variant_summary The Linux kernel compiled with extra debugging enabled
|
||||
%if !%{debugbuildsenabled}
|
||||
%kernel_variant_package -m 64k-debug
|
||||
%else
|
||||
%kernel_variant_package 64k-debug
|
||||
%endif
|
||||
%description 64k-debug-core
|
||||
The debug kernel package contains a variant of the ARM64 Linux kernel using
|
||||
a 64K page size.
|
||||
This variant of the kernel has numerous debugging options enabled.
|
||||
It should only be installed when trying to gather additional information
|
||||
on kernel bugs, as some of these options impact performance noticably.
|
||||
%endif
|
||||
|
||||
%if %{with_debug} && %{with_realtime}
|
||||
%define variant_summary The Linux PREEMPT_RT kernel compiled with extra debugging enabled
|
||||
%kernel_variant_package rt-debug
|
||||
%description rt-debug-core
|
||||
The kernel package contains the Linux kernel (vmlinuz), the core of any
|
||||
Linux operating system. The kernel handles the basic functions
|
||||
of the operating system: memory allocation, process allocation, device
|
||||
input and output, etc.
|
||||
|
||||
This variant of the kernel has numerous debugging options enabled.
|
||||
It should only be installed when trying to gather additional information
|
||||
on kernel bugs, as some of these options impact performance noticably.
|
||||
%endif
|
||||
|
||||
%if %{with_realtime}
|
||||
%define variant_summary The Linux kernel compiled with PREEMPT_RT enabled
|
||||
%kernel_variant_package rt
|
||||
%description rt-core
|
||||
This package includes a version of the Linux kernel compiled with the
|
||||
PREEMPT_RT real-time preemption support
|
||||
%endif
|
||||
|
||||
%if !%{debugbuildsenabled}
|
||||
%kernel_variant_package -m debug
|
||||
%else
|
||||
@ -1490,6 +1649,7 @@ This variant of the kernel has numerous debugging options enabled.
|
||||
It should only be installed when trying to gather additional information
|
||||
on kernel bugs, as some of these options impact performance noticably.
|
||||
|
||||
%if %{with_up}
|
||||
# And finally the main -core package
|
||||
|
||||
%define variant_summary The Linux kernel
|
||||
@ -1499,6 +1659,7 @@ The kernel package contains the Linux kernel (vmlinuz), the core of any
|
||||
Linux operating system. The kernel handles the basic functions
|
||||
of the operating system: memory allocation, process allocation, device
|
||||
input and output, etc.
|
||||
%endif
|
||||
|
||||
%if %{with_efiuki}
|
||||
%description debug-uki-virt
|
||||
@ -2244,6 +2405,10 @@ BuildKernel() {
|
||||
# Identify modules in the kernel-modules-partner package
|
||||
%{SOURCE20} $RPM_BUILD_ROOT lib/modules/$KernelVer %{SOURCE85} partner
|
||||
%endif
|
||||
if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then
|
||||
# Identify modules in the kernel-rt-kvm package
|
||||
%{SOURCE20} $RPM_BUILD_ROOT lib/modules/$KernelVer %{SOURCE400} kvm
|
||||
fi
|
||||
|
||||
#
|
||||
# Generate the kernel-core and kernel-modules files lists
|
||||
@ -2265,6 +2430,10 @@ BuildKernel() {
|
||||
# don't include anything going into kernel-modules-partner in the file lists
|
||||
xargs rm -rf < mod-partner.list
|
||||
%endif
|
||||
if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then
|
||||
# don't include anything going into kernel-rt-kvm in the file lists
|
||||
xargs rm -rf < mod-kvm.list
|
||||
fi
|
||||
|
||||
if [ $DoModules -eq 1 ]; then
|
||||
# Find all the module files and filter them out into the core and
|
||||
@ -2294,15 +2463,18 @@ BuildKernel() {
|
||||
touch lib/modules/$KernelVer/modules.builtin
|
||||
fi
|
||||
|
||||
if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then
|
||||
echo "Skipping efiuki build"
|
||||
else
|
||||
%if %{with_efiuki}
|
||||
popd
|
||||
popd
|
||||
|
||||
KernelUnifiedImageDir="$RPM_BUILD_ROOT/lib/modules/$KernelVer"
|
||||
KernelUnifiedImage="$KernelUnifiedImageDir/$InstallName-virt.efi"
|
||||
KernelUnifiedImageDir="$RPM_BUILD_ROOT/lib/modules/$KernelVer"
|
||||
KernelUnifiedImage="$KernelUnifiedImageDir/$InstallName-virt.efi"
|
||||
|
||||
mkdir -p $KernelUnifiedImageDir
|
||||
mkdir -p $KernelUnifiedImageDir
|
||||
|
||||
dracut --conf=%{SOURCE86} \
|
||||
dracut --conf=%{SOURCE86} \
|
||||
--confdir=$(mktemp -d) \
|
||||
--verbose \
|
||||
--kver "$KernelVer" \
|
||||
@ -2315,23 +2487,25 @@ BuildKernel() {
|
||||
|
||||
%if %{signkernel}
|
||||
|
||||
%pesign -s -i $KernelUnifiedImage -o $KernelUnifiedImage.tmp -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0}
|
||||
%pesign -s -i $KernelUnifiedImage.tmp -o $KernelUnifiedImage.signed -a %{secureboot_ca_1} -c %{secureboot_key_1} -n %{pesign_name_1}
|
||||
rm -f $KernelUnifiedImage.tmp
|
||||
%pesign -s -i $KernelUnifiedImage -o $KernelUnifiedImage.tmp -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0}
|
||||
%pesign -s -i $KernelUnifiedImage.tmp -o $KernelUnifiedImage.signed -a %{secureboot_ca_1} -c %{secureboot_key_1} -n %{pesign_name_1}
|
||||
rm -f $KernelUnifiedImage.tmp
|
||||
|
||||
if [ ! -s $KernelUnifiedImage.signed ]; then
|
||||
echo "pesigning failed"
|
||||
exit 1
|
||||
fi
|
||||
mv $KernelUnifiedImage.signed $KernelUnifiedImage
|
||||
if [ ! -s $KernelUnifiedImage.signed ]; then
|
||||
echo "pesigning failed"
|
||||
exit 1
|
||||
fi
|
||||
mv $KernelUnifiedImage.signed $KernelUnifiedImage
|
||||
|
||||
# signkernel
|
||||
%endif
|
||||
|
||||
pushd $RPM_BUILD_ROOT
|
||||
pushd $RPM_BUILD_ROOT
|
||||
|
||||
# with_efiuki
|
||||
%endif
|
||||
: # in case of empty block
|
||||
fi # "$Variant" == "rt" || "$Variant" == "rt-debug"
|
||||
|
||||
remove_depmod_files
|
||||
|
||||
@ -2358,6 +2532,9 @@ BuildKernel() {
|
||||
sed -e 's/^lib*/%dir \/lib/' %{?zipsed} $RPM_BUILD_ROOT/module-dirs.list > ../kernel${Variant:+-${Variant}}-modules-core.list
|
||||
sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/modules.list >> ../kernel${Variant:+-${Variant}}-modules-core.list
|
||||
sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/mod-extra.list >> ../kernel${Variant:+-${Variant}}-modules-extra.list
|
||||
if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then
|
||||
sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/mod-kvm.list >> ../kernel${Variant:+-${Variant}}-kvm.list
|
||||
fi
|
||||
|
||||
# Cleanup
|
||||
rm -f $RPM_BUILD_ROOT/k-d.list
|
||||
@ -2368,6 +2545,9 @@ BuildKernel() {
|
||||
%if 0%{!?fedora:1}
|
||||
rm -f $RPM_BUILD_ROOT/mod-partner.list
|
||||
%endif
|
||||
if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then
|
||||
rm -f $RPM_BUILD_ROOT/mod-kvm.list
|
||||
fi
|
||||
|
||||
%if %{signmodules}
|
||||
if [ $DoModules -eq 1 ]; then
|
||||
@ -2450,23 +2630,43 @@ cd linux-%{KVERREL}
|
||||
|
||||
|
||||
%if %{with_debug}
|
||||
%if %{with_realtime} && !%{with_dbgonly}
|
||||
echo "building rt-debug"
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso} rt-debug
|
||||
%endif
|
||||
|
||||
%if %{with_arm64_64k}
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso} 64k-debug
|
||||
%endif
|
||||
|
||||
%if %{with_up}
|
||||
echo "building main debug package"
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso} debug
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{with_zfcpdump}
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso} zfcpdump
|
||||
%endif
|
||||
|
||||
%if %{with_arm64_64k}
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso} 64k
|
||||
%endif
|
||||
|
||||
%if %{with_pae}
|
||||
BuildKernel %make_target %kernel_image %{use_vdso} lpae
|
||||
%endif
|
||||
|
||||
%if %{with_realtime}
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso} rt
|
||||
%endif
|
||||
|
||||
%if %{with_up}
|
||||
BuildKernel %make_target %kernel_image %{_use_vdso}
|
||||
%endif
|
||||
|
||||
%ifnarch noarch i686
|
||||
%if !%{with_debug} && !%{with_zfcpdump} && !%{with_pae} && !%{with_up}
|
||||
%ifnarch noarch i686 %{nobuildarches}
|
||||
%if !%{with_debug} && !%{with_zfcpdump} && !%{with_pae} && !%{with_up} && !%{with_arm64_64k} && !%{with_realtime}
|
||||
# If only building the user space tools, then initialize the build environment
|
||||
# and some variables so that the various userspace tools can be built.
|
||||
InitBuildVars
|
||||
@ -2618,7 +2818,15 @@ find Documentation -type d | xargs chmod u+w
|
||||
%{modsign_cmd} certs/signing_key.pem.sign+lpae certs/signing_key.x509.sign+lpae $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+lpae/ \
|
||||
fi \
|
||||
if [ "%{with_debug}" -ne "0" ]; then \
|
||||
%{modsign_cmd} certs/signing_key.pem.sign+debug certs/signing_key.x509.sign+debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+debug/ \
|
||||
if [ "%{with_realtime}" -ne "0" ]; then \
|
||||
%{modsign_cmd} certs/signing_key.pem.sign+rt-debug certs/signing_key.x509.sign+rt-debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+rt-debug/ \
|
||||
fi \
|
||||
if [ "%{with_up}" -ne "0" ]; then \
|
||||
%{modsign_cmd} certs/signing_key.pem.sign+debug certs/signing_key.x509.sign+debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+debug/ \
|
||||
fi \
|
||||
if [ "%{with_arm64_64k}" -ne "0" ]; then \
|
||||
%{modsign_cmd} certs/signing_key.pem.sign+64k-debug certs/signing_key.x509.sign+64k-debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+64k-debug/ \
|
||||
fi \
|
||||
fi \
|
||||
if [ "%{with_up}" -ne "0" ]; then \
|
||||
%{modsign_cmd} certs/signing_key.pem.sign certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
|
||||
@ -2639,7 +2847,7 @@ find Documentation -type d | xargs chmod u+w
|
||||
|
||||
%if %{with_debuginfo}
|
||||
|
||||
%ifnarch noarch
|
||||
%ifnarch noarch %{nobuildarches}
|
||||
%global __debug_package 1
|
||||
%files -f debugfiles.list debuginfo-common-%{_target_cpu}
|
||||
%endif
|
||||
@ -3006,6 +3214,21 @@ fi\
|
||||
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
|
||||
%{nil}
|
||||
|
||||
%if %{with_realtime}
|
||||
#
|
||||
# This macro defines a %%post script for a kernel*-kvm package.
|
||||
# It also defines a %%postun script that does the same thing.
|
||||
# %%kernel_kvm_post [<subpackage>]
|
||||
#
|
||||
%define kernel_kvm_post() \
|
||||
%{expand:%%post %{?1:%{1}-}kvm}\
|
||||
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
|
||||
%{nil}\
|
||||
%{expand:%%postun %{?1:%{1}-}kvm}\
|
||||
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
|
||||
%{nil}
|
||||
%endif
|
||||
|
||||
#
|
||||
# This macro defines a %%post script for a kernel*-modules package.
|
||||
# It also defines a %%postun script that does the same thing.
|
||||
@ -3123,14 +3346,21 @@ fi\
|
||||
%kernel_uki_virt_scripts
|
||||
%endif
|
||||
|
||||
%if %{with_up}
|
||||
%kernel_variant_preun
|
||||
%kernel_variant_post -r kernel-smp
|
||||
%endif
|
||||
|
||||
%if %{with_pae}
|
||||
%kernel_variant_preun lpae
|
||||
%kernel_variant_post -v lpae -r (kernel|kernel-smp)
|
||||
%endif
|
||||
|
||||
%if %{with_zfcpdump}
|
||||
%kernel_variant_preun zfcpdump
|
||||
%kernel_variant_post -v zfcpdump
|
||||
%endif
|
||||
|
||||
%if %{with_debug}
|
||||
%if %{with_efiuki}
|
||||
%kernel_uki_virt_scripts debug
|
||||
@ -3139,15 +3369,33 @@ fi\
|
||||
%kernel_variant_post -v debug
|
||||
%endif
|
||||
|
||||
%if %{with_zfcpdump}
|
||||
%kernel_variant_preun zfcpdump
|
||||
%kernel_variant_post -v zfcpdump
|
||||
%if %{with_arm64_64k}
|
||||
%kernel_variant_preun 64k
|
||||
%kernel_variant_post -v 64k
|
||||
%endif
|
||||
|
||||
%if %{with_debug} && %{with_arm64_64k}
|
||||
%kernel_variant_preun 64k-debug
|
||||
%kernel_variant_post -v 64k-debug
|
||||
%endif
|
||||
|
||||
%if %{with_realtime}
|
||||
%kernel_variant_preun rt
|
||||
%kernel_variant_post -v rt -r (kernel|kernel-smp)
|
||||
%kernel_kvm_post rt
|
||||
%if %{with_debug}
|
||||
%kernel_variant_preun rt-debug
|
||||
%kernel_variant_post -v rt-debug
|
||||
%kernel_kvm_post rt-debug
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifnarch noarch %{nobuildarches}
|
||||
if [ -x /sbin/ldconfig ]
|
||||
then
|
||||
/sbin/ldconfig -X || exit $?
|
||||
fi
|
||||
%endif
|
||||
|
||||
###
|
||||
### file lists
|
||||
@ -3334,7 +3582,7 @@ fi
|
||||
%if %{2}\
|
||||
%{expand:%%files %{?1:-f kernel-%{?3:%{3}-}ldsoconf.list} %{?3:%{3}-}core}\
|
||||
%{!?_licensedir:%global license %%doc}\
|
||||
%license linux-%{KVERREL}/COPYING-%{version}-%{release}\
|
||||
%%license linux-%{KVERREL}/COPYING-%{version}-%{release}\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}\
|
||||
%ghost /%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?3:+%{3}}\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/.vmlinuz.hmac \
|
||||
@ -3387,6 +3635,10 @@ fi
|
||||
%{expand:%%files -f debuginfo%{?3}.list %{?3:%{3}-}debuginfo}\
|
||||
%endif\
|
||||
%endif\
|
||||
%if "%{3}" == "rt" || "%{3}" == "rt-debug"\
|
||||
%{expand:%%files %{?3:%{3}-}kvm}\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/kvm\
|
||||
%else\
|
||||
%if %{with_efiuki}\
|
||||
%{expand:%%files %{?3:%{3}-}uki-virt}\
|
||||
%attr(0600, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/System.map\
|
||||
@ -3396,6 +3648,7 @@ fi
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi\
|
||||
%ghost /%{image_install_path}/efi/EFI/Linux/%{?-k:%{-k*}}%{!?-k:*}-%{KVERREL}%{?3:+%{3}}.efi\
|
||||
%endif\
|
||||
%endif\
|
||||
%if %{?3:1} %{!?3:0}\
|
||||
%{expand:%%files %{3}}\
|
||||
%endif\
|
||||
@ -3409,6 +3662,13 @@ fi
|
||||
|
||||
%kernel_variant_files %{_use_vdso} %{with_up}
|
||||
%kernel_variant_files %{_use_vdso} %{with_debug} debug
|
||||
%if %{with_arm64_64k}
|
||||
%kernel_variant_files %{_use_vdso} %{with_debug} 64k-debug
|
||||
%endif
|
||||
%kernel_variant_files %{_use_vdso} %{with_realtime} rt
|
||||
%if %{with_realtime}
|
||||
%kernel_variant_files %{_use_vdso} %{with_debug} rt-debug
|
||||
%endif
|
||||
%if %{with_debug_meta}
|
||||
%files debug
|
||||
%files debug-core
|
||||
@ -3417,9 +3677,17 @@ fi
|
||||
%files debug-modules
|
||||
%files debug-modules-core
|
||||
%files debug-modules-extra
|
||||
%if %{with_arm64_64k}
|
||||
%files 64k-debug
|
||||
%files 64k-debug-core
|
||||
%files 64k-debug-devel
|
||||
%files 64k-debug-devel-matched
|
||||
%files 64k-debug-modules
|
||||
%files 64k-debug-modules-extra
|
||||
%endif
|
||||
%endif
|
||||
%kernel_variant_files %{use_vdso} %{with_pae} lpae
|
||||
%kernel_variant_files %{_use_vdso} %{with_zfcpdump} zfcpdump
|
||||
%kernel_variant_files %{_use_vdso} %{with_arm64_64k} 64k
|
||||
|
||||
%define kernel_variant_ipaclones(k:) \
|
||||
%if %{1}\
|
||||
@ -3439,6 +3707,24 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Jun 21 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.4.0-0.rc7.e660abd551f1.55]
|
||||
- redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov)
|
||||
- redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan)
|
||||
- redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams)
|
||||
- redhat: turn off 64k kernel builds with rtonly (Clark Williams)
|
||||
- redhat: turn off zfcpdump for rtonly (Clark Williams)
|
||||
- redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams)
|
||||
- redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams)
|
||||
- redhat: fix realtime and efiuki build conflict (Jan Stancek)
|
||||
- arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073]
|
||||
- redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams)
|
||||
- redhat: TEMPORARY default realtime to off (Clark Williams)
|
||||
- redhat: moved ARM errata configs to arm dir (Clark Williams)
|
||||
- redhat: RT packaging changes (Clark Williams)
|
||||
- redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams)
|
||||
- redhat: realtime config entries (Clark Williams)
|
||||
- Linux v6.4.0-0.rc7.e660abd551f1
|
||||
|
||||
* Tue Jun 20 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.4.0-0.rc7.692b7dc87ca6.54]
|
||||
- Linux v6.4.0-0.rc7.692b7dc87ca6
|
||||
|
||||
|
5
mod-kvm.list
Normal file
5
mod-kvm.list
Normal file
@ -0,0 +1,5 @@
|
||||
kvm-amd
|
||||
kvm-intel
|
||||
kvm
|
||||
kvmgt
|
||||
ptp_kvm
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-6.4-rc7-14-g692b7dc87ca6.tar.xz) = e3f73e343b4a12dc72fc01c9244e2f439e9b0acc752211dc6286cdfe611c061a3b8663451ae9330ad1cf84934fe5d80a5746d6a451a97e2f6e006371b43d927c
|
||||
SHA512 (kernel-abi-stablelists-6.4.0.tar.bz2) = 709c120ca41ef0da67f1ddf1a068a5df32fbfd45570fc8522f2791175149df8829e7f4c87630cb4cca3561ab2636d59c6c21ff808fc77e4912c9edb209df90d1
|
||||
SHA512 (kernel-kabi-dw-6.4.0.tar.bz2) = df502609ff015de66e58b0c617177be837a024e28e046f8b16f0743187adff205c209175a82043a3a1cd020d8f9cd54433ee7aa16b65eb7e1599417fa587654a
|
||||
SHA512 (linux-6.4-rc7-41-ge660abd551f1.tar.xz) = d08776430e21ae5202c8c5a17911591954b4417aaa07248ba3311cd1090e283690e6d3487caf6207051a678daeea4adde8c62bf90a6c242abd4230da8a857473
|
||||
SHA512 (kernel-abi-stablelists-6.4.0.tar.bz2) = 93b25f67d2e26ad9f637dcb91e5e32b94ef6bff87ed8000a2dcf491b89a4d19cea802c1956f0b4d453c80189aff3e1da908f3a08aef901264047b4a6ed90e7d7
|
||||
SHA512 (kernel-kabi-dw-6.4.0.tar.bz2) = 4a0849835bcd98378127dad5e783a6e95179f4b3ce951f4e6fc203fed9d291d37938177623e15584a71c32ae898d63df75c9f7ed7f7f89ef0ee31a82507215e5
|
||||
|
Loading…
Reference in New Issue
Block a user