linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [patch] CONFIG_PREEMPT_REALTIME, 'Fully Preemptible Kernel', VP-2.6.9-rc4-mm1-T4
@ 2004-10-11 18:23 Mark_H_Johnson
  2004-10-11 21:59 ` [patch] VP-2.6.9-rc4-mm1-T5 Ingo Molnar
  0 siblings, 1 reply; 961+ messages in thread
From: Mark_H_Johnson @ 2004-10-11 18:23 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Andrew Morton, Daniel Walker, K.R. Foley, linux-kernel,
	Florian Schmidt, Fernando Pablo Lopez-Lezcano, Lee Revell,
	Rui Nuno Capela

>i've released the -T4 VP patch:
>
>
http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc4-mm1-T4


I would have to say this is "very rough" at this point. I had the following
problems in the build:
 [1] kernel/ksyms.c - undefined symbols
 [2] kernel/mutex.c - obvious cut / paste problems
 [3] XFS has incompatible mutex definition
 [4] suspicious warnings
 [5] missing symbols for modules
Details at the end.

I booted w/ SMP and the machine threw a lot of error messages about
sleeping in
an invalid context. For example:

include/linux/rwsem.h:43
in_atomic():1 [00010001], irqs_disabled():1
[<c011f0ea>] __might_sleep+0xca/0xe0
[<c01390d4>] rw_mutex_read_lock+0x34/0x50
[<c0122dbd>] profile_hook+0x1d/0x50
[<c0123338>] profile_tick+0x68/0x70
[<c01150ad>] smp_apic_timer_interrupt+0x5d/0xf0
[<c0105820>] default_idle+0x0/0x40
[<c010854a>] apic_timer_interrupt+0x1a/0x20
[<c0105820>] default_idle+0x0/0x40
[<c011007b>] dmi_get_system_info+0xb/0x20
[<c010585a>] default_idle+0x3a/0x40
[<c03b4a4d>] start_kernel+0x19d/0x1e0
[<c03b4440>] unknown_bootoption+0x0/0x180

(somehow managed to stop the scrolling console with the above message
displayed...)

Finally died with a kernel BUG
kernel BUG at kernel/latenc.c:419!
invalid operand: 0000 [#1]
PREEMPT SMP
Modules linked in microcode dm_mod uhci_hcd ext3 jbd
CPU:     1
EIP:    0001:[<00000000>]    Not tainted VLI
EFLAGS: c1663f38  (2.6.9-rc4-mm1-VP-T4)
EIP is at 0x0
eax: 00000000   ebx: c1663f54   ecx: c0109a8c   edx: c1663f78
esi: 0000000c   edi: c1663f28   ebp: c1663f3c   esp: c1663f78
ds: 007b   es: 07b   ss: 4f03   preempt: 00000001
Process swapper (pid: 0, threadinfo=c1662000 task=c165e550)
 <0> Kernel panic - not syncing: Attempted to kill the idle task!

Rebooting with num_cpus=1 and appeared to make it farther but then the
console scrolled like crazy and finally said "console shuts up ..."
and the machine appeared to be hung. Could not scroll the window up
or down to see the full message. Had to power off / on to get the
machine back up. Going back to -T3 until I see some fixes.

If the machine managed to record some good data in /var/log/messages
I will send them separately to you for reference.

--Mark H Johnson
  <mailto:Mark_H_Johnson@raytheon.com>

Details on build problems / work arounds follow:

[1] ksyms.c - I commented these lines out, to get a complete build, but
there appears to
be code that expects rtc_lock to be defined. See #5.

arch/i386/kernel/i386_ksyms.c:166 error: `rtc_lock' undeclared here (not in
a function)
arch/i386/kernel/i386_ksyms.c:166 error: initializer element is not
constant
arch/i386/kernel/i386_ksyms.c:166 error: (near initialization for
`__ksymtab_rtc_lock.value')
followed by a similar error for atomic_dec_and_lock at line 177.

[2] mutex.c - several symbols were defined twice, fixed by changing the
names to
the functions preceeding them. See lines 108, 201, 213, 297.

[3] XFS compile failed as follows:
  CC [M]  fs/xfs/quota/xfs_dquot.o
In file included from fs/xfs/linux-2.6/xfs_linux.h:63,
                 from fs/xfs/xfs.h:35,
                 from fs/xfs/quota/xfs_dquot.c:33:
fs/xfs/linux-2.6/mutex.h:45: error: conflicting types for `mutex_t'
include/asm/spinlock.h:79: error: previous declaration of `mutex_t'
In file included from fs/xfs/linux-2.6/xfs_linux.h:102,
                 from fs/xfs/xfs.h:35,
                 from fs/xfs/quota/xfs_dquot.c:33:
fs/xfs/linux-2.6/xfs_vnode.h:578:30: macro "mutex_lock" requires 2
arguments, but only 1 given
fs/xfs/linux-2.6/xfs_vnode.h:585:30: macro "mutex_lock" requires 2
arguments, but only 1 given
fs/xfs/quota/xfs_dquot.c:1327:23: macro "mutex_lock" requires 2 arguments,
but only 1 given
fs/xfs/quota/xfs_dquot.c:1390:41: macro "mutex_lock" requires 2 arguments,
but only 1 given
fs/xfs/linux-2.6/xfs_vnode.h: In function `vn_flagset':
fs/xfs/linux-2.6/xfs_vnode.h:578: warning: statement with no effect
fs/xfs/linux-2.6/xfs_vnode.h: In function `vn_flagclr':
fs/xfs/linux-2.6/xfs_vnode.h:585: warning: statement with no effect
Turned off XFS in the build.

[4] I considered the following warnings to be "suspicious" but am not sure
if they are really problems or not.

  CC      security/selinux/ss/policydb.o
fs/dcache.c: In function `prune_dcache':
fs/dcache.c:391: warning: passing arg 1 of `cond_resched_lock' from
incompatible pointer type
  CC      security/selinux/ss/services.o
  CC      fs/inode.o
fs/inode.c: In function `invalidate_list':
fs/inode.c:317: warning: passing arg 1 of `cond_resched_lock' from
incompatible pointer type

[5] Several modules had undefined symbols. The messages were...

Kernel: arch/i386/boot/bzImage is ready
*** Warning: "mutex_trylock_bh" [drivers/net/ppp_synctty.ko] undefined!
*** Warning: "del_mtd_partitions" [drivers/mtd/maps/scx200_docflash.ko]
undefined!
*** Warning: "add_mtd_partitions" [drivers/mtd/maps/scx200_docflash.ko]
undefined!
*** Warning: "i2o_msg_in_to_virt" [drivers/message/i2o/i2o_scsi.ko]
undefined!
*** Warning: "i2o_msg_out_to_virt" [drivers/message/i2o/i2o_core.ko]
undefined!
*** Warning: "i2o_msg_in_to_virt" [drivers/message/i2o/i2o_core.ko]
undefined!
*** Warning: "i2o_msg_in_to_virt" [drivers/message/i2o/i2o_block.ko]
undefined!
*** Warning: "rtc_lock" [drivers/char/nvram.ko] undefined!
*** Warning: "rtc_lock" [drivers/char/mwave/mwave.ko] undefined!
*** Warning: "rtc_lock" [drivers/block/floppy.ko] undefined!
...
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b
/var/tmp/kernel-2.6.9rc4mm1VPT4-root -r 2.6.9-rc4-mm1-VP-T4; fi
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/net/ppp_synctty.ko
 needs unknown symbol mutex_trylock_bh
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/mtd/maps/scx200_docflash.ko
 needs unknown symbol del_mtd_partitions
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/mtd/maps/scx200_docflash.ko
 needs unknown symbol add_mtd_partitions
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/message/i2o/i2o_scsi.ko
 needs unknown symbol i2o_msg_in_to_virt
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/message/i2o/i2o_core.ko
 needs unknown symbol i2o_msg_in_to_virt
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/message/i2o/i2o_core.ko
 needs unknown symbol i2o_msg_out_to_virt
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/message/i2o/i2o_block.ko
 needs unknown symbol i2o_msg_in_to_virt
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/char/nvram.ko
 needs unknown symbol rtc_lock
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/char/mwave/mwave.ko
 needs unknown symbol rtc_lock
WARNING: /var/tmp/kernel-2.6.9
rc4mm1VPT4-root/lib/modules/2.6.9-rc4-mm1-VP-T4/kernel/drivers/block/floppy.ko
 needs unknown symbol rtc_lock




^ permalink raw reply	[flat|nested] 961+ messages in thread
* Re: [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1
@ 2004-10-14 17:06 Mark_H_Johnson
  2004-10-14 18:24 ` Ingo Molnar
  2004-10-14 20:26 ` Bill Huey
  0 siblings, 2 replies; 961+ messages in thread
From: Mark_H_Johnson @ 2004-10-14 17:06 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Lee Revell, Rui Nuno Capela, K.R. Foley,
	Daniel Walker, Bill Huey, Andrew Morton, Adam Heath,
	Lorenzo Allegrucci, Dipankar Sarma

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

>i have released the -U1 PREEMPT_REALTIME patch:
>
>
http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc4-mm1-U1

Not sure if I can bring this up to multi user yet. Some initial testing
in single user mode indicates problems when I turn on networking. See
the attached messages from /var/log/messages to see the kinds of problems
I am having. The key ones appear after doing
  ./S10network start
as part of single stepping the init sequence. I stopped at this point
to make sure I had a good record of the messages.

I also managed to get the machine stuck with
  /sbin/reboot
not sure why.

And yes, the .config is basically the same as in all previous tests.
(no changes since my first tests with -T4...)

A side question - if
  CONFIG_PREEMPT_REALTIME=y
you say that IRQ's must be threaded, is this going to be "permanent" and
if so - why?

I would prefer to not use threaded IRQ's if possible due to lower CPU
overhead [see previous email describing results...] and some problems
I see with setting priorities on those IRQ's (relative to real time tasks).

 --Mark

[-- Attachment #2: VPU1.message --]
[-- Type: application/octet-stream, Size: 28163 bytes --]

Oct 14 11:43:45 localhost syslogd 1.4.1: restart.
Oct 14 11:43:45 localhost syslog: syslogd startup succeeded
Oct 14 11:43:45 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Oct 14 11:43:45 localhost syslog: klogd startup succeeded
Oct 14 11:43:45 localhost kernel: Linux version 2.6.9-rc4-mm1-VP-U1 (root@dws77) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 SMP Thu Oct 14 10:45:43 CDT 2004
Oct 14 11:43:45 localhost kernel: BIOS-provided physical RAM map:
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 000000001fff0000 - 000000001fff8000 (ACPI data)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Oct 14 11:43:45 localhost kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Oct 14 11:43:45 localhost kernel: 0MB HIGHMEM available.
Oct 14 11:43:45 localhost kernel: 511MB LOWMEM available.
Oct 14 11:43:45 localhost kernel: found SMP MP-table at 000fb170
Oct 14 11:43:45 localhost kernel: DMI 2.3 present.
Oct 14 11:43:45 localhost kernel: Using APIC driver default
Oct 14 11:43:45 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Oct 14 11:43:45 localhost kernel: Processor #0 6:8 APIC version 17
Oct 14 11:43:45 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Oct 14 11:43:45 localhost kernel: Processor #1 6:8 APIC version 17
Oct 14 11:43:45 localhost kernel: Using ACPI for processor (LAPIC) configuration information
Oct 14 11:43:45 localhost kernel: Intel MultiProcessor Specification v1.1
Oct 14 11:43:45 localhost kernel:     Virtual Wire compatibility mode.
Oct 14 11:43:45 localhost kernel: OEM ID: VIA      Product ID: VT3075       APIC at: 0xFEE00000
Oct 14 11:43:45 localhost kernel: I/O APIC #2 Version 17 at 0xFEC00000.
Oct 14 11:43:45 localhost kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Oct 14 11:43:45 localhost kernel: Processors: 2
Oct 14 11:43:45 localhost kernel: Built 1 zonelists
Oct 14 11:43:45 localhost kernel: Initializing CPU#0
Oct 14 11:43:45 localhost kernel: Kernel command line: ro root=LABEL=/ nmi_watchdog=1 single
Oct 14 11:43:45 localhost kernel: (swapper/0): new 230766 us maximum-latency critical section.
Oct 14 11:43:45 localhost kernel:  => started at: <start_kernel+0x48/0x1e0>
Oct 14 11:43:45 localhost kernel:  => ended at:   <cond_resched+0x25/0x80>
Oct 14 11:43:45 localhost kernel:  [<c013a1e8>] touch_preempt_timing+0x48/0x50
Oct 14 11:43:45 localhost kernel:  [<c013a102>] check_preempt_timing+0x162/0x200
Oct 14 11:43:45 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:43:45 localhost kernel:  [<c013a1e8>] touch_preempt_timing+0x48/0x50
Oct 14 11:43:45 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:43:45 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:43:45 localhost kernel:  [<c013b69d>] register_cpu_notifier+0x2d/0x80
Oct 14 11:43:45 localhost kernel:  [<c03c7977>] rcu_init+0x97/0xa0
Oct 14 11:43:45 localhost kernel:  [<c03b696c>] start_kernel+0xbc/0x1e0
Oct 14 11:43:45 localhost kernel:  [<c03b6440>] unknown_bootoption+0x0/0x180
Oct 14 11:43:45 localhost kernel: PID hash table entries: 2048 (order: 11, 32768 bytes)
Oct 14 11:43:45 localhost kernel: Detected 864.193 MHz processor.
Oct 14 11:43:45 localhost kernel: Using tsc for high-res timesource
Oct 14 11:43:45 localhost kernel: (swapper/0): new 335856 us maximum-latency critical section.
Oct 14 11:43:45 localhost kernel:  => started at: <cond_resched+0x25/0x80>
Oct 14 11:43:45 localhost kernel:  => ended at:   <cond_resched+0x25/0x80>
Oct 14 11:43:45 localhost kernel:  [<c013a1e8>] touch_preempt_timing+0x48/0x50
Oct 14 11:43:45 localhost kernel:  [<c013a102>] check_preempt_timing+0x162/0x200
Oct 14 11:43:45 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:43:45 localhost kernel:  [<c013a1e8>] touch_preempt_timing+0x48/0x50
Oct 14 11:43:45 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:43:45 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:43:45 localhost kernel:  [<c0138df1>] _mutex_lock+0x31/0x70
Oct 14 11:43:45 localhost kernel:  [<c0138e86>] _mutex_lock_irqsave+0x16/0x20
Oct 14 11:43:45 localhost kernel:  [<c0202117>] tty_register_ldisc+0x37/0xc0
Oct 14 11:43:45 localhost kernel:  [<c03d0248>] console_init+0x28/0x50
Oct 14 11:43:45 localhost kernel:  [<c03b698a>] start_kernel+0xda/0x1e0
Oct 14 11:43:45 localhost kernel:  [<c03b6440>] unknown_bootoption+0x0/0x180
Oct 14 11:43:45 localhost kernel: Console: colour VGA+ 80x25
Oct 14 11:43:45 localhost kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 14 11:43:45 localhost kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 14 11:43:45 localhost kernel: Memory: 513460k/524224k available (2142k kernel code, 10164k reserved, 617k data, 292k init, 0k highmem)
Oct 14 11:43:45 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Oct 14 11:43:45 localhost kernel: Security Scaffold v1.0.0 initialized
Oct 14 11:43:45 localhost kernel: SELinux:  Initializing.
Oct 14 11:43:45 localhost kernel: SELinux:  Starting in permissive mode
Oct 14 11:43:45 localhost kernel: There is already a security framework initialized, register_security failed.
Oct 14 11:43:45 localhost kernel: selinux_register_security:  Registering secondary module capability
Oct 14 11:43:45 localhost kernel: Capability LSM initialized as secondary
Oct 14 11:43:45 localhost kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Oct 14 11:43:45 localhost kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Oct 14 11:43:45 localhost kernel: CPU: L2 cache: 256K
Oct 14 11:43:45 localhost kernel: Intel machine check architecture supported.
Oct 14 11:43:45 localhost kernel: Intel machine check reporting enabled on CPU#0.
Oct 14 11:43:45 localhost kernel: Enabling fast FPU save and restore... done.
Oct 14 11:43:45 localhost kernel: Enabling unmasked SIMD FPU exception support... done.
Oct 14 11:43:45 localhost kernel: Checking 'hlt' instruction... OK.
Oct 14 11:43:45 localhost kernel: CPU0: Intel Pentium III (Coppermine) stepping 06
Oct 14 11:43:45 localhost kernel: per-CPU timeslice cutoff: 730.77 usecs.
Oct 14 11:43:45 localhost kernel: task migration cache decay timeout: 1 msecs.
Oct 14 11:43:45 localhost kernel: Booting processor 1/1 eip 2000
Oct 14 11:43:45 localhost kernel: Initializing CPU#1
Oct 14 11:43:46 localhost kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Oct 14 11:43:46 localhost kernel: CPU: L2 cache: 256K
Oct 14 11:43:46 localhost kernel: Intel machine check architecture supported.
Oct 14 11:43:46 localhost kernel: Intel machine check reporting enabled on CPU#1.
Oct 14 11:43:46 localhost kernel: CPU1: Intel Pentium III (Coppermine) stepping 06
Oct 14 11:43:46 localhost kernel: Total of 2 processors activated (3395.58 BogoMIPS).
Oct 14 11:43:46 localhost kernel: ENABLING IO-APIC IRQs
Oct 14 11:43:46 localhost kernel: ..TIMER: vector=0x31 pin1=2 pin2=0
Oct 14 11:43:46 localhost kernel: testing NMI watchdog ... OK.
Oct 14 11:43:46 localhost kernel: checking TSC synchronization across 2 CPUs: passed.
Oct 14 11:43:46 localhost kernel: ksoftirqd started up.
Oct 14 11:43:46 localhost kernel: Brought up 2 CPUs
Oct 14 11:43:46 localhost kernel: ksoftirqd started up.
Oct 14 11:43:46 localhost kernel: checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Oct 14 11:43:46 localhost kernel: Freeing initrd memory: 205k freed
Oct 14 11:43:46 localhost kernel: NET: Registered protocol family 16
Oct 14 11:43:46 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=1
Oct 14 11:43:46 localhost kernel: PCI: Using configuration type 1
Oct 14 11:43:46 localhost kernel: mtrr: v2.0 (20020519)
Oct 14 11:43:46 localhost kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Oct 14 11:43:46 localhost kernel: mtrr: probably your BIOS does not setup all CPUs.
Oct 14 11:43:46 localhost kernel: mtrr: corrected configuration.
Oct 14 11:43:46 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Oct 14 11:43:46 localhost kernel: usbcore: registered new driver usbfs
Oct 14 11:43:46 localhost kernel: usbcore: registered new driver hub
Oct 14 11:43:46 localhost kernel: PCI: Probing PCI hardware
Oct 14 11:43:46 localhost kernel: PCI: Probing PCI hardware (bus 00)
Oct 14 11:43:46 localhost kernel: PCI: Using IRQ router VIA [1106/0686] at 0000:00:07.0
Oct 14 11:43:46 localhost kernel: audit: initializing netlink socket (disabled)
Oct 14 11:43:46 localhost kernel: audit(1097772163.451:0): initialized
Oct 14 11:43:46 localhost kernel: Total HugeTLB memory allocated, 0
Oct 14 11:43:46 localhost kernel: VFS: Disk quotas dquot_6.5.1
Oct 14 11:43:46 localhost kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 14 11:43:46 localhost kernel: SELinux:  Registering netfilter hooks
Oct 14 11:43:46 localhost kernel: Initializing Cryptographic API
Oct 14 11:43:46 localhost kernel: PCI: Enabling Via external APIC routing
Oct 14 11:43:46 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Oct 14 11:43:46 localhost kernel: vesafb: probe of vesafb0 failed with error -6
Oct 14 11:43:46 localhost kernel: isapnp: Scanning for PnP cards...
Oct 14 11:43:46 localhost kernel: isapnp: No Plug & Play device found
Oct 14 11:43:46 localhost kernel: Real Time Clock Driver v1.12
Oct 14 11:43:46 localhost kernel: Linux agpgart interface v0.100 (c) Dave Jones
Oct 14 11:43:46 localhost kernel: agpgart: Detected VIA Apollo Pro 133 chipset
Oct 14 11:43:46 localhost kernel: agpgart: Maximum main memory to use for agp memory: 439M
Oct 14 11:43:46 localhost kernel: agpgart: AGP aperture is 128M @ 0xe0000000
Oct 14 11:43:46 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 14 11:43:46 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 14 11:43:46 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
Oct 14 11:43:46 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Oct 14 11:43:46 localhost kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Oct 14 11:43:46 localhost kernel: io scheduler noop registered
Oct 14 11:43:46 localhost kernel: io scheduler anticipatory registered
Oct 14 11:43:46 localhost kernel: io scheduler deadline registered
Oct 14 11:43:46 localhost kernel: io scheduler cfq registered
Oct 14 11:43:46 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Oct 14 11:43:46 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Oct 14 11:43:46 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Oct 14 11:43:46 localhost kernel: VP_IDE: IDE controller at PCI slot 0000:00:07.1
Oct 14 11:43:46 localhost kernel: VP_IDE: chipset revision 16
Oct 14 11:43:46 localhost kernel: VP_IDE: not 100%% native mode: will probe irqs later
Oct 14 11:43:46 localhost kernel: VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on pci0000:00:07.1
Oct 14 11:43:46 localhost kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
Oct 14 11:43:46 localhost kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:DMA
Oct 14 11:43:46 localhost kernel: hda: WDC WD300BB-00AUA1, ATA DISK drive
Oct 14 11:43:46 localhost kernel: elevator: using anticipatory as default io scheduler
Oct 14 11:43:46 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Oct 14 11:43:46 localhost kernel: hdd: CD-ROM Drive/F5E, ATAPI CD/DVD-ROM drive
Oct 14 11:43:46 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
Oct 14 11:43:46 localhost kernel: hda: max request size: 128KiB
Oct 14 11:43:46 localhost kernel: hda: 58633344 sectors (30020 MB) w/2048KiB Cache, CHS=58168/16/63, UDMA(66)
Oct 14 11:43:46 localhost kernel:  hda: hda1 hda2 hda3 hda4 < hda5 hda6 >
Oct 14 11:43:46 localhost kernel: hdd: ATAPI 52X CD-ROM drive, 128kB Cache, UDMA(33)
Oct 14 11:43:46 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Oct 14 11:43:46 localhost kernel: ide-floppy driver 0.99.newide
Oct 14 11:43:46 localhost kernel: usbcore: registered new driver hiddev
Oct 14 11:43:46 localhost kernel: usbcore: registered new driver usbhid
Oct 14 11:43:46 localhost kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Oct 14 11:43:46 localhost kernel: mice: PS/2 mouse device common for all mice
Oct 14 11:43:46 localhost kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Oct 14 11:43:46 localhost kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Oct 14 11:43:46 localhost kernel: NET: Registered protocol family 2
Oct 14 11:43:46 localhost kernel: IP: routing cache hash table of 512 buckets, 20Kbytes
Oct 14 11:43:46 localhost kernel: TCP: Hash tables configured (established 4096 bind 6553)
Oct 14 11:43:46 localhost kernel: Initializing IPsec netlink socket
Oct 14 11:43:46 localhost kernel: NET: Registered protocol family 1
Oct 14 11:43:46 localhost kernel: NET: Registered protocol family 17
Oct 14 11:43:46 localhost kernel: Starting balanced_irq
Oct 14 11:43:46 localhost kernel: md: Autodetecting RAID arrays.
Oct 14 11:43:46 localhost kernel: md: autorun ...
Oct 14 11:43:46 localhost kernel: md: ... autorun DONE.
Oct 14 11:43:46 localhost kernel: RAMDISK: Compressed image found at block 0
Oct 14 11:43:46 localhost kernel: VFS: Mounted root (ext2 filesystem).
Oct 14 11:43:46 localhost kernel: kjournald starting.  Commit interval 5 seconds
Oct 14 11:43:46 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Oct 14 11:43:46 localhost kernel: Freeing unused kernel memory: 292k freed
Oct 14 11:43:46 localhost kernel: USB Universal Host Controller Interface driver v2.2
Oct 14 11:43:46 localhost kernel: uhci_hcd 0000:00:07.2: UHCI Host Controller
Oct 14 11:43:46 localhost kernel: uhci_hcd 0000:00:07.2: irq 10, io base 0xd000
Oct 14 11:43:46 localhost kernel: uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
Oct 14 11:43:46 localhost kernel: hub 1-0:1.0: USB hub found
Oct 14 11:43:46 localhost kernel: hub 1-0:1.0: 2 ports detected
Oct 14 11:43:46 localhost kernel: uhci_hcd 0000:00:07.3: UHCI Host Controller
Oct 14 11:43:46 localhost kernel: uhci_hcd 0000:00:07.3: irq 10, io base 0xd400
Oct 14 11:43:46 localhost kernel: uhci_hcd 0000:00:07.3: new USB bus registered, assigned bus number 2
Oct 14 11:43:46 localhost kernel: hub 2-0:1.0: USB hub found
Oct 14 11:43:46 localhost kernel: hub 2-0:1.0: 2 ports detected
Oct 14 11:43:46 localhost kernel: usb 1-2: new low speed USB device using address 2
Oct 14 11:43:46 localhost kernel: input: USB HID v1.00 Mouse [1241:1111] on usb-0000:00:07.2-2
Oct 14 11:43:46 localhost kernel: EXT3 FS on hda3, internal journal
Oct 14 11:43:46 localhost kernel: device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
Oct 14 11:43:46 localhost kernel: cdrom: open failed.
Oct 14 11:43:46 localhost kernel: Adding 1052216k swap on /dev/hda5.  Priority:-1 extents:1
Oct 14 11:43:46 localhost kernel: Adding 1052216k swap on /dev/hda6.  Priority:-2 extents:1
Oct 14 11:43:46 localhost kernel: kjournald starting.  Commit interval 5 seconds
Oct 14 11:43:46 localhost kernel: EXT3 FS on hda1, internal journal
Oct 14 11:43:46 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Oct 14 11:43:46 localhost kernel: kjournald starting.  Commit interval 5 seconds
Oct 14 11:43:46 localhost kernel: EXT3 FS on hda2, internal journal
Oct 14 11:43:46 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Oct 14 11:44:15 localhost sysctl: net.ipv4.ip_forward = 0
Oct 14 11:44:15 localhost sysctl: net.ipv4.conf.default.rp_filter = 1
Oct 14 11:44:15 localhost sysctl: kernel.sysrq = 1
Oct 14 11:44:15 localhost sysctl: kernel.core_uses_pid = 1
Oct 14 11:44:15 localhost sysctl: net.core.rmem_default = 109568
Oct 14 11:44:15 localhost sysctl: net.core.rmem_max = 109568
Oct 14 11:44:15 localhost sysctl: net.core.wmem_default = 109568
Oct 14 11:44:15 localhost sysctl: net.core.wmem_max = 109568
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_fin_timeout = 60
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_keepalive_time = 7200
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_keepalive_probes = 9
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_syn_retries = 5
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_max_syn_backlog = 1024
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_retries1 = 3
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_retries2 = 15
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_syncookies = 0
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_retrans_collapse = 1
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_sack = 1
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_timestamps = 1
Oct 14 11:44:15 localhost sysctl: net.ipv4.tcp_window_scaling = 1
Oct 14 11:44:15 localhost sysctl: net.ipv4.icmp_ignore_bogus_error_responses = 0
Oct 14 11:44:15 localhost sysctl: net.ipv4.icmp_echo_ignore_all = 0
Oct 14 11:44:15 localhost sysctl: net.ipv4.icmp_echo_ignore_broadcasts = 0
Oct 14 11:44:15 localhost sysctl: net.ipv4.ip_default_ttl = 64
Oct 14 11:44:15 localhost sysctl: net.ipv4.ipfrag_time = 30
Oct 14 11:44:15 localhost sysctl: net.ipv4.conf.all.rp_filter = 0
Oct 14 11:44:15 localhost sysctl: net.ipv4.ip_no_pmtu_disc = 0
Oct 14 11:44:15 localhost sysctl: net.unix.max_dgram_qlen = 10
Oct 14 11:44:15 localhost sysctl: fs.file-max = 50834
Oct 14 11:44:15 localhost sysctl: vm.overcommit_memory = 0
Oct 14 11:44:15 localhost sysctl: vm.page-cluster = 3
Oct 14 11:44:15 localhost sysctl: kernel.ctrl-alt-del = 0
Oct 14 11:44:15 localhost sysctl: kernel.panic = 0
Oct 14 11:44:15 localhost sysctl: kernel.acct = 4 2 30
Oct 14 11:44:15 localhost sysctl: kernel.printk = 6
Oct 14 11:44:15 localhost sysctl: kernel.shmall = 2097152
Oct 14 11:44:15 localhost sysctl: kernel.shmmax = 33554432
Oct 14 11:44:15 localhost sysctl: dev.raid.speed_limit_min = 1000
Oct 14 11:44:15 localhost sysctl: dev.raid.speed_limit_max = 200000
Oct 14 11:44:15 localhost network: Setting network parameters:  succeeded
Oct 14 11:44:16 localhost kernel: Debug: sleeping function called from invalid context iptables(1384) at kernel/mutex.c:25
Oct 14 11:44:16 localhost kernel: in_atomic():1 [00000001], irqs_disabled():0
Oct 14 11:44:16 localhost kernel:  [<c011f26a>] __might_sleep+0xca/0xe0
Oct 14 11:44:16 localhost kernel:  [<c0138de9>] _mutex_lock+0x29/0x70
Oct 14 11:44:16 localhost kernel:  [<c0138e86>] _mutex_lock_irqsave+0x16/0x20
Oct 14 11:44:16 localhost kernel:  [<c01c4f4e>] avc_has_perm_noaudit+0x2e/0x1d0
Oct 14 11:44:16 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:16 localhost kernel:  [<c01c5104>] avc_has_perm+0x14/0x80
Oct 14 11:44:16 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:16 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:16 localhost kernel:  [<c01c5133>] avc_has_perm+0x43/0x80
Oct 14 11:44:16 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:16 localhost kernel:  [<c01c65a4>] task_has_capability+0x14/0x80
Oct 14 11:44:16 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:16 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:16 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:16 localhost kernel:  [<c01c6f16>] selinux_capable+0x26/0x50
Oct 14 11:44:16 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:16 localhost kernel:  [<c02f50ce>] inet_create+0x9e/0x2f0
Oct 14 11:44:16 localhost kernel:  [<c02a28f5>] __sock_create+0x135/0x350
Oct 14 11:44:16 localhost kernel:  [<c02a2b1b>] sock_create+0xb/0x40
Oct 14 11:44:16 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:16 localhost kernel:  [<c02a2b41>] sock_create+0x31/0x40
Oct 14 11:44:16 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:16 localhost kernel:  [<c02a3bf9>] sys_socketcall+0x69/0x250
Oct 14 11:44:16 localhost kernel:  [<c0118690>] do_page_fault+0x0/0x748
Oct 14 11:44:16 localhost kernel:  [<c0107b09>] sysenter_past_esp+0x52/0x71
Oct 14 11:44:16 localhost kernel: scheduling while atomic: iptables/0x04000001/1384
Oct 14 11:44:16 localhost kernel: caller is cond_resched+0x61/0x80
Oct 14 11:44:16 localhost kernel:  [<c031551c>] schedule+0x7ec/0x830
Oct 14 11:44:16 localhost kernel:  [<c0315a31>] cond_resched+0x61/0x80
Oct 14 11:44:16 localhost kernel:  [<c013a132>] check_preempt_timing+0x192/0x200
Oct 14 11:44:16 localhost kernel:  [<c013a1e8>] touch_preempt_timing+0x48/0x50
Oct 14 11:44:16 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:44:16 localhost kernel:  [<c0315a31>] cond_resched+0x61/0x80
Oct 14 11:44:16 localhost kernel:  [<c0138df1>] _mutex_lock+0x31/0x70
Oct 14 11:44:16 localhost kernel:  [<c0138e86>] _mutex_lock_irqsave+0x16/0x20
Oct 14 11:44:16 localhost kernel:  [<c01c4f4e>] avc_has_perm_noaudit+0x2e/0x1d0
Oct 14 11:44:16 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:16 localhost kernel:  [<c01c5104>] avc_has_perm+0x14/0x80
Oct 14 11:44:16 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:16 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:16 localhost kernel:  [<c01c5133>] avc_has_perm+0x43/0x80
Oct 14 11:44:16 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:16 localhost kernel:  [<c01c65a4>] task_has_capability+0x14/0x80
Oct 14 11:44:16 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:17 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:17 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:17 localhost kernel:  [<c01c6f16>] selinux_capable+0x26/0x50
Oct 14 11:44:17 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:17 localhost kernel:  [<c02f50ce>] inet_create+0x9e/0x2f0
Oct 14 11:44:17 localhost kernel:  [<c02a28f5>] __sock_create+0x135/0x350
Oct 14 11:44:17 localhost kernel:  [<c02a2b1b>] sock_create+0xb/0x40
Oct 14 11:44:17 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:17 localhost kernel:  [<c02a2b41>] sock_create+0x31/0x40
Oct 14 11:44:17 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:17 localhost kernel:  [<c02a3bf9>] sys_socketcall+0x69/0x250
Oct 14 11:44:17 localhost kernel:  [<c0118690>] do_page_fault+0x0/0x748
Oct 14 11:44:17 localhost kernel:  [<c0107b09>] sysenter_past_esp+0x52/0x71
Oct 14 11:44:17 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team
Oct 14 11:44:17 localhost network: Bringing up loopback interface:  succeeded
Oct 14 11:44:17 localhost kernel: 8139too Fast Ethernet driver 0.9.27
Oct 14 11:44:17 localhost kernel: eth0: RealTek RTL8139 at 0xdc00, 00:50:bf:39:11:fc, IRQ 11
Oct 14 11:44:17 localhost kernel: Debug: sleeping function called from invalid context iptables(1505) at kernel/mutex.c:25
Oct 14 11:44:17 localhost kernel: in_atomic():1 [00000001], irqs_disabled():0
Oct 14 11:44:17 localhost kernel:  [<c011f26a>] __might_sleep+0xca/0xe0
Oct 14 11:44:17 localhost kernel:  [<c0138de9>] _mutex_lock+0x29/0x70
Oct 14 11:44:17 localhost kernel:  [<c0138e86>] _mutex_lock_irqsave+0x16/0x20
Oct 14 11:44:17 localhost kernel:  [<c01c4f4e>] avc_has_perm_noaudit+0x2e/0x1d0
Oct 14 11:44:17 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:17 localhost kernel:  [<c01c5104>] avc_has_perm+0x14/0x80
Oct 14 11:44:17 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:17 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:17 localhost kernel:  [<c01c5133>] avc_has_perm+0x43/0x80
Oct 14 11:44:17 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:17 localhost kernel:  [<c01c65a4>] task_has_capability+0x14/0x80
Oct 14 11:44:17 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:17 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:17 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:17 localhost kernel:  [<c01c6f16>] selinux_capable+0x26/0x50
Oct 14 11:44:17 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:17 localhost kernel:  [<c02f50ce>] inet_create+0x9e/0x2f0
Oct 14 11:44:17 localhost kernel:  [<c02a28f5>] __sock_create+0x135/0x350
Oct 14 11:44:17 localhost kernel:  [<c02a2b1b>] sock_create+0xb/0x40
Oct 14 11:44:17 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:17 localhost kernel:  [<c02a2b41>] sock_create+0x31/0x40
Oct 14 11:44:17 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:17 localhost kernel:  [<c02a3bf9>] sys_socketcall+0x69/0x250
Oct 14 11:44:17 localhost kernel:  [<c0118690>] do_page_fault+0x0/0x748
Oct 14 11:44:17 localhost kernel:  [<c0107b09>] sysenter_past_esp+0x52/0x71
Oct 14 11:44:17 localhost kernel: scheduling while atomic: iptables/0x04000001/1505
Oct 14 11:44:17 localhost kernel: caller is cond_resched+0x61/0x80
Oct 14 11:44:17 localhost ifup: 
Oct 14 11:44:17 localhost kernel:  [<c031551c>] schedule+0x7ec/0x830
Oct 14 11:44:17 localhost ifup: Determining IP information for eth0...
Oct 14 11:44:17 localhost kernel:  [<c0315a31>] cond_resched+0x61/0x80
Oct 14 11:44:17 localhost kernel:  [<c013a132>] check_preempt_timing+0x192/0x200
Oct 14 11:44:17 localhost kernel:  [<c013a1e8>] touch_preempt_timing+0x48/0x50
Oct 14 11:44:17 localhost kernel:  [<c03159f5>] cond_resched+0x25/0x80
Oct 14 11:44:17 localhost kernel:  [<c0315a31>] cond_resched+0x61/0x80
Oct 14 11:44:17 localhost kernel:  [<c0138df1>] _mutex_lock+0x31/0x70
Oct 14 11:44:18 localhost kernel:  [<c0138e86>] _mutex_lock_irqsave+0x16/0x20
Oct 14 11:44:18 localhost kernel:  [<c01c4f4e>] avc_has_perm_noaudit+0x2e/0x1d0
Oct 14 11:44:18 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:18 localhost kernel:  [<c01c5104>] avc_has_perm+0x14/0x80
Oct 14 11:44:18 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:18 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:18 localhost kernel:  [<c01c5133>] avc_has_perm+0x43/0x80
Oct 14 11:44:18 localhost kernel:  [<c013994d>] __mcount+0x1d/0x30
Oct 14 11:44:18 localhost kernel:  [<c01c65a4>] task_has_capability+0x14/0x80
Oct 14 11:44:18 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:18 localhost kernel:  [<c0114b30>] mcount+0x14/0x18
Oct 14 11:44:18 localhost kernel:  [<c01c65fb>] task_has_capability+0x6b/0x80
Oct 14 11:44:18 localhost kernel:  [<c01c6f16>] selinux_capable+0x26/0x50
Oct 14 11:44:18 localhost kernel:  [<c01c20c9>] capable+0x29/0x50
Oct 14 11:44:18 localhost kernel:  [<c02f50ce>] inet_create+0x9e/0x2f0
Oct 14 11:44:18 localhost kernel:  [<c02a28f5>] __sock_create+0x135/0x350
Oct 14 11:44:18 localhost kernel:  [<c02a2b1b>] sock_create+0xb/0x40
Oct 14 11:44:18 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:18 localhost kernel:  [<c02a2b41>] sock_create+0x31/0x40
Oct 14 11:44:18 localhost kernel:  [<c02a2bbe>] sys_socket+0x2e/0x60
Oct 14 11:44:18 localhost kernel:  [<c02a3bf9>] sys_socketcall+0x69/0x250
Oct 14 11:44:18 localhost kernel:  [<c0118690>] do_page_fault+0x0/0x748
Oct 14 11:44:18 localhost kernel:  [<c0107b09>] sysenter_past_esp+0x52/0x71
Oct 14 11:44:18 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team
Oct 14 11:44:18 localhost kernel: eth0: link up, 100Mbps, half-duplex, lpa 0x40A1
Oct 14 11:44:23 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct 14 11:44:23 localhost dhclient: DHCPACK from 192.52.216.221
Oct 14 11:44:23 localhost dhclient: bound to 192.52.215.87 -- renewal in 1049711384 seconds.
Oct 14 11:44:23 localhost ifup:  done.
Oct 14 11:44:23 localhost network: Bringing up interface eth0:  succeeded

^ permalink raw reply	[flat|nested] 961+ messages in thread
* Re: [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1
@ 2004-10-14 19:13 Mark_H_Johnson
  2004-10-14 19:46 ` Bill Huey
                   ` (2 more replies)
  0 siblings, 3 replies; 961+ messages in thread
From: Mark_H_Johnson @ 2004-10-14 19:13 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Andrew Morton, Bill Huey, Dipankar Sarma, Adam Heath,
	Daniel Walker, K.R. Foley, linux-kernel, Lorenzo Allegrucci,
	Lee Revell, Rui Nuno Capela

>> I would prefer to not use threaded IRQ's if possible due to lower CPU
>> overhead [see previous email describing results...] and some problems
>> I see with setting priorities on those IRQ's (relative to real time
>> tasks).
>
>the overhead we can try to optimize later on. What problems do you see
>with setting priorities on those IRQs?

Perhaps I am old fashioned, but in building a real time system, I consider
hardware interrupt processing as something that is always at a higher
priority than real time tasks. In general that is not a problem because
hardware interrupt processing should do just enough to keep the hardware
happy and nothing more. I have enough spare CPU cycles within each frame
to account for [could be a large number of] interrupts that follow that
approach. Unthreaded IRQ's preserves that relationship.

However, with the threaded IRQ's, a real time program (e.g., latencytest)
can request a priority higher than IRQ processing - causing problems
interfacing with devices. At a minimum, the default priority of IRQ's
should
be some real time value so that nice -20 jobs won't bother them either.
A possibility that comes to mind is to schedule IRQ's at a range higher
than
available to all real time application tasks. I'll mention another
possibility below as well.

In the systems I have to deal with, I do not have a clear criteria
to set priorities of interrupts relative to each other. For example, I
have a real time simulation system using the following devices:
 - occasional disk access to simulate disk I/O
 - real time network traffic
 - real time delivery of interrupts from a PCI timer card and APIC timers
 - real time interrupts from a shared memory interface
The priorities of real time tasks are basically assigned based on the
rate of execution. 80 Hz tasks run at a higher priority than 60 Hz, 60 Hz >
40 Hz, and so on. A number of tasks can access each device.

As noted above, I can live with a system where I can guarantee that all
the IRQ processing has higher priority than all the real time tasks.

It would be "better" if the priority of the hardware interrupts somehow
inherited the priority (absolute or relative to other IRQ's) of the task
making the request. So in that way, a 40 Hz task making a network transfer
would somehow boost the priority of the network interface until that
transfer was complete. It would also be good if the queue of pending
transfers was reordered by RT priority, but I don't see that as an easy
thing to implement currently in Linux (but I can ask... :-) ).

Needless to say, if you implemented priority inheritance, when the 40 Hz
task is not doing network transfers, I would just as soon prefer that
other network operations (say from a 2 Hz tasks) does not get a priority
boost above a 20 Hz task accessing another device.

--Mark H Johnson
  <mailto:Mark_H_Johnson@raytheon.com>


^ permalink raw reply	[flat|nested] 961+ messages in thread
* Re: [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1
@ 2004-10-14 22:24 Mark_H_Johnson
  0 siblings, 0 replies; 961+ messages in thread
From: Mark_H_Johnson @ 2004-10-14 22:24 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Andrew Morton, Bill Huey, Dipankar Sarma, Adam Heath,
	Daniel Walker, K.R. Foley, linux-kernel, Lorenzo Allegrucci,
	Lee Revell, Rui Nuno Capela

>there wasnt all that much missing for SELINUX + PREEMPT_REALTIME
>support. Could you try the patch below - does it fix your box?
...

Alas no, it actually seemed to make things worse. After
  /etc/rc3.d/S10network start

I got a few dumps (too fast to see) and then the following BUG.
[top of screen]
Modules linked in: iptable_filter ip_tables 8139too mii dm_mod uhci_hcd
ext3 jbd
CPU:    1
EIP:    0060:[<c0316366>]    Not tainted VLI
EFLAGS: 00000002   (2.6.9-rc4-mm1-VP-U1a)  [only change is your patch...]
eax: 00000002   ebx: c1405820   ecx: 0104cf60   edx: 00000001
esi: c166a000   edi: 00000002   ebp: c166bf04   esp: c166bef8
ds: 007b   es: 007b   ss: 0068   preempt: 00010003
Process ksoftirqd/1 (pid: 5, threadinfo=c166a000 task=c1658000)
Stack: 00000001 c1405820 c1435820 c166bf18 c011bc30 c1436200 c1405820
c1436200
       c166bf48 c011c766 c1435820 c1405820 c166bf38 00000002 c1658000
c166bf48
       00000001 c1436200 00000001 0104cf60 c166bfa4 c0315433 00000001
c1435820
Call Trace:
 [<c011bc30>] double_lock_balance+0x40/0x50
 [<c011c766>] load_balance_newidle+0x66/0xc0
 [<c0315433>] schedule+0x733/0x830
 [<c0114b30>] mcount+0x14/0x18
 [<c01280b4>] ksoftirq+0xd4/0xf0
 [<c01382b0>] kthread+0x0/0xc0
 [<c0105b19>] kernel_thread_helper+0x5/0xc
Code: bf 00 00 00 00 55 89 e5 83 ec 0c 89 5d f8 89 75 fc e8 cb e7 df ff c7
04 24
 01 00 00 00 89 c3 e8 d1 3e e2 ff be 00 e0 ff ff 21 e6 <31> c0 86 03 84 c0
7e 0a
 8b 5d f8 8b 7f fc 89 ec 5d c3 c7

Rebooting to see if I was just "unlucky"...

Checking the log file after reboot, it appears I do have a trace to send
you
[next message...]. Trying again.

Different crash but at basically the same step. Getting tired of typing
these
in from the other screen...
EIP is at sub_preempt_count+0x5f+0xa0
...
preempt: 00010003

Call Trace:
 [<c0316384>] _spin_lock+0x44/0x70
 [<c011bc30>] double_lock_balance+0x40/0x50
 [<c011c766>] load_balance_newidle+0x66/0xc0
 [<c0315433>] schedule+0x733/0x830
 [<c0114b30>] mcount+0x14/0x18
 [<c01280b4>] ksoftirq+0xd4/0xf0
 [<c013836b>] kthread+0xbb/0xc0
 [<c0127fe0>] ksoftirq+0x0/0xf0
 [<c01382b0>] kthread+0x0/0xc0
 [<c0105b19>] kernel_thread_helper+0x5/0xc
... console shuts up ...

Try a third time with max_cpus=1

OK. Made it past S10network start, with just a couple messages about a
sleeping function called from invalid context; looks like a new cause
and will send you that in the next message too.

Did a couple other commands (less, ls) without problem. Tried
  ./S13portmap start
and the machine locked up (no response to Ctrl-C). Alt-SysRq-T did
display something. Alt-SysRq-S did an Emergency Sync (but also dumped
out...)

[top of screen]
in atomic():1 [00000001], irqs_disabled():0
 [<c011f26a>] __might_sleep+0xca/0xe0
 [<c0138de9>] _mutex_lock+0x29/0x70
 [<c0138e86>] _mutex_lock_irqsave+0x16/0x20
 [<c014c932>] pdflush_operation+0x32/0xd0
 [<c01691ad>] emergency_sync+0x1d/0x30
 [<c01690e0>] do_sync+0x0/0x90
 [<c0217456>] __handle_sysrq+0x76/0xf0
 [<c0210b1d>] kbd_event+0xad/0x110
 [<c028da8b>] input_event+0xfb/0x3f0
 [<c0114b30>] mcount+0x14/0x18
 [<c0291923>] atkbd_report_key+0x43/0xa0
 [<c0291ba6>] atkbd_interrupt+0x226/0x590
 [<c0225f54>] serio_interrupt+0x54/0xa3
 [<c0226681>] i8042_interrupt+0xc1/0x1a0
 [<c01440b6>] handle_IRQ_event+0x46/0x80
 [<c01448c0>] do_hardirq+0x70/0xf0
 [<c0144a41>] do_irqd+0x101/0x1d0
 [<c013836b>] kthread+0xbb/0xc0
 [<c0144940>] do_irqd+0x0/0x1d0
 [<c01382b0>] kthread+0x0/0xc0
 [<c0105b19>] kernel_thread_helper+0x5/0xc
Emergency Sync complete

So there's appears to be a problem in Alt-SysRq handling as well.
Alt-SysRq-P doesn't show anything, not sure why.
Alt-SysRq-M appears to work OK.
Alt-SysRq-B works too :-).

Will bring up -T3 soon and send the messages on disk in a separate
message.

--Mark H Johnson
  <mailto:Mark_H_Johnson@raytheon.com>


^ permalink raw reply	[flat|nested] 961+ messages in thread
* Re:  [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1
@ 2004-11-13 23:02 William Wolf
  2004-10-14 21:08 ` Lee Revell
  0 siblings, 1 reply; 961+ messages in thread
From: William Wolf @ 2004-11-13 23:02 UTC (permalink / raw)
  To: kernel list

Has anyone tried these patches been on x86_64?  Im trying the latest -U1 
patch and getting lots of compile errors.  I can send the output if needed.

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

end of thread, other threads:[~2005-02-07  9:23 UTC | newest]

Thread overview: 961+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 18:23 [patch] CONFIG_PREEMPT_REALTIME, 'Fully Preemptible Kernel', VP-2.6.9-rc4-mm1-T4 Mark_H_Johnson
2004-10-11 21:59 ` [patch] VP-2.6.9-rc4-mm1-T5 Ingo Molnar
2004-10-11 22:57   ` Florian Schmidt
2004-10-11 23:14     ` Florian Schmidt
2004-10-12  0:52       ` Lee Revell
2004-10-12  8:22         ` Wen-chien Jesse Sung
2004-10-12  6:12       ` Ingo Molnar
2004-10-12 10:45         ` Florian Schmidt
2004-10-12  0:11   ` Rui Nuno Capela
2004-10-12  0:57   ` Lee Revell
2004-10-12  6:37     ` Ingo Molnar
2004-10-12  3:51   ` K.R. Foley
2004-10-12  6:02     ` Ingo Molnar
2004-10-12 11:08       ` K.R. Foley
2004-10-12 11:43         ` Ingo Molnar
2004-10-12  9:15   ` [patch] VP-2.6.9-rc4-mm1-T6 Ingo Molnar
2004-10-12  9:31     ` Wen-chien Jesse Sung
2004-10-12 10:35       ` Ingo Molnar
2004-10-12 11:32         ` Wen-chien Jesse Sung
2004-10-12  9:42     ` Ingo Molnar
2004-10-12  9:53       ` Ingo Molnar
2004-10-12 12:33     ` Ingo Molnar
2004-10-12 13:59       ` VP-2.6.9-rc4-mm1-T7 Rui Nuno Capela
2004-10-12 14:23         ` VP-2.6.9-rc4-mm1-T7 Ingo Molnar
2004-10-12 15:12       ` [patch] VP-2.6.9-rc4-mm1-T6 K.R. Foley
2004-10-12 15:27         ` Ingo Molnar
2004-10-12 16:57           ` K.R. Foley
2004-10-12 19:54       ` [patch] VP-2.6.9-rc4-mm1-T8 Ingo Molnar
2004-10-12 20:57         ` K.R. Foley
2004-10-13  5:45           ` Ingo Molnar
2004-10-13 14:00             ` K.R. Foley
2004-10-13  6:15         ` [patch] VP-2.6.9-rc4-mm1-T9 Ingo Molnar
2004-10-13  9:15           ` Rui Nuno Capela
2004-10-13 14:52           ` K.R. Foley
2004-10-13 16:53           ` Radoslaw Szkodzinski
2004-10-14  0:24           ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U0 Ingo Molnar
2004-10-14  1:27             ` Adam Heath
2004-10-14  1:31               ` Ingo Molnar
2004-10-14  2:22                 ` Adam Heath
2004-10-14  1:36               ` Ingo Molnar
2004-10-14  2:45             ` K.R. Foley
2004-10-14  3:59             ` K.R. Foley
2004-10-14  8:57             ` Florian Schmidt
2004-10-14  9:19               ` Ingo Molnar
2004-10-14  9:42                 ` Florian Schmidt
2004-10-14  9:36                   ` Ingo Molnar
2004-10-14 10:00                 ` Florian Schmidt
2004-10-14 10:22                   ` Rui Nuno Capela
2004-10-14 10:48                     ` Florian Schmidt
2004-10-14 10:54                       ` K.R. Foley
2004-10-14 11:16                         ` Florian Schmidt
2004-10-14 11:23                           ` Florian Schmidt
2004-10-14 11:42                           ` Florian Schmidt
2004-10-14 13:33                             ` Florian Schmidt
2004-10-14 17:43                 ` Miquel van Smoorenburg
2004-10-14 14:31             ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1 Ingo Molnar
2004-10-14 17:34               ` Adam Heath
2004-10-14 22:16                 ` Adam Heath
2004-10-14 22:24                   ` Ingo Molnar
2004-10-14 19:42               ` Daniel Walker
2004-10-14 19:57                 ` Ingo Molnar
2004-10-14 20:34                   ` Daniel Walker
     [not found]               ` <200410142216.23572.l_allegrucci@yahoo.it>
2004-10-14 20:21                 ` Lee Revell
2004-10-14 20:28               ` Lorenzo Allegrucci
2004-10-14 20:39               ` K.R. Foley
2004-10-14 22:52               ` Radoslaw Szkodzinski
2004-10-14 23:42               ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U2 Ingo Molnar
2004-10-15  0:31                 ` Adam Heath
2004-10-15  0:41                   ` Adam Heath
2004-10-15  0:53                     ` Adam Heath
2004-10-15  7:14                     ` Ingo Molnar
2004-10-15  2:23                 ` Bill Huey
2004-10-15  2:40                   ` K.R. Foley
2004-10-15  2:47                     ` Bill Huey
2004-10-15  3:19                       ` K.R. Foley
2004-10-15  3:47                         ` Bill Huey
2004-10-15  3:48                           ` Bill Huey
2004-10-15  7:08                   ` Ingo Molnar
2004-10-15  8:21                     ` Bill Huey
2004-10-15 11:47                     ` K.R. Foley
2004-10-15 11:58                       ` Ingo Molnar
2004-10-15  2:33                 ` Adam Heath
2004-10-15 10:26                 ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U3 Ingo Molnar
2004-10-15 11:59                   ` Dominik Karall
2004-10-15 12:03                     ` Ingo Molnar
2004-10-15 16:48                     ` Lee Revell
2004-10-15 17:40                       ` Adam Heath
2004-10-15 17:54                   ` K.R. Foley
2004-10-15 18:16                   ` K.R. Foley
2004-10-15 20:29                   ` Gunther Persoons
2004-10-15 23:16                   ` Bill Huey
2004-10-16  0:21                     ` Bill Huey
2004-10-16  6:48                     ` Ingo Molnar
2004-10-16  1:00                   ` Lee Revell
2004-10-16  2:35                     ` Lee Revell
2004-10-16  6:42                       ` Ingo Molnar
2004-10-16  9:02                         ` Lee Revell
2004-10-16 10:36                           ` Ingo Molnar
2004-10-16 11:03                             ` Rui Nuno Capela
2004-10-16 11:12                               ` Ingo Molnar
2004-10-16 11:55                                 ` Rui Nuno Capela
2004-10-16 12:01                                   ` Ingo Molnar
2004-10-16 12:32                             ` K.R. Foley
2004-10-17 13:14                             ` Rui Nuno Capela
2004-10-17 13:21                               ` Ingo Molnar
     [not found]                                 ` <32793.192.168.1.5.1098023139.squirrel@192.168.1.5>
2004-10-17 16:12                                   ` Ingo Molnar
2004-10-17 17:20                                     ` Rui Nuno Capela
2004-10-17 17:27                                       ` Ingo Molnar
2004-10-17 16:47                                   ` Ingo Molnar
2004-10-17 19:05                                     ` Rui Nuno Capela
2004-10-17 19:24                                       ` Ingo Molnar
2004-10-17 20:23                                         ` Rui Nuno Capela
2004-10-16 10:29                       ` Rui Nuno Capela
2004-10-16 12:54                         ` K.R. Foley
2004-10-16 13:04                           ` Ingo Molnar
2004-10-16 13:07                             ` K.R. Foley
2004-10-16 13:41                           ` Rui Nuno Capela
2004-10-16 13:55                             ` K.R. Foley
2004-10-16  2:58                   ` Adam Heath
2004-10-16  7:56                     ` Ingo Molnar
2004-10-16  8:18                       ` Ingo Molnar
2004-10-16 18:38                       ` Adam Heath
2004-10-16  6:13                   ` Lee Revell
2004-10-16 14:21                   ` Dominik Karall
2004-10-16 15:24                     ` Ingo Molnar
2004-10-16 20:30                       ` Dominik Karall
2004-10-16 20:31                         ` Lee Revell
2004-10-16 21:44                           ` Dominik Karall
2004-10-17  5:21                             ` Ingo Molnar
2004-10-17 15:32                             ` OGAWA Hirofumi
2004-10-17 17:46                               ` Dominik Karall
2004-10-18  3:50                                 ` OGAWA Hirofumi
2004-10-21 10:24                                   ` Dominik Karall
2004-10-16 15:33                   ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U4 Ingo Molnar
2004-10-16 17:11                     ` K.R. Foley
2004-10-16 19:25                       ` Ingo Molnar
2004-10-16 18:54                     ` Adam Heath
2004-10-16 19:24                       ` Ingo Molnar
2004-10-16 19:27                         ` Robert Love
2004-10-16 19:35                         ` Adam Heath
2004-10-16 19:29                     ` Adam Heath
2004-10-16 19:36                       ` Ingo Molnar
2004-10-16 19:59                         ` Adam Heath
2004-10-16 20:14                           ` Ingo Molnar
2004-10-16 20:39                             ` john cooper
2004-10-16 21:02                               ` Ingo Molnar
2004-10-16 21:15                                 ` Esben Nielsen
2004-10-16 23:41                                   ` Sam Ravnborg
2004-10-17 17:03                     ` Florian Schmidt
2004-10-17 16:55                       ` Ingo Molnar
2004-10-17 17:53                         ` Florian Schmidt
2004-10-17 17:40                           ` Ingo Molnar
2004-10-18 14:50                     ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U5 Ingo Molnar
2004-10-18 15:58                       ` Jason Munro
2004-10-18 17:08                       ` Adam Heath
2004-10-18 17:12                         ` Ingo Molnar
2004-10-18 17:57                       ` Adam Heath
2004-10-18 18:18                         ` Ingo Molnar
2004-10-18 20:58                           ` Adam Heath
2004-10-18 21:06                             ` Ingo Molnar
2004-10-18 21:21                               ` Adam Heath
2004-10-18 18:44                       ` K.R. Foley
2004-10-18 18:49                         ` Ingo Molnar
2004-10-18 19:17                           ` K.R. Foley
2004-10-18 19:32                       ` Bill Huey
2004-10-18 19:34                         ` Bill Huey
2004-10-18 19:36                         ` Ingo Molnar
2004-10-18 19:40                           ` Bill Huey
2004-10-18 19:46                             ` Ingo Molnar
2004-10-18 19:52                               ` Bill Huey
2004-10-19  1:27                       ` Adam Heath
2004-10-19  8:09                       ` Thomas Gleixner
2004-10-19  8:12                       ` Thomas Gleixner
2004-10-19  9:04                         ` Ingo Molnar
2004-10-19  9:03                           ` Thomas Gleixner
2004-10-19  9:34                             ` Ingo Molnar
2004-10-19  9:50                               ` Ingo Molnar
2004-10-19 10:12                               ` Thomas Gleixner
2004-10-19 11:07                                 ` Ingo Molnar
2004-10-19 11:14                                   ` Thomas Gleixner
2004-10-19 10:34                       ` Michal Schmidt
2004-10-19 12:46                       ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6 Ingo Molnar
2004-10-19 14:46                         ` Ingo Molnar
2004-10-19 15:23                           ` Rui Nuno Capela
2004-10-19 15:44                             ` Thomas Gleixner
2004-10-19 15:57                               ` Ingo Molnar
2004-10-19 16:44                                 ` Thomas Gleixner
2004-10-19 17:58                                   ` Thomas Gleixner
2004-10-19 18:26                                     ` Ingo Molnar
2004-10-19 20:04                                       ` Thomas Gleixner
2004-10-19 15:50                             ` Ingo Molnar
2004-10-19 16:01                               ` K.R. Foley
2004-10-19 16:20                               ` Ingo Molnar
2004-10-19 16:28                                 ` Ingo Molnar
2004-10-19 16:31                                   ` Ingo Molnar
2004-10-19 17:17                                     ` Ingo Molnar
2004-10-19 16:50                             ` Florian Schmidt
2004-10-19 16:56                               ` Ingo Molnar
2004-10-19 17:49                                 ` Florian Schmidt
2004-10-19 15:48                           ` Thomas Gleixner
2004-10-19 16:26                             ` Ingo Molnar
2004-10-19 16:39                               ` Thomas Gleixner
2004-10-19 17:22                         ` Adam Heath
2004-10-19 17:35                           ` Ingo Molnar
2004-10-19 18:52                             ` Adam Heath
2004-10-19 20:59                               ` Lee Revell
2004-10-19 18:00                         ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U7 Ingo Molnar
2004-10-19 19:04                           ` Thomas Gleixner
2004-10-19 22:38                             ` Thomas Gleixner
2004-10-19 23:25                             ` Thomas Gleixner
2004-10-19 19:57                           ` Bill Huey
2004-10-23  0:05                             ` Lee Revell
2004-10-19 20:46                           ` Rui Nuno Capela
2004-10-19 21:09                             ` Rui Nuno Capela
2004-10-19 21:30                           ` Rui Nuno Capela
     [not found]                             ` <1098227713.23628.10.camel@krustophenia.net>
     [not found]                               ` <1098228272.12223.1134.camel@thomas>
2004-10-19 23:34                                 ` Lee Revell
2004-10-19 23:38                           ` Fernando Pablo Lopez-Lezcano
2004-10-19 23:39                             ` Thomas Gleixner
2004-10-20  5:02                               ` Thomas Gleixner
2004-10-20  7:40                                 ` Ingo Molnar
2004-10-20  9:57                                   ` Thomas Gleixner
2004-10-20 10:27                                     ` Ingo Molnar
2004-10-20  5:40                           ` Lee Revell
2004-10-20  9:45                           ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U8 Ingo Molnar
2004-10-20 10:04                             ` Ingo Molnar
2004-10-20 10:32                               ` Rui Nuno Capela
2004-10-20 10:40                                 ` Ingo Molnar
2004-10-20 11:31                                   ` Rui Nuno Capela
2004-10-20 11:43                                     ` Ingo Molnar
2004-10-20 12:40                                       ` Rui Nuno Capela
2004-10-20 10:38                             ` Michal Schmidt
2004-10-20 10:56                               ` Ingo Molnar
2004-10-20 11:01                                 ` Michal Schmidt
2004-10-20 12:04                                   ` Ingo Molnar
2004-10-20 21:34                                     ` Michal Schmidt
2004-10-21  8:12                                       ` Ingo Molnar
2004-10-21  8:18                                         ` Ingo Molnar
2004-10-21  8:20                                           ` Ingo Molnar
2004-10-20 12:50                             ` Florian Schmidt
2004-10-20 12:55                               ` Ingo Molnar
2004-10-20 13:25                                 ` Florian Schmidt
2004-10-20 13:24                                   ` Ingo Molnar
2004-10-20 14:24                                   ` Florian Schmidt
2004-10-20 14:18                                     ` Ingo Molnar
2004-10-20 14:53                                       ` Florian Schmidt
2004-10-20 15:08                                         ` Florian Schmidt
2004-10-20 15:37                                       ` Lee Revell
2004-10-20 12:52                             ` Lorenzo Allegrucci
2004-10-20 12:56                               ` Ingo Molnar
2004-10-20 16:27                             ` Adam Heath
2004-10-21 16:59                               ` Adam Heath
2004-10-20 17:49                             ` Alexander Batyrshin
2004-10-20 19:02                               ` Adam Heath
2004-10-20 22:35                               ` Daniel Walker
2004-10-22 13:19                               ` Ingo Molnar
2004-10-22 13:48                               ` Ingo Molnar
2004-10-20 21:19                             ` Esben Nielsen
2004-10-21  0:32                             ` Fernando Pablo Lopez-Lezcano
2004-10-21  9:12                             ` Rui Nuno Capela
2004-10-21  9:16                               ` Thomas Gleixner
2004-10-21  9:35                                 ` Christoph Hellwig
2004-10-21  9:44                                   ` Ingo Molnar
2004-10-21  9:47                                     ` Christoph Hellwig
2004-10-21 10:03                                       ` Ingo Molnar
2004-10-21  9:47                                   ` Thomas Gleixner
2004-10-21  9:53                                 ` Jens Axboe
2004-10-21  9:54                                   ` Thomas Gleixner
2004-10-21 10:11                                     ` Jens Axboe
2004-10-21 10:11                                       ` Thomas Gleixner
2004-10-21 10:42                                         ` Ingo Molnar
2004-10-21 11:59                                           ` john cooper
2004-10-21 14:16                                             ` Esben Nielsen
2004-10-21 14:52                                               ` john cooper
2004-10-21 15:47                                                 ` Eugeny S. Mints
2004-10-21 16:49                                                   ` john cooper
2004-10-21 17:33                                                     ` Scott Wood
2004-10-21 18:09                                                       ` john cooper
2004-10-21 18:47                                                         ` Scott Wood
2004-10-21 20:18                                                           ` john cooper
2004-10-21 21:12                                                             ` Scott Wood
2004-10-21 22:15                                                               ` john cooper
2004-10-21 22:30                                                                 ` Scott Wood
2004-10-21 22:55                                                                   ` john cooper
2004-10-21 21:01                                                           ` Esben Nielsen
2004-10-21 21:52                                                             ` Scott Wood
2004-10-22  0:46                                                             ` john cooper
2004-10-21 18:10                                                       ` Eugeny S. Mints
2004-10-21 18:29                                                         ` Scott Wood
2004-10-21 17:54                                                     ` Eugeny S. Mints
2004-10-21 17:41                                                   ` Scott Wood
2004-10-21 11:11                                         ` Jens Axboe
2004-10-21 11:18                                           ` Thomas Gleixner
2004-10-21 10:18                                       ` Ingo Molnar
2004-10-21 10:34                                         ` Jens Axboe
2004-10-21 19:58                                       ` Bill Huey
2004-10-21 20:14                                         ` Jens Axboe
2004-10-21 20:24                                           ` Bill Huey
2004-10-21 20:33                                             ` Jens Axboe
2004-10-21 20:38                                               ` Bill Huey
2004-10-21 20:43                                                 ` Thomas Gleixner
2004-10-21 23:06                                                   ` Bill Huey
2004-10-22  6:24                                                   ` Jens Axboe
2004-10-21 20:49                                                 ` Bill Huey
2004-10-22  6:19                                                 ` Jens Axboe
2004-10-22  7:29                                                   ` Ingo Molnar
2004-10-22  8:01                                                     ` Jens Axboe
2004-10-22  8:13                                                       ` Ingo Molnar
2004-10-22  8:50                                                   ` Bill Huey
2004-10-22  8:59                                                     ` Jens Axboe
2004-10-22  9:06                                                       ` Bill Huey
2004-10-22  9:09                                                         ` Bill Huey
2004-10-22  9:20                                                           ` Jens Axboe
2004-10-22  9:24                                                             ` Bill Huey
2004-10-22  9:31                                                               ` Jens Axboe
2004-10-22  9:17                                                         ` Jens Axboe
2004-10-22  9:23                                                         ` Thomas Gleixner
2004-10-22  9:00                                                     ` Ingo Molnar
2004-10-22 10:21                                                     ` Christoph Hellwig
2004-10-21 22:42                                             ` Timothy Miller
2004-10-21 23:01                                               ` Thomas Gleixner
2004-10-21  9:18                               ` Ingo Molnar
2004-10-21 10:26                                 ` Rui Nuno Capela
2004-10-21 11:20                                   ` Rui Nuno Capela
2004-10-21  9:55                               ` Thomas Gleixner
2004-10-21 13:03                               ` Rui Nuno Capela
2004-10-21 13:41                                 ` Ingo Molnar
2004-10-21 13:53                                   ` Ingo Molnar
2004-10-22 10:15                                 ` Rui Nuno Capela
2004-10-21 13:27                             ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 Ingo Molnar
2004-10-21 14:22                               ` Thomas Gleixner
2004-10-21 14:43                                 ` Thomas Gleixner
2004-10-21 15:41                               ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 HOTFIX Thomas Gleixner
2004-10-21 15:58                                 ` Ingo Molnar
2004-10-21 15:43                               ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 Michal Schmidt
2004-10-21 16:00                                 ` Ingo Molnar
2004-10-21 18:06                               ` Gunther Persoons
2004-10-21 16:40                                 ` Ingo Molnar
2004-10-21 17:54                                   ` Nikita Danilov
2004-10-22 10:22                                     ` Ingo Molnar
2004-10-22 11:50                                       ` Nikita Danilov
2004-10-22 11:57                                         ` Ingo Molnar
2004-10-22 12:27                                           ` Nikita Danilov
2004-10-22 12:42                                             ` Ingo Molnar
2004-10-21 20:21                                   ` Gunther Persoons
2004-10-21 18:07                               ` K.R. Foley
2004-10-21 18:40                                 ` Thomas Gleixner
2004-10-21 18:57                                   ` K.R. Foley
2004-10-21 18:57                                     ` Thomas Gleixner
2004-10-21 19:25                                       ` K.R. Foley
2004-10-22 14:12                                       ` K.R. Foley
2004-10-22 14:43                                         ` Thomas Gleixner
2004-10-22 15:15                                           ` K.R. Foley
2004-10-22 15:57                                             ` Thomas Gleixner
2004-10-22 16:51                                               ` Ingo Molnar
2004-10-22 17:44                                               ` K.R. Foley
2004-10-21 19:09                                   ` K.R. Foley
2004-10-22 11:54                                 ` Ingo Molnar
2004-10-21 18:34                               ` Adam Heath
2004-10-21 20:06                               ` Michal Schmidt
2004-10-22 13:35                               ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9.3 Ingo Molnar
2004-10-22 15:50                                 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10 Ingo Molnar
2004-10-22 16:47                                   ` Gene Heskett
2004-10-22 16:51                                     ` Ingo Molnar
2004-10-22 16:19                                       ` Jeff V. Merkey
2004-10-22 17:27                                         ` Russell Miller
2004-10-22 16:48                                           ` Jeff V. Merkey
2004-10-22 21:47                                         ` Gene Heskett
2004-10-22 17:56                                   ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.2 Ingo Molnar
2004-10-22 21:49                                     ` Gene Heskett
2004-10-22 22:06                                       ` Lee Revell
2004-10-22 22:30                                         ` Lee Revell
2004-10-23 10:36                                         ` Ingo Molnar
2004-10-25  0:33                                           ` john cooper
2004-10-25 10:09                                             ` remi.colinet
2004-10-25 13:35                                               ` john cooper
2004-10-22 22:38                                     ` K.R. Foley
2004-10-23 10:32                                       ` Ingo Molnar
2004-10-23 14:03                                         ` K.R. Foley
2004-10-23  0:27                                     ` Rui Nuno Capela
2004-10-23  0:41                                       ` Fernando Pablo Lopez-Lezcano
2004-10-23 10:29                                       ` Ingo Molnar
2004-10-23 12:30                                         ` Rui Nuno Capela
2004-10-23 12:51                                           ` Ingo Molnar
2004-10-23 13:45                                             ` Rui Nuno Capela
2004-10-23 13:54                                               ` Ingo Molnar
2004-10-23 20:59                                                 ` Rui Nuno Capela
2004-10-23  1:15                                     ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.3 Thomas Gleixner
2004-10-23 18:51                                     ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.2 Paul E. McKenney
2004-10-23 19:14                                       ` Lee Revell
2004-10-23 19:31                                         ` Thomas Gleixner
2004-10-23 20:24                                       ` Ingo Molnar
2004-10-23 21:12                                         ` Paul E. McKenney
2004-10-24 15:19                                     ` Gunther Persoons
2004-10-25 10:40                                     ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0 Ingo Molnar
2004-10-25 11:08                                       ` K.R. Foley
2004-10-25 11:10                                         ` Ingo Molnar
2004-10-25 11:13                                           ` K.R. Foley
2004-10-25 12:12                                           ` Ingo Molnar
2004-10-25 13:24                                             ` Florian Schmidt
2004-10-25 13:26                                               ` Ingo Molnar
2004-10-25 14:03                                                 ` Florian Schmidt
2004-10-25 14:10                                                   ` Ingo Molnar
2004-10-25 14:16                                                     ` Ingo Molnar
2004-10-25 19:40                                                       ` Rui Nuno Capela
2004-10-26  3:01                                                         ` Lee Revell
2004-10-26  3:11                                                           ` K.R. Foley
2004-10-26  3:58                                                             ` Lee Revell
2004-10-26  4:15                                                               ` K.R. Foley
2004-10-26  5:11                                                           ` Fernando Pablo Lopez-Lezcano
2004-10-26 17:25                                                             ` Lee Revell
2004-10-26 17:45                                                               ` Fernando Pablo Lopez-Lezcano
2004-10-26 17:55                                                                 ` Lee Revell
2004-10-26  5:28                                                         ` Denis Vlasenko
2004-10-26 10:40                                                           ` Rui Nuno Capela
2004-10-26 19:09                                                             ` Denis Vlasenko
2004-10-27  8:23                                                               ` Rui Nuno Capela
2004-10-25 15:06                                                     ` Florian Schmidt
2004-10-25 16:45                                                       ` K.R. Foley
2004-10-26  8:29                                                         ` Eran Mann
2004-10-25 13:39                                             ` Florian Schmidt
2004-10-25 13:48                                               ` Florian Schmidt
2004-10-25 13:35                                                 ` Ingo Molnar
2004-10-25 18:52                                       ` K.R. Foley
2004-10-25 20:38                                         ` Ingo Molnar
2004-10-26 10:53                                           ` K.R. Foley
2004-10-26 10:57                                             ` Ingo Molnar
2004-10-27  0:24                                             ` Ingo Molnar
2004-10-27  0:53                                               ` K.R. Foley
2004-10-27  3:32                                               ` K.R. Foley
2004-10-27  8:28                                                 ` Ingo Molnar
2004-10-27  8:44                                                   ` Ingo Molnar
2004-10-27  8:52                                                     ` Ingo Molnar
2004-10-27  9:06                                                       ` Ingo Molnar
2004-10-27 10:03                                                         ` Ingo Molnar
2004-10-27 10:33                                                         ` Florian Schmidt
2004-10-27 10:29                                                           ` Ingo Molnar
2004-10-27 10:58                                                             ` Florian Schmidt
2004-10-27 10:45                                                           ` Florian Schmidt
2004-10-27 11:09                                                             ` Ingo Molnar
2004-10-27  9:24                                                 ` Ingo Molnar
2004-10-27  9:32                                                   ` Ingo Molnar
2004-10-27 12:19                                                     ` K.R. Foley
2004-10-27 13:29                                                 ` Ingo Molnar
2004-10-27 15:00                                                   ` K.R. Foley
2004-10-27 15:05                                                     ` Ingo Molnar
2004-10-27 15:13                                                       ` Lee Revell
2004-10-27 15:17                                                         ` Ingo Molnar
2004-10-27 17:14                                                           ` Lee Revell
2004-10-27 17:21                                                             ` K.R. Foley
2004-10-27 17:26                                                               ` Lee Revell
2004-10-27 17:40                                                                 ` K.R. Foley
2004-10-27 17:44                                                                   ` Lee Revell
2004-10-27 17:43                                                                 ` K.R. Foley
2004-10-27 19:47                                                                   ` Lee Revell
2004-10-27 21:40                                                                     ` K.R. Foley
2004-10-27 20:09                                                           ` Andrew Morton
2004-10-27 21:43                                                             ` K.R. Foley
2004-10-27 15:16                                                       ` K.R. Foley
2004-10-27 20:49                                                       ` Bill Huey
2004-10-27 20:54                                                         ` Bill Huey
2004-10-27 21:01                                                           ` Bill Huey
2004-10-28  7:11                                                             ` Ingo Molnar
2004-10-27  3:48                                               ` K.R. Foley
2004-10-25 21:41                                         ` Esben Nielsen
2004-10-25 21:47                                       ` Michal Schmidt
2004-10-25 23:04                                       ` Remi Colinet
2004-10-27  0:15                                       ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.3 Ingo Molnar
2004-10-27  0:44                                         ` Ingo Molnar
2004-10-27  1:43                                         ` Bill Huey
2004-10-27  2:04                                           ` K.R. Foley
2004-10-27  3:29                                             ` Bill Huey
2004-10-27  3:35                                               ` K.R. Foley
2004-10-27  3:40                                                 ` Bill Huey
2004-10-27 10:50                                         ` Michal Schmidt
2004-10-27 13:48                                           ` Ingo Molnar
2004-10-27 17:25                                             ` Michal Schmidt
2004-10-28 11:57                                               ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.5 Ingo Molnar
2004-10-30  0:02                                                 ` Bill Huey
2004-10-30 11:46                                                   ` Ingo Molnar
2004-11-02  8:56                                                   ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.5 (networking problems) Bill Huey
2004-11-02  9:37                                                     ` Ingo Molnar
2004-11-02 11:08                                                       ` Bill Huey
2004-11-02 11:45                                                         ` Ingo Molnar
2004-11-02 12:02                                                           ` Ingo Molnar
2004-11-02 17:34                                                             ` Karsten Wiese
2004-11-02 13:35                                                           ` Ingo Molnar
2004-11-02 22:08                                                           ` Bill Huey
2004-10-27 12:43                                         ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.3 Rui Nuno Capela
2004-10-27 13:53                                           ` Ingo Molnar
2004-10-27 15:26                                             ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4 Rui Nuno Capela
2004-10-27 15:30                                               ` Lee Revell
2004-10-27 17:39                                                 ` Rui Nuno Capela
2004-10-27 18:57                                                   ` karsten wiese
2004-10-27 20:28                                                     ` Rui Nuno Capela
2004-10-27 18:59                                                   ` karsten wiese
2004-10-27 20:01                                               ` Ingo Molnar
2004-10-27 20:51                                               ` Ingo Molnar
2004-10-27 21:19                                                 ` Ingo Molnar
2004-10-27 23:31                                                   ` Rui Nuno Capela
2004-10-28  6:36                                                     ` Ingo Molnar
2004-10-28  8:31                                                       ` Rui Nuno Capela
2004-10-28  8:56                                                         ` Ingo Molnar
2004-10-28  9:17                                                           ` Rui Nuno Capela
2004-10-28  9:32                                                             ` Ingo Molnar
2004-10-28 13:57                                                               ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.5.2 Ingo Molnar
2004-10-28 14:10                                                                 ` DaMouse
2004-10-28 14:18                                                                   ` Ingo Molnar
2004-10-28 16:33                                                               ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4 Rui Nuno Capela
2004-10-28 19:16                                                                 ` Ingo Molnar
2004-10-28 23:49                                                                   ` Rui Nuno Capela
2004-10-29  0:07                                                                     ` Lee Revell
2004-10-29  7:30                                                                     ` Ingo Molnar
2004-10-29 15:00                                                                       ` Rui Nuno Capela
2004-10-29 17:57                                                                         ` Lee Revell
2004-10-29 14:31                                                                 ` Florian Schmidt
2004-10-29 14:25                                                                   ` Ingo Molnar
2004-10-29 15:09                                                                     ` Florian Schmidt
2004-10-29 14:53                                                                   ` Florian Schmidt
2004-10-30  3:09                                                                   ` Lee Revell
2004-10-30  3:22                                                                     ` Joe
2004-10-27 13:03                                         ` Ingo Molnar
2004-10-27 21:41                                           ` Magnus Naeslund(t)
2004-10-28  6:55                                             ` Ingo Molnar
2004-10-28  9:31                                               ` Magnus Naeslund(t)
2004-10-28  6:58                                             ` Ingo Molnar
2004-10-28 14:14                                           ` K.R. Foley
2004-10-28 14:20                                             ` Ingo Molnar
2004-11-03 10:58                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm2-V0.7.1 Ingo Molnar
2004-11-03 13:44                                           ` Lorenzo Allegrucci
2004-11-03 13:46                                             ` Ingo Molnar
2004-11-03 17:53                                               ` Lorenzo Allegrucci
2004-11-03 20:41                                                 ` Lorenzo Allegrucci
2004-11-03 20:43                                                   ` Ingo Molnar
2004-11-03 21:05                                                     ` Lorenzo Allegrucci
2004-11-03 19:33                                           ` john cooper
2004-11-03 23:03                                           ` Magnus Naeslund(t)
2004-11-04  6:56                                             ` Ingo Molnar
2004-11-04 19:34                                           ` Gunther Persoons
2004-11-04 20:31                                             ` Chris Friesen
2004-11-06 15:57                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.18 Ingo Molnar
2004-11-06 17:17                                             ` Gunther Persoons
2004-11-06 19:25                                               ` Lorenzo Allegrucci
2004-11-06 17:55                                             ` Rui Nuno Capela
2004-11-06 18:56                                               ` Peter Zijlstra
2004-11-06 22:52                                             ` Rui Nuno Capela
2004-11-07 22:22                                             ` Karsten Wiese
2004-11-08  8:21                                               ` Ingo Molnar
2004-11-08  7:50                                             ` Eran Mann
2004-11-08  9:45                                               ` Ingo Molnar
2004-11-08  9:16                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.19 Ingo Molnar
2004-11-08  9:15                                               ` Karsten Wiese
2004-11-08 10:19                                                 ` Ingo Molnar
2004-11-08 12:42                                                   ` Karsten Wiese
2004-11-08 10:24                                                 ` Ingo Molnar
2004-11-08  9:50                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.20 Ingo Molnar
2004-11-08 13:13                                                 ` Lorenzo Allegrucci
2004-11-08 14:15                                                 ` Rui Nuno Capela
2004-11-08 16:17                                                 ` Florian Schmidt
2004-11-08 16:57                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.21 Ingo Molnar
2004-11-08 17:41                                                 ` Gunther Persoons
2004-11-08 23:41                                                   ` Ingo Molnar
2004-11-08 17:59                                                 ` Norberto Bensa
2004-11-08 19:01                                                   ` K.R. Foley
2004-11-08 23:42                                                     ` Ingo Molnar
2004-11-09 16:05                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.23 Ingo Molnar
2004-11-10 13:52                                                   ` Karsten Wiese
2004-11-10 13:58                                                     ` Karsten Wiese
2004-11-10 15:01                                                     ` Ingo Molnar
2004-11-10 14:20                                                       ` Karsten Wiese
2004-11-10 14:50                                                         ` Karsten Wiese
2004-11-10 15:33                                                         ` Ingo Molnar
2004-11-11  4:34                                                   ` K.R. Foley
2004-11-11  5:01                                                   ` K.R. Foley
2004-11-11  9:52                                                     ` Ingo Molnar
2004-11-11 10:20                                                     ` Ingo Molnar
2004-11-11 13:05                                                       ` Ingo Molnar
2004-11-11 12:27                                                         ` K.R. Foley
2004-11-11 14:44                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.25-0 Ingo Molnar
2004-11-11 16:03                                                     ` Gunther Persoons
2004-11-11 16:08                                                       ` Ingo Molnar
2004-11-11 16:12                                                         ` Ingo Molnar
2004-11-11 16:25                                                           ` Gunther Persoons
2004-11-11 16:30                                                           ` Ingo Molnar
2004-11-11 17:36                                                             ` Gunther Persoons
2004-11-11 16:16                                                         ` Gunther Persoons
2004-11-11 20:56                                                     ` Remi Colinet
2004-11-11 18:12                                                       ` K.R. Foley
2004-11-11 18:42                                                       ` K.R. Foley
2004-11-11 21:41                                                         ` Ingo Molnar
2004-11-12  3:49                                                         ` Remi Colinet
2004-11-11 21:38                                                     ` Ingo Molnar
2004-11-11 21:51                                                     ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.25-1 Ingo Molnar
2004-11-12  4:08                                                       ` Bill Huey
2004-11-12  5:03                                                         ` Bill Huey
2004-11-12  8:39                                                           ` Ingo Molnar
2004-11-12 10:52                                                             ` Bill Huey
2004-11-12 14:31                                                       ` Shane Shrybman
2004-11-12 17:27                                                         ` K.R. Foley
2004-11-12 17:50                                                           ` Shane Shrybman
2004-11-12 20:13                                                         ` Ingo Molnar
2004-11-12 22:15                                                           ` Shane Shrybman
2004-11-12 23:44                                                           ` Shane Shrybman
2004-11-14 12:51                                                             ` Ingo Molnar
2004-11-12 19:48                                                       ` Gunther Persoons
2004-11-12 20:19                                                         ` Ingo Molnar
2004-11-13 12:55                                                           ` Gunther Persoons
2004-11-13 14:36                                                           ` Gunther Persoons
2004-11-14 12:49                                                             ` Ingo Molnar
2004-11-14 14:25                                                               ` Gunther Persoons
2004-11-13 23:12                                                           ` Gunther Persoons
2004-11-14 12:38                                                             ` Ingo Molnar
2004-11-14 12:56                                                       ` Florian Schmidt
2004-11-14 13:26                                                         ` K.R. Foley
2004-11-14 13:35                                                           ` Florian Schmidt
2004-11-14 13:56                                                           ` K.R. Foley
2004-11-14 14:11                                                           ` Florian Schmidt
2004-11-14 14:15                                                         ` Ingo Molnar
2004-11-15  1:27                                                           ` Florian Schmidt
2004-11-15  2:22                                                             ` K.R. Foley
2004-11-15 15:15                                                           ` Florian Schmidt
2004-11-15 14:33                                                       ` Rui Nuno Capela
2004-11-15 15:40                                                         ` Ingo Molnar
2004-11-15 16:11                                                         ` Ingo Molnar
2004-11-15 16:52                                                           ` Rui Nuno Capela
     [not found]                                                           ` <33583.195.245.190.93.1100537554.squirrel@195.245.190.93>
2004-11-15 22:35                                                             ` Rui Nuno Capela
2004-11-16 10:41                                                               ` Ingo Molnar
2004-11-16 12:05                                                                 ` Rui Nuno Capela
2004-11-16 13:16                                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-2 Ingo Molnar
2004-11-16 12:54                                                       ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-0 Ingo Molnar
2004-11-16 13:09                                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-1 Ingo Molnar
2004-11-16 13:40                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-3 Ingo Molnar
2004-11-16 14:20                                                             ` Florian Schmidt
2004-11-16 15:08                                                               ` Florian Schmidt
2004-11-16 15:29                                                                 ` Florian Schmidt
2004-11-16 15:52                                                                   ` Stefan Schweizer
2004-11-16 18:43                                                             ` Marcos D. Marado Torres
2004-11-16 18:51                                                               ` Lee Revell
2004-11-16 19:53                                                               ` Ingo Molnar
2004-11-17  0:36                                                             ` Bill Huey
2004-11-17 12:42                                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-0 Ingo Molnar
2004-11-17 18:18                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-10 Adam Heath
2004-11-18 15:44                                                                 ` Ingo Molnar
2004-11-18  2:38                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-0 K.R. Foley
2004-11-18  9:57                                                                 ` Ingo Molnar
2004-11-18 10:24                                                               ` Christian Meder
2004-11-18 16:11                                                                 ` Ingo Molnar
2004-11-18 15:58                                                                   ` Christian Meder
2004-11-18 16:39                                                                   ` Christian Meder
2004-11-18 19:58                                                                     ` Ingo Molnar
2004-11-18 19:51                                                                       ` Adam Heath
2004-11-18 12:35                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-1 Ingo Molnar
2004-11-18 12:23                                                                 ` Florian Schmidt
2004-11-18 14:46                                                                 ` Rui Nuno Capela
2004-11-18 20:01                                                                   ` Ingo Molnar
2004-11-18 20:49                                                                   ` Ingo Molnar
2004-11-18 21:05                                                                   ` Ingo Molnar
2004-11-18 22:54                                                                     ` Christian Meder
2004-11-19  9:54                                                                       ` Ingo Molnar
2004-11-22  9:31                                                                         ` Christian Meder
2004-11-22  9:44                                                                           ` Bill Huey
2004-11-22 13:19                                                                             ` Ingo Molnar
2004-11-22 13:05                                                                           ` Ingo Molnar
2004-11-22 13:32                                                                             ` Christian Meder
2004-11-22 14:38                                                                               ` Ingo Molnar
2004-11-18 21:50                                                                   ` Lee Revell
2004-11-19  9:56                                                                     ` Ingo Molnar
2004-11-19 15:44                                                                       ` Shane Shrybman
2004-11-20 13:17                                                                         ` Ingo Molnar
2004-11-18 15:23                                                                 ` Christian Meder
2004-11-18 15:37                                                                   ` Jan Engelhardt
2004-11-18 20:06                                                                   ` [patch] " Ingo Molnar
2004-11-18 16:46                                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.29-0 Ingo Molnar
2004-11-18 21:27                                                                   ` Michal Schmidt
2004-11-19 10:05                                                                     ` Ingo Molnar
2004-11-19 14:11                                                                       ` Steven Rostedt
2004-11-19 17:08                                                                         ` K.R. Foley
2004-11-21 21:50                                                                           ` Ingo Molnar
2004-11-19 19:05                                                                   ` Peter Zijlstra
2004-11-20 13:13                                                                     ` Ingo Molnar
2004-11-20  3:22                                                                   ` Lee Revell
2004-11-20 11:50                                                                     ` Florian Schmidt
2004-11-20 12:59                                                                       ` Ingo Molnar
2004-11-20 12:55                                                                     ` Ingo Molnar
2004-11-20 17:19                                                                       ` Lee Revell
2004-11-20 19:14                                                                         ` Ingo Molnar
2004-11-20 18:35                                                                           ` Lee Revell
2004-11-20 19:11                                                                             ` Florian Schmidt
2004-11-20 20:40                                                                               ` Florian Schmidt
2004-11-21 12:45                                                                                 ` Ingo Molnar
2004-11-21 14:32                                                                                   ` Ingo Molnar
2004-11-21 14:49                                                                                   ` Florian Schmidt
2004-11-21 12:50                                                                                 ` Ingo Molnar
2004-11-21 14:50                                                                                   ` Florian Schmidt
2004-11-21 12:54                                                                                 ` Ingo Molnar
2004-11-21 13:43                                                                                   ` Ingo Molnar
2004-11-21 15:05                                                                                     ` Florian Schmidt
2004-11-21 14:52                                                                                   ` Florian Schmidt
2004-11-21 15:12                                                                               ` Ingo Molnar
2004-11-21 15:18                                                                                 ` Ingo Molnar
2004-11-21 14:44                                                                                   ` Florian Schmidt
2004-11-21 15:28                                                                                 ` Florian Schmidt
2004-11-20 19:09                                                                           ` Lee Revell
2004-11-21 12:47                                                                             ` Ingo Molnar
2004-11-21 13:27                                                                               ` Ingo Molnar
2004-11-21 13:32                                                                                 ` Ingo Molnar
2004-11-21  0:32                                                                           ` Lee Revell
2004-11-24 12:15                                                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-1 Ingo Molnar
2004-11-24 12:28                                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-2 Ingo Molnar
2004-11-20 20:23                                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.29-0 K.R. Foley
2004-11-20 20:51                                                                     ` K.R. Foley
2004-11-22  0:54                                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-2 Ingo Molnar
2004-11-22  1:07                                                                     ` Florian Schmidt
2004-11-22  9:46                                                                       ` Ingo Molnar
2004-11-22 10:36                                                                         ` Rui Nuno Capela
2004-11-22 13:24                                                                           ` Ingo Molnar
2004-11-22 12:56                                                                             ` Rui Nuno Capela
2004-11-22 15:00                                                                               ` Ingo Molnar
2004-11-22 15:10                                                                                 ` Ingo Molnar
2004-11-22 15:20                                                                                   ` Ingo Molnar
2004-11-22 13:27                                                                             ` Florian Schmidt
2004-11-22 14:18                                                                               ` Rui Nuno Capela
2004-11-22 15:41                                                                                 ` Ingo Molnar
2004-11-22 15:45                                                                                 ` Ingo Molnar
2004-11-22 16:53                                                                                   ` Rui Nuno Capela
2004-11-23 13:55                                                                                     ` Ingo Molnar
2004-11-23 13:56                                                                                       ` Ingo Molnar
2004-11-23 13:58                                                                                       ` Ingo Molnar
2004-11-23 14:11                                                                                         ` Ingo Molnar
2004-11-23 14:32                                                                                           ` Ingo Molnar
2004-11-23 14:41                                                                                             ` Ingo Molnar
2004-11-23 14:00                                                                                       ` Rui Nuno Capela
2004-11-23 15:41                                                                                         ` Ingo Molnar
2004-11-23 16:53                                                                                           ` Rui Nuno Capela
2004-11-23 18:00                                                                                             ` Ingo Molnar
2004-11-23 14:46                                                                                     ` Ingo Molnar
2004-11-23 13:57                                                                                       ` Florian Schmidt
2004-11-23 15:05                                                                                         ` Ingo Molnar
2004-11-23 15:21                                                                                         ` Ingo Molnar
2004-11-23 14:41                                                                                           ` Florian Schmidt
2004-12-01 13:57                                                                                             ` Paul Davis
2004-12-01 14:37                                                                                               ` Ingo Molnar
2004-12-01 14:56                                                                                                 ` Paul Davis
2004-12-01 15:53                                                                                                   ` Ingo Molnar
2004-12-01 16:05                                                                                                     ` Paul Davis
2004-12-01 16:16                                                                                                     ` Esben Nielsen
2004-12-01 21:24                                                                                                       ` Ingo Molnar
2004-12-01 21:40                                                                                                         ` Chris Friesen
2004-12-01 16:08                                                                                                   ` Esben Nielsen
2004-11-23 14:53                                                                                       ` Ingo Molnar
2004-11-22  8:44                                                                     ` Eran Mann
2004-11-22 10:01                                                                       ` Ingo Molnar
2004-11-22 13:34                                                                         ` Eran Mann
2004-11-22 14:42                                                                           ` Ingo Molnar
2004-11-23  8:24                                                                             ` Eran Mann
2004-11-23 17:58                                                                     ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9 Ingo Molnar
2004-11-23 17:53                                                                       ` K.R. Foley
2004-11-23 18:01                                                                       ` K.R. Foley
2004-11-24  0:28                                                                       ` Florian Schmidt
2004-11-24  3:19                                                                         ` Ingo Molnar
2004-11-24  2:48                                                                           ` Florian Schmidt
2004-11-24  0:58                                                                       ` Lee Revell
2004-11-24  3:45                                                                         ` Ingo Molnar
2004-11-24 13:33                                                                           ` Steven Rostedt
2004-11-24 15:23                                                                             ` kernel builds starving evolution process - scheduler issue? (was Re: [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9) Lee Revell
2004-11-24 10:16                                                                       ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-10 Ingo Molnar
2004-11-24 11:27                                                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-0 Ingo Molnar
2004-11-24 19:43                                                                           ` Gene Heskett
2004-11-25 10:03                                                                           ` Rui Nuno Capela
2004-11-25 11:13                                                                             ` Ingo Molnar
2004-11-25 10:38                                                                               ` Rui Nuno Capela
2004-11-25 11:44                                                                                 ` Ingo Molnar
2004-11-25 10:47                                                                                   ` Rui Nuno Capela
2004-11-25 11:17                                                                               ` Ingo Molnar
2004-11-25 12:01                                                                             ` Ingo Molnar
2004-11-25 11:14                                                                               ` Rui Nuno Capela
2004-11-25 12:20                                                                                 ` Ingo Molnar
2004-11-25 14:33                                                                               ` [patch, 2.6.10-rc2] floppy boot-time detection fix Ingo Molnar
2004-11-25 14:44                                                                                 ` Ingo Molnar
2004-11-25 14:48                                                                                 ` Ingo Molnar
2004-11-25 15:27                                                                                   ` Ingo Molnar
2004-11-25 15:00                                                                                 ` Arjan van de Ven
2004-12-03 20:58                                                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.32-0 Ingo Molnar
2004-12-03 21:04                                                                           ` Ingo Molnar
2004-12-04 22:32                                                                           ` Rui Nuno Capela
2004-12-04 22:46                                                                             ` Ingo Molnar
2004-12-04 23:38                                                                               ` Rui Nuno Capela
2004-12-04 23:55                                                                               ` K.R. Foley
2004-12-05  3:10                                                                                 ` Gene Heskett
2004-12-05  3:05                                                                             ` Gene Heskett
2004-12-05 23:14                                                                           ` Esben Nielsen
2004-12-06 13:14                                                                             ` Ingo Molnar
2004-12-06 15:01                                                                               ` Esben Nielsen
2004-12-06 15:27                                                                                 ` Ingo Molnar
2004-12-07 13:29                                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-4 Ingo Molnar
2004-12-07 14:11                                                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-6 Ingo Molnar
2004-12-08  4:31                                                                               ` K.R. Foley
2004-12-08  8:34                                                                                 ` Ingo Molnar
2004-12-08 16:07                                                                                   ` K.R. Foley
2004-12-08 16:18                                                                                     ` Lee Revell
2004-12-08 16:52                                                                                       ` K.R. Foley
2004-12-08 16:58                                                                                         ` Lee Revell
2004-12-09  9:02                                                                                         ` Ingo Molnar
2004-12-09  2:45                                                                                     ` K.R. Foley
2004-12-09 12:11                                                                                       ` Ingo Molnar
2004-12-09 14:50                                                                                         ` K.R. Foley
2004-12-08 17:13                                                                               ` Steven Rostedt
2004-12-08 18:14                                                                                 ` Rui Nuno Capela
2004-12-08 19:03                                                                                   ` Steven Rostedt
2004-12-08 21:39                                                                                     ` Rui Nuno Capela
2004-12-08 22:11                                                                                       ` Steven Rostedt
2004-12-09  9:32                                                                                         ` Ingo Molnar
2004-12-09 13:13                                                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-12 Ingo Molnar
2004-12-09 14:23                                                                                             ` Gene Heskett
2004-12-09 14:33                                                                                             ` Steven Rostedt
2004-12-09 19:19                                                                                               ` Steven Rostedt
2004-12-09 20:33                                                                                                 ` john cooper
2004-12-09 22:19                                                                                                   ` Steven Rostedt
2004-12-09 23:10                                                                                                     ` john cooper
2004-12-09 22:10                                                                                                 ` Ingo Molnar
2004-12-10  6:11                                                                                                   ` Steven Rostedt
2004-12-10 11:05                                                                                                     ` Ingo Molnar
2004-12-10 11:11                                                                                                     ` Ingo Molnar
2004-12-10 16:32                                                                                                       ` K.R. Foley
2004-12-10 18:02                                                                                                         ` Steven Rostedt
2004-12-11  2:26                                                                                                       ` Steven Rostedt
2004-12-11  3:01                                                                                                         ` Steven Rostedt
2004-12-11  7:37                                                                                                         ` Fernando Lopez-Lezcano
2004-12-11 12:30                                                                                                           ` Steven Rostedt
2004-12-13 23:34                                                                                                             ` Fernando Lopez-Lezcano
2004-12-15  9:51                                                                                                               ` Ingo Molnar
2004-12-11  9:57                                                                                                         ` Ingo Molnar
2004-12-09 14:43                                                                                             ` Rui Nuno Capela
2004-12-09 13:36                                                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-6 Steven Rostedt
2004-12-09  9:06                                                                                 ` Ingo Molnar
2004-12-14 13:28                                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc3-mm1-V0.7.33-0 Ingo Molnar
2004-12-14 19:34                                                                                 ` Steven Rostedt
2004-12-14 20:08                                                                                   ` Lee Revell
2004-12-14 20:45                                                                                     ` Steven Rostedt
2004-12-14 21:18                                                                                       ` Ingo Molnar
2004-12-14 21:47                                                                                         ` Lee Revell
2004-12-14 21:51                                                                                           ` Ingo Molnar
2004-12-14 21:57                                                                                             ` Lee Revell
2004-12-14 21:52                                                                                         ` George Anzinger
2004-12-14 21:59                                                                                           ` Steven Rostedt
2004-12-14 22:28                                                                                           ` Ingo Molnar
2004-12-14 22:13                                                                                         ` Lee Revell
2004-12-14 22:31                                                                                           ` Ingo Molnar
2004-12-14 22:47                                                                                             ` Lee Revell
2004-12-14 22:57                                                                                               ` Paul Davis
2004-12-15  9:32                                                                                                 ` Ingo Molnar
2004-12-15 16:23                                                                                                   ` Lee Revell
2004-12-14 23:18                                                                                               ` linux-os
2004-12-15  1:53                                                                                                 ` Paul Davis
2004-12-15  2:49                                                                                                 ` Gene Heskett
2004-12-15  2:38                                                                                             ` Gene Heskett
2004-12-15 15:24                                                                                               ` K.R. Foley
2004-12-15 16:34                                                                                                 ` Gene Heskett
2004-12-15 16:38                                                                                                   ` K.R. Foley
2004-12-14 20:07                                                                                 ` Fernando Lopez-Lezcano
2004-12-14 20:35                                                                                   ` Ingo Molnar
2004-12-14 23:21                                                                                 ` Fernando Lopez-Lezcano
2004-12-15  0:43                                                                                   ` Florian Schmidt
2004-12-15  1:09                                                                                   ` Lee Revell
2004-12-15  2:04                                                                                     ` Fernando Lopez-Lezcano
2004-12-15  9:09                                                                                       ` Ingo Molnar
2004-12-15 10:17                                                                                         ` Andrew Walrond
2004-12-15 16:51                                                                                         ` Lee Revell
2004-12-17  0:45                                                                                   ` Fernando Lopez-Lezcano
2004-12-15 20:52                                                                                 ` Magnus Määttä
2005-01-04  6:40                                                                                 ` Bill Huey
2005-01-04  9:45                                                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-mm1-V0.7.34-00 Ingo Molnar
2005-01-04 10:48                                                                                     ` Bill Huey
2005-01-04 10:52                                                                                       ` Ingo Molnar
2005-01-04 10:55                                                                                     ` Felipe Alfaro Solana
2005-01-06 18:45                                                                                     ` Florian Schmidt
2005-01-07 19:26                                                                                     ` Tom Rini
2005-01-07 19:36                                                                                       ` Lee Revell
2005-01-26  8:09                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.36-04 Ingo Molnar
2005-02-01 20:01                                                                                         ` Lee Revell
2005-02-01 20:17                                                                                           ` Ingo Molnar
2005-02-01 20:31                                                                                             ` Lee Revell
2005-02-01 20:44                                                                                               ` Ingo Molnar
2005-02-01 23:45                                                                                                 ` Lee Revell
2005-02-02  7:06                                                                                                   ` Ingo Molnar
2005-01-15 13:34                                                                                     ` [patch] Real-Time Preemption, -RT-2.6.11-rc1-V0.7.35-00 Ingo Molnar
2005-01-15 15:16                                                                                       ` K.R. Foley
2005-01-15 19:29                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc1-V0.7.35-01 Gene Heskett
2005-01-21 20:34                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc1-V0.7.35-00 K.R. Foley
2005-01-22 12:29                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.36-00 Ingo Molnar
2005-01-22 21:22                                                                                         ` Gene Heskett
2005-01-23  9:27                                                                                           ` andyliu
2005-01-23 11:31                                                                                             ` Ingo Molnar
2005-01-23 14:40                                                                                               ` Gene Heskett
2005-01-24  1:01                                                                                                 ` andyliu
2005-01-24  2:54                                                                                                   ` Gene Heskett
2005-01-24  8:02                                                                                           ` Ingo Molnar
2005-01-24 10:42                                                                                             ` Gene Heskett
2005-01-26  1:05                                                                                             ` Lee Revell
2005-02-01 20:14                                                                                         ` [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.37-02 Ingo Molnar
2005-02-03 20:53                                                                                           ` Eugeny S. Mints
2005-02-03 20:55                                                                                             ` Ingo Molnar
2005-02-04  1:51                                                                                           ` Steven Rostedt
2005-02-04  2:18                                                                                             ` Steven Rostedt
2005-02-05  6:02                                                                                               ` Steven Rostedt
2005-02-05  7:59                                                                                                 ` Ingo Molnar
2005-02-05 14:32                                                                                                   ` Steven Rostedt
2005-02-07  9:22                                                                                                     ` Ingo Molnar
2004-11-24 19:23                                                                       ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9 Fernando Lopez-Lezcano
2004-11-24 22:17                                                                         ` Ingo Molnar
2004-11-24 21:56                                                                           ` Fernando Lopez-Lezcano
     [not found]                                                               ` <1100732223.3472.10.camel@localhost>
2004-11-18 15:54                                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-0 Ingo Molnar
2004-11-18 15:07                                                                   ` Christian Meder
2004-11-18 20:42                                                                     ` Ingo Molnar
2004-11-18 22:41                                                                       ` Christian Meder
2004-11-18 22:33                                                                   ` Christian Meder
2004-11-08 22:21                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.19 Adam Heath
2004-10-22 21:44                                   ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10 Gene Heskett
2004-10-22 18:41                                 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9.3 Alexander Batyrshin
2004-10-22 20:08                                   ` Ingo Molnar
2004-10-19 18:54                         ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6 Adam Heath
2004-10-19 20:52                         ` Michal Schmidt
2004-10-20 16:31                         ` Adam Heath
2004-10-19 12:57                       ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U5 Kevin Hilman
2004-10-19 13:04                         ` Ingo Molnar
2004-10-15 11:22               ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1 Florian Schmidt
2004-10-15 11:44                 ` Ingo Molnar
2004-10-15 12:25                   ` Florian Schmidt
2004-10-14 18:52             ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U0 Daniel Walker
2004-10-14 19:28               ` Ingo Molnar
2004-10-14 19:43                 ` Dipankar Sarma
2004-10-14 20:30               ` Bill Huey
2004-10-14 20:02             ` Daniel Walker
2004-10-14 20:23               ` Ingo Molnar
2004-10-14 22:13             ` Radoslaw Szkodzinski
2004-10-14 22:40             ` Karim Yaghmour
2004-10-14 23:46               ` Ingo Molnar
2004-10-15  0:07                 ` Karim Yaghmour
2004-10-15  0:31                   ` Roland Dreier
2004-10-15  1:22                     ` Karim Yaghmour
2004-10-15  2:00                     ` Robert Wisniewski
2004-10-15  2:21                       ` Lee Revell
2004-10-15 12:27                         ` Robert Wisniewski
2004-10-15  6:59                   ` Ingo Molnar
2004-10-15 12:32                     ` Robert Wisniewski
2004-10-15 13:11                       ` Ingo Molnar
2004-10-15 14:50                         ` Robert Wisniewski
2004-10-15 14:58                           ` Ingo Molnar
2004-10-14 17:06 [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1 Mark_H_Johnson
2004-10-14 18:24 ` Ingo Molnar
2004-10-14 19:02   ` Ingo Molnar
2004-10-14 20:26 ` Bill Huey
2004-10-14 20:32   ` Bill Huey
2004-10-14 19:13 Mark_H_Johnson
2004-10-14 19:46 ` Bill Huey
2004-10-14 19:48 ` Ingo Molnar
2004-10-14 21:52   ` Esben Nielsen
2004-10-15 14:52 ` Timothy Miller
2004-10-14 22:24 Mark_H_Johnson
2004-11-13 23:02 William Wolf
2004-10-14 21:08 ` Lee Revell
2004-10-14 22:26   ` William Wolf

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