kernel/Makefile.rhelver
CKI KWF Bot e37d734bb5 kernel-6.12.0-168.el10
* Wed Dec 03 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-168.el10]
- iommufd/driver: Fix counter initialization for counted_by annotation (Eder Zulian) [RHEL-131337]
- iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warning (Eder Zulian) [RHEL-131337]
- iommufd: Don't overflow during division for dirty tracking (Eder Zulian) [RHEL-131337]
- Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND" (CKI Backport Bot) [RHEL-131050] {CVE-2025-40210}
- arm64: Kconfig: Enable GICv5 (Mark Salter) [RHEL-125230]
- of/irq: Add msi-parent check to of_msi_xlate() (Mark Salter) [RHEL-125230]
- of/irq: Convert of_msi_map_id() callers to of_msi_xlate() (Mark Salter) [RHEL-125230]
- Enable Rockchip erratum workaround (Mark Salter) [RHEL-125230]
- arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Fix error handling in gicv5_its_irq_domain_alloc() (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Fix loop in gicv5_its_create_itt_two_level() cleanup path (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Delete a stray tab (Mark Salter) [RHEL-125230]
- irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment (Mark Salter) [RHEL-125230]
- irqchip: Use int type to store negative error codes (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Remove the redundant ITS cache invalidation (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Remove undue WARN_ON()s in the IRS affinity parsing (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Fix kmemleak L2 IST table entries false positives (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Remove IRQD_RESEND_WHEN_IN_PROGRESS for ITS IRQs (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: iwb: Fix iounmap probe failure path (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Fix GICD_CTLR register naming (Mark Salter) [RHEL-125230]
- arm64/sysreg: Add ICH_VCTLR_EL2 (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Populate struct gic_kvm_info (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Skip deactivate for forwarded PPI interrupts (Mark Salter) [RHEL-125230]
- docs: arm64: gic-v5: Document booting requirements for GICv5 (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Add GICv5 IWB support (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Add GICv5 ITS support (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Rename GICv3 ITS MSI parent (Mark Salter) [RHEL-125230]
- PCI/MSI: Add pci_msi_map_rid_ctlr_node() helper function (Mark Salter) [RHEL-125230]
- of/irq: Add of_msi_xlate() helper function (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Enable GICv5 SMP booting (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Add GICv5 LPI/IPI support (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Add GICv5 IRS/SPI support (Mark Salter) [RHEL-125230]
- irqchip/gic-v5: Add GICv5 PPI support (Mark Salter) [RHEL-125230]
- irqchip/gic-v4.1: Use local 4_1 ITS to generate VSGI (Mark Salter) [RHEL-125230]
- irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Add Rockchip 3568002 erratum workaround (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Fix rk3399 workaround when secure interrupts are enabled (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Work around insecure GIC integrations (Mark Salter) [RHEL-125230]
- irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base (Mark Salter) [RHEL-125230]
- irqchip/gic-v3: Fix irq_complete_ack() comment (Mark Salter) [RHEL-125230]
- net: tun: Update napi->skb after XDP process (CKI Backport Bot) [RHEL-122243] {CVE-2025-39984}
Resolves: RHEL-122243, RHEL-125230, RHEL-131050, RHEL-131337

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-12-03 11:25:10 +00:00

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 = 168
#
# 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