nconfig v6
On Sat, 2009-11-07 at 16:07 +0200, nir.tzachar(a)gmail.com wrote: Thanks for trying nconfig and for your input. Hi! First, this is looking really good, thanks for your work. I've used it a bit now and I've only got minor comments (hopefully useful, some slightly pie-in-the-sky ;-) ): 1) The spacebar keeps ... 7 Nov 2009 17:23
SubmittingPatches guidelines (was: Re: i686 quirk for AMD Geode)
On Sat, 07 Nov 2009 11:37:46 Krzysztof Halasa "Martin Schleier" <drahemmaps(a)gmx.net> writes: Did the patch in question contain such problems? the last point: - etc... => Yeah. "WARNING: externs should be avoided in .c files Ironically, it's the only "WARNING" while the rest a... 7 Nov 2009 18:29
[41/99] USB: option: Support for AIRPLUS MCD650 Datacard
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Huzaifa Sidhpurwala <sidhpurwala.huzaifa(a)gmail.com> commit 12148da6722be3b44c2220206b6ccb80d2d9d8f8 upstream. Here is a patch for Airplus MCD 650 card Note: This device is with Victor V Kudlak, and he co... 6 Nov 2009 18:09
[18/30] netlink: fix typo in initialization (CVE-2009-3612)
2.6.29-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jiri Pirko <jpirko(a)redhat.com> commit ad61df918c44316940404891d5082c63e79c256a upstream. Commit 9ef1d4c7c7aca1cd436612b6ca785b726ffb8ed8 ("[NETLINK]: Missing initializations in dumped data") introduced a t... 6 Nov 2009 18:08
drm/ksm -> s2disk -> resume -> [drm:r100_ring_test] *ERROR* radeon: ring test failed (sracth(0x15E4)=0xCAFEDEAD)
hello, here the dmesg from boot before resume. the first dmesg was truncated.. 2009/11/6 Christian Hartmann <cornogle(a)googlemail.com>: radeon driver is broken after resume, I have to reboot everytime. [  170.805463] [drm:r100_ring_test] *ERROR* radeon: ring test failed (sracth(0x15E4)=0xCAFEDEAD) ... 6 Nov 2009 11:27
drm/ksm -> s2disk -> resume -> [drm:r100_ring_test] *ERROR* radeon: ring test failed (sracth(0x15E4)=0xCAFEDEAD)
radeon driver is broken after resume, I have to reboot everytime. [ 170.805463] [drm:r100_ring_test] *ERROR* radeon: ring test failed (sracth(0x15E4)=0xCAFEDEAD) [ 170.805471] [drm:r100_cp_init] *ERROR* radeon: cp isn't working (-22). Could it be (Im am really not sure yet), that i have included the firmware... 6 Nov 2009 11:27
i686 quirk for AMD Geode
On Sat, Oct 3, 2009 at 8:21 AM, Ingo Molnar <mingo(a)elte.hu> wrote: * Matteo Croce <technoboy85(a)gmail.com> wrote: Hi, the AMD GEode LX has an x86 id of 5 (i586) tought it's technically an i686: root(a)alix:/usr/src# cat /proc/cpuinfo processor � � � : 0 vendor_id � � � : AuthenticAMD ... 23 Nov 2009 15:14
[PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads
Kicks out a frozen thread from the refrigerator when an active thread has invoked kthread_stop on the frozen thread. Signed-off-by: Romit Dasgupta <romit(a)ti.com> --- diff --git a/kernel/freezer.c b/kernel/freezer.c index bd1d42b..c28dbe8 100644 --- a/kernel/freezer.c +++ b/kernel/freezer.c @@ -9,6 +9,7 @@ ... 6 Nov 2009 04:51
swap counters
On Thu, 5 Nov 2009 17:05:19 -0500 (EST) Christoph Lameter <cl(a)linux-foundation.org> wrote: Kamezawa sans swap counters on top of it all. Now we need no additional atomic ops in VM fast paths. Thanks, I'll rewrite mine in this way. (As Minchan pointed out, is_migration_entry() is not enough.) I'll post... 5 Nov 2009 22:19
[PATCH 11/11] sysctl: Make do_sysctl static
From: Eric W. Biederman <ebiederm(a)xmission.com> Now that all of the architectures use compat_sys_sysctl do_sysctl can become static. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> --- include/linux/sysctl.h | 4 ---- kernel/sysctl_binary.c | 2 +- 2 files changed, 1 insertions(+), 5 deletion... 5 Nov 2009 20:06