2.6.34-rc3: Can't insmod after make, because versions now differ?!
Hi, Having to reboot every time I recompile the module or play with git makes modules useless for development :-(. Confirmed. -rc3 (from 2.6.33 - sorry) was the only kernel I ever observed this on (I simply changed a driver and redid make modules_install, boom, version string (/lib/modules/...) changed fro... 6 Apr 2010 09:40
Touchpad hacking, who to talk to before commencing work
Hi everybody, this is my first post to the list. I have a new mbp 5, and I've been frustrated at the basicness of its operation compared to its functionality under osx. My original plan was to simply open up the bcm5974 and create a deadzone at the bottom of the touch pad so I could rest my thumb there and click... 5 Apr 2010 10:29
2.6.34-rc3: Can't insmod after make, because versions now differ?!
Hi! I guess version check is needed, but this is excessive: Apr 5 07:33:16 amd kernel: udlfb: version magic '2.6.34-rc3-00345-ge8240f9-dirty SMP mod_unload CORE2 ' should be '2.6.34-rc3-00344-g548fc0a-dirty SMP mod_unload CORE2 ' Yes, I played with git and recompiled my kernel in order to get new module ve... 6 Apr 2010 09:40
Hello!
Hi there, Thank you for your submission/query/comment. I'll get back to you as soon as I can. Keep supporting David Archuleta, and Archuleta Philippines! Kricket -- 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 ... 5 Apr 2010 00:44
[GIT PULL] percpu fixes for 2.6.34-rc3
Hello, Linus. Please pull from the following percpu branch. git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-linus lockdep was hardcoding conditions to determine whether an address belongs to percpu area. With recent percpu allocator changes, the logic no longer is correct triggering bogus ... 4 Apr 2010 23:40
[PATCH] eeepc-wmi: include slab.h
eeepc-wmi uses kfree() but doesn't include slab.h. Include it. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Yong Wang <yong.y.wang(a)intel.com> --- Hello, I've committed this patch to percpu#slabh branch which breaks implicit slab interface availability. I'm gonna push the branch to Linus soonish. Thanks.... 4 Apr 2010 23:40
swiotlb: Make swiotlb bookkeeping functions visible in the header file.
On Fri, 19 Mar 2010 11:04:21 -0400 Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: We put the init, free, and functions dealing with the operations on the SWIOTLB buffer at the top of the header. Also we export some of the variables that are used by the dma_ops functions. Signed-off-by: Konrad ... 4 Apr 2010 22:35
Hello
http://sites.google.com/site/eryu74urjd/eghx3r -- 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/ ... 4 Apr 2010 22:35
Fix key f70f4b50 not in .data in thermal_sys V2
applied thanks, Len Brown, Intel Open Source Technology Center On Mon, 22 Mar 2010, Sergey Senozhatsky wrote: Initialize sysfs attributes before device_create_file call. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky(a)gmail.com> --- ... 4 Apr 2010 20:24
rmap: fix anon_vma_fork() memory leak
On Mon, Apr 5, 2010 at 8:09 AM, Rik van Riel <riel(a)redhat.com> wrote: Fix a memory leak in anon_vma_fork(), where we fail to tear down the anon_vmas attached to the new VMA in case setting up the new anon_vma fails. Reported-by: Minchan Kim <minchan.kim(a)gmail.com> Signed-off-by: Rik van Riel <riel(a)red... 5 Apr 2010 12:44