linux-next: manual merge of the staging-next tree with the v4l-dvb tree
On Wed, Apr 28, 2010 at 04:07:49PM +1000, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/cx25821/cx25821-alsa.c between commit 4e0c923a0d23f86c7331b32bc2aeb280e10e029e ("V4L/DVB: Staging: cx25821: fix coding style issues in cx25821... 28 Apr 2010 12:52
linux-next: manual merge of the staging-next tree with the pcmcia tree
On Wed, Apr 28, 2010 at 04:11:53PM +1000, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/netwave/netwave_cs.c between commit c8bf6e66c254bba7d0ea3f5d02420776dceac657 ("pcmcia: re-work pcmcia_request_irq()") from the pcmcia tree and... 17 May 2010 14:39
[BUGFIX] kprobes/x86: Fix removed int3 checking order
Ananth N Mavinakayanahalli wrote: On Tue, Apr 27, 2010 at 06:33:49PM -0400, Masami Hiramatsu wrote: Fix kprobe/x86 to check removed int3 when failing to get kprobe from hlist. Since we have a time window between checking int3 exists on probed address and getting kprobe on that address, we can have fo... 28 Apr 2010 12:52
Request For Help - Embedded x86, Kernel 2.6.33 boots, Mounts JFFS2 rootfs, Stops at init
Graeme Russ wrote: Hi All, I've been working for a while now getting the x86 U-Boot port up to speed to boot a linux kernel I now have a root fs (build from Linux-From-Scratch and trimmed to <15M using qemu) but all attempts to get any serial console output past launching of init have failed. ... 28 Apr 2010 11:43
cocbalt_lcdfb: correct sections
On Wed, Apr 28, 2010 at 12:25:02PM +0200, Henrik Kretzschmar wrote: Since the drivers probe call was changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b the fb_fix_screeninfo structure must be changed from .init.data to .devinit.data, too. Signed-off-by: Henr... 28 Apr 2010 11:43
Request For Help - Embedded x86, Kernel 2.6.33 boots, Mounts JFFS2 rootfs, Stops at init
Hi All, I've been working for a while now getting the x86 U-Boot port up to speed to boot a linux kernel I now have a root fs (build from Linux-From-Scratch and trimmed to <15M using qemu) but all attempts to get any serial console output past launching of init have failed. I have taken the root fs which su... 28 Apr 2010 10:35
[PATCH 2/4] blkdev: allow async blkdev_issue_flush requests
In some places caller don't want to wait a request to complete. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- block/blk-barrier.c | 33 +++++++++++++++++++-------------- 1 files changed, 19 insertions(+), 14 deletions(-) diff --git a/block/blk-barrier.c b/block/blk-barrier.c index cf14311..f11e... 28 Apr 2010 10:35
asm-generic: Don't warn that atomic_t is only 24 bit
* Arnd Bergmann (arnd(a)arndb.de) wrote: On Wednesday 28 April 2010, Peter Fritzsche wrote: 32-bit Sparc used to only allow usage of 24-bit of it's atomic_t type. This was corrected with linux 2.6.3 when Keith M Wesolowski changed the implementation to use the parisc approach of having an array of ... 30 Apr 2010 13:59
Staging: batman-adv: fixed comments to maintain 80 char limit
On 27 April 2010 17:53, Sven Eckelmann <sven.eckelmann(a)gmx.de> wrote: Your patch doesn't apply anymore. See 1270341625-28764-1-git-send-email-luisbg(a)ubuntu.com and follow ups [1]. I had a look at the follow ups and saw this one: https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2010-April/002483.html So ... 28 Apr 2010 10:35
mn10300: Don't warn that atomic_t is only 24 bit
Peter Fritzsche <peter.fritzsche(a)gmx.de> wrote: 32-bit Sparc used to only allow usage of 24-bit of it's atomic_t type. This was corrected with linux 2.6.3 when Keith M Wesolowski changed the implementation to use the parisc approach of having an array of spinlocks to protect the atomic_t. These war... 28 Apr 2010 10:35