kernel/Makefile.rhelver
CKI KWF Bot 543a96f99f kernel-6.12.0-204.el10
* Wed Feb 11 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-204.el10]
- netlink: avoid infinite retry looping in netlink_unicast() (Paolo Abeni) [RHEL-133487] {CVE-2025-38727}
- netlink: make sure we allow at least one dump skb (Paolo Abeni) [RHEL-133487]
- netlink: Fix rmem check in netlink_broadcast_deliver(). (Paolo Abeni) [RHEL-133487]
- netlink: Fix wraparounds of sk->sk_rmem_alloc. (Paolo Abeni) [RHEL-133487]
- genetlink: fix genl_bind() invoking bind() after -EPERM (Paolo Abeni) [RHEL-133487] {CVE-2025-39926}
- nvme: add support for dynamic quirk configuration via module parameter (Maurizio Lombardi) [RHEL-126507]
- nvme: expose active quirks in sysfs (Maurizio Lombardi) [RHEL-141683]
- block: fix memory leak in __blkdev_issue_zero_pages (Ming Lei) [RHEL-137852]
- virtio: clean up features qword/dword terms (Laurent Vivier) [RHEL-111004]
- virtio-net: avoid unnecessary checksum calculation on guest RX (Laurent Vivier) [RHEL-111004]
- virtio_net: fix alignment for virtio_net_hdr_v1_hash (Laurent Vivier) [RHEL-111004]
- virtio-net: zero unused hash fields (Laurent Vivier) [RHEL-111004]
- vhost/net: enable gso over UDP tunnel support. (Laurent Vivier) [RHEL-111004]
- tun: enable gso over UDP tunnel support. (Laurent Vivier) [RHEL-111004]
- virtio_net: enable gso over UDP tunnel support. (Laurent Vivier) [RHEL-111004]
- net: implement virtio helpers to handle UDP GSO tunneling. (Laurent Vivier) [RHEL-111004]
- virtio_net: add supports for extended offloads (Laurent Vivier) [RHEL-111004]
- vhost-net: allow configuring extended features (Laurent Vivier) [RHEL-111004]
- virtio_pci_modern: allow configuring extended features (Laurent Vivier) [RHEL-111004]
- virtio: introduce extended features (Laurent Vivier) [RHEL-111004]
- fou: Don't allow 0 for FOU_ATTR_IPPROTO. (Xin Long) [RHEL-142435]
- tools: ynl: Specify --no-line-number in ynl-regen.sh. (Xin Long) [RHEL-142435]
- gue: Fix skb memleak with inner IP protocol 0. (Xin Long) [RHEL-142435]
- netlink: specs: fou: replace underscores with dashes in names (Xin Long) [RHEL-142435]
- redhat: enable FOU modules in kernel-modules-extra (Xin Long) [RHEL-142435]
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (CKI Backport Bot) [RHEL-141684]
- redhat/configs: Enable CONFIG_PM_DEVFREQ for aarch64 (Nick Cao) [RHEL-140756]
- mlxbf_gige: emit messages during open and probe failures (David Thompson) [RHEL-104014]
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available (David Thompson) [RHEL-104014]
- redhat/configs: enable ACPI_DEBUG on non-debug kernels (Mark Langsdorf) [RHEL-88729 RHEL-89376]
Resolves: RHEL-104014, RHEL-111004, RHEL-126507, RHEL-133487, RHEL-137852, RHEL-140756, RHEL-141683, RHEL-141684, RHEL-142435, RHEL-88729, RHEL-89376

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-02-11 11:24:32 +00:00

45 lines
1.1 KiB
Makefile

RHEL_MAJOR = 10
RHEL_MINOR = 2
#
# RHEL_RELEASE
# -------------
#
# Represents build number in 'release' part of RPM's name-version-release.
# name is <package_name>, e.g. kernel
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 204
#
# RHEL_REBASE_NUM
# ----------------
#
# Used in RPM version string for Gemini kernels, which dont use upstream
# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for
# current MAJOR release.
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_REBASE_NUM = 1
#
# Automotive
# ----------
#
# Represents the major and minor release used by automotive.
# Primarily this is used to to identify the build target when
# building the automotive kernel package.
AUTOMOTIVE_MAJOR = 2
AUTOMOTIVE_MINOR = 0
#
# DERIVATIVE_BUILD
# ---------------------------
#
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
DERIVATIVE_BUILD = 0