From 5aee384742a6a077bb5ed6b57cc062ee54d13293 Mon Sep 17 00:00:00 2001 From: Joseph Salisbury Date: Thu, 25 Jan 2024 10:43:42 -0500 Subject: [PATCH] UBUNTU: Ubuntu-realtime-6.7.0-1001.1 Signed-off-by: Joseph Salisbury --- debian.realtime/changelog | 116 ++++++++++++++++++++++++++++++++++-- debian.realtime/reconstruct | 3 - 2 files changed, 111 insertions(+), 8 deletions(-) diff --git a/debian.realtime/changelog b/debian.realtime/changelog index 3b82b0ec4f6b..4714a3c68a23 100644 --- a/debian.realtime/changelog +++ b/debian.realtime/changelog @@ -1,10 +1,116 @@ -linux-realtime (6.7.0-1001.1) UNRELEASED; urgency=medium +linux-realtime (6.7.0-1001.1) noble; urgency=medium - CHANGELOG: Do not edit directly. Autogenerated at release. - CHANGELOG: Use the printchanges target to see the curent changes. - CHANGELOG: Use the insertchanges target to create the final log. + * noble/linux-realtime: 6.7.0-1001.1 -proposed tracker (LP: #2049553) - -- Joseph Salisbury Wed, 24 Jan 2024 15:12:29 -0500 + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2024.01.02) + + * Noble real-time initial patch set: v6.7-rt6 (LP: #2051162) + - srcu: Use try-lock lockdep annotation for NMI-safe access. + - net: Avoid the IPI to free the + - x86: Allow to enable RT + - x86: Enable RT also on 32bit + - sched/rt: Don't try push tasks if there are none. + - softirq: Use a dedicated thread for timer wakeups. + - rcutorture: Also force sched priority to timersd on boosting test. + - tick: Fix timer storm since introduction of timersd + - softirq: Wake ktimers thread also in softirq. + - zram: Replace bit spinlocks with spinlock_t for PREEMPT_RT. + - preempt: Put preempt_enable() within an instrumentation*() section. + - sched/core: Provide a method to check if a task is PI-boosted. + - softirq: Add function to preempt serving softirqs. + - time: Allow to preempt after a callback. + - printk: nbcon: Relocate 32bit seq macros + - printk: Adjust mapping for 32bit seq macros + - printk: Use prb_first_seq() as base for 32bit seq macros + - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() + - printk: ringbuffer: Clarify special lpos values + - printk: For @suppress_panic_printk check for other CPU in panic + - printk: Add this_cpu_in_panic() + - printk: ringbuffer: Cleanup reader terminology + - printk: Wait for all reserved records with pr_flush() + - printk: ringbuffer: Skip non-finalized records in panic + - printk: ringbuffer: Consider committed as finalized in panic + - printk: Disable passing console lock owner completely during panic() + - printk: Avoid non-panic CPUs writing to ringbuffer + - panic: Flush kernel log buffer at the end + - printk: Consider nbcon boot consoles on seq init + - printk: Add sparse notation to console_srcu locking + - printk: nbcon: Ensure ownership release on failed emit + - printk: Check printk_deferred_enter()/_exit() usage + - printk: nbcon: Implement processing in port->lock wrapper + - printk: nbcon: Add driver_enter/driver_exit console callbacks + - printk: Make console_is_usable() available to nbcon + - printk: Let console_is_usable() handle nbcon + - printk: Add @flags argument for console_is_usable() + - printk: nbcon: Provide function to flush using write_atomic() + - printk: Track registered boot consoles + - printk: nbcon: Use nbcon consoles in console_flush_all() + - printk: nbcon: Assign priority based on CPU state + - printk: nbcon: Add unsafe flushing on panic + - printk: Avoid console_lock dance if no legacy or boot consoles + - printk: Track nbcon consoles + - printk: Coordinate direct printing in panic + - printk: nbcon: Implement emergency sections + - panic: Mark emergency section in warn + - panic: Mark emergency section in oops + - rcu: Mark emergency section in rcu stalls + - lockdep: Mark emergency section in lockdep splats + - printk: nbcon: Introduce printing kthreads + - printk: Atomic print in printk context on shutdown + - printk: nbcon: Add context to console_is_usable() + - printk: nbcon: Add printer thread wakeups + - printk: nbcon: Stop threads on shutdown/reboot + - printk: nbcon: Start printing threads + - proc: Add nbcon support for /proc/consoles + - tty: sysfs: Add nbcon support for 'active' + - printk: nbcon: Provide function to reacquire ownership + - serial: core: Provide low-level functions to port lock + - serial: 8250: Switch to nbcon console + - printk: Add kthread for all legacy consoles + - serial: 8250: revert "drop lockdep annotation from serial8250_clear_IER()" + - printk: Avoid false positive lockdep report for legacy driver. + - drm/i915: Use preempt_disable/enable_rt() where recommended + - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates + - drm/i915: Don't check for atomic context on PREEMPT_RT + - drm/i915: Disable tracing points on PREEMPT_RT + - drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE + - drm/i915/gt: Queue and wait for the irq_work item. + - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + + spin_lock() + - drm/i915: Drop the irqs_disabled() check + - drm/i915/guc: Consider also RCU depth in busy loop. + - Revert "drm/i915: Depend on !PREEMPT_RT." + - sched: define TIF_ALLOW_RESCHED + - arm: Disable jump-label on PREEMPT_RT. + - ARM: enable irq in translation/section permission fault handlers + - tty/serial/omap: Make the locking RT aware + - tty/serial/pl011: Make the locking work on RT + - ARM: vfp: Provide vfp_lock() for VFP locking. + - ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). + - ARM: vfp: Use vfp_lock() in vfp_support_entry(). + - ARM: vfp: Move sending signals outside of vfp_lock()ed section. + - ARM: Allow to enable RT + - ARM64: Allow to enable RT + - powerpc: traps: Use PREEMPT_RT + - powerpc/pseries/iommu: Use a locallock instead local_irq_save() + - powerpc/pseries: Select the generic memory allocator. + - powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT + - powerpc/stackprotector: work around stack-guard init from atomic + - POWERPC: Allow to enable RT + - riscv: add PREEMPT_AUTO support + - riscv: allow to enable RT + - sysfs: Add /sys/kernel/realtime entry + - Realtime patchset v6.7-rt6 + + * Miscellaneous Ubuntu changes + - [Packaging] re-enable Rust support + + [ Ubuntu: 6.6.0-1.1 ] + + * noble/linux: 6.7.0-1.1 -proposed tracker (LP: #2048859) + + -- Joseph Salisbury Thu, 25 Jan 2024 10:43:42 -0500 linux-realtime (6.7.0-1000.0) noble; urgency=medium diff --git a/debian.realtime/reconstruct b/debian.realtime/reconstruct index 961221a46c70..f97a448133ab 100644 --- a/debian.realtime/reconstruct +++ b/debian.realtime/reconstruct @@ -7,7 +7,6 @@ chmod +x 'debian/scripts/checks/abi-check' chmod +x 'debian/scripts/checks/final-checks' chmod +x 'debian/scripts/checks/module-check' chmod +x 'debian/scripts/checks/module-signature-check' -chmod +x 'debian/scripts/checks/retpoline-check' chmod +x 'debian/scripts/control-create' chmod +x 'debian/scripts/dkms-build' chmod +x 'debian/scripts/dkms-build--nvidia-N' @@ -26,8 +25,6 @@ chmod +x 'debian/scripts/misc/insert-changes' chmod +x 'debian/scripts/misc/insert-ubuntu-changes' chmod +x 'debian/scripts/misc/kernelconfig' chmod +x 'debian/scripts/module-inclusion' -chmod +x 'debian/scripts/retpoline-extract' -chmod +x 'debian/scripts/retpoline-extract-one' chmod +x 'debian/scripts/sign-module' chmod +x 'debian/templates/extra.postinst.in' chmod +x 'debian/templates/extra.postrm.in'