Commit Graph

9 Commits

Author SHA1 Message Date
c2249ddcc1
bump kernel-stable to 6.6.6-018 2023-12-18 12:37:48 +05:30
433a7ef8b8
bump kernel-stable from 6.6.6-017 2023-12-18 10:46:12 +05:30
0e73b8219d
bump kernel-stable to 6.6.6-013 2023-12-17 20:11:55 +05:30
313142e640
bump kernel-stable from 6.6.3-001 to 6.6.6-001 2023-12-12 10:34:13 +05:30
75e8c29774
bump kernel-stable from 6.6.1-003 to 6.6.3-001 2023-11-29 08:03:00 +05:30
0097070fdf
bump kernel-stable from 6.6.1-002 to 6.6.1-003 2023-11-21 22:03:09 +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
8059a4b285
bump stable from 6.6.1-0 to 6.6.1-001 2023-11-19 11:20:33 +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