* Mon Apr 13 2026 Jan Stancek <jstancek@redhat.com> [6.12.0-218.1.el10nv] - rh_message.h: update support status of mlx5 devices (Scott Weaver) [VOYAGER-494] - iommufd: Report ATS not supported status via IOMMU_GET_HW_INFO (Jerry Snitselaar) [VOYAGER-488] - iommu: Add device ATS supported capability (Jerry Snitselaar) [VOYAGER-488] - soc/tegra: pmc: Add PMC support for Tegra410 (Jennifer Berringer) [VOYAGER-75] - vfio/nvgrace-egm: register EGM PFNMAP range with memory_failure (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-gpu: Add link from pci to EGM (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: expose the egm size through sysfs (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Introduce ioctl to share retired pages (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Fetch EGM region retired pages list (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Clear Memory before handing out to VM (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Add chardev ops for EGM management (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Expose EGM region as char device (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Register auxiliary driver ops (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Introduce egm class and register char device numbers (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-egm: Introduce module to manage EGM (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-gpu: Introduce functions to fetch and save EGM info (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-gpu: track GPUs associated with the EGM regions (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-gpu: Create auxiliary device for EGM (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-gpu: Expand module_pci_driver to allow custom module init (Gavin Shan) [VOYAGER-10] - WAR: Bypass PFNMAP (Gavin Shan) [VOYAGER-10] - vfio/nvgrace-gpu: register device memory for poison handling (Gavin Shan) [VOYAGER-10 VOYAGER-286] - mm: add stubs for PFNMAP memory failure registration functions (Gavin Shan) [VOYAGER-10 VOYAGER-286] - mm: fixup pfnmap memory failure handling to use pgoff (Gavin Shan) [VOYAGER-10 VOYAGER-286] - mm: handle poisoning of pfn without struct pages (Gavin Shan) [VOYAGER-10 VOYAGER-286] - mm: change ghes code to allow poison of non-struct pfn (Gavin Shan) [VOYAGER-10 VOYAGER-286] - redhat: update self-test data (Jan Stancek) - redhat: build default variant with 64k config (Jan Stancek) [VOYAGER-551] - redhat: make genlog mention merges to main-aie-nv (Jan Stancek) - redhat: update build targets for aie-nv (Jan Stancek) - .gitlab-ci.yml: customize pipeline (Jan Stancek) - redhat: make genlog consider only VOYAGER project issues (Jan Stancek) - redhat: build only for aarch64 64k and x86_64 variants (Jan Stancek) - redhat: set up initial Makefile.variables (Jan Stancek) Resolves: VOYAGER-10, VOYAGER-286, VOYAGER-488, VOYAGER-494, VOYAGER-551, VOYAGER-75 Signed-off-by: Jan Stancek <jstancek@redhat.com>
45 lines
1.1 KiB
Makefile
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 = 218
|
|
|
|
#
|
|
# 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 = 1
|