public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
To: Petr Mladek <pmladek@suse.com>
Cc: Jan Kara <jack@suse.cz>, Peter Zijlstra <peterz@infradead.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Ingo Molnar <mingo@redhat.com>,
	linux-kernel@vger.kernel.org,
	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Subject: [linux-next, x86_64] no backtrace after "printk/nmi: generic solution for safe printk in NMI"
Date: Thu, 25 Feb 2016 18:46:21 +0900	[thread overview]
Message-ID: <20160225094621.GA505@swordfish> (raw)

Hello Petr,

seem that commit b927968830676373caf4241e80d8b447133f84b2
	Author: Petr Mladek <pmladek@suse.com>
	Date:   Thu Feb 25 13:00:35 2016 +1100

	    printk/nmi: generic solution for safe printk in NMI
    
	    printk() takes some locks and could not be used a safe way in NMI context.
    
	    The chance of a deadlock is real especially when printing stacks from all
	    CPUs.  This particular problem has been addressed on x86 by the commit
	    a9edc8809328 ("x86/nmi: Perform a safe NMI stack trace on all CPUs").
    
	    The patchset brings two big advantages.  First, it makes the NMI
	    backtraces safe on all architectures for free.  Second, it makes all NMI
	    messages almost safe on all architectures (the temporary buffer is
	    limited.  We still should keep the number of messages in NMI context at
	    minimum).
	[..]


makes my x86_64 boxen unhappy, I see no CPU backtraces and no panic messages
on HARDLOCKUPs (CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1).

does it work for you?

	-ss

             reply	other threads:[~2016-02-25  9:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25  9:46 Sergey Senozhatsky [this message]
2016-02-25 10:31 ` [linux-next, x86_64] no backtrace after "printk/nmi: generic solution for safe printk in NMI" Sergey Senozhatsky
2016-02-26  3:40   ` Sergey Senozhatsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160225094621.GA505@swordfish \
    --to=sergey.senozhatsky.work@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=jack@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=pmladek@suse.com \
    --cc=rostedt@goodmis.org \
    --cc=sergey.senozhatsky@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox