kernel/Makefile.rhelver
Alexandra Hájková 38051e1658 kernel-6.12.0-217.el10
* Mon Mar 30 2026 Alexandra Hájková <ahajkova@redhat.com> [6.12.0-217.el10]
- smb: client: fix oops due to uninitialised var in smb2_unlink() (Paulo Alcantara) [RHEL-154397]
- smb/client: remove unused SMB311_posix_query_info() (Paulo Alcantara) [RHEL-154397]
- smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info() (Paulo Alcantara) [RHEL-154397]
- smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op() (Paulo Alcantara) [RHEL-154397]
- ACPI: AGDI: Add interrupt signaling mode support (Charles Mirabile) [RHEL-111893]
- add xxd to as BuildRequire for bpf selftests (Ines Qian) [RHEL-157473]
- selftests/net: test ipip packets in gro.sh (Antoine Tenart) [RHEL-123213]
- net: gro: remove unnecessary df checks (Antoine Tenart) [RHEL-123213]
- net: gso: restore ids of outer ip headers correctly (Antoine Tenart) [RHEL-123213]
- net: gro: only merge packets with incrementing or fixed outer ids (Antoine Tenart) [RHEL-123213]
- net: gro: remove is_ipv6 from napi_gro_cb (Antoine Tenart) [RHEL-123213]
- s390/dasd: Copy detected format information to secondary device (Mete Durlu) [RHEL-161531]
- s390/dasd: Move quiesce state with pprc swap (Mete Durlu) [RHEL-161531]
- net: hv_netvsc: reject RSS hash key programming without RX indirection table (Vinay Mulugund) [RHEL-145154]
- allow finish_no_open(file, ERR_PTR(-E...)) (Roberto Bergantinos Corpas) [RHEL-155441]
- RDMA/umad: Reject negative data_len in ib_umad_write (CKI Backport Bot) [RHEL-156881] {CVE-2026-23243}
- iavf: fix incorrect reset handling in callbacks (Petr Oros) [RHEL-142546]
- IB/IPoIB: Add support for hwtstamp get/set ndos (CKI Backport Bot) [RHEL-154278]
- wifi: mac80211_hwsim: fix typo in frequency notification (CKI Backport Bot) [RHEL-148654] {CVE-2026-23040}
- Add signing key for Nvidia Jetson and Bluefield GPU signing keys (Enrique Belarte Luque) [RHEL-145936]
- Add NVIDIA Jetson signing key for OOT modules (Enrique Belarte Luque) [RHEL-145936]
Resolves: RHEL-111893, RHEL-123213, RHEL-145154, RHEL-154397, RHEL-157473, RHEL-161531

Signed-off-by: Alexandra Hájková <ahajkova@redhat.com>
2026-03-30 23:25:36 +02:00

45 lines
1.1 KiB
Makefile

RHEL_MAJOR = 10
RHEL_MINOR = 3
#
# 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 = 217
#
# 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