c921d9b9af
* Tue Nov 22 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-200.rt14.201.el9] - [rt] build kernel-rt-5.14.0-200.rt14.201.el9 [2125474] - [rt] update PREEMPT_RT code to latest upstream v6.0-rt14 [2114990] - mm/page_alloc.c: add remote version of new local_lock interface and enable remote draining (Juri Lelli) [2114990] - rt: Add missing default configs (Juri Lelli) [2114990] - rt: Add redhat bits back (Juri Lelli) [2114990] - Add localversion for -RT release (Juri Lelli) [2114990] - Revert "drm/i915: Depend on !PREEMPT_RT." (Juri Lelli) [2114990] - drm/i915: Drop the irqs_disabled() check (Juri Lelli) [2114990] - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Juri Lelli) [2114990] - drm/i915/gt: Queue and wait for the irq_work item. (Juri Lelli) [2114990] - drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE (Juri Lelli) [2114990] - drm/i915: Disable tracing points on PREEMPT_RT (Juri Lelli) [2114990] - drm/i915: Don't check for atomic context on PREEMPT_RT (Juri Lelli) [2114990] - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Juri Lelli) [2114990] - drm/i915: Use preempt_disable/enable_rt() where recommended (Juri Lelli) [2114990] - sysfs: Add /sys/kernel/realtime entry (Juri Lelli) [2114990] - ARM64: Allow to enable RT (Juri Lelli) [2114990] - tty/serial/pl011: Make the locking work on RT (Juri Lelli) [2114990] - tty/serial/omap: Make the locking RT aware (Juri Lelli) [2114990] - arch/arm64: Add lazy preempt support (Juri Lelli) [2114990] - entry: Fix the preempt lazy fallout (Juri Lelli) [2114990] - x86: Support for lazy preemption (Juri Lelli) [2114990] - x86/entry: Use should_resched() in idtentry_exit_cond_resched() (Juri Lelli) [2114990] - sched: Add support for lazy preemption (Juri Lelli) [2114990] - printk: avoid preempt_disable() for PREEMPT_RT (Juri Lelli) [2114990] - serial: 8250: implement write_atomic (Juri Lelli) [2114990] - printk: add infrastucture for atomic consoles (Juri Lelli) [2114990] - printk: Bring back the RT bits. (Juri Lelli) [2114990] - locking/lockdep: Remove lockdep_init_map_crosslock. (Juri Lelli) [2114990] - iio: adc: stm32-adc: Use generic_handle_domain_irq() (Juri Lelli) [2114990] - zram: Replace bit spinlocks with spinlock_t for PREEMPT_RT. (Juri Lelli) [2114990] - tick: Fix timer storm since introduction of timersd (Juri Lelli) [2114990] - rcutorture: Also force sched priority to timersd on boosting test. (Juri Lelli) [2114990] - softirq: Use a dedicated thread for timer wakeups. (Juri Lelli) [2114990] - x86: Allow to enable RT (Juri Lelli) [2114990] - u64_stats: Streamline the implementation (Juri Lelli) [2114990] - u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates. (Juri Lelli) [2114990] - mm/compaction: Get rid of RT ifdeffery (Juri Lelli) [2114990] - mm/memcontrol: Replace the PREEMPT_RT conditionals (Juri Lelli) [2114990] - mm/debug: Provide VM_WARN_ON_IRQS_ENABLED() (Juri Lelli) [2114990] - mm/vmstat: Use preempt_[dis|en]able_nested() (Juri Lelli) [2114990] - dentry: Use preempt_[dis|en]able_nested() (Juri Lelli) [2114990] - preempt: Provide preempt_[dis|en]able_nested() (Juri Lelli) [2114990] - slub: Make PREEMPT_RT support less convoluted (Juri Lelli) [2114990] - net: Use u64_stats_fetch_begin_irq() for stats fetch. (Juri Lelli) [2114990] - net: dsa: xrs700x: Use irqsave variant for u64 stats update (Juri Lelli) [2114990] - mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock() (Juri Lelli) [2114990] - mm/slub: convert object_map_lock to non-raw spinlock (Juri Lelli) [2114990] - mm/slub: remove slab_lock() usage for debug operations (Juri Lelli) [2114990] - mm/slub: restrict sysfs validation to debug caches and make it safe (Juri Lelli) [2114990] - mm/slub: move free_debug_processing() further (Juri Lelli) [2114990] - sched: Consider task_struct::saved_state in wait_task_inactive(). (Juri Lelli) [2114990] - signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT. (Juri Lelli) [2114990] - locking: Detect includes rwlock.h outside of spinlock.h (Juri Lelli) [2114990] - asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig. (Juri Lelli) [2114990] - genirq: Provide generic_handle_domain_irq_safe(). (Juri Lelli) [2114990] - arch/*: Disable softirq stacks on PREEMPT_RT. (Juri Lelli) [2114990] - tools/testing/scatterlist: add missing defines (Juri Lelli) [2114990] - mm/scatterlist: replace the !preemptible warning in sg_miter_stop() (Juri Lelli) [2114990] - mm/vmalloc: use raw_cpu_ptr() for vmap_block_queue access (Juri Lelli) [2114990] - arm64: mm: Make arch_faults_on_old_pte() check for migratability (Juri Lelli) [2114990] - arm64/sve: Move sve_free() into SVE code section (Juri Lelli) [2114990] - arm64/sve: Make kernel FPU protection RT friendly (Juri Lelli) [2114990] - arm64/sve: Delay freeing memory in fpsimd_flush_thread() (Juri Lelli) [2114990] - rt: Revert everything RT (Juri Lelli) [2114990] Resolves: rhbz#2125474, rhbz#2114990 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
70 lines
2.3 KiB
Makefile
70 lines
2.3 KiB
Makefile
RHEL_MAJOR = 9
|
|
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 = 200
|
|
|
|
#
|
|
# 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
|
|
|
|
RTBUILD:=.201
|