Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933485AbbENNzO (ORCPT ); Thu, 14 May 2015 09:55:14 -0400 Received: from smtprelay0096.hostedemail.com ([216.40.44.96]:36794 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933145AbbENNzL (ORCPT ); Thu, 14 May 2015 09:55:11 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3873:3874:4321:4605:5007:6119:6120:6261:6742:7875:7903:7974:10004:10400:10471:10848:10967:11232:11658:11914:12043:12291:12296:12517:12519:12555:12683:12740:13069:13161:13229:13255:13311:13357:14096:14097:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: crook79_66b490b639830 X-Filterd-Recvd-Size: 2217 Date: Thu, 14 May 2015 09:55:04 -0400 From: Steven Rostedt To: Wang Long Cc: , , , , , , , , , , , Subject: Re: [RFC PATCH 00/17][request for stable 3.10 inclusion] x86/nmi: Print all cpu stacks from NMI safely Message-ID: <20150514095504.3076310c@gandalf.local.home> In-Reply-To: <1431603304-162571-1-git-send-email-long.wanglong@huawei.com> References: <1431603304-162571-1-git-send-email-long.wanglong@huawei.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1287 Lines: 35 On Thu, 14 May 2015 11:34:47 +0000 Wang Long wrote: > The patch 1-13 backport the "seq_buf" infrastructures. in detail, patch 1, 2 > and 6 only backport "seq_buf" related code. > Ah, so basically you just backported the seq_buf.c code without modifying the trace_seq code. That's a good approach. I don't have much time to look at these but I'll try to skim them to see if I find anything broken. I may pull all of them into a test branch and run my tests to make sure they don't break anything else. -- Steve > arch/x86/kernel/apic/hw_nmi.c | 86 +++++++++- > include/linux/percpu.h | 4 + > include/linux/printk.h | 2 + > include/linux/seq_buf.h | 136 ++++++++++++++++ > kernel/printk.c | 41 +++-- > lib/Makefile | 2 +- > lib/seq_buf.c | 359 ++++++++++++++++++++++++++++++++++++++++++ > 7 files changed, 617 insertions(+), 13 deletions(-) > create mode 100644 include/linux/seq_buf.h > create mode 100644 lib/seq_buf.c > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/