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>
5 lines
738 B
Plaintext
5 lines
738 B
Plaintext
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
|
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
|