* Thu Dec 18 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-176.el10]
- redhat/kernel.spec.template: Let kernel-modules installation rebuild initrd in UKI system (Li Tian) [RHEL-134892]
- selftests: netfilter: Ignore tainted kernels in interface stress test (Phil Sutter) [RHEL-108859]
- selftests: netfilter: Fix skip of wildcard interface test (Phil Sutter) [RHEL-108859]
- selftests: netfilter: Torture nftables netdev hooks (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX (Phil Sutter) [RHEL-108859]
- netfilter: nfnetlink_hook: Dump flowtable info (Phil Sutter) [RHEL-108859]
- netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helper (Phil Sutter) [RHEL-108859]
- Revert "netfilter: nf_tables: Add notifications for hook changes" (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Add notifications for hook changes (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Support wildcard netdev hook specs (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc() (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Handle NETDEV_CHANGENAME events (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Wrap netdev notifiers (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Respect NETDEV_REGISTER events (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Prepare for handling NETDEV_REGISTER events (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Have a list of nf_hook_ops in nft_hook (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook() (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Introduce nft_register_flowtable_ops() (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}() (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Simplify chain netdev notifier (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Tolerate chains with no remaining hooks (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Compare netdev hooks based on stored name (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Use stored ifname in netdev hook dumps (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Store user-defined hook ifname (Phil Sutter) [RHEL-108859]
- netfilter: nf_tables: Flowtable hook's pf value never varies (Phil Sutter) [RHEL-108859]
- x86/microcode/AMD: Select which microcode patch to load (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev (Waiman Long) [RHEL-124710]
- x86/microcode: Mark early_parse_cmdline() as __init (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Add more known models to entry sign checking (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Limit Entrysign signature checking to known generations (Waiman Long) [RHEL-124710]
- x86/microcode: Fix Entrysign revision check for Zen1/Naples (Waiman Long) [RHEL-124710]
- redhat/configs: Add CONFIG_MICROCODE_DBG [=n] (Waiman Long) [RHEL-124710]
- x86/microcode: Add microcode loader debugging functionality (Waiman Long) [RHEL-124710]
- x86/microcode: Add microcode= cmdline parsing (Waiman Long) [RHEL-124710]
- x86/microcode/intel: Refresh the revisions that determine old_microcode (Waiman Long) [RHEL-124710]
- x86/microcode: Move away from using a fake platform device (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Do not return error when microcode update is not necessary (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Use sha256() instead of init/update/final (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Clean the cache if update did not load microcode (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unreleased standalone Zen5 microcode patches (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Make __verify_patch_size() return bool (Waiman Long) [RHEL-124710]
- x86/microcode/AMD: Remove bogus comment from parse_container() (Waiman Long) [RHEL-124710]
- octeon_ep: Validate the VF ID (Kamal Heib) [RHEL-116103]
- octeon_ep: fix VF MAC address lifecycle handling (Kamal Heib) [RHEL-116104]
Resolves: RHEL-108859, RHEL-116103, RHEL-116104, RHEL-124710, RHEL-134892
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
61 lines
1.9 KiB
Makefile
61 lines
1.9 KiB
Makefile
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 2
|
|
|
|
#
|
|
# 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 = 176
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# 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
|