* Thu Dec 11 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-172.el10] - powerpc/kdump: Fix size calculation for hot-removed memory ranges (Mamatha Inamdar) [RHEL-126704] - idpf: fix possible vport_config NULL pointer deref in remove (Michal Schmidt) [RHEL-99641] - idpf: cleanup remaining SKBs in PTP flows (Michal Schmidt) [RHEL-99641] - idpf: fix mismatched free function for dma_alloc_coherent (Michal Schmidt) [RHEL-99641] - idpf: add HW timestamping statistics (Michal Schmidt) [RHEL-99641] - idpf: add support for nointerrupt queues (Michal Schmidt) [RHEL-99641] - idpf: remove SW marker handling from NAPI (Michal Schmidt) [RHEL-99641] - idpf: add 4-byte completion descriptor definition (Michal Schmidt) [RHEL-99641] - idpf: use a saner limit for default number of queues to allocate (Michal Schmidt) [RHEL-99641] - idpf: fix Rx descriptor ready check barrier in splitq (Michal Schmidt) [RHEL-99641] - idpf: do not linearize big TSO packets (Michal Schmidt) [RHEL-99641] - idpf: fix UAF in RDMA core aux dev deinitialization (Michal Schmidt) [RHEL-99641] - idpf: remove obsolete stashing code (Michal Schmidt) [RHEL-99641] - idpf: stop Tx if there are insufficient buffer resources (Michal Schmidt) [RHEL-99641] - idpf: replace flow scheduling buffer ring with buffer pool (Michal Schmidt) [RHEL-99641] - idpf: simplify and fix splitq Tx packet rollback error path (Michal Schmidt) [RHEL-99641] - idpf: improve when to set RE bit logic (Michal Schmidt) [RHEL-99641] - idpf: add support for Tx refillqs in flow scheduling mode (Michal Schmidt) [RHEL-99641] - idpf: preserve coalescing settings across resets (Michal Schmidt) [RHEL-99641] - idpf: add cross timestamping (Michal Schmidt) [RHEL-99641] - idpf: add flow steering support (Michal Schmidt) [RHEL-99641] - virtchnl2: add flow steering support (Michal Schmidt) [RHEL-99641] - virtchnl2: rename enum virtchnl2_cap_rss (Michal Schmidt) [RHEL-99641] - idpf: implement get LAN MMIO memory regions (Michal Schmidt) [RHEL-99641] - idpf: implement IDC vport aux driver MTU change handler (Michal Schmidt) [RHEL-99641] - idpf: implement remaining IDC RDMA core callbacks and handlers (Michal Schmidt) [RHEL-99641] - idpf: implement RDMA vport auxiliary dev create, init, and destroy (Michal Schmidt) [RHEL-99641] - idpf: implement core RDMA auxiliary dev create, init, and destroy (Michal Schmidt) [RHEL-99641] - idpf: use reserved RDMA vectors from control plane (Michal Schmidt) [RHEL-99641] - idpf: return 0 size for RSS key if not supported (Michal Schmidt) [RHEL-99641] - idpf: avoid mailbox timeout delays during reset (Michal Schmidt) [RHEL-99641] - idpf: fix a race in txq wakeup (Michal Schmidt) [RHEL-99641] - idpf: add support for Rx timestamping (Michal Schmidt) [RHEL-99641] - idpf: add Tx timestamp flows (Michal Schmidt) [RHEL-99641] - idpf: add Tx timestamp capabilities negotiation (Michal Schmidt) [RHEL-99641] - idpf: add PTP clock configuration (Michal Schmidt) [RHEL-99641] - idpf: add mailbox access to read PTP clock time (Michal Schmidt) [RHEL-99641] - idpf: negotiate PTP capabilities and get PTP clock (Michal Schmidt) [RHEL-99641] - idpf: move virtchnl structures to the header file (Michal Schmidt) [RHEL-99641] - virtchnl: add PTP virtchnl definitions (Michal Schmidt) [RHEL-99641] - idpf: add initial PTP support (Michal Schmidt) [RHEL-99641] - idpf: change the method for mailbox workqueue allocation (Michal Schmidt) [RHEL-99641] - idpf: remove unreachable code from setting mailbox (Michal Schmidt) [RHEL-99641] - idpf: assign extracted ptype to struct libeth_rqe_info field (Michal Schmidt) [RHEL-99641] - idpf: fix idpf_vport_splitq_napi_poll() (Michal Schmidt) [RHEL-99641] Resolves: RHEL-126704, RHEL-99641 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
61 lines
1.9 KiB
Makefile
61 lines
1.9 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 = 172
|
|
|
|
#
|
|
# 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
|
|
|
|
|
|
#
|
|
# ZSTREAM
|
|
# -------
|
|
#
|
|
# This variable controls whether we use zstream numbering or not for the
|
|
# package release. The zstream release keeps the build number of the last
|
|
# build done for ystream for the Beta milestone, and increments a second
|
|
# number for each build. The third number is used for branched builds
|
|
# (eg.: for builds with security fixes or hot fixes done outside of the
|
|
# batch release process).
|
|
#
|
|
# For example, with ZSTREAM unset or set to "no", all builds will contain
|
|
# a release with only the build number, eg.: kernel-<kernel version>-X.el*,
|
|
# where X is the build number. With ZSTREAM set to "yes", we will have
|
|
# builds with kernel-<kernel version>-X.Y.Z.el*, where X is the last
|
|
# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the
|
|
# build number and Z will always be 1 except if you're doing a branched build
|
|
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
|
|
# number will be incremented instead of the Y).
|
|
#
|
|
ZSTREAM ?= no
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the kernel-automotive packages.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 0
|