kernel-6.12.0-210.el10
* Wed Feb 18 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-210.el10]
- gpio: tegra186: Fix GPIO name collisions for Tegra410 (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: Add support for Tegra410 (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: Use generic macro for port definitions (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: Add support for Tegra256 (Jennifer Berringer) [RHEL-135122]
- dt-bindings: gpio: Add Tegra256 support (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: fix resource handling in ACPI probe path (Jennifer Berringer) [RHEL-135122]
- perf/arm_cspmu: nvidia: Add pmevfiltr2 support (Charles Mirabile) [RHEL-121677]
- perf/arm_cspmu: nvidia: Add revision id matching (Charles Mirabile) [RHEL-121677]
- perf/arm_cspmu: Add pmpidr support (Charles Mirabile) [RHEL-121677]
- perf/arm_cspmu: Add callback to reset filter config (Charles Mirabile) [RHEL-121677]
- tools headers arm64: Add NVIDIA Olympus part (Charles Mirabile) [RHEL-138474]
- perf arm-spe: Add NVIDIA Olympus to neoverse list (Charles Mirabile) [RHEL-138474]
- bpf: Fix bpf_xdp_store_bytes proto for read-only arg (Felix Maurer) [RHEL-133468]
- bpf: Fix invalid prog->stats access when update_effective_progs fails (Felix Maurer) [RHEL-133468]
- bpf/arm64: Fix BPF_ST into arena memory (Felix Maurer) [RHEL-133468]
- xsk: Harden userspace-supplied xdp_desc validation (Felix Maurer) [RHEL-133468]
- bpf, cpumap: Disable page_pool direct xdp_return need larger scope (Felix Maurer) [RHEL-133468]
- bpf, sockmap: Fix panic when calling skb_linearize (Felix Maurer) [RHEL-133468]
- bpf, sockmap: fix duplicated data transmission (Felix Maurer) [RHEL-133468]
- xsk: Fix race condition in AF_XDP generic RX path (Felix Maurer) [RHEL-133468]
- macvlan: fix possible UAF in macvlan_forward_source() (CKI Backport Bot) [RHEL-144130] {CVE-2026-23001}
- soc/tegra: fuse: Do not register SoC device on ACPI boot (Jennifer Berringer) [RHEL-135124]
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-136089]
Resolves: RHEL-121677, RHEL-133468, RHEL-135122, RHEL-135124, RHEL-136089, RHEL-138474, RHEL-144130
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
472aadfa56
commit
f70369edb3
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 209
|
||||
RHEL_RELEASE = 210
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
@ -1,3 +1,29 @@
|
||||
* Wed Feb 18 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-210.el10]
|
||||
- gpio: tegra186: Fix GPIO name collisions for Tegra410 (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: Add support for Tegra410 (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: Use generic macro for port definitions (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: Add support for Tegra256 (Jennifer Berringer) [RHEL-135122]
|
||||
- dt-bindings: gpio: Add Tegra256 support (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: fix resource handling in ACPI probe path (Jennifer Berringer) [RHEL-135122]
|
||||
- perf/arm_cspmu: nvidia: Add pmevfiltr2 support (Charles Mirabile) [RHEL-121677]
|
||||
- perf/arm_cspmu: nvidia: Add revision id matching (Charles Mirabile) [RHEL-121677]
|
||||
- perf/arm_cspmu: Add pmpidr support (Charles Mirabile) [RHEL-121677]
|
||||
- perf/arm_cspmu: Add callback to reset filter config (Charles Mirabile) [RHEL-121677]
|
||||
- tools headers arm64: Add NVIDIA Olympus part (Charles Mirabile) [RHEL-138474]
|
||||
- perf arm-spe: Add NVIDIA Olympus to neoverse list (Charles Mirabile) [RHEL-138474]
|
||||
- bpf: Fix bpf_xdp_store_bytes proto for read-only arg (Felix Maurer) [RHEL-133468]
|
||||
- bpf: Fix invalid prog->stats access when update_effective_progs fails (Felix Maurer) [RHEL-133468]
|
||||
- bpf/arm64: Fix BPF_ST into arena memory (Felix Maurer) [RHEL-133468]
|
||||
- xsk: Harden userspace-supplied xdp_desc validation (Felix Maurer) [RHEL-133468]
|
||||
- bpf, cpumap: Disable page_pool direct xdp_return need larger scope (Felix Maurer) [RHEL-133468]
|
||||
- bpf, sockmap: Fix panic when calling skb_linearize (Felix Maurer) [RHEL-133468]
|
||||
- bpf, sockmap: fix duplicated data transmission (Felix Maurer) [RHEL-133468]
|
||||
- xsk: Fix race condition in AF_XDP generic RX path (Felix Maurer) [RHEL-133468]
|
||||
- macvlan: fix possible UAF in macvlan_forward_source() (CKI Backport Bot) [RHEL-144130] {CVE-2026-23001}
|
||||
- soc/tegra: fuse: Do not register SoC device on ACPI boot (Jennifer Berringer) [RHEL-135124]
|
||||
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-136089]
|
||||
Resolves: RHEL-121677, RHEL-133468, RHEL-135122, RHEL-135124, RHEL-136089, RHEL-138474, RHEL-144130
|
||||
|
||||
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-209.el10]
|
||||
- wifi: mt76: mt7925: disable auto regd changes after user set (Jose Ignacio Tornos Martinez) [RHEL-129847]
|
||||
- wifi: mt76: mt7925: add auto regdomain switch support (Jose Ignacio Tornos Martinez) [RHEL-129847]
|
||||
|
||||
33
kernel.spec
33
kernel.spec
@ -176,15 +176,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 209
|
||||
%define pkgrelease 210
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-209.el10
|
||||
%define tarfile_release 6.12.0-210.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 209%{?buildid}%{?dist}
|
||||
%define specrelease 210%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-209.el10
|
||||
%define kabiversion 6.12.0-210.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4481,6 +4481,31 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Feb 18 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-210.el10]
|
||||
- gpio: tegra186: Fix GPIO name collisions for Tegra410 (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: Add support for Tegra410 (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: Use generic macro for port definitions (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: Add support for Tegra256 (Jennifer Berringer) [RHEL-135122]
|
||||
- dt-bindings: gpio: Add Tegra256 support (Jennifer Berringer) [RHEL-135122]
|
||||
- gpio: tegra186: fix resource handling in ACPI probe path (Jennifer Berringer) [RHEL-135122]
|
||||
- perf/arm_cspmu: nvidia: Add pmevfiltr2 support (Charles Mirabile) [RHEL-121677]
|
||||
- perf/arm_cspmu: nvidia: Add revision id matching (Charles Mirabile) [RHEL-121677]
|
||||
- perf/arm_cspmu: Add pmpidr support (Charles Mirabile) [RHEL-121677]
|
||||
- perf/arm_cspmu: Add callback to reset filter config (Charles Mirabile) [RHEL-121677]
|
||||
- tools headers arm64: Add NVIDIA Olympus part (Charles Mirabile) [RHEL-138474]
|
||||
- perf arm-spe: Add NVIDIA Olympus to neoverse list (Charles Mirabile) [RHEL-138474]
|
||||
- bpf: Fix bpf_xdp_store_bytes proto for read-only arg (Felix Maurer) [RHEL-133468]
|
||||
- bpf: Fix invalid prog->stats access when update_effective_progs fails (Felix Maurer) [RHEL-133468]
|
||||
- bpf/arm64: Fix BPF_ST into arena memory (Felix Maurer) [RHEL-133468]
|
||||
- xsk: Harden userspace-supplied xdp_desc validation (Felix Maurer) [RHEL-133468]
|
||||
- bpf, cpumap: Disable page_pool direct xdp_return need larger scope (Felix Maurer) [RHEL-133468]
|
||||
- bpf, sockmap: Fix panic when calling skb_linearize (Felix Maurer) [RHEL-133468]
|
||||
- bpf, sockmap: fix duplicated data transmission (Felix Maurer) [RHEL-133468]
|
||||
- xsk: Fix race condition in AF_XDP generic RX path (Felix Maurer) [RHEL-133468]
|
||||
- macvlan: fix possible UAF in macvlan_forward_source() (CKI Backport Bot) [RHEL-144130] {CVE-2026-23001}
|
||||
- soc/tegra: fuse: Do not register SoC device on ACPI boot (Jennifer Berringer) [RHEL-135124]
|
||||
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-136089]
|
||||
|
||||
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-209.el10]
|
||||
- wifi: mt76: mt7925: disable auto regd changes after user set (Jose Ignacio Tornos Martinez) [RHEL-129847]
|
||||
- wifi: mt76: mt7925: add auto regdomain switch support (Jose Ignacio Tornos Martinez) [RHEL-129847]
|
||||
|
||||
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-209.el10.tar.xz) = fff713610056d938c4e811cdc961b8ac49644320ef5e0b49908db279e721491fcb37dc3268d17691ac0f87e13a6054dad712602b1b14fc6af1db0c5591763f63
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-209.el10.tar.xz) = 7211e575c6046aea6317872cc9f9735c0a9f6bb22106974f69d4404693200c9ed7b80b2dc8a3e9399be322f82da71a010d65790f26dc79732bbec7f2a8e13653
|
||||
SHA512 (kernel-kabi-dw-6.12.0-209.el10.tar.xz) = 6a3c087e15c8d88c0e3b95c3235cd1e1fe1ad9ee75a05b04bc158720cedd089d31488262aa87ba29e12145cd7ce845cdc6f16c34da4576e7b681a47bc86e948f
|
||||
SHA512 (linux-6.12.0-210.el10.tar.xz) = e47c66a44b257624a9986c8706ba2686f6f69903fc845f0ee912c472570394465304c95fcd217f0852da8ddc9131996c7a4c9b98c272d7ade7a85cfcf59e3b4f
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-210.el10.tar.xz) = e0a978c4228b824d323c26733faaf87bc0eb219151114dc6cf73c8896b18a7fe9a5e417d65ce344dfa720d0e6f94387d457c2724d46c95c3c9c2a8cefddc705e
|
||||
SHA512 (kernel-kabi-dw-6.12.0-210.el10.tar.xz) = e38d8f5111a3860d2b6c1044499b542f61759f915769fc74fdb0a21d8780e48643766b3e3ec503fd66d394dcdcaa451f36920f7c29dba24dcf3e9b51e445c4ed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user