rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 19:35:13 to 2020-12-09 23:24:06 UTC [more...]

[PATCH RFC sl-b] Export return addresses for better diagnostics
 2020-12-09 23:23 UTC  (30+ 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 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-09 23:16 UTC  (3+ messages)
` [PATCH 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

[PATCH 1/2] rcu-tasks: move RCU-tasks initialization out of core_initcall()
 2020-12-09 20:37 UTC  (3+ messages)
` [PATCH 2/2] rcu-tasks: add RCU-tasks self tests

One potential issue with concurrent execution of RCU callbacks
 2020-12-09  2:14 UTC  (8+ 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

[PATCH 00/19] rcu/nocb: De-offload and re-offload support v4
 2020-12-08 12:51 UTC  (3+ messages)

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  (8+ 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  (13+ messages)

[GIT PULL tip/core/rcu] RCU, LKMM, and KCSAN commits for v5.11
 2020-11-30 19:39 UTC 

[PATCH v2 tip/core/rcu 1/6] srcu: Make Tiny SRCU use multi-bit grace-period counter
 2020-11-28  4:12 UTC  (21+ messages)
` [PATCH v2 tip/core/rcu 2/6] srcu: Provide internal interface to start a Tiny SRCU grace period
` [PATCH v2 tip/core/rcu 3/6] srcu: Provide internal interface to start a Tree "
` [PATCH v2 tip/core/rcu 4/6] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH v2 tip/core/rcu 5/6] srcu: Provide polling interfaces for Tree "
` [PATCH v2 tip/core/rcu 6/6] srcu: Document "

kdump always hangs in rcu_barrier() -> wait_for_completion()
 2020-11-26 23:54 UTC  (5+ messages)

[PATCH 1/2] rcu: introduce kfree_rcu() single argument macro
 2020-11-25 18:57 UTC  (4+ messages)
` [PATCH 2/2] rcu: eliminate the __kvfree_rcu() macro

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-25 10:28 UTC  (47+ messages)
                              ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

[PATCH tip/core/rcu 0/5] Provide SRCU polling grace-period interfaces
 2020-11-23 21:07 UTC  (23+ messages)
` [PATCH RFC tip/core/rcu 1/5] srcu: Make Tiny SRCU use multi-bit grace-period counter
` [PATCH RFC tip/core/rcu 2/5] srcu: Provide internal interface to start a Tiny SRCU grace period
` [PATCH RFC tip/core/rcu 3/5] srcu: Provide internal interface to start a Tree "
` [PATCH RFC tip/core/rcu 4/5] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH RFC tip/core/rcu 5/5] srcu: Provide polling interfaces for Tree "

[PATCH] rcu: kasan: record and print kvfree_call_rcu call stack
 2020-11-20 14:54 UTC  (10+ messages)

[PATCH] srcu: Remove srcu_cblist_invoking member from sdp
 2020-11-20  6:19 UTC  (3+ messages)
  ` 回复: "

[PATCH] tools/rcutorture: Make identify_qemu_vcpus() independant of local language
 2020-11-19 23:03 UTC  (3+ messages)

[PATCH] rcu/segcblist: Add debug check for whether seglen is 0 for empty list
 2020-11-18 16:10 UTC 

[GIT RFC PULL rcu/urgent] Fix lockdep issue in rcu_print_task_stall()
 2020-11-17 19:34 UTC  (2+ 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).