rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-07 02:27:12 to 2022-04-19 21:34:14 UTC [more...]

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-04-19 21:34 UTC  (10+ messages)

[PATCH v4 rcu/dev] rcu/nocb: Add an option to offload all CPUs on boot
 2022-04-19 20:10 UTC  (2+ messages)

[PATCH rcu 0/11] Miscellaneous fixes for v5.19
 2022-04-19 16:44 UTC  (14+ messages)
` [PATCH rcu 01/11] rcu: Clarify fill-the-gap comment in rcu_segcblist_advance()
` [PATCH rcu 02/11] rcu: Fix rcu_preempt_deferred_qs_irqrestore() strict QS reporting
` [PATCH rcu 03/11] rcu: Check for jiffies going backwards
` [PATCH rcu 04/11] kernel/smp: Provide boot-time timeout for CSD lock diagnostics
` [PATCH rcu 05/11] rcu: Add comments to final rcu_gp_cleanup() "if" statement
` [PATCH rcu 06/11] rcu: Print number of online CPUs in RCU CPU stall-warning messages
` [PATCH rcu 07/11] rcu: Fix preemption mode check on synchronize_rcu[_expedited]()
` [PATCH rcu 08/11] srcu: Drop needless initialization of sdp in srcu_gp_start()
` [PATCH rcu 09/11] rcu: Check for successful spawn of ->boost_kthread_task
` [PATCH rcu 10/11] rcu_sync: Fix comment to properly reflect rcu_sync_exit() behavior
` [PATCH rcu 11/11] rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangs

[PATCH v4] rcu/nocb: Add an option to offload all CPUs on boot
 2022-04-19 16:43 UTC  (5+ messages)

[PATCH rcu 0/12] RCU-tasks torture-test updates
 2022-04-19 14:25 UTC  (15+ messages)
` [PATCH rcu 01/12] rcu: Make TASKS_RUDE_RCU select IRQ_WORK
` [PATCH rcu 02/12] rcu: Make the TASKS_RCU Kconfig option be selected
` [PATCH rcu 03/12] rcutorture: Allow rcutorture without RCU Tasks Trace
` [PATCH rcu 04/12] rcutorture: Allow rcutorture without RCU Tasks
` [PATCH rcu 05/12] rcutorture: Allow rcutorture without RCU Tasks Rude
` [PATCH rcu 06/12] rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenario
` [PATCH rcu 07/12] rcutorture: Allow specifying per-scenario stat_interval
` [PATCH rcu 08/12] refscale: Allow refscale without RCU Tasks
` [PATCH rcu 09/12] refscale: Allow refscale without RCU Tasks Rude/Trace
` [PATCH rcu 10/12] rcuscale: Allow rcuscale without RCU Tasks
` [PATCH rcu 11/12] rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
` [PATCH rcu 12/12] scftorture: Adjust for TASKS_RCU Kconfig option being selected

[PATCH rcu 0/2] Documentation updates for v5.19
 2022-04-19 14:23 UTC  (5+ messages)
` [PATCH rcu 1/2] docs: Add documentation for rude and trace RCU flavors
` [PATCH rcu 2/2] docs: Update RCU cross-references as suggested in doc-guide

[PATCH] rcu/torture: Change order of warning and trace dump
 2022-04-19 13:44 UTC  (7+ messages)

[PATCH v2] rcu: Dump all rcuc kthreads status for CPUs that not report quiescent state
 2022-04-19  5:34 UTC 

[PATCH] rcu: ftrace: avoid tracing a few functions executed in multi_cpu_stop()
 2022-04-19  4:06 UTC  (4+ messages)

[PATCH] rcu: Dump all rcuc kthreads status for CPUs that not report quiescent state
 2022-04-19  3:21 UTC  (4+ messages)

[PATCH rcu 0/2] Expedited grace-period updates for v5.19
 2022-04-19  0:20 UTC  (3+ messages)
` [PATCH rcu 1/2] rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT
` [PATCH rcu 2/2] rcu: Move expedited grace period (GP) work to RT kthread_worker

[PATCH rcu 0/12] Torture-test scripting updates for v5.19
 2022-04-19  0:15 UTC  (13+ messages)
` [PATCH rcu 01/12] torture: Reposition so that $? collects ssh code in torture.sh
` [PATCH rcu 02/12] torture: Use "-o Batchmode=yes" to disable ssh password requests
` [PATCH rcu 03/12] torture: Permit running of experimental torture types
` [PATCH rcu 04/12] torture: Make thread detection more robust by using lspcu
` [PATCH rcu 05/12] torture: Skip vmlinux check for kvm-again.sh runs
` [PATCH rcu 06/12] torture: Enable CSD-lock stall reports for scftorture
` [PATCH rcu 07/12] rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC
` [PATCH rcu 08/12] scftorture: Remove extraneous "scf" from per_version_boot_params
` [PATCH rcu 09/12] torture: Save "make allmodconfig" .config file
` [PATCH rcu 10/12] rcutorture: Make kvm.sh allow more memory for --kasan runs
` [PATCH rcu 11/12] rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU
` [PATCH rcu 12/12] rcutorture: Make torture.sh allow for --kasan

[PATCH rcu 0/6] Torture-test updates for v5.19
 2022-04-19  0:07 UTC  (7+ messages)
` [PATCH rcu 1/6] torture: Add rcu_normal and rcu_expedited runs to torture.sh
` [PATCH rcu 2/6] rcutorture: Suppress debugging grace period delays during flooding
` [PATCH rcu 3/6] scftorture: Fix distribution of short handler delays
` [PATCH rcu 4/6] rcutorture: Avoid corner-case #DE with nsynctypes check
` [PATCH rcu 5/6] rcutorture: Add missing return and use __func__ in warning
` [PATCH rcu 6/6] rcutorture: Call preempt_schedule() through static call/key

[PATCH rcu 0/21] SRCU updates for v5.19
 2022-04-19  0:03 UTC  (22+ messages)
` [PATCH rcu 01/21] srcu: Tighten cleanup_srcu_struct() GP checks
` [PATCH rcu 02/21] srcu: Fix s/is/if/ typo in srcu_node comment
` [PATCH rcu 03/21] srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leaf
` [PATCH rcu 04/21] srcu: Make Tree SRCU able to operate without snp_node array
` [PATCH rcu 05/21] srcu: Dynamically allocate srcu_node array
` [PATCH rcu 06/21] srcu: Add size-state transitioning code
` [PATCH rcu 07/21] srcu: Make rcutorture dump the SRCU size state
` [PATCH rcu 08/21] srcu: Compute snp_seq earlier in srcu_funnel_gp_start()
` [PATCH rcu 09/21] srcu: Use invalid initial value for srcu_node GP sequence numbers
` [PATCH rcu 10/21] srcu: Ensure snp nodes tree is fully initialized before traversal
` [PATCH rcu 11/21] srcu: Add boot-time control over srcu_node array allocation
` [PATCH rcu 12/21] srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()
` [PATCH rcu 13/21] srcu: Avoid NULL dereference in srcu_torture_stats_print()
` [PATCH rcu 14/21] srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
` [PATCH rcu 15/21] srcu: Explain srcu_funnel_gp_start() call to list_add() is safe
` [PATCH rcu 16/21] srcu: Create concurrency-safe helper for initiating size transition
` [PATCH rcu 17/21] srcu: Add contention-triggered addition of srcu_node tree
` [PATCH rcu 18/21] srcu: Automatically determine size-transition strategy at boot
` [PATCH rcu 19/21] srcu: Add contention check to call_srcu() srcu_data ->lock acquisition
` [PATCH rcu 20/21] srcu: Prevent expedited GPs and blocking readers from consuming CPU
` [PATCH rcu 21/21] srcu: Drop needless initialization of sdp in srcu_gp_start()

[PATCH rcu 0/9] Tasks-RCU updates for v5.19
 2022-04-19  0:00 UTC  (10+ messages)
` [PATCH rcu 1/9] rcu-tasks: Fix race in schedule and flush work
` [PATCH rcu 2/9] rcu-tasks: Print pre-stall-warning informational messages
` [PATCH rcu 3/9] rcu-tasks: Use rcuwait for the rcu_tasks_kthread()
` [PATCH rcu 4/9] rcu-tasks: Make Tasks RCU account for userspace execution
` [PATCH rcu 5/9] rcu-tasks: Use schedule_hrtimeout_range() to wait for grace periods
` [PATCH rcu 6/9] rcu-tasks: Restore use of timers for non-RT kernels
` [PATCH rcu 7/9] rcu-tasks: Make show_rcu_tasks_generic_gp_kthread() check all CPUs
` [PATCH rcu 8/9] rcu-tasks: Handle sparse cpu_possible_mask
` [PATCH rcu 9/9] rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()

[PATCH rcu 0/5] Callback-offloading (NOCB) updates for v5.19
 2022-04-18 22:56 UTC  (6+ messages)
` [PATCH rcu 1/5] rcu: Remove rcu_is_nocb_cpu()
` [PATCH rcu 2/5] rcu/nocb: Move rcu_nocb_is_setup to rcu_state
` [PATCH rcu 3/5] rcu: Assume rcu_init() is called before smp
` [PATCH rcu 4/5] rcu: Initialize boost kthread only for boot node prior SMP initialization
` [PATCH rcu 5/5] rcu/nocb: Initialize nocb kthreads only for boot CPU "

[PATCH v3] rcu/nocb: Add an option to offload all CPUs on boot
 2022-04-18 17:51 UTC  (3+ messages)

Reproducing call_rcu_tasks self-test bug on a dual sockets Intel Xeon machine
 2022-04-18  3:16 UTC 

[PATCH RFC] rcu/nocb: Provide default all-CPUs mask for RCU_NOCB_CPU=y
 2022-04-14 22:37 UTC  (26+ messages)

[PATCH v2] rcu/nocb: Add an option to offload all CPUs on boot
 2022-04-14 20:06 UTC 

rcu_sched self-detected stall on CPU
 2022-04-14 17:15 UTC  (28+ messages)
        ` (no subject)
          ` Low-res tick handler device not going to ONESHOT_STOPPED when tick is stopped (was: rcu_sched self-detected stall on CPU)

[PATCH v3] EXP rcu: Move expedited grace period (GP) work to RT kthread_worker
 2022-04-12  0:57 UTC  (2+ messages)

[PATCH printk v2 00/12] implement threaded console printing
 2022-04-11 12:50 UTC  (10+ messages)
` [PATCH printk v2 09/12] printk: add functions to prefer direct printing

Fw: rc6 splat
 2022-04-09 16:37 UTC  (7+ messages)

[PATCH v2] EXP rcu: Move expedited grace period (GP) work to RT kthread_worker
 2022-04-08 22:06 UTC  (15+ 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).