* Tue Mar 10 2026 Alexandra Hájková <ahajkova@redhat.com> [6.12.0-213.el10] - powerpc/smp: Expose die_id and die_cpumask (Mamatha Inamdar) [RHEL-138728] - smb: client: fix broken multichannel with krb5+signing (Paulo Alcantara) [RHEL-151838] - smb: client: fix regression with signing (Paulo Alcantara) [RHEL-151838] - allow finish_no_open(file, ERR_PTR(-E...)) (Roberto Bergantinos Corpas) [RHEL-153335] - redhat/configs: automotive: enable NVMEM_S32G_OCOTP (Jared Kangas) [RHEL-152643] - arm64: dts: s32g: Add device tree information for the OCOTP driver (Jared Kangas) [RHEL-152643] - nvmem: s32g-ocotp: Add driver for S32G OCOTP (Jared Kangas) [RHEL-152643] - dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file (Jared Kangas) [RHEL-152643] - redhat/scripts: remove remnants of git notes usage and dead code (Jan Stancek) - vsock: document write-once behavior of the child_ns_mode sysctl (Stefano Garzarella) [RHEL-151754] - vsock: lock down child_ns_mode as write-once (Stefano Garzarella) [RHEL-151754] - vsock: Use container_of() to get net namespace in sysctl handlers (Stefano Garzarella) [RHEL-151754] - vsock: document namespace mode sysctls (Stefano Garzarella) [RHEL-151754] - nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148483] - ice: dpll: fix rclk pin state get and misplaced header macros (Ivan Vecera) [RHEL-146369] - ice: dpll: Support E825-C SyncE and dynamic pin discovery (Ivan Vecera) [RHEL-146369] - drivers: Add support for DPLL reference count tracking (Ivan Vecera) [RHEL-146369] - redhat: configs: Enable CONFIG_DPLL_REFCNT_TRACKER for debug (Ivan Vecera) [RHEL-146369] - dpll: Add reference count tracking support (Ivan Vecera) [RHEL-146369] - dpll: Enhance and consolidate reference counting logic (Ivan Vecera) [RHEL-146369] - dpll: zl3073x: Add support for mux pin type (Ivan Vecera) [RHEL-146369] - dpll: Support dynamic pin index allocation (Ivan Vecera) [RHEL-146369] - dpll: Add notifier chain for dpll events (Ivan Vecera) [RHEL-146369] - dpll: zl3073x: Associate pin with fwnode handle (Ivan Vecera) [RHEL-146369] - dpll: Allow associating dpll pin with a firmware node (Ivan Vecera) [RHEL-146369] - dpll: zl3073x: Fix output pin phase adjustment sign (Ivan Vecera) [RHEL-146257] - redhat: set defaults for RHEL 10.2 (Scott Weaver) Resolves: RHEL-138728, RHEL-151838, RHEL-152643, RHEL-153335 Signed-off-by: Alexandra Hájková <ahajkova@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 = 213
|
|
|
|
#
|
|
# 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
|