diff --git a/Makefile.rhelver b/Makefile.rhelver index b1bb982..ce42599 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.200 +RTBUILD:=.201 diff --git a/kernel.spec b/kernel.spec index 4b2c694..c28dbc0 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 200.rt21.200 +%define pkgrelease 200.rt14.201 %define kversion 5 -%define tarfile_release 5.14.0-200.rt21.200.el9 +%define tarfile_release 5.14.0-200.rt14.201.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 200.rt21.200%{?buildid}%{?dist} +%define specrelease 200.rt14.201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-200.rt21.200.el9 +%define kabiversion 5.14.0-200.rt14.201.el9 # # End of genspec.sh variables @@ -3192,6 +3192,73 @@ fi # # %changelog +* Tue Nov 22 2022 Luis Claudio R. Goncalves [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] + * Mon Nov 21 2022 Luis Claudio R. Goncalves [5.14.0-200.rt21.200.el9] - [rt] build kernel-rt-5.14.0-200.rt21.200.el9 [2125474] - macvlan: enforce a consistent minimal mtu (Davide Caratti) [2133755] diff --git a/sources b/sources index d7a2807..a9b69b6 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-200.rt21.200.el9.tar.xz) = 7a81929358a626ecb47ad5f954510abdcba60bbb9a161f74dcb480d8758eb441762af84108abbfe34d808a6016392f24607938f4348d467eae0fd5b1244fdc65 -SHA512 (kernel-abi-stablelists-5.14.0-200.rt21.200.el9.tar.bz2) = c7f7f77bc9b5064d99f4e0e959d8cb1d41ed963e541927270aafd290ab04d96f359da34f29160af66f7c94b06df19bb87d0f396fc34260a45d33d17a97cc453b -SHA512 (kernel-kabi-dw-5.14.0-200.rt21.200.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-200.rt14.201.el9.tar.xz) = 78bbd4c9aaacb5bb738715ded45ac419f383a6b686f6210b10e1920088fc00fb72c5a3b95ed09ecfaa115c3a1f73e23ae96f2378c467a5ec0bd1eb60d6a9080d +SHA512 (kernel-abi-stablelists-5.14.0-200.rt14.201.el9.tar.bz2) = 5ce6725d388e82f109a8ec32fe4ed4a44ba2223e5d6c231b76480ee41d643072d20b1de0775c24c827c18534ee5a8ba4691a47ab92817b98416487da6557f402 +SHA512 (kernel-kabi-dw-5.14.0-200.rt14.201.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578