rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 15:26:01 to 2021-01-06 00:55:06 UTC [more...]

[PATCH tip/core/rcu 0/8] Documentation updates for v5.12
 2021-01-06  0:54 UTC  (4+ messages)
` [PATCH tip/core/rcu 3/8] list: Fix a typo at the kernel-doc markup
` [PATCH tip/core/rcu 5/8] doc: Update RCU requirements RCU_INIT_POINTER() description
` [PATCH tip/core/rcu 6/8] doc: Remove obsolete rcutree.rcu_idle_lazy_gp_delay boot parameter

[PATCH] rcu: Fix dynticks_nmi_nesting underflow check in rcu_is_cpu_rrupt_from_idle
 2021-01-05 17:14 UTC  (4+ messages)

kerneldoc warnings since commit 538fc2ee870a3 ("rcu: Introduce kfree_rcu() single-argument macro")
 2021-01-05 16:29 UTC  (5+ messages)

[GIT PULL] Fix kprobes issue by moving RCU-tasks initialization earlier
 2021-01-04 19:02 UTC  (2+ messages)

[PATCH v2] docs: Fix reST markup when linking to sections
 2020-12-31 22:45 UTC  (3+ messages)

[PATCH 00/19] rcu/nocb: De-offload and re-offload support v4
 2020-12-29 14:21 UTC  (9+ messages)
` [PATCH 17/19] cpu/hotplug: Add lockdep_is_cpus_held()

[PATCH tip/core/rcu 0/4] RCU-tasks updates for v5.11
 2020-12-27 16:49 UTC  (7+ messages)
` [PATCH tip/core/rcu 3/4] rcutorture: Make grace-period kthread report match RCU flavor being tested

[PATCH] docs: Fix reST markup when linking to sections
 2020-12-27 13:59 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 043/217] rcuscale: Prevent hangs for invalid arguments
 2020-12-23  2:13 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 044/217] refscale: "
` [PATCH AUTOSEL 5.10 046/217] torture: Prevent jitter processes from delaying failed run
` [PATCH AUTOSEL 5.10 047/217] rcutorture: Prevent hangs for invalid arguments

[PATCH AUTOSEL 5.4 021/130] torture: Prevent jitter processes from delaying failed run
 2020-12-23  2:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 022/130] rcutorture: Prevent hangs for invalid arguments

[PATCH AUTOSEL 4.19 13/87] torture: Prevent jitter processes from delaying failed run
 2020-12-23  2:19 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 14/87] rcutorture: Prevent hangs for invalid arguments

[PATCH AUTOSEL 4.14 12/66] rcutorture: Prevent hangs for invalid arguments
 2020-12-23  2:21 UTC 

[PATCH AUTOSEL 4.9 10/48] rcutorture: Prevent hangs for invalid arguments
 2020-12-23  2:23 UTC 

[PATCH AUTOSEL 4.4 09/38] rcutorture: Prevent hangs for invalid arguments
 2020-12-23  2:24 UTC 

[PATCH 1/2] rcu-tasks: move RCU-tasks initialization out of core_initcall()
 2020-12-21 21:28 UTC  (17+ messages)
` [PATCH 2/2] rcu-tasks: add RCU-tasks self tests

WARNING: suspicious RCU usage in modeset_lock
 2020-12-21 15:55 UTC  (11+ messages)

i386: rcu-torture: WARNING: at kernel/rcu/rcutorture.c:1169 rcu_torture_writer [rcutorture]
 2020-12-17 17:16 UTC  (5+ messages)

[stabe-rc 5.9 ] sched: core.c:7270 Illegal context switch in RCU-bh read-side critical section!
 2020-12-16 15:21 UTC  (5+ messages)

[PATCH 0/5] A few smaller RCU related patches from the RT tree
 2020-12-15 20:47 UTC  (8+ messages)
` [PATCH 1/5] rcu: make RCU_BOOST default on CONFIG_PREEMPT_RT
` [PATCH 2/5] rcu: Use rcuc threads on PREEMPT_RT
` [PATCH 3/5] rcu: enable rcu_normal_after_boot by default for RT
` [PATCH 4/5] doc: Update RCU's requirements page about the PREEMPT_RT wiki
` [PATCH 5/5] doc: Use CONFIG_PREEMPTION

Energy-efficiency options within RCU
 2020-12-14 19:02 UTC  (4+ messages)

[PATCH v4] net/ipv4/inet_fragment: Batch fqdir destroy works
 2020-12-12 23:11 UTC  (4+ messages)

[PATCH RFC sl-b] Export return addresses for better diagnostics
 2020-12-11 16:59 UTC  (49+ messages)
` [PATCH sl-b 1/6] mm: Add kmem_last_alloc() to return last allocation for memory block
` [PATCH sl-b 2/6] mm: Add kmem_last_alloc_errstring() to provide more kmem_last_alloc() info
` [PATCH sl-b 3/6] rcu: Make call_rcu() print allocation address of double-freed callback
` [PATCH sl-b 4/6] mm: Create kmem_last_alloc_stack() to provide stack trace in slub
` [PATCH sl-b 5/6] percpu_ref: Print allocator upon reference-count underflow
` [PATCH sl-b 6/6] percpu_ref: Print stack trace "
` [PATCH RFC v2 sl-b] Export return addresses etc. for better diagnostics
  ` [PATCH v2 sl-b 1/5] mm: Add mem_dump_obj() to print source of memory block
  ` [PATCH v2 sl-b 2/5] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
  ` [PATCH v2 sl-b 3/5] mm: Make mem_dump_obj() handle vmalloc() memory
  ` [PATCH v2 sl-b 4/5] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
  ` [PATCH v2 sl-b 5/5] percpu_ref: Dump mem_dump_obj() info upon reference-count underflow
    ` [PATCH v3 sl-b 1/6] mm: Add mem_dump_obj() to print source of memory block
    ` [PATCH v3 sl-b 2/6] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
    ` [PATCH v3 sl-b 3/6] mm: Make mem_dump_obj() handle vmalloc() memory
    ` [PATCH v3 sl-b 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length
    ` [PATCH v3 sl-b 5/6] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
    ` [PATCH v3 sl-b 6/6] percpu_ref: Dump mem_dump_obj() info upon reference-count underflow

[PATCH v3 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-11 10:46 UTC  (6+ messages)
` [PATCH v3 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

[PATCH v2 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-10 22:16 UTC  (4+ messages)
` [PATCH v2 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

[PATCH 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-10  7:27 UTC  (6+ messages)
` [PATCH 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

One potential issue with concurrent execution of RCU callbacks
 2020-12-10  0:50 UTC  (9+ messages)

[RFC lockdep 0/4] Fixes and self testcases for wait context detection
 2020-12-08 15:31 UTC  (7+ messages)
` [RFC lockdep 1/4] lockdep/selftest: Make HARDIRQ context threaded
` [RFC lockdep 2/4] lockdep: Allow wait context checking with empty ->held_locks
` [RFC lockdep 3/4] rcu/lockdep: Annotate the rcu_callback_map with proper wait contexts
` [RFC lockdep 4/4] lockdep/selftest: Add wait context selftests

BUG: KCSAN: data-race in tick_nohz_next_event / tick_nohz_stop_tick
 2020-12-07 12:23 UTC  (5+ messages)

BUG: KCSAN: data-race in mutex_spin_on_owner+0xef/0x1b0
 2020-12-07 11:51 UTC  (2+ messages)

WARNING: bad unlock balance detected! - mkfs.ext4/426 is trying to release lock (rcu_read_lock)
 2020-12-07 10:37 UTC  (3+ messages)

sched: core.c:7270 Illegal context switch in RCU-bh read-side critical section! __alloc_pages_nodemask
 2020-12-07  5:52 UTC  (2+ messages)

powerpc 5.10-rcN boot failures with RCU_SCALE_TEST=m
 2020-12-04 20:23 UTC  (6+ messages)

BUG: KCSAN: data-race in dec_zone_page_state / write_cache_pages
 2020-12-04 18:51 UTC 

BUG: KCSAN: data-race in __rpc_do_wake_up_task_on_wq / xprt_request_transmit
 2020-12-04 18:35 UTC 

[arm64] db410c: BUG: Invalid wait context
 2020-12-03 11:39 UTC  (3+ messages)

SRCU: Question on srcu_advance_state
 2020-12-02 18:10 UTC  (6+ messages)
  ` 回复: "
      ` 回复: "

[PATCH v2] rcu/segcblist: Add debug checks for segment lengths
 2020-12-02 15:25 UTC  (11+ 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 NNTP newsgroup(s).