All of lore.kernel.org
 help / color / mirror / Atom feed
  • * [patch] voluntary-preempt-2.6.9-rc1-bk4-R4
           [not found] <20040903120957.00665413@mango.fruits.de>
           [not found] ` <20040903100946.GA22819@elte.hu>
    @ 2004-09-04 19:51 ` Ingo Molnar
      2004-09-05 14:02   ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R5 Ingo Molnar
      2004-09-05 14:49   ` [patch] voluntary-preempt-2.6.9-rc1-bk4-R4 Florian Schmidt
      1 sibling, 2 replies; 224+ messages in thread
    From: Ingo Molnar @ 2004-09-04 19:51 UTC (permalink / raw)
      To: Florian Schmidt, K.R. Foley; +Cc: linux-kernel, rlrevell, felipe_alfaro
    
    
    ok, found and fixed the bug reported by K.R. Foley, and found the bug
    reported by Florian Schmidt as well.
    
    the first bug was caused by an unrobustness in cond_resched(). The bug
    happens when a task that is in do_exit() happens to be preempted via
    cond_resched() - the TASK_ZOMBIE/TASK_DEAD task state is overwritten
    with TASK_RUNNING and then the task crashes in the 'final' schedule. To
    fix this i've changed cond_resched() to be much closer in behavior to
    preempt_schedule() - this makes sense anyway.
    
    Florian's bug triggers if softirq_preemption is disabled: if a softirq
    still gets delayed to softirqd (this can happen even in the stock
    kernel, under certain circumstances) then it would be executed without
    disabling direct softirq execution. While this is safe and intended to
    make softirqd preemptable when softirq_preemption==1, it's unsafe and an
    illegal preemption when there are indirect softirqs around. The fix is
    to properly disable softirqs in this branch too.
    
    i've uploaded -R4 which fixes these two bugs:
    
      http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc1-bk4-R4
    
    other changes in -R4:
    
     - add the RX-break-up to e100.c which was promised in -R0 - patch was 
       missing by mistake.
    
     - small tweaks to the latency_trace header
    
    	Ingo
    
    ^ permalink raw reply	[flat|nested] 224+ messages in thread
  • * Re: [patch] CONFIG_PREEMPT_REALTIME, 'Fully Preemptible Kernel', VP-2.6.9-rc4-mm1-T4
    @ 2004-10-11 18:23 Mark_H_Johnson
      0 siblings, 0 replies; 224+ 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] 224+ messages in thread

    end of thread, other threads:[~2004-10-13 16:53 UTC | newest]
    
    Thread overview: 224+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <20040903120957.00665413@mango.fruits.de>
         [not found] ` <20040903100946.GA22819@elte.hu>
         [not found]   ` <20040903123139.565c806b@mango.fruits.de>
    2004-09-03 10:32     ` lockup with voluntary preempt R0 and VP, KP, etc, disabled Ingo Molnar
    2004-09-03 11:59       ` Florian Schmidt
    2004-09-03 11:55         ` Ingo Molnar
    2004-09-03 13:01           ` Florian Schmidt
    2004-09-03 12:04         ` Florian Schmidt
    2004-09-03 12:08           ` Florian Schmidt
    2004-09-03 18:28             ` Lee Revell
    2004-09-03 18:54               ` Florian Schmidt
    2004-09-03 18:52                 ` Lee Revell
    2004-09-03 19:06                 ` K.R. Foley
    2004-09-04 19:51 ` [patch] voluntary-preempt-2.6.9-rc1-bk4-R4 Ingo Molnar
    2004-09-05 14:02   ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R5 Ingo Molnar
    2004-09-05 16:07     ` Matt Heler
    2004-09-05 18:16     ` Lee Revell
    2004-09-05 19:12       ` Ingo Molnar
    2004-09-05 21:03         ` Lee Revell
    2004-09-06  6:30           ` Ingo Molnar
    2004-09-06  7:44             ` Lee Revell
    2004-09-07  3:17               ` K.R. Foley
    2004-09-06 11:06     ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R6 Ingo Molnar
    2004-09-06 11:48       ` Rafael J. Wysocki
    2004-09-06 12:25         ` Alexander Nyberg
    2004-09-06 12:29           ` Ingo Molnar
    2004-09-07  9:26             ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R7 Ingo Molnar
    2004-09-07 11:57               ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R8 Ingo Molnar
    2004-09-07 14:50                 ` Alexander Nyberg
    2004-09-07 15:04                   ` Ingo Molnar
    2004-09-07 15:29                     ` Alexander Nyberg
    2004-09-07 19:56                 ` Rafael J. Wysocki
    2004-09-07 22:59                 ` Lee Revell
    2004-09-08  8:20                   ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R9 Ingo Molnar
    2004-09-08  9:46                     ` Rafael J. Wysocki
    2004-09-08  9:56                       ` Ingo Molnar
    2004-09-08 22:37                     ` Lee Revell
    2004-09-09  6:17                       ` [patch] voluntary-preempt-2.6.9-rc1-bk12-S0 Ingo Molnar
    2004-09-09 19:30                         ` Lee Revell
    2004-09-09 20:23                           ` Lee Revell
    2004-09-19 12:26                         ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S1 Ingo Molnar
    2004-09-19 17:05                           ` Felipe Alfaro Solana
    2004-09-20 17:14                           ` K.R. Foley
    2004-09-20 19:48                             ` Ingo Molnar
    2004-09-21  2:25                               ` K.R. Foley
    2004-09-20 19:47                           ` Magnus Määttä
    2004-09-21  2:07                           ` BKL backtraces - was: " K.R. Foley
    2004-09-21  7:18                             ` Ingo Molnar
    2004-09-21  7:44                               ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S2 Ingo Molnar
    2004-09-21 18:51                                 ` K.R. Foley
    2004-09-22 10:33                                 ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S3 Ingo Molnar
    2004-09-22 15:07                                   ` K.R. Foley
    2004-09-22 17:16                                     ` Lee Revell
    2004-09-22 17:40                                       ` K.R. Foley
    2004-09-22 19:45                                       ` Ingo Molnar
    2004-09-22 17:09                                   ` K.R. Foley
    2004-09-22 19:08                                   ` Lee Revell
    2004-09-23  1:13                                   ` Lee Revell
    2004-09-23 12:28                                   ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S4 Ingo Molnar
    2004-09-23 12:57                                     ` Norberto Bensa
    2004-09-23 13:01                                       ` Ingo Molnar
    2004-09-23 13:07                                         ` Ingo Molnar
    2004-09-23 13:09                                         ` Ingo Molnar
    2004-09-23 16:46                                           ` Norberto Bensa
    2004-09-23 17:13                                             ` Norberto Bensa
    2004-09-23 18:20                                               ` Ingo Molnar
    2004-09-23 13:35                                     ` Rui Nuno Capela
    2004-09-23 13:40                                       ` Ingo Molnar
    2004-09-23 16:23                                         ` Rui Nuno Capela
    2004-09-23 18:07                                           ` Rui Nuno Capela
    2004-09-24 12:43                                             ` OHCI_QUIRK_INITRESET (was: 2.6.9-rc2-mm2 ohci_hcd doesn't work) Rui Nuno Capela
    2004-09-24 12:55                                               ` Ingo Molnar
    2004-09-24 14:00                                                 ` Rui Nuno Capela
    2004-09-24 16:16                                                   ` Bjorn Helgaas
    2004-09-25 23:37                                                     ` David Brownell
    2004-09-26 13:09                                                       ` Rui Nuno Capela
    2004-09-27 15:11                                                       ` Bjorn Helgaas
    2004-09-23 21:12                                     ` [patch] voluntary-preempt-2.6.9-rc2-mm3-S5 Ingo Molnar
    2004-09-24  0:32                                       ` Rui Nuno Capela
    2004-09-24  2:22                                       ` K.R. Foley
    2004-09-24  3:30                                         ` K.R. Foley
    2004-09-24  7:40                                           ` Ingo Molnar
    2004-09-24 11:05                                             ` K.R. Foley
    2004-09-24 11:45                                               ` Ingo Molnar
    2004-09-24  7:44                                       ` [patch] voluntary-preempt-2.6.9-rc2-mm3-S6 Ingo Molnar
    2004-09-28  0:05                                         ` [patch] voluntary-preempt-2.6.9-rc2-mm4-S7 Ingo Molnar
    2004-09-28 20:17                                           ` Rui Nuno Capela
    2004-09-28 21:03                                             ` Rui Nuno Capela
    2004-09-28 21:46                                               ` Rui Nuno Capela
    2004-09-28 22:01                                                 ` Matt Heler
    2004-09-29 17:43                                           ` Lee Revell
    2004-09-29 18:40                                           ` Lee Revell
    2004-09-29 20:30                                             ` Ingo Molnar
    2004-09-29 20:34                                               ` Lee Revell
    2004-10-02  3:02                                           ` Lee Revell
    2004-10-02  9:50                                             ` Ingo Molnar
    2004-10-03  2:01                                           ` Lee Revell
    2004-10-03  2:14                                             ` Lee Revell
    2004-10-03  2:19                                               ` Lee Revell
    2004-10-03 20:08                                             ` Ingo Molnar
    2004-10-03  6:37                                           ` Lee Revell
    2004-10-03  6:50                                             ` Lee Revell
    2004-10-03  7:06                                               ` Lee Revell
    2004-10-03 19:57                                                 ` Ingo Molnar
    2004-10-04  0:53                                                   ` Lee Revell
    2004-10-04 10:17                                                     ` Ingo Molnar
    2004-10-04 17:20                                                       ` Lee Revell
    2004-10-03 20:05                                             ` Ingo Molnar
    2004-10-03 21:09                                           ` [patch] voluntary-preempt-2.6.9-rc3-mm1-S8 Ingo Molnar
    2004-10-04 21:53                                             ` [patch] voluntary-preempt-2.6.9-rc3-mm1-S9 Ingo Molnar
    2004-10-05  0:31                                               ` Lee Revell
    2004-10-05  0:56                                                 ` Florian Schmidt
    2004-10-05  0:45                                                   ` Lee Revell
    2004-10-05  0:38                                               ` Andrew Rodland
    2004-10-05  1:19                                               ` Rui Nuno Capela
    2004-10-05  5:32                                                 ` Peter Williams
    2004-10-05  6:38                                                 ` Ingo Molnar
    2004-10-05  1:42                                               ` Florian Schmidt
    2004-10-05  2:05                                                 ` Florian Schmidt
    2004-10-05  3:09                                                 ` Andrew Rodland
    2004-10-05 10:24                                                   ` Florian Schmidt
    2004-10-05  7:02                                               ` [patch] voluntary-preempt-2.6.9-rc3-mm2-T0 Ingo Molnar
    2004-10-05 11:11                                                 ` Rui Nuno Capela
    2004-10-05 11:17                                                   ` Ingo Molnar
    2004-10-05 12:07                                                     ` Hugh Dickins
    2004-10-05 11:12                                                 ` Florian Schmidt
    2004-10-05 11:03                                                   ` Ingo Molnar
    2004-10-05 11:14                                                     ` Rui Nuno Capela
    2004-10-05 11:16                                                       ` Ingo Molnar
    2004-10-05 13:47                                               ` [patch] voluntary-preempt-2.6.9-rc3-mm2-T1 Ingo Molnar
    2004-10-05 16:37                                                 ` Rui Nuno Capela
    2004-10-05 18:42                                                   ` Ingo Molnar
    2004-10-05 19:38                                                     ` Rui Nuno Capela
    2004-10-05 19:44                                                       ` Ingo Molnar
    2004-10-05 20:01                                                         ` Rui Nuno Capela
    2004-10-06  0:12                                                         ` Lee Revell
    2004-10-06  7:51                                                           ` Ingo Molnar
    2004-10-07 10:52                                                 ` [patch] voluntary-preempt-2.6.9-rc3-mm3-T3 Ingo Molnar
         [not found]                                                   ` <20041007134116.3e53b239.h.mth@web.de>
    2004-10-07 11:44                                                     ` Ingo Molnar
    2004-10-07 12:08                                                       ` Hanno Meyer-Thurow
    2004-10-07 12:16                                                   ` Rui Nuno Capela
    2004-10-07 13:53                                                   ` Rui Nuno Capela
    2004-10-07 14:13                                                     ` voluntary-preempt-2.6.9-rc3-mm3-T3 Con Kolivas
    2004-10-07 23:26                                                     ` [patch] voluntary-preempt-2.6.9-rc3-mm3-T3 Rui Nuno Capela
    2004-10-08  5:36                                                       ` Lee Revell
    2004-10-08  6:49                                                         ` Con Kolivas
    2004-10-08 18:05                                                           ` Lee Revell
    2004-10-08  7:06                                                         ` Ingo Molnar
    2004-10-08  7:36                                                           ` Peter Williams
    2004-10-08 17:27                                                             ` Lee Revell
    2004-10-07 17:55                                                   ` K.R. Foley
    2004-10-07 20:29                                                     ` K.R. Foley
    2004-10-07 21:55                                                       ` Ingo Molnar
    2004-10-08  1:41                                                         ` K.R. Foley
    2004-10-08  7:02                                                           ` Ingo Molnar
    2004-10-08 14:03                                                             ` K.R. Foley
    2004-10-08 14:28                                                               ` Ingo Molnar
    2004-10-08 21:14                                                   ` Lee Revell
    2004-10-08 23:11                                                   ` Lee Revell
    2004-10-09  4:16                                                   ` Lee Revell
    2004-10-09  4:57                                                   ` Lee Revell
    2004-10-09  5:09                                                     ` voluntary-preempt-2.6.9-rc3-mm3-T3 Con Kolivas
    2004-10-09  5:21                                                       ` voluntary-preempt-2.6.9-rc3-mm3-T3 Lee Revell
    2004-10-09  5:23                                                         ` voluntary-preempt-2.6.9-rc3-mm3-T3 Con Kolivas
    2004-10-09  5:31                                                           ` voluntary-preempt-2.6.9-rc3-mm3-T3 Lee Revell
    2004-10-09  5:34                                                             ` voluntary-preempt-2.6.9-rc3-mm3-T3 Con Kolivas
    2004-10-09  5:50                                                               ` Preemption model (was Re: voluntary-preempt-2.6.9-rc3-mm3-T3) Lee Revell
    2004-10-09  5:53                                                                 ` Con Kolivas
    2004-10-09 10:46                                                         ` voluntary-preempt-2.6.9-rc3-mm3-T3 Ingo Molnar
    2004-10-09 13:21                                                         ` voluntary-preempt-2.6.9-rc3-mm3-T3 K.R. Foley
    2004-10-09 18:16                                                   ` [patch] voluntary-preempt-2.6.9-rc3-mm3-T3 Florian Schmidt
    2004-10-11 14:29                                                   ` [patch] CONFIG_PREEMPT_REALTIME, 'Fully Preemptible Kernel', VP-2.6.9-rc4-mm1-T4 Ingo Molnar
    2004-10-11 17:48                                                     ` Florian Schmidt
    2004-10-11 21:22                                                     ` Rui Nuno Capela
    2004-10-11 21:37                                                       ` Lee Revell
    2004-10-12  4:30                                                   ` [patch] voluntary-preempt-2.6.9-rc3-mm3-T3 Lee Revell
    2004-10-12  9:17                                                     ` Ingo Molnar
    2004-10-13 16:52                                                       ` Lee Revell
    2004-10-13 16:48                                                   ` Lee Revell
    2004-10-08 11:16                                                 ` [patch] voluntary-preempt-2.6.9-rc3-mm2-T1 William Lee Irwin III
    2004-09-22 17:30                                 ` Oops in __posix_lock_file was:Re: [patch] voluntary-preempt-2.6.9-rc2-mm1-S2 K.R. Foley
    2004-09-22 19:43                                   ` Ingo Molnar
    2004-09-21 18:24                           ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S1 K.R. Foley
    2004-09-21 19:21                             ` Ingo Molnar
    2004-09-21 19:37                               ` K.R. Foley
    2004-09-08  6:56       ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R6 Lee Revell
    2004-09-09 19:29         ` Ingo Molnar
    2004-09-09 19:33           ` Lee Revell
    2004-09-09 20:43             ` Lee Revell
    2004-09-09 20:51               ` Ingo Molnar
    2004-09-09 21:03               ` Scott Wood
    2004-09-09 20:05           ` Andrew Morton
    2004-09-09 20:09             ` Alan Cox
    2004-09-09 21:28               ` Andrew Morton
    2004-09-09 22:45             ` William Lee Irwin III
    2004-09-09 22:11               ` Alan Cox
    2004-09-09 23:20                 ` William Lee Irwin III
    2004-09-10 13:28             ` Ingo Molnar
    2004-09-10 14:28               ` Paolo Ciarrocchi
    2004-09-10 16:45                 ` Lee Revell
    2004-09-10 22:54               ` Lee Revell
    2004-09-11  0:21                 ` K.R. Foley
    2004-09-09 20:13           ` Lee Revell
    2004-09-22  0:17           ` William Lee Irwin III
    2004-09-07 22:55     ` [patch] voluntary-preempt-2.6.9-rc1-bk12-R5 Lee Revell
    2004-09-07 23:13       ` Lee Revell
    2004-09-07 23:58         ` Rui Nuno Capela
    2004-09-08  8:23           ` Ingo Molnar
    2004-09-08  8:31             ` Ingo Molnar
    2004-09-09 11:09               ` Rui Nuno Capela
    2004-09-15  1:16                 ` Lee Revell
    2004-09-15  9:29                   ` Rui Nuno Capela
    2004-09-15  9:38                     ` Ingo Molnar
    2004-09-15  9:53                       ` Rui Nuno Capela
    2004-09-15 10:00                         ` Ingo Molnar
    2004-09-15 10:35                           ` Rui Nuno Capela
    2004-09-25 19:26               ` Lee Revell
    2004-09-25 20:38                 ` Ingo Molnar
    2004-09-25 20:40                   ` Lee Revell
    2004-09-25 20:50                     ` Duncan Sands
    2004-09-25 23:54                       ` Lee Revell
    2004-09-26 13:42                         ` Rui Nuno Capela
    2004-09-08  8:46             ` Rui Nuno Capela
    2004-09-08  8:52               ` Ingo Molnar
    2004-09-05 14:49   ` [patch] voluntary-preempt-2.6.9-rc1-bk4-R4 Florian Schmidt
    2004-09-05 14:53     ` K.R. Foley
    2004-10-11 18:23 [patch] CONFIG_PREEMPT_REALTIME, 'Fully Preemptible Kernel', VP-2.6.9-rc4-mm1-T4 Mark_H_Johnson
    

    This is an external index of several public inboxes,
    see mirroring instructions on how to clone and mirror
    all data and code used by this external index.