All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rc5-rt2 0/3] plist: alternative implementation
@ 2005-12-18 18:17 Oleg Nesterov
  2005-12-18 17:21 ` Steven Rostedt
  2005-12-20 14:38 ` Ingo Molnar
  0 siblings, 2 replies; 10+ messages in thread
From: Oleg Nesterov @ 2005-12-18 18:17 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Steven Rostedt, Daniel Walker, Inaky Perez-Gonzalez

Rediff against patch-2.6.15-rc5-rt2.

Nothing was changed except s/plist_next_entry/plist_first_entry/
to match the current naming.

These patches were only compile tested. This is beacuse I can't
even compile 2.6.15-rc5-rt2, I had to comment out this line

	lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o

in lib/Makefile. I think CONFIG_RWSEM_GENERIC_SPINLOCK means that
lib/rwsem.c should be ignored.

After that the kernel panics at boot time, the call trace shows

	set_workqueue_thread_prio
	wake_up_process
	set_workqueue_prio
	init_workqueues

will try to look further on Tuesday.

Just to make it clear, these problems were _without_ these patches.

Oleg.

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

end of thread, other threads:[~2005-12-20 17:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-18 18:17 [PATCH rc5-rt2 0/3] plist: alternative implementation Oleg Nesterov
2005-12-18 17:21 ` Steven Rostedt
2005-12-18 17:25   ` Steven Rostedt
2005-12-20 14:38 ` Ingo Molnar
2005-12-20 16:08   ` Oleg Nesterov
2005-12-20 15:04     ` Ingo Molnar
2005-12-20 16:11   ` Oleg Nesterov
2005-12-20 16:34   ` Daniel Walker
2005-12-20 18:31     ` Oleg Nesterov
2005-12-20 17:29       ` Daniel Walker

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.