Skip to content

Commit f6982cb

Browse files
authored
Merge pull request #280 from bottlerocket-os/update_2025-09-29_6.12
kernel-6.12 : update to 6.12.46-66.121
2 parents 78faf6f + 7268598 commit f6982cb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/kernel-6.12/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ path = "../packages.rs"
1313

1414
[[package.metadata.build-package.external-files]]
1515
# Use latest-kernel-srpm-url.sh to get this.
16-
url = "https://cdn.amazonlinux.com/al2023/blobstore/d9f128189bb87083f93221463a88c2b9051e274502707f2eb0de8fa461646e2d/kernel6.12-6.12.40-64.114.amzn2023.src.rpm"
17-
sha512 = "17cb2df6ba6f5d31719815243a1bde156f822354e50a57405b51a49827e0c29ae0db3155ca7811036ee059e169b8f320d8c87d15cbdb829bc095c6f6aa6208a8"
16+
url = "https://cdn.amazonlinux.com/al2023/blobstore/90e970acea5d658008c0707a6c4953b0e877f85b122cd967525bfecb043af96b/kernel6.12-6.12.46-66.121.amzn2023.src.rpm"
17+
sha512 = "ca7fc22f52e6d0c29d02ed2d51636a63e460d4ec5f2ac49a2cd0ad901af1031ff5741fc54c91388572b03518a250f9901ed68ad9650e37a6abb655e1277239a6"
1818
force-upstream = true
1919

2020
[[package.metadata.build-package.external-files]]

packages/kernel-6.12/config-full-bottlerocket-aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.12.40 Kernel Configuration
3+
# Linux/arm64 6.12.46 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-bottlerocket-linux-gnu-gcc (Buildroot 2024.11.1) 13.3.0"
66
CONFIG_CC_IS_GCC=y
@@ -108,7 +108,6 @@ CONFIG_BPF_JIT=y
108108
CONFIG_BPF_JIT_ALWAYS_ON=y
109109
CONFIG_BPF_JIT_DEFAULT_ON=y
110110
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
111-
CONFIG_USERMODE_DRIVER=y
112111
CONFIG_BPF_PRELOAD=y
113112
CONFIG_BPF_PRELOAD_UMD=m
114113
CONFIG_BPF_LSM=y
@@ -4776,6 +4775,7 @@ CONFIG_VHOST_NET=m
47764775
# CONFIG_VHOST_SCSI is not set
47774776
CONFIG_VHOST_VSOCK=m
47784777
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
4778+
CONFIG_VHOST_ENABLE_FORK_OWNER_CONTROL=y
47794779

47804780
#
47814781
# Microsoft Hyper-V guest support

packages/kernel-6.12/config-full-bottlerocket-x86_64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.12.40 Kernel Configuration
3+
# Linux/x86 6.12.46 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="x86_64-bottlerocket-linux-gnu-gcc (Buildroot 2024.11.1) 13.3.0"
66
CONFIG_CC_IS_GCC=y
@@ -124,7 +124,6 @@ CONFIG_BPF_JIT=y
124124
CONFIG_BPF_JIT_ALWAYS_ON=y
125125
CONFIG_BPF_JIT_DEFAULT_ON=y
126126
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
127-
CONFIG_USERMODE_DRIVER=y
128127
CONFIG_BPF_PRELOAD=y
129128
CONFIG_BPF_PRELOAD_UMD=m
130129
CONFIG_BPF_LSM=y
@@ -4350,6 +4349,7 @@ CONFIG_VHOST_NET=m
43504349
# CONFIG_VHOST_SCSI is not set
43514350
CONFIG_VHOST_VSOCK=m
43524351
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
4352+
CONFIG_VHOST_ENABLE_FORK_OWNER_CONTROL=y
43534353

43544354
#
43554355
# Microsoft Hyper-V guest support

packages/kernel-6.12/kernel-6.12.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
%global kmajor 6.12
55

66
Name: %{_cross_os}kernel-%{kmajor}
7-
Version: 6.12.40
7+
Version: 6.12.46
88
Release: 1%{?dist}
99
Summary: The Linux kernel
1010
License: GPL-2.0 WITH Linux-syscall-note
1111
URL: https://www.kernel.org/
1212
# Use latest-kernel-srpm-url.sh to get this.
13-
Source0: https://cdn.amazonlinux.com/al2023/blobstore/d9f128189bb87083f93221463a88c2b9051e274502707f2eb0de8fa461646e2d/kernel6.12-6.12.40-64.114.amzn2023.src.rpm
13+
Source0: https://cdn.amazonlinux.com/al2023/blobstore/90e970acea5d658008c0707a6c4953b0e877f85b122cd967525bfecb043af96b/kernel6.12-6.12.46-66.121.amzn2023.src.rpm
1414
Source1: gpgkey-B21C50FA44A99720EAA72F7FE951904AD832C631.asc
1515
# Use latest-neuron-srpm-url.sh to get this.
1616
Source2: https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.21.37.0.noarch.rpm

0 commit comments

Comments
 (0)