* Mon Mar 02 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-212.el10]
- cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-150776]
- cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-150776]
- smb: client: fix data corruption due to racy lease checks (Paulo Alcantara) [RHEL-150776]
- smb: client: fix regression with mount options parsing (Paulo Alcantara) [RHEL-150776]
- redhat: bump RHEL_MINOR for 10.3 (Alexandra Hájková)
- net: use NUMA drop counters for softnet_data.dropped (Guillaume Nault) [RHEL-145975]
- inet: raw: add drop_counters to raw sockets (Guillaume Nault) [RHEL-145975]
- udp: add drop_counters to udp socket (Guillaume Nault) [RHEL-145975]
- net: add sk->sk_drop_counters (Guillaume Nault) [RHEL-145975]
- net: add sk_drops_skbadd() helper (Guillaume Nault) [RHEL-145975]
- net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers (Guillaume Nault) [RHEL-145975]
- NFSD: Fix permission check for read access to executable-only files (Scott Mayhew) [RHEL-135095]
- fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio (Audra Mitchell) [RHEL-97168]
- configs: riscv: Enable StarFive and ESWIN drivers (Jennifer Berringer) [RHEL-129062]
- riscv: Fix memory leak in module_frob_arch_sections() (Jennifer Berringer) [RHEL-129062]
- reset: eswin: Add eic7700 reset driver (Jennifer Berringer) [RHEL-129062]
- dt-bindings: reset: eswin: Documentation for eic7700 SoC (Jennifer Berringer) [RHEL-129062]
- riscv: dts: eswin: add HiFive Premier P550 board device tree (Jennifer Berringer) [RHEL-129062]
- riscv: dts: add initial support for EIC7700 SoC (Jennifer Berringer) [RHEL-129062]
- dt-bindings: riscv: Add SiFive HiFive Premier P550 board (Jennifer Berringer) [RHEL-129062]
- riscv: Add Kconfig option for ESWIN platforms (Jennifer Berringer) [RHEL-129062]
- riscv: add Andes SoC family Kconfig support (Jennifer Berringer) [RHEL-129062]
- pinctrl: eswin: Fix regulator error check and Kconfig dependency (Jennifer Berringer) [RHEL-129062]
- pinctrl: eswin: Fix unsigned comparison to less than zero issue (Jennifer Berringer) [RHEL-129062]
- pinctrl: eswin: Add EIC7700 pinctrl driver (Jennifer Berringer) [RHEL-129062]
- riscv: module: Optimize PLT/GOT entry counting (Jennifer Berringer) [RHEL-129062]
- riscv: module: Allocate PLT entries for R_RISCV_PLT32 (Jennifer Berringer) [RHEL-129062]
- riscv: module: Fix out-of-bounds relocation access (Jennifer Berringer) [RHEL-129062] {CVE-2025-37975}
- cache: sifive_ccache: Add ESWIN EIC7700 support (Jennifer Berringer) [RHEL-129062]
Resolves: RHEL-129062, RHEL-135095, RHEL-145975, RHEL-150776, RHEL-97168
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@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 = 212
|
|
|
|
#
|
|
# 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
|