Commit Graph

10 Commits

Author SHA1 Message Date
69b61d1997
enable CONFIG_DEBUG_INFO_BTF for real by disabling CONFIG_DEBUG_INFO_REDUCED 2023-12-18 12:37:23 +05:30
8e75101c4c
fuck 2023-12-18 10:45:10 +05:30
9498af1459
remove CONFIG_BUILD_SALT 2023-12-18 10:15:38 +05:30
68fc9be41f
"rebase" the defconfig to Fedora's 2023-12-18 09:53:43 +05:30
e4db63137d
retry rockchip enablement 2023-12-17 20:11:20 +05:30
f8017c77f9
resync with config-6.6.6-200.fc39.aarch64 2023-12-17 19:55:21 +05:30
cc915e4393
config-aarch64: I have now entered my final form! 2023-11-21 22:02:21 +05:30
b6bc0f627e
reduce RHEL's overrides over platform's defconfig
(also bump kernel-stable from 6.6.1-001 to 6.6.1-002)

Out of all overrides that scripts/kconfig/merge_config.sh has mentioned
(and captured in rhel/log.merge_config), some have been kept for the sake of
keeping the kernel behaviour "mostly" RHEL-like. Except for the following
overrides, all other overrides have been removed:

CONFIG_SERIO_SERPORT=m

CONFIG_VFAT_FS=m
CONFIG_SQUASHFS=m
CONFIG_NFS_FS=m
CONFIG_NFS_V4=m

CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_USER_API_RNG=y
CONFIG_CRYPTO_CHACHA20_NEON=y
CONFIG_CRYPTO_GHASH_ARM64_CE=m
CONFIG_CRYPTO_SHA1_ARM64_CE=m
CONFIG_CRYPTO_SHA2_ARM64_CE=m

CONFIG_CMA_SIZE_MBYTES=0
2023-11-20 13:59:02 +05:30
30d3add7d3
do a "defconfig + elconfig" to get a .config
- Copy rhel/diff.config to config-aarch64.
- Enable building the kernel config in such a way that the defconfig's
  options are _used_ but certain RHEL-specific options are overridden.
- The build salt got carried over from the RHEL diff.config, remove that.
- Unset CONFIG_DEBUG_INFO_REDUCED so that CONFIG_DEBUG_INFO_BTF can be
  enabled. Otherwise the build fails at the step where the bpftool
  package gets built.
2023-11-19 09:13:36 +05:30
5d13ad5dc4
make the SPEC file more generic
- Removed versions from file names.
- Add spec files that specify items that vary between kernel versions.
- Move the kernel-ml SPEC file as the file that gets included.
- Make the include file more "generic" such that a kernel can be built
  with only version, package name and source0 specified.
- Do not `exit 1` on finding new options.
- Remove the '-s' that gets passed to the make macro to get "normally
  verbose" build output.
2023-11-18 10:43:17 +05:30