1
0
forked from rpms/kernel
kernel-rpm/Makefile.rhelver
Julio Faracco 0af81a5f95 kernel-6.12.0-73.el10
* Thu Apr 10 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-73.el10]
- x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally (Steve Best) [RHEL-53783]
- x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly (Steve Best) [RHEL-53783]
- x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs (Steve Best) [RHEL-53783]
- x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD (Steve Best) [RHEL-53783]
- x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES (Steve Best) [RHEL-53783]
- x86/itmt: Use guard() for itmt_update_mutex (Steve Best) [RHEL-53783]
- x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean (Steve Best) [RHEL-53783]
- selftests: net: bump GRO timeout for gro/setup_veth (Hangbin Liu) [RHEL-84558]
- selftests: net: bpf_offload: add 'libbpf_global' to ignored maps (Hangbin Liu) [RHEL-84558]
- selftests: net: fix error message in bpf_offload (Hangbin Liu) [RHEL-84558]
- selftests: openvswitch: don't hardcode the drop reason subsys (Hangbin Liu) [RHEL-84558]
- selftests: net: report output format as TAP 13 in Python tests (Hangbin Liu) [RHEL-84558]
- selftests/net: deflake GRO tests (Hangbin Liu) [RHEL-84558]
- selftests/net: only print passing message in GRO tests when tests pass (Hangbin Liu) [RHEL-84558]
- selftests/net: have `gro.sh -t` return a correct exit code (Hangbin Liu) [RHEL-84558]
- selftests: net: Fix minor typos in MPTCP and psock tests (Hangbin Liu) [RHEL-84558]
- selftests: net: Fix few spelling mistakes (Hangbin Liu) [RHEL-84558]
- selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message (Hangbin Liu) [RHEL-84558]
- selftests: net: suppress ReST file generation when building selftests (Hangbin Liu) [RHEL-84558]
- selftests: net: give up on the cmsg_time accuracy on slow machines (Hangbin Liu) [RHEL-84558]
- selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack() (Hangbin Liu) [RHEL-84558]
- selftests/net/forwarding: teamd command not found (Hangbin Liu) [RHEL-84558]
- selftests: drv-net: assume stats refresh is 0 if no ethtool -c support (Hangbin Liu) [RHEL-84558]
- selftests: forwarding: add a pvid_change test to bridge_vlan_unaware (Hangbin Liu) [RHEL-84558]
- selftests/net: call sendmmsg via udpgso_bench.sh (Hangbin Liu) [RHEL-84558]
- selftests: net: test extacks in netlink dumps (Hangbin Liu) [RHEL-84558]
- selftests: net: add more info to error in bpf_offload (Hangbin Liu) [RHEL-84558]
- selftests/net: Fix ./ns-XXXXXX not cleanup (Hangbin Liu) [RHEL-84558]
- selftests: net: add new ioam tests (Hangbin Liu) [RHEL-84558]
- selftests: net: remove ioam tests (Hangbin Liu) [RHEL-84558]
- selftests: net: csum: Clean up recv_verify_packet_ipv6 (Hangbin Liu) [RHEL-84558]
- Fix mmu notifiers for range-based invalidates (Charles Mirabile) [RHEL-83460]
- netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_flow_offload: update tcp state flags under lock (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath (CKI Backport Bot) [RHEL-84544]
- netfilter: conntrack: rework offload nf_conn timeout extension logic (CKI Backport Bot) [RHEL-84544]
- netfilter: conntrack: remove skb argument from nf_ct_refresh (CKI Backport Bot) [RHEL-84544]
- netfilter: conntrack: add conntrack event timestamp (CKI Backport Bot) [RHEL-84544]
- netfilter: xt_hashlimit: htable_selective_cleanup() optimization (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: make destruction work queue pernet (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_exthdr: fix offset with ipv4_find_option() (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template. (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: allocate element update information dynamically (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: switch trans_elem to real flex array (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: prepare nft audit for set element compaction (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: add nft_trans_commit_list_add_elem helper (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: prefer nft_trans_elem_alloc helper (CKI Backport Bot) [RHEL-84544]
- netfilter: nfnetlink: Report extack policy errors for batched ops (CKI Backport Bot) [RHEL-84544]
- padata: avoid UAF for reorder_work (Waiman Long) [RHEL-81531] {CVE-2025-21726}
- padata: fix UAF in padata_reorder (Waiman Long) [RHEL-81531]
- padata: add pd get/put refcnt helper (Waiman Long) [RHEL-81531]
- padata: fix sysfs store callback check (Waiman Long) [RHEL-81531]
- padata: Clean up in padata_do_multithreaded() (Waiman Long) [RHEL-81531]
- RDMA/core: Support link status events dispatching (Kamal Heib) [RHEL-78090]
- RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device. (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ib_copy_path_rec_from_user (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ibdev_printk (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ib_find_exact_cached_pkey (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ib_ud_header_unpack (Kamal Heib) [RHEL-78090]
- RDMA/srp: Fix error handling in srp_add_port (Kamal Heib) [RHEL-78090]
- net: Add options as a flexible array to struct ip_tunnel_info (Paolo Valerio) [RHEL-64164]
- ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1' (Paolo Valerio) [RHEL-64164]
- redhat: drop Y issues from changelog (Jan Stancek)
- vxlan: check vxlan_vnigroup_init() return value (CKI Backport Bot) [RHEL-81519] {CVE-2025-21790}
- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-80077]
- selftests: bonding: fix incorrect mac address (Hangbin Liu) [RHEL-59463]
- bonding: fix incorrect MAC address setting to receive NS messages (Hangbin Liu) [RHEL-59463]
- mm/hugetlb: fix hugepage allocation for interleaved memory nodes (CKI Backport Bot) [RHEL-62726]
- main.c: fix initcall blacklisted (Tomas Henzl) [RHEL-83271]
- pm: cpupower: remove hard-coded topology depth values (Steve Best) [RHEL-86398]
- pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology (Steve Best) [RHEL-86398]
- cpupower: monitor: Exit with error status if execvp() fail (Steve Best) [RHEL-86398]
- tools/power turbostat: v2025.05.06 (Steve Best) [RHEL-86246]
- tools/power turbostat: disable "cpuidle" invocation counters, by default (Steve Best) [RHEL-86246]
- tools/power turbostat: re-factor sysfs code (Steve Best) [RHEL-86246]
- tools/power turbostat: Restore GFX sysfs fflush() call (Steve Best) [RHEL-86246]
- tools/power turbostat: report CoreThr per measurement interval (Steve Best) [RHEL-86246]
- tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192 (Steve Best) [RHEL-86246]
- tools/power turbostat: Add idle governor statistics reporting (Steve Best) [RHEL-86246]
- tools/power turbostat: Fix names matching (Steve Best) [RHEL-86246]
- tools/power turbostat: Allow Zero return value for some RAPL registers (Steve Best) [RHEL-86246]
- tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options (Steve Best) [RHEL-86246]
- x86/cpu: Fix #define name for Intel CPU model 0x5A (Steve Best) [RHEL-86246]
- vxlan: Fix uninit-value in vxlan_vnifilter_dump() (Guillaume Nault) [RHEL-84555]
- NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client() (CKI Backport Bot) [RHEL-81067] {CVE-2024-54456}
- net: fix NULL pointer dereference in l3mdev_l3_rcv (Davide Caratti) [RHEL-84550]
- ipvlan: ensure network headers are in skb linear part (Davide Caratti) [RHEL-84550] {CVE-2025-21891}
- tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare() (Xin Long) [RHEL-84567]
- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-84567]
- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-84567]
- pnfs/flexfiles: retry getting layout segment for reads (Benjamin Coddington) [RHEL-77609]
- nfs: fix incorrect error handling in LOCALIO (Benjamin Coddington) [RHEL-77609]
- nfs: probe for LOCALIO when v3 client reconnects to server (Benjamin Coddington) [RHEL-77609]
- nfs: probe for LOCALIO when v4 client reconnects to server (Benjamin Coddington) [RHEL-77609]
- nfs/localio: remove redundant code and simplify LOCALIO enablement (Benjamin Coddington) [RHEL-77609]
- nfs_common: add nfs_localio trace events (Benjamin Coddington) [RHEL-77609]
- nfs_common: track all open nfsd_files per LOCALIO nfs_client (Benjamin Coddington) [RHEL-77609]
- nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock (Benjamin Coddington) [RHEL-77609]
- nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_file (Benjamin Coddington) [RHEL-77609]
- nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_ (Benjamin Coddington) [RHEL-77609]
- nfsd: update percpu_ref to manage references on nfsd_net (Benjamin Coddington) [RHEL-77609]
- nfs: cache all open LOCALIO nfsd_file(s) in client (Benjamin Coddington) [RHEL-77609]
- nfs_common: move localio_lock to new lock member of nfs_uuid_t (Benjamin Coddington) [RHEL-77609]
- nfs_common: rename functions that invalidate LOCALIO nfs_clients (Benjamin Coddington) [RHEL-77609]
- nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations (Benjamin Coddington) [RHEL-77609]
- nfs/localio: add direct IO enablement with sync and async IO support (Benjamin Coddington) [RHEL-77609]
- NFS: RHEL-10 disable localio (Benjamin Coddington) [RHEL-80503]
Resolves: RHEL-53783, RHEL-59463, RHEL-62726, RHEL-64164, RHEL-77609, RHEL-78090, RHEL-80077, RHEL-80503, RHEL-81067, RHEL-81519, RHEL-81531, RHEL-83271, RHEL-83460, RHEL-84544, RHEL-84550, RHEL-84555, RHEL-84558, RHEL-84567, RHEL-86246, RHEL-86398

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-04-11 00:45:06 -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 = 73
#
# 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