summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2021-03-03 13:15:21 +0300
committerPetr Mladek <pmladek@suse.com>2021-03-08 13:43:15 +0300
commit7d7a23a91c915f6a90b2a636b130c53e0fe5154c (patch)
treef588998ccde75f23e1044f5fc636d134d9718c05 /scripts/gdb/linux/tasks.py
parentcf5b0208fda4602d0ef383a86e942fb3dcb8852b (diff)
downloadlinux-7d7a23a91c915f6a90b2a636b130c53e0fe5154c.tar.xz
printk: use seqcount_latch for clear_seq
kmsg_dump_rewind_nolock() locklessly reads @clear_seq. However, this is not done atomically. Since @clear_seq is 64-bit, this cannot be an atomic operation for all platforms. Therefore, use a seqcount_latch to allow readers to always read a consistent value. Signed-off-by: John Ogness <john.ogness@linutronix.de> Reviewed-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20210303101528.29901-9-john.ogness@linutronix.de
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions