Skip to content

Commit

Permalink
chore: bump kernel to 5.15.29
Browse files Browse the repository at this point in the history
Bump kernel to 5.15.29 stable

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 17, 2022
1 parent 76a24b5 commit d3bb262
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.15.28 Kernel Configuration
# Linux/x86 5.15.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
Expand Down
3 changes: 1 addition & 2 deletions kernel/build/config-arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.15.28 Kernel Configuration
# Linux/arm64 5.15.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -405,7 +405,6 @@ CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_HW_PERF_EVENTS=y
CONFIG_ARCH_HAS_FILTER_PGPROT=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
# CONFIG_KEXEC is not set
Expand Down
6 changes: 3 additions & 3 deletions kernel/prepare/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- image: '{{ .TOOLS_IMAGE }}'
steps:
- sources:
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.28.tar.xz
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.29.tar.xz
destination: linux.tar.xz
sha256: d8a2bbf3b971db9fd9a17b7768559f0a830b167d03c986fab636a57394b010e6
sha512: b92803ee520298ee0328bcbf96d536a72e68086e83e822b3136bf75a576a7610fba25f8878b2a419ad847a43c61b135bbe006d2fa5bc12c3e4a14d4e254e6ba9
sha256: 5905e684602c47ae95746d4003cb834335e5451aca4ac7c3013f15dd49ed876e
sha512: 4221722a076580a6cd3526b62d8885a20c2d4de12ac3da47cabb15e5613264735982d372d04eb523b9405fe684b7de2501ac97f98c5b6f1a8f04d93bb4674ba8
env:
ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }}
prepare:
Expand Down

0 comments on commit d3bb262

Please sign in to comment.