First
|
Prev |
Next
|
Last
Pages: 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749
Crash when accessing nonexistent GTT entries in i915 On Friday 09 April 2010, Miguel Ojeda wrote: On Fri, Apr 9, 2010 at 1:04 AM, Rafael J. Wysocki <rjw(a)sisk.pl> wrote: This message has been generated automatically as a part of a report of regressions introduced between 2.6.32 and 2.6.33. The following bug entry is on the current list of known regr... 9 Apr 2010 16:45
check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check Acked-by: Roland McGrath <roland(a)redhat.com> Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 9 Apr 2010 16:45
proc: get_nr_threads() doesn't need ->siglock any longer Acked-by: Roland McGrath <roland(a)redhat.com> I'm not entirely sure about the name, but it's probably fine. There should be some comments somewhere making clear what "nr" or kind of threads this refers to. This is threads created and not yet reaped. It differs from the "threads not yet exited" (signal->live) co... 9 Apr 2010 16:44
make task_struct->signal stable, final cleanups These 3 all Acked-by: Roland McGrath <roland(a)redhat.com> Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.o... 9 Apr 2010 16:44
keyctl_session_to_parent: use thread_group_empty() to check singlethreadness Acked-by: Roland McGrath <roland(a)redhat.com> Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 9 Apr 2010 16:44
[FB] viafb: Fix various resource leaks during module_init() On Thu, 08 Apr 2010 20:22:57 +0200 Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> wrote: if (!viafbinfo->screen_base) { printk(KERN_INFO "ioremap failed\n"); - return -ENOMEM; + rc = -EIO; I don't know whether this is right (changing the return code) as Andrew recommend a ... 9 Apr 2010 16:44
make task_struct->signal immutable/refcountable Acked-by: Roland McGrath <roland(a)redhat.com> but some comments: This patch adds the reference counter, sigcnt, into signal_struct. This reference is owned by task_struct and it is dropped in __put_task_struct(). I'm not thrilled about the field name, but whatever. We now have three atomic counts with subt... 9 Apr 2010 16:44
[PATCH 0/7] The FunctionFS composite function Hello everyone, *Changes from Previous Version* This is the second version of the FunctionFS patchset. 1. A new wait_event_interruptible_locked() macro (in 6 variants) has been added and used in the f_fs.c instead of an open-coding it. This, again, was suggested by Greg. As a side effect of the... 9 Apr 2010 15:37
[PATCHv2 2/8] fs/timerfd.c: make use of wait_event_interruptible_locked_irq() This patch modifies the fs/timerfd.c to use the newly created wait_event_interruptible_locked_irq() macro. This replaces an open code implementation with a single macro call. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Kyungmin Park <kyungmin.park(a)samsung.com> Cc: Marek Szyprowski <m.szyprow... 9 Apr 2010 15:37
PROBLEM + POSS FIX: kernel stack overflow, xfs, many disks, heavy write load, 8k stack, x86-64 Chris Mason wrote: shrink_zone on my box isn't 500 bytes, but lets try the easy stuff first. This is against .34, if you have any trouble applying to .32, just add the word noinline after the word static on the function definitions. This makes shrink_zone disappear from my check_stack.pl output. ... 9 Apr 2010 14:30 |