* Thu Jan 15 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-184.el10]
- blk-mq: skip CPU offline notify on unmapped hctx (Ming Lei) [RHEL-140153]
- mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage (Aristeu Rozanski) [RHEL-122951]
- mm/thp: fix MTE tag mismatch when replacing zero-filled subpages (Aristeu Rozanski) [RHEL-122951]
- io_uring/net: ensure vectored buffer node import is tied to notification (Jeff Moyer) [RHEL-136780]
- bpf, arm64: Do not audit capability check in do_jit() (CKI Backport Bot) [RHEL-126124]
- mm: hugetlb: avoid soft lockup when mprotect to large memory area (Luiz Capitulino) [RHEL-122910]
- netfilter: nf_conncount: update last_gc only when GC has been performed (Florian Westphal) [RHEL-133467]
- netfilter: nf_tables: fix memory leak in nf_tables_newrule() (Florian Westphal) [RHEL-133467]
- netfilter: nf_nat: remove bogus direction check (Florian Westphal) [RHEL-133467]
- ipvs: fix ipv4 null-ptr-deref in route error path (Florian Westphal) [RHEL-133467]
- netfilter: nf_conncount: make nf_conncount_gc_list() to disable BH (Florian Westphal) [RHEL-133467]
- netfilter: flowtable: check for maximum number of encapsulations in bridge vlan (Florian Westphal) [RHEL-133467]
- netfilter: nft_ct: add seqadj extension for natted connections (Florian Westphal) [RHEL-133467]
- netfilter: nft_connlimit: fix possible data race on connection count (Florian Westphal) [RHEL-133467]
- netfilter: nft_ct: enable labels for get case too (Florian Westphal) [RHEL-133467]
- netfilter: nft_objref: validate objref and objrefmap expressions (Florian Westphal) [RHEL-133467]
- netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrack (Florian Westphal) [RHEL-133467]
- netfilter: nfnetlink: reset nlh pointer during batch replay (Florian Westphal) [RHEL-133467]
- ipvs: Defer ip_vs_ftp unregister during netns cleanup (Florian Westphal) [RHEL-133467]
- ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable (Florian Westphal) [RHEL-133467]
- x86/cpu: Add two Intel CPU model numbers (Steve Best) [RHEL-115112]
- sched/hrtick: Fix hrtick() vs. scheduling context (Phil Auld) [RHEL-124642]
- sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out (Phil Auld) [RHEL-124642]
- sched: Increase sched_tick_remote timeout (Phil Auld) [RHEL-124642]
- bpf: Make migrate_disable always inline to avoid partial inlining (Phil Auld) [RHEL-124642]
- sched/fair: Fix pelt lost idle time detection (Phil Auld) [RHEL-124642]
- sched/deadline: Stop dl_server before CPU goes offline (Phil Auld) [RHEL-124642]
- sched: Fix some typos in include/linux/preempt.h (Phil Auld) [RHEL-124642]
- sched: Make migrate_{en,dis}able() inline (Phil Auld) [RHEL-124642]
- rcu: Replace preempt.h with sched.h in include/linux/rcupdate.h (Phil Auld) [RHEL-124642]
- arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c (Phil Auld) [RHEL-124642]
- sched/deadline: Fix dl_server behaviour (Phil Auld) [RHEL-124642]
- sched/deadline: Fix dl_server getting stuck (Phil Auld) [RHEL-124642]
- sched: Fix sched_numa_find_nth_cpu() if mask offline (Phil Auld) [RHEL-124642]
- sched_ext: Add support for cgroup bandwidth control interface (Phil Auld) [RHEL-124642]
- s390/processor: Use bitop functions for cpu flag helper functions (Phil Auld) [RHEL-124642]
- s390/asm-offsets: Remove ASM_OFFSETS_C (Phil Auld) [RHEL-124642]
- spi: tegra210-quad: Check hardware status on timeout (Charles Mirabile) [RHEL-127128]
- spi: tegra210-quad: Refactor error handling into helper functions (Charles Mirabile) [RHEL-127128]
- spi: tegra210-quad: Fix timeout handling (Charles Mirabile) [RHEL-127128]
- redhat/configs: automotive: enable S32G_WDT (Jared Kangas) [RHEL-131327]
- arm64: dts: s32g399a-rdb3: Enable the SWT watchdog (Jared Kangas) [RHEL-131327]
- arm64: dts: s32g3: Add the Software Timer Watchdog (SWT) nodes (Jared Kangas) [RHEL-131327]
- arm64: dts: s32g274-rd2: Enable the SWT watchdog (Jared Kangas) [RHEL-131327]
- arm64: dts: s32g2: Add the Software Timer Watchdog (SWT) nodes (Jared Kangas) [RHEL-131327]
- watchdog: Add the Watchdog Timer for the NXP S32 platform (Jared Kangas) [RHEL-131327]
- dt-bindings: watchdog: Add NXP Software Watchdog Timer (Jared Kangas) [RHEL-131327]
- xfs: rework datasync tracking and execution (Pavel Reichl) [RHEL-126220]
- xfs: rearrange code in xfs_inode_item_precommit (Pavel Reichl) [RHEL-126220]
- workqueue: fix texinfodocs warning for WQ_* flags reference (Waiman Long) [RHEL-129577]
- workqueue: WQ_PERCPU added to alloc_workqueue users (Waiman Long) [RHEL-129577]
- workqueue: replace use of system_wq with system_percpu_wq (Waiman Long) [RHEL-129577]
- workqueue: replace use of system_unbound_wq with system_dfl_wq (Waiman Long) [RHEL-129577]
- workqueue: Provide a handshake for canceling BH workers (Waiman Long) [RHEL-129577]
- workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn() (Waiman Long) [RHEL-129577]
- workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested() (Waiman Long) [RHEL-129577]
- workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active() (Waiman Long) [RHEL-129577]
- workqueue: Remove unused work_on_cpu_safe (Waiman Long) [RHEL-129577]
- workqueue: Add new WQ_PERCPU flag (Waiman Long) [RHEL-129577]
- workqueue: Add system_percpu_wq and system_dfl_wq (Waiman Long) [RHEL-129577]
- workqueue: Basic memory allocation profiling support (Waiman Long) [RHEL-129577]
- workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu() (Waiman Long) [RHEL-129577]
- workqueue: Initialize wq_isolated_cpumask in workqueue_init_early() (Waiman Long) [RHEL-129577]
- workqueue: fix typo in comment (Waiman Long) [RHEL-129577]
- workqueue: Fix race condition in wq->stats incrementation (Waiman Long) [RHEL-129577]
- workqueue: Better document teardown for delayed_work (Waiman Long) [RHEL-129577]
- cpumask: drop cpumask_next_wrap_old() (Waiman Long) [RHEL-129577]
- PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577]
- scsi: lpfc: rework lpfc_next_{online,present}_cpu() (Waiman Long) [RHEL-129577]
- scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577]
- s390: switch stop_machine_yield() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577]
- padata: switch padata_find_next() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577]
- cpumask: use cpumask_next_wrap() where appropriate (Waiman Long) [RHEL-129577]
- cpumask: re-introduce cpumask_next{,_and}_wrap() (Waiman Long) [RHEL-129577]
- cpumask: deprecate cpumask_next_wrap() (Waiman Long) [RHEL-129577]
- powerpc/xmon: simplify xmon_batch_next_cpu() (Waiman Long) [RHEL-129577]
- ibmvnic: simplify ibmvnic_set_queue_affinity() (Waiman Long) [RHEL-129577]
- virtio_net: simplify virtnet_set_affinity() (Waiman Long) [RHEL-129577]
- objpool: rework objpool_pop() (Waiman Long) [RHEL-129577]
- cpumask: add for_each_{possible,online}_cpu_wrap (Waiman Long) [RHEL-129577]
- workqueue: Log additional details when rejecting work (Waiman Long) [RHEL-129577]
- workqueue: warn if delayed_work is queued to an offlined cpu. (Waiman Long) [RHEL-129577]
- workqueue: add printf attribute to __alloc_workqueue() (Waiman Long) [RHEL-129577]
- workqueue: Reduce expensive locks for unbound workqueue (Waiman Long) [RHEL-129577]
- workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048 (Waiman Long) [RHEL-129577]
- Bluetooth: ISO: Fix possible UAF on iso_conn_free (CKI Backport Bot) [RHEL-128901] {CVE-2025-40141}
- ice: ice_adapter: release xa entry on adapter allocation failure (CKI Backport Bot) [RHEL-128474] {CVE-2025-40185}
- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) [RHEL-79906]
- net: renesas: rswitch: add mdio C22 support (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: use generic MPSM operation for mdio C45 (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: align mdio C45 operations with datasheet (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: use FIELD_PREP for remaining MPIC register fields (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: do not write to MPSM register at init time (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: remove speed from gwca structure (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: do not deinit disabled ports (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: rework ts tags management (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: fix initial MPIC register setting (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: enable only used MFWD features (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: handle stop vs interrupt race (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: avoid use-after-put for a device tree node (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: fix leaked pointer on error path (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: fix race window between tx start and complete (Radu Rendec) [RHEL-78089]
- net: renesas: rswitch: fix possible early skb release (Radu Rendec) [RHEL-78089]
Resolves: RHEL-115112, RHEL-122910, RHEL-122951, RHEL-124642, RHEL-126124, RHEL-126220, RHEL-127128, RHEL-128474, RHEL-128901, RHEL-129577, RHEL-131327, RHEL-133467, RHEL-136780, RHEL-140153, RHEL-78089, RHEL-79906
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 = 184
|
|
|
|
#
|
|
# 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
|