kernel/Makefile.rhelver
Julio Faracco d29cc23bc2 kernel-6.12.0-97.el10
* Tue Jun 17 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-97.el10]
- memcg: always call cond_resched() after fn() (Radostin Stoyanov) [RHEL-81199]
- memcg: fix soft lockup in the OOM process (Radostin Stoyanov) [RHEL-81199] {CVE-2024-57977}
- r8169: switch away from deprecated pcim_iomap_table (Izabela Bakollari) [RHEL-89042]
- r8169: increase max jumbo packet size on RTL8125/RTL8126 (Izabela Bakollari) [RHEL-89042]
- r8169: add support for Intel Killer E5000 (Izabela Bakollari) [RHEL-89042]
- r8169: don't scan PHY addresses > 0 (Izabela Bakollari) [RHEL-89042]
- r8169: remove redundant hwmon support (Izabela Bakollari) [RHEL-89042]
- r8169: add support for RTL8125D rev.b (Izabela Bakollari) [RHEL-89042]
- r8169: adjust version numbering for RTL8126 (Izabela Bakollari) [RHEL-89042]
- r8169: remove unused flag RTL_FLAG_TASK_RESET_NO_QUEUE_WAKE (Izabela Bakollari) [RHEL-89042]
- r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_config (Izabela Bakollari) [RHEL-89042]
- r8169: align WAKE_PHY handling with r8125/r8126 vendor drivers (Izabela Bakollari) [RHEL-89042]
- r8169: improve rtl_set_d3_pll_down (Izabela Bakollari) [RHEL-89042]
- r8169: improve __rtl8169_set_wol (Izabela Bakollari) [RHEL-89042]
- r8169: remove leftover locks after reverted change (Izabela Bakollari) [RHEL-89042]
- r8169: improve initialization of RSS registers on RTL8125/RTL8126 (Izabela Bakollari) [RHEL-89042]
- r8169: fix inconsistent indenting in rtl8169_get_eth_mac_stats (Izabela Bakollari) [RHEL-89042]
- r8169: add support for RTL8125D (Izabela Bakollari) [RHEL-89042]
- r8169: enable EEE at 2.5G per default on RTL8125B (Izabela Bakollari) [RHEL-89042]
- r8169: remove rtl_dash_loop_wait_high/low (Izabela Bakollari) [RHEL-89042]
- r8169: avoid duplicated messages if loading firmware fails and switch to warn level (Izabela Bakollari) [RHEL-89042]
- r8169: replace custom flag with disable_work() et al (Izabela Bakollari) [RHEL-89042]
- r8169: don't take RTNL lock in rtl_task() (Izabela Bakollari) [RHEL-89042]
- r8169: implement additional ethtool stats ops (Izabela Bakollari) [RHEL-89042]
- r8169: enable SG/TSO on selected chip versions per default (Izabela Bakollari) [RHEL-89042]
- r8169: remove original workaround for RTL8125 broken rx issue (Izabela Bakollari) [RHEL-89042]
- r8169: don't apply UDP padding quirk on RTL8126A (Izabela Bakollari) [RHEL-89042]
- r8169: add support for the temperature sensor being available from RTL8125B (Izabela Bakollari) [RHEL-89042]
- perf trace: Add missing perf_tool__init() (Anubhav Shelat) [RHEL-83635]
- HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove() (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (Tony Camuso) [RHEL-93188]
- HID: intel-thc: fix CONFIG_HID dependency (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: Send clock sync message immediately after reset (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: Remove unused ishtp_cl_get_tx_* (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: Remove unused ishtp_cl_tx_empty (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: Remove unused ishtp_dev_state_str (Tony Camuso) [RHEL-93188]
- HID: intel-ish-hid: Add firmware version sysfs attributes (Tony Camuso) [RHEL-93188]
- HID: Fix typo in the comment (Tony Camuso) [RHEL-93188]
- HID: ishtp-hid-client: replace fake-flex arrays with flex-array members (Tony Camuso) [RHEL-93188]
- selftests: netfilter: fix conntrack stress test failures on debug kernels (Florian Westphal) [RHEL-76546]
- selftests: netfilter: add conntrack stress test (Florian Westphal) [RHEL-76546]
- netfilter: nf_conntrack: speed up reads from nf_conntrack proc file (Florian Westphal) [RHEL-76546]
- NFSv4.2: fix listxattr to return selinux security label (Olga Kornievskaia) [RHEL-87405]
- loop: add file_start_write() and file_end_write() (Ming Lei) [RHEL-96222]
- loop: don't require ->write_iter for writable files in loop_configure (Ming Lei) [RHEL-96222]
- redhat/configs: Enable CONFIG_PROVE_RAW_LOCK_NESTING for debug kernel (Waiman Long) [RHEL-79908]
- locking/lockdep: Enforce PROVE_RAW_LOCK_NESTING only if ARCH_SUPPORTS_RT (Waiman Long) [RHEL-79908]
- lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING. (Waiman Long) [RHEL-79908]
- bdev: use bdev_io_min() for statx block size (Ming Lei) [RHEL-88003]
- powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap (Mamatha Inamdar) [RHEL-95931]
- powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (Mamatha Inamdar) [RHEL-95931]
- mptcp: Remove unused declaration mptcp_set_owner_r() (Davide Caratti) [RHEL-84538]
- selftests: mptcp: validate MPJoin HMacFailure counters (Davide Caratti) [RHEL-84538]
- mptcp: only inc MPJoinAckHMacFailure for HMAC failures (Davide Caratti) [RHEL-84538]
- selftests: mptcp: close fd_in before returning in main_loop (Davide Caratti) [RHEL-84538]
- selftests: mptcp: fix incorrect fd checks in main_loop (Davide Caratti) [RHEL-84538]
- mptcp: fix NULL pointer in can_accept_new_subflow (Davide Caratti) [RHEL-84538] {CVE-2025-23145}
- mptcp: sockopt: fix getting freebind & transparent (Davide Caratti) [RHEL-84538]
- mptcp: sockopt: fix getting IPV6_V6ONLY (Davide Caratti) [RHEL-84538]
- mptcp: Fix data stream corruption in the address announcement (Davide Caratti) [RHEL-84538]
- tcp: ulp: diag: more info without CAP_NET_ADMIN (Davide Caratti) [RHEL-84538]
- tcp: ulp: diag: always print the name if any (Davide Caratti) [RHEL-84538]
- mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr (Davide Caratti) [RHEL-84538] {CVE-2025-21938}
- mptcp: reset when MPTCP opts are dropped after join (Davide Caratti) [RHEL-84538]
- mptcp: always handle address removal under msk socket lock (Davide Caratti) [RHEL-84538] {CVE-2025-21875}
- mptcp: micro-optimize __mptcp_move_skb() (Davide Caratti) [RHEL-84538]
- mptcp: dismiss __mptcp_rmem() (Davide Caratti) [RHEL-84538]
- net: dismiss sk_forward_alloc_get() (Davide Caratti) [RHEL-84538]
- mptcp: cleanup mem accounting (Davide Caratti) [RHEL-84538]
- mptcp: move the whole rx path under msk socket lock protection (Davide Caratti) [RHEL-84538]
- mptcp: drop __mptcp_fastopen_gen_msk_ackseq() (Davide Caratti) [RHEL-84538]
- mptcp: consolidate subflow cleanup (Davide Caratti) [RHEL-84538]
- mptcp: pm: userspace: flags: clearer msg if no remote addr (Davide Caratti) [RHEL-84538]
- selftests: mptcp: connect: -f: no reconnect (Davide Caratti) [RHEL-84538]
- mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted (Davide Caratti) [RHEL-84538]
- mptcp: handle fastopen disconnect correctly (Davide Caratti) [RHEL-84538] {CVE-2025-21705}
- mptcp: pm: only set fullmesh for subflow endp (Davide Caratti) [RHEL-84538] {CVE-2025-21706}
- mptcp: consolidate suboption status (Davide Caratti) [RHEL-84538] {CVE-2025-21707}
- selftests: mptcp: avoid spurious errors on disconnect (Davide Caratti) [RHEL-84538]
- mptcp: fix spurious wake-up on under memory pressure (Davide Caratti) [RHEL-84538]
- mptcp: be sure to send ack when mptcp-level window re-opens (Davide Caratti) [RHEL-84538]
- mptcp: sysctl: avail sched: remove write access (Davide Caratti) [RHEL-84538]
- mptcp: prevent excessive coalescing on receive (Davide Caratti) [RHEL-84538]
- mptcp: don't always assume copied data in mptcp_cleanup_rbuf() (Davide Caratti) [RHEL-84538]
- mptcp: fix recvbuffer adjust on sleeping rcvmsg (Davide Caratti) [RHEL-84538]
- mptcp: remove unneeded lock when listing scheds (Davide Caratti) [RHEL-84538]
- mptcp: implement mptcp_pm_connection_closed (Davide Caratti) [RHEL-84538]
- dim: pass dim_sample to net_dim() by reference (CKI Backport Bot) [RHEL-89803]
- dim: make dim_calc_stats() inputs const pointers (CKI Backport Bot) [RHEL-89803]
- saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-86507]
Resolves: RHEL-76546, RHEL-79908, RHEL-81199, RHEL-83635, RHEL-84538, RHEL-86507, RHEL-87405, RHEL-88003, RHEL-89042, RHEL-89803, RHEL-93188, RHEL-95931, RHEL-96222

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-06-17 09:59:32 -03:00

81 lines
2.6 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 = 97
#
# 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