Skip to content

Instantly share code, notes, and snippets.

@foersleo
Last active March 29, 2023 17:02
Show Gist options
  • Save foersleo/586330ea65604a87773598b869a95edb to your computer and use it in GitHub Desktop.
Save foersleo/586330ea65604a87773598b869a95edb to your computer and use it in GitHub Desktop.
BR kernel config changes update to 5.10.173 and 5.15.102
Kernel-5.10 Kernel-5.15
Aws-k8s-1.23 Metal-k8s-1.23 Aws-dev Metal-dev
X86_64 aarch64 X86_64 X86_64 aarch64 X86_64 aarch64
-DRM_MXSFB n x x x new dependency on ARCH_MXS || ARCH_MXC upstream - backported into v5.10.173 and v5.15.99
-NET_CLS_TCINDEX m x x x x x x x got removed upstream - backported into v5.10.173 and v5.15.100
FS_ENCRYPTION n -> y x x x Enabled fscrypt support in AL2
+FS_ENCRYPTION_ALGS y x x x Enabled with FS_ENCRYPTION
CRYPTO_CTS m -> y x x x selected by FS_ENCRYPTION_ALGS
CRYPTO_CBC m -> y x x selected by FS_ENCRYPTION_ALGS
CRYPTO_ECB m -> y x x selected by FS_ENCRYPTION_ALGS
CRYPTO_SHA512 m -> y x selected by FS_ENCRYPTION_ALGS
CRYPTO_XTS m -> y x x x selected by FS_ENCRYPTION_ALGS
-MICROCODE_OLD_INTERFACE y x x x x got removed upstream - backported into v5.10.173 and 5.15.99 respectively
+MICROCODE_LATE_LOADING n x x x x got default disabled upstream - backported into v5.10.173 and v5.15.173 respectively
RSEQ n -> y x x Enabled for architecture parity between aarch64 and x86_64
+DEBUG_RSEQ n x x added because RSEQ was added
+ARCH_HAS_PARANOID_L1D_FLUSH y x x This has been set before - but not explicitly
-HISI_DMA n x x new dependency on ARCH_HISI - backported to v5.15.99
+PAHOLE_VERSION 124 x x x x new option upstream - backported into v5.15.96
+DEBUG_INFO_DWARF5 n x x x x depndencies upstream changed to make this option visible - backported into v5.15.96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment