Fw: Re: [PATCH] bsdacct: delete timer with sync intension
Hi, Andrew! 27.04.10, 15:54, "Andrew Morton" <akpm(a)linux-foundation.org>: On Thu, 25 Mar 2010 17:35:10 +0300 Vitaliy Gusev wrote: acct_exit_ns --> acct_file_reopen deletes timer without check timer execution on other CPUs. So acct_timeout() can change an unmapped memory. ... 5 May 2010 19:23
[PATCHv1 2.6.34-rc6 1/3] mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb core
for mx51, usb core is clocked from sources that are not 60mhz. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- drivers/usb/gadget/fsl_mx3_udc.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/usb/gadget/fsl_mx3_udc.c b/drivers/usb/gadget/fsl_mx3_udc.c i... 5 May 2010 19:23
rcu: optionally leave lockdep enabled after RCU lockdep splat
* Paul E. McKenney (paulmck(a)linux.vnet.ibm.com) wrote: From: Lai Jiangshan <laijs(a)cn.fujitsu.com> There is no need to disable lockdep after an RCU lockdep splat, so remove the debug_lockdeps_off() from lockdep_rcu_dereference(). To avoid repeated lockdep splats, use a static variable in the inlined r... 6 May 2010 19:51
[PATCH -next] usb gadget webcam: depends on VIDEO_DEV
From: Randy Dunlap <randy.dunlap(a)oracle.com> g_webcam uses v4l[2] interfaces, so it should depend on VIDEO_DEV. ERROR: "v4l2_event_unsubscribe" [drivers/usb/gadget/g_webcam.ko] undefined! ERROR: "v4l2_event_queue" [drivers/usb/gadget/g_webcam.ko] undefined! ERROR: "video_device_release" [drivers/usb/gadget/g_we... 5 May 2010 19:23
[PATCH -next] media: fix vivi build error
From: Randy Dunlap <randy.dunlap(a)oracle.com> vivi uses find_font(), which is only available when FONTS is enabled, so make vivi depend on FONTS. ERROR: "find_font" [drivers/media/video/vivi.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- drivers/media/video/Kconfig | 2 +- 1 fi... 5 May 2010 19:23
[RFC] Third OLPC viafb patch series (camera driver)
This is, perhaps, the last set of viafb patches I'll send around before the merge window. This series completes the task of adding the via-camera driver - in the correct spot, this time. To that end, it has to reorganize the viafb header files a bit. V4L2 folks: only the final patch in this series really needs ... 5 May 2010 19:23
[PATCH 3/5] viafb: Eliminate some global.h references
The various subdev drivers (other than the framebuffer itself) no longer need this file. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/via-gpio.c | 1 - drivers/video/via/via_i2c.c | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/video/via/via-gp... 5 May 2010 19:23
[PATCH 2/5] viafb: get rid of i2c debug cruft
It's ugly and adds a global.h dependency. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/via_i2c.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/video/via/via_i2c.c b/drivers/video/via/via_i2c.c index febc1dd..84ec2d6 100644 --- a/drivers/video/v... 5 May 2010 19:23
sysfs: Don't use enums in inline function declaration.
On 05/05/10 14:54, ebiederm(a)xmission.com wrote: It appears gcc can't cope with using an enum that is only declared in an inline function declaration, that doesn't even use the variable that is so declared. Avoid the silliness and replace the enum with an int, and make gcc happy. Signed-off... 5 May 2010 18:16
net: Make accesses to ->br_port safe for sparse RCU
On Tue, May 04, 2010 at 11:41:49PM +0200, Arnd Bergmann wrote: On Tuesday 04 May 2010 23:26:31 Stephen Hemminger wrote: The new versions of the rcu_dereference() APIs requires that any pointers passed to one of these APIs be fully defined. The ->br_port field in struct net_device points to a st... 12 May 2010 22:32