All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] kcov: PREEMPT_RT fixup + misc
@ 2021-09-23 16:47 Sebastian Andrzej Siewior
  2021-09-23 16:47 ` [PATCH v2 1/5] Documentation/kcov: Include types.h in the example Sebastian Andrzej Siewior
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-09-23 16:47 UTC (permalink / raw)
  To: kasan-dev, linux-kernel
  Cc: Dmitry Vyukov, Andrey Konovalov, Thomas Gleixner, Steven Rostedt,
	Marco Elver, Clark Williams, Andrew Morton

This is a repost of my initial series [0] with collected tags. 

The last patch in series is follow-up to address the PREEMPT_RT issue
within in kcov reported by Clark [1].
Patches 1-3 are smaller things that I noticed while staring at it.
Patch 4 is small change which makes replacement in #5 simpler / more
obvious.
I tested this with the snippets in examples, Marco Elver used to run syzkaller
for a few hours.

[0] https://lkml.kernel.org/r/20210830172627.267989-1-bigeasy@linutronix.de
[1] https://lkml.kernel.org/r/20210809155909.333073de@theseus.lan



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-03 18:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 16:47 [PATCH v2 0/5] kcov: PREEMPT_RT fixup + misc Sebastian Andrzej Siewior
2021-09-23 16:47 ` [PATCH v2 1/5] Documentation/kcov: Include types.h in the example Sebastian Andrzej Siewior
2021-09-23 16:47 ` [PATCH v2 2/5] Documentation/kcov: Define `ip' " Sebastian Andrzej Siewior
2021-09-23 16:47 ` [PATCH v2 3/5] kcov: Allocate per-CPU memory on the relevant node Sebastian Andrzej Siewior
2021-09-23 16:47 ` [PATCH v2 4/5] kcov: Avoid enable+disable interrupts if !in_task() Sebastian Andrzej Siewior
2021-09-23 16:47 ` [PATCH v2 5/5] kcov: Replace local_irq_save() with a local_lock_t Sebastian Andrzej Siewior
2021-10-03 18:11 ` [PATCH v2 0/5] kcov: PREEMPT_RT fixup + misc Andrey Konovalov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.