linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RT] trivial fix to REMINDER block in init/main.c
@ 2010-02-25 22:39 Clark Williams
  2010-02-26  9:03 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Clark Williams @ 2010-02-25 22:39 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: RT, LKML

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

Thomas,

Here's a trivial patch to the RT tree. I noticed during testing that I
was getting an empty REMINDER block in dmesg. Looks like STACK_TRACER
got dropped.

Clark

diff --git a/init/main.c b/init/main.c
index aa48b7b..48393c0 100644
--- a/init/main.c
+++ b/init/main.c
@@ -928,6 +928,9 @@ static int __init kernel_init(void * unused)
 #ifdef CONFIG_PREEMPT_TRACER
 	printk(KERN_ERR "*        CONFIG_PREEMPT_TRACER                                              *\n");
 #endif
+#ifdef CONFIG_STACK_TRACER
+	printk(KERN_ERR "*        CONFIG_STACK_TRACER                                                *\n");
+#endif
 #if defined(CONFIG_FTRACE) && !defined(CONFIG_FTRACE_MCOUNT_RECORD)
 	printk(KERN_ERR "*        CONFIG_FTRACE                                                      *\n");
 #endif

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH RT] trivial fix to REMINDER block in init/main.c
  2010-02-25 22:39 [PATCH RT] trivial fix to REMINDER block in init/main.c Clark Williams
@ 2010-02-26  9:03 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2010-02-26  9:03 UTC (permalink / raw)
  To: Clark Williams; +Cc: Thomas Gleixner, RT, LKML

Hello,

On Thu, Feb 25, 2010 at 04:39:23PM -0600, Clark Williams wrote:
> Thomas,
> 
> Here's a trivial patch to the RT tree. I noticed during testing that I
> was getting an empty REMINDER block in dmesg. Looks like STACK_TRACER
> got dropped.

This patch doesn't qualify for a patent:

http://marc.info/?l=linux-rt-users&m=123839719221161&w=2

:-)  (IIRC I reordered the tests to have the same order as in the #if,
but didn't recheck.)

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-02-26  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 22:39 [PATCH RT] trivial fix to REMINDER block in init/main.c Clark Williams
2010-02-26  9:03 ` Uwe Kleine-König

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).