* Thu Aug 07 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-119.el10]
- i2c/designware: Fix an initialization issue (CKI Backport Bot) [RHEL-106627] {CVE-2025-38380}
- ice: default to TIME_REF instead of TXCO on E825-C (Petr Oros) [RHEL-104246]
- ice: move TSPLL init calls to ice_ptp.c (Petr Oros) [RHEL-104246]
- ice: fall back to TCXO on TSPLL lock fail (Petr Oros) [RHEL-104246]
- ice: wait before enabling TSPLL (Petr Oros) [RHEL-104246]
- ice: add multiple TSPLL helpers (Petr Oros) [RHEL-104246]
- ice: use bitfields instead of unions for CGU regs (Petr Oros) [RHEL-104246]
- ice: read TSPLL registers again before reporting status (Petr Oros) [RHEL-104246]
- ice: clear time_sync_en field for E825-C during reprogramming (Petr Oros) [RHEL-104246]
- ice: add TSPLL log config helper (Petr Oros) [RHEL-104246]
- ice: use designated initializers for TSPLL consts (Petr Oros) [RHEL-104246]
- ice: remove ice_tspll_params_e825 definitions (Petr Oros) [RHEL-104246]
- ice: fix E825-C TSPLL register definitions (Petr Oros) [RHEL-104246]
- ice: rename TSPLL and CGU functions and definitions (Petr Oros) [RHEL-104246]
- ice: move TSPLL functions to a separate file (Petr Oros) [RHEL-104246]
- ice: enable timesync operation on 2xNAC E825 devices (Petr Oros) [RHEL-104246]
- ice: refactor ice_sbq_msg_dev enum (Petr Oros) [RHEL-104246]
- ice: remove SW side band access workaround for E825 (Petr Oros) [RHEL-104246]
- igb: xsk: solve negative overflow of nb_pkts in zerocopy mode (Corinna Vinschen) [RHEL-105952]
- dpll: add phase_offset_monitor_get/set callback ops (Ivan Vecera) [RHEL-104979]
- dpll: add phase-offset-monitor feature to netlink spec (Ivan Vecera) [RHEL-104979]
- net_sched: ets: fix a race in ets_qdisc_change() (Davide Caratti) [RHEL-96604] {CVE-2025-38107}
- net_sched: sch_sfq: reject invalid perturb period (Davide Caratti) [RHEL-96604] {CVE-2025-38193}
- net_sched: sch_sfq: fix a potential crash on gso_skb handling (Davide Caratti) [RHEL-96604] {CVE-2025-38115}
- net_sched: prio: fix a race in prio_tune() (Davide Caratti) [RHEL-96604] {CVE-2025-38083}
- net_sched: red: fix a race in __red_change() (Davide Caratti) [RHEL-96604] {CVE-2025-38108}
- net_sched: tbf: fix a race in tbf_change() (Davide Caratti) [RHEL-96604]
- net: ch9200: fix uninitialised access during mii_nway_restart (CKI Backport Bot) [RHEL-101222] {CVE-2025-38086}
- idpf: fix null-ptr-deref in idpf_features_check (Michal Schmidt) [RHEL-79686]
- idpf: protect shutdown from reset (Michal Schmidt) [RHEL-79686]
- idpf: fix potential memory leak on kcalloc() failure (Michal Schmidt) [RHEL-79686]
- idpf: fix offloads support for encapsulated packets (Michal Schmidt) [RHEL-79686]
- idpf: fix adapter NULL pointer dereference on reboot (Michal Schmidt) [RHEL-78633 RHEL-79686] {CVE-2025-22065}
- idpf: check error for register_netdev() on init (Michal Schmidt) [RHEL-79686] {CVE-2025-22116}
- idpf: fix checksums set in idpf_rx_rsc() (Michal Schmidt) [RHEL-79686] {CVE-2025-21890}
- libeth: move idpf_rx_csum_decoded and idpf_rx_extracted (Michal Schmidt) [RHEL-79686]
- idpf: record rx queue in skb for RSC packets (Michal Schmidt) [RHEL-79686]
- idpf: fix handling rsc packet with a single segment (Michal Schmidt) [RHEL-79686]
- idpf: fix transaction timeouts on reset (Michal Schmidt) [RHEL-79686]
- idpf: add more info during virtchnl transaction timeout/salt mismatch (Michal Schmidt) [RHEL-79686]
- idpf: convert workqueues to unbound (Michal Schmidt) [RHEL-79686 RHEL-82472] {CVE-2024-58057}
- idpf: Acquire the lock before accessing the xn->salt (Michal Schmidt) [RHEL-79686]
- idpf: add read memory barrier when checking descriptor done bit (Michal Schmidt) [RHEL-79686]
- redhat/configs: automotive: Disable CONFIG_FS_DAX config (Dorinda Bassey) [RHEL-87374]
Resolves: RHEL-101222, RHEL-104246, RHEL-104979, RHEL-105952, RHEL-106627, RHEL-78633, RHEL-79686, RHEL-82472, RHEL-87374, RHEL-96604
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
91 lines
2.8 KiB
Makefile
91 lines
2.8 KiB
Makefile
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 1
|
|
|
|
#
|
|
# 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 = 119
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# Early y+1 numbering
|
|
# --------------------
|
|
#
|
|
# In early y+1 process, RHEL_RELEASE consists of 2 numbers: x.y
|
|
# First is RHEL_RELEASE inherited/merged from y as-is, second number
|
|
# is incremented with each build starting from 1. After merge from y,
|
|
# it resets back to 1. This way y+1 nvr reflects status of last merge.
|
|
#
|
|
# Example:
|
|
#
|
|
# rhel8.0 rhel-8.1
|
|
# kernel-4.18.0-58.el8 --> kernel-4.18.0-58.1.el8
|
|
# kernel-4.18.0-58.2.el8
|
|
# kernel-4.18.0-59.el8 kernel-4.18.0-59.1.el8
|
|
# kernel-4.18.0-60.el8
|
|
# kernel-4.18.0-61.el8 --> kernel-4.18.0-61.1.el8
|
|
#
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
EARLY_YSTREAM ?= no
|
|
EARLY_YBUILD:=
|
|
EARLY_YRELEASE:=
|
|
ifneq ("$(ZSTREAM)", "yes")
|
|
ifeq ("$(EARLY_YSTREAM)","yes")
|
|
RHEL_RELEASE:=$(RHEL_RELEASE).$(EARLY_YRELEASE)
|
|
endif
|
|
endif
|
|
|
|
#
|
|
# 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
|