RCU Archive mirror
 help / color / mirror / Atom feed
Supposed CPU stall in RCU reported by security firm
 2025-01-15 10:46 UTC 

[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2025-01-15  6:41 UTC  (32+ messages)
` [PATCH v7 01/16] rust: module: add trait `ModuleMetadata`
` [PATCH v7 02/16] rust: implement generic driver registration
` [PATCH v7 03/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v7 04/16] rust: add rcu abstraction
` [PATCH v7 05/16] rust: types: add `Opaque::pin_init`
` [PATCH v7 06/16] rust: add `Revocable` type
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v7 08/16] rust: add devres abstraction
` [PATCH v7 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v7 10/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v7 11/16] samples: rust: add Rust PCI sample driver
` [PATCH v7 12/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v7 13/16] rust: driver: implement `Adapter`
` [PATCH v7 14/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v7 15/16] samples: rust: add Rust platform sample driver
` [PATCH v7 16/16] MAINTAINERS: add Danilo to DRIVER CORE

"WARNING in rcu_sr_normal_complete" in Linux Kernel v6.12-rc4
 2025-01-15  2:36 UTC 

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-14 21:48 UTC  (39+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE

[PATCH v3] memcg: fix soft lockup in the OOM process
 2025-01-14 18:42 UTC  (9+ messages)

[PATCH] srcu: refactor __srcu_read_(un)lock_lite() declarations
 2025-01-14 10:52 UTC 

Kernel Oops on alpha with kernel version >=6.9.x
 2025-01-13 16:52 UTC  (29+ messages)

[PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)
 2025-01-11 19:43 UTC  (12+ messages)
` [External Mail] "

[PATCH RFC] rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
 2025-01-09 19:07 UTC 

[PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis
 2025-01-09 17:00 UTC  (5+ messages)

[PATCH v2] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
 2025-01-09  2:46 UTC 

[PATCH] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
 2025-01-09  2:32 UTC  (3+ messages)

Taking page faults in RCU critical sections
 2025-01-08 18:01 UTC  (9+ messages)

[PATCH 10/19] sched,arm64: Handle CPU isolation on last resort fallback rq selection
 2025-01-08 15:50 UTC  (4+ messages)

[paulmckrcu:dev.2024.12.24a] [srcu] 9216c28c6a: BUG:unable_to_handle_page_fault_for_address
 2025-01-08 15:05 UTC  (13+ messages)

watchdog: BUG: soft lockup in note_gp_changes in kernel/rcu/tree.c
 2025-01-06  6:37 UTC  (3+ messages)

[syzbot] [perf?] [trace?] KCSAN: assert: race in srcu_gp_start_if_needed
 2025-01-04  1:14 UTC  (2+ messages)

[PATCH] doc/RCU/listRCU: fix an example code snippets
 2025-01-01  8:23 UTC 

[PATCH 0/3 v2] hrtimer: Fix timers queued locally from offline CPUs
 2025-01-01  4:56 UTC  (8+ messages)
` [PATCH 1/3 v2] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
` [PATCH 2/3 v2] rcu: Remove swake_up_one_online() bandaid
` [PATCH 3/3 v2] Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"

Linux 6.1.120
 2024-12-31 18:41 UTC  (6+ messages)

[PATCH 0/3 v3] hrtimer: Fix timers queued locally from offline CPUs
 2024-12-31 17:07 UTC  (4+ messages)
` [PATCH 1/3 v3] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
` [PATCH 2/3 v3] rcu: Remove swake_up_one_online() bandaid
` [PATCH 3/3 v3] Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"

reproducible 'rcu_preempt detected stalls' in v6.12
 2024-12-31 16:52 UTC  (2+ messages)

[paulmckrcu:dev.2024.12.23a] [srcu] c634c0678e: UBSAN:array-index-out-of-bounds_in_kernel/rcu/srcutree.c
 2024-12-27  9:17 UTC 

[paulmckrcu:dev.2024.12.23a] [srcu] 54bd8ce173: BUG:unable_to_handle_page_fault_for_address
 2024-12-27  6:13 UTC 

[paulmckrcu:dev.2024.12.11a] [rcutorture] 774c4d7adb: WARNING:at_kernel/rcu/rcutorture.c:#rcutorture_one_extend_check[rcutorture]
 2024-12-25  1:31 UTC  (3+ messages)

[PATCH 0/3] hrtimer: Fix timers queued locally from offline CPUs
 2024-12-21  0:05 UTC  (10+ messages)
` [PATCH 1/3] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
` [PATCH 2/3] rcu: Remove swake_up_one_online() bandaid
` [PATCH 3/3] Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"

Kernel Bug: "KASAN: slab-out-of-bounds Read in jfs_readdir"
 2024-12-20  9:14 UTC 

[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-19 15:07 UTC  (19+ messages)
` [PATCH v6 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v6 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v6 13/16] rust: driver: implement `Adapter`
` [PATCH v6 15/16] samples: rust: add Rust platform sample driver

[PATCH v6 06/16] rust: add `Revocable` type
 2024-12-18 12:38 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).