kernel/Makefile.rhelver
Patrick Talbert e3a9374ef2 kernel-5.14.0-560.el9
* Mon Feb 03 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-560.el9]
- rhel-only: Fix up kfunc definitions in filter.c (Toke Høiland-Jørgensen) [RHEL-65787]
- selftests/bpf: Test bpf_sock_destroy (Toke Høiland-Jørgensen) [RHEL-65787]
- selftests/bpf: Add helper to get port using getsockname (Toke Høiland-Jørgensen) [RHEL-65787]
- bpf: Add bpf_sock_destroy kfunc (Toke Høiland-Jørgensen) [RHEL-65787]
- bpf: Avoid iter->offset making backward progress in bpf_iter_udp (Toke Høiland-Jørgensen) [RHEL-65787]
- bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket (Toke Høiland-Jørgensen) [RHEL-65787]
- bpf: udp: Implement batching for sockets iterator (Toke Høiland-Jørgensen) [RHEL-65787]
- udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state (Toke Høiland-Jørgensen) [RHEL-65787]
- bpf: udp: Encapsulate logic to get udp table (Toke Høiland-Jørgensen) [RHEL-65787]
- udp: seq_file: Helper function to match socket attributes (Toke Høiland-Jørgensen) [RHEL-65787]
- bpf: tcp: Avoid taking fast sock lock in iterator (Toke Høiland-Jørgensen) [RHEL-65787]
- udp: Access &udp_table via net. (Toke Høiland-Jørgensen) [RHEL-65787]
- udp: Set NULL to udp_seq_afinfo.udp_table. (Toke Høiland-Jørgensen) [RHEL-65787]
- udp: Set NULL to sk->sk_prot->h.udp_table. (Toke Høiland-Jørgensen) [RHEL-65787]
- udp: Clean up some functions. (Toke Høiland-Jørgensen) [RHEL-65787]
- exfat: fix the infinite loop in exfat_readdir() (CKI Backport Bot) [RHEL-75663] {CVE-2024-57940}
- exec: Fix ToCToU between perm check and set-uid/gid usage (CKI Backport Bot) [RHEL-55562] {CVE-2024-43882}
- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation (CKI Backport Bot) [RHEL-72355] {CVE-2024-53213}
- net: xgbe: Convert tasklet API to new bottom half workqueue mechanism (Michal Schmidt) [RHEL-62004]
- net: xgbe: remove extraneous #ifdef checks (Michal Schmidt) [RHEL-62004]
- amd-xgbe: Avoid potential string truncation in name (Michal Schmidt) [RHEL-62004]
- amd-xgbe: propagate the correct speed and duplex status (Michal Schmidt) [RHEL-62004]
- amd-xgbe: handle the corner-case during tx completion (Michal Schmidt) [RHEL-62004]
- amd-xgbe: handle corner-case during sfp hotplug (Michal Schmidt) [RHEL-62004]
- net: ethernet: Use device_get_match_data() (amd-xgbe) (Michal Schmidt) [RHEL-62004]
- net: ethernet: amd: Convert to platform remove callback returning void (Michal Schmidt) [RHEL-62004]
- amd-xgbe: extend 10Mbps support to MAC version 21H (Michal Schmidt) [RHEL-62004]
- amd-xgbe: fix the false linkup in xgbe_phy_status (Michal Schmidt) [RHEL-62004]
- amd-xgbe: fix mismatched prototype (Michal Schmidt) [RHEL-62004]
- amd-xgbe: add support for rx-adaptation (Michal Schmidt) [RHEL-62004]
- amd-xgbe: add 2.5GbE support to 10G BaseT mode (Michal Schmidt) [RHEL-62004]
- amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45 (Michal Schmidt) [RHEL-62004]
- amd-xgbe: Separate C22 and C45 transactions (Michal Schmidt) [RHEL-62004]
- amd-xgbe: Delay AN timeout during KR training (Michal Schmidt) [RHEL-62004]
- amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent (Michal Schmidt) [RHEL-62004]
- amd-xgbe: Add support for 10 Mbps speed (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: add missed tasklet_kill (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: Check only the minimum speed for active/passive cables (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: Fix logic around active and passive cables (Michal Schmidt) [RHEL-62004]
- amd-xgbe: add the bit rate quirk for Molex cables (Michal Schmidt) [RHEL-62004]
- amd-xgbe: fix the SFP compliance codes check for DAC cables (Michal Schmidt) [RHEL-62004]
- amd-xgbe: enable PLL_CTL for fixed PHY modes only (Michal Schmidt) [RHEL-62004]
- amd-xgbe: use enums for mailbox cmd and sub_cmds (Michal Schmidt) [RHEL-62004]
- amd-xgbe: Yellow carp devices do not need rrc (Michal Schmidt) [RHEL-62004]
- amd-xgbe: fix clang -Wformat warnings (Michal Schmidt) [RHEL-62004]
- amd/xgbe: fix repeated words in comments (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: fix clang -Wformat warning (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: disable interrupts during pci removal (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: ensure to reset the tx_timer_active flag (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: Disable the CDR workaround path for Yellow Carp Devices (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: Alter the port speed bit range (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: Add Support for Yellow Carp Ethernet device (Michal Schmidt) [RHEL-62004]
- net: amd-xgbe: Toggle PLL settings during rate change (Michal Schmidt) [RHEL-62004]
- net: convert users of bitmap_foo() to linkmode_foo() (amd-xgbe) (Michal Schmidt) [RHEL-62004]
- ethernet: constify references to netdev->dev_addr in drivers (amd-xgbe) (Michal Schmidt) [RHEL-62004]
- ethernet: Remove redundant 'flush_workqueue()' calls (amd-xgbe) (Michal Schmidt) [RHEL-62004]
- ethernet: use eth_hw_addr_set() for dev->addr_len cases (amd-xgbe) (Michal Schmidt) [RHEL-62004]
- signal: restore the override_rlimit logic (Radostin Stoyanov) [RHEL-68020] {CVE-2024-50271}
- ucounts: Split rlimit and ucount values and max values (Radostin Stoyanov) [RHEL-68020] {CVE-2024-50271}
- virtio_net: Add hash_key_length check (Jon Maloy) [RHEL-68253] {CVE-2024-53082}
Resolves: RHEL-55562, RHEL-62004, RHEL-65787, RHEL-68020, RHEL-68253, RHEL-72355, RHEL-75663

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-02-03 11:06:47 -05:00

68 lines
2.3 KiB
Makefile

RHEL_MAJOR = 9
RHEL_MINOR = 6
#
# 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 = 560
#
# 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