Skip to content

Commit

Permalink
Update Linux Kernel version to 6.1.94, update Buildroot version to 20…
Browse files Browse the repository at this point in the history
…24.02.3
  • Loading branch information
rluzuriaga authored Jun 17, 2024
1 parent 9c97804 commit cdc73fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.1.89'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.1'
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.1.94'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.3'

Usage() {
echo -e "Usage: $0 [-knfvh?] [-a x64]"
Expand Down
1 change: 1 addition & 0 deletions configs/kernelx64.config
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ CONFIG_HAVE_LIVEPATCH=y
CONFIG_CC_HAS_SLS=y
CONFIG_CC_HAS_RETURN_THUNK=y
CONFIG_SPECULATION_MITIGATIONS=y
CONFIG_CPU_MITIGATIONS=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_RETPOLINE=y
CONFIG_RETHUNK=y
Expand Down
1 change: 1 addition & 0 deletions configs/kernelx86.config
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ CONFIG_MODIFY_LDT_SYSCALL=y
CONFIG_CC_HAS_SLS=y
CONFIG_CC_HAS_RETURN_THUNK=y
CONFIG_SPECULATION_MITIGATIONS=y
CONFIG_CPU_MITIGATIONS=y
CONFIG_RETPOLINE=y
# CONFIG_RETHUNK is not set
# CONFIG_GDS_FORCE_MITIGATION is not set
Expand Down

0 comments on commit cdc73fb

Please sign in to comment.