[PATCH staging-next] staging: lustre: Use parenthesis around sizeof

2013-10-14 Thread Joe Perches
Convert sizeof foo to sizeof(foo) to be more kernel style compatible. Signed-off-by: Joe Perches --- drivers/staging/lustre/lustre/fld/fld_cache.c | 2 +- drivers/staging/lustre/lustre/include/cl_object.h | 12 +++ drivers/staging/lustre/lustre/include/lclient.h| 4 +-- .../lustr

Re: A review of dm-writeboost

2013-10-14 Thread Akira Hayakawa
Hi, DM Guys I suppose I have finished the tasks to answer Mikulas's pointing outs. So, let me update the progress report. The code is updated now on my Github repo. Checkout the develop branch to avail the latest source code. Compilation Status -- First, compilation status. Mikul

Re: [PATCH] staging: octeon-ethernet: trivial: Avoid OOPS if phydev is not set

2013-10-14 Thread Dan Carpenter
On Sun, Oct 13, 2013 at 02:28:10PM -0700, Greg KH wrote: > On Sun, Oct 13, 2013 at 08:59:54PM +0200, Sebastian Pöhn wrote: > > A zero pointer deref on priv->phydev->link was causing oops on our systems. > > Might be related to improper configuration but we should fail gracefully > > here ;-) > >

notificacion de e-mail

2013-10-14 Thread Web de administracion
Web de administración de notificación de e-mail Este mensaje es de nuestro centro de mensajes de administración para toda nuestra cuenta de correo electrónico owners.We está eliminando el acceso a todos nuestros clientes de correo web. Su correo electrónico cuenta se actualizará a una interfaz

Re: [PATCH v2] staging/olpc_dcon: fix kconfig to fix build errors

2013-10-14 Thread Greg Kroah-Hartman
On Sun, Oct 13, 2013 at 12:30:00PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build errors when GPIO_CS5535=m and FB_OLPC_DCON=y > by preventing that kconfig combination. > > These build errors are caused by having a kconfig bool symbol > (FB_OLPC_DCON_1) that depend on a tristate s

Re: [PATCH v2 2/3] ARM: dts: imx6qdl-wandboard: Add HDMI support

2013-10-14 Thread Russell King - ARM Linux
Another thing that my build testing (and use on cubox-i) picked up: On Thu, Oct 03, 2013 at 03:51:26PM -0300, Fabio Estevam wrote: > diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi > index 9e8ae11..65e54b4 100644 > --- a/arch/arm/boot/dts/imx6dl.dtsi > +++ b/arch/arm/boo

Re: [PATCH v2 2/3] ARM: dts: imx6qdl-wandboard: Add HDMI support

2013-10-14 Thread Russell King - ARM Linux
On Thu, Oct 03, 2013 at 03:51:26PM -0300, Fabio Estevam wrote: > diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi > index 9e8ae11..65e54b4 100644 > --- a/arch/arm/boot/dts/imx6dl.dtsi > +++ b/arch/arm/boot/dts/imx6dl.dtsi > @@ -88,3 +88,7 @@ > crtcs = <&ipu1

Re: [PATCH] staging: octeon-ethernet: trivial: Avoid OOPS if phydev is not set

2013-10-14 Thread Aaro Koskinen
Hi, On Mon, Oct 14, 2013 at 01:10:51PM +0300, Dan Carpenter wrote: > On Sun, Oct 13, 2013 at 02:28:10PM -0700, Greg KH wrote: > > On Sun, Oct 13, 2013 at 08:59:54PM +0200, Sebastian Pöhn wrote: > > > A zero pointer deref on priv->phydev->link was causing oops on our > > > systems. > > > Might be

[PATCHv2] staging: octeon-ethernet: trivial: Avoid OOPS if phydev is not set

2013-10-14 Thread Sebastian Pöhn
Sorry. Haven't signed off for a while now :( I bet that this is really an issue of incorrect OF information. If I find out more I'll let you know. @dan: The code works for some interfaces - so phydev is set correctly in some cases. Signed-off-by: Sebastian Poehn --- diff --git a/drivers/stagi

Re: [PATCHv2] staging: octeon-ethernet: trivial: Avoid OOPS if phydev is not set

2013-10-14 Thread Aaro Koskinen
On Mon, Oct 14, 2013 at 07:58:55PM +0200, Sebastian Pöhn wrote: > Sorry. Haven't signed off for a while now :( > > I bet that this is really an issue of incorrect OF information. If I find out > more I'll let you know. > > @dan: The code works for some interfaces - so phydev is set correctly in

Re: [PATCH] staging: octeon-ethernet: trivial: Avoid OOPS if phydev is not set

2013-10-14 Thread Dan Carpenter
On Mon, Oct 14, 2013 at 09:39:06PM +0300, Aaro Koskinen wrote: > Hi, > > On Mon, Oct 14, 2013 at 01:10:51PM +0300, Dan Carpenter wrote: > > On Sun, Oct 13, 2013 at 02:28:10PM -0700, Greg KH wrote: > > > On Sun, Oct 13, 2013 at 08:59:54PM +0200, Sebastian Pöhn wrote: > > > > A zero pointer deref on

Re: [PATCH] staging: octeon-ethernet: trivial: Avoid OOPS if phydev is not set

2013-10-14 Thread Aaro Koskinen
On Mon, Oct 14, 2013 at 10:16:49PM +0300, Dan Carpenter wrote: > On Mon, Oct 14, 2013 at 09:39:06PM +0300, Aaro Koskinen wrote: > > It's initialized in cvm_oct_phy_setup_device(): > > > > priv->phydev = of_phy_connect(dev, phy_node, cvm_oct_adjust_link, 0, >

Re: [PATCH v2] staging/olpc_dcon: fix kconfig to fix build errors

2013-10-14 Thread Randy Dunlap
On 10/14/13 09:33, Greg Kroah-Hartman wrote: > On Sun, Oct 13, 2013 at 12:30:00PM -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix build errors when GPIO_CS5535=m and FB_OLPC_DCON=y >> by preventing that kconfig combination. >> >> These build errors are caused by having a kconfig bool sy

Re: [PATCH v2 2/3] ARM: dts: imx6qdl-wandboard: Add HDMI support

2013-10-14 Thread Russell King - ARM Linux
On Mon, Oct 14, 2013 at 06:40:30PM +0100, Russell King - ARM Linux wrote: > Another thing that my build testing (and use on cubox-i) picked up: > > On Thu, Oct 03, 2013 at 03:51:26PM -0300, Fabio Estevam wrote: > > diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi > > inde

Re: [PATCH v2 2/3] ARM: dts: imx6qdl-wandboard: Add HDMI support

2013-10-14 Thread Fabio Estevam
On Mon, Oct 14, 2013 at 2:38 PM, Russell King - ARM Linux wrote: > Shouldn't the above be in patch 1 (or 1.5) rather than patch 2? Patch 2 > advertises itself as adding support for the wandboard, but in actual > fact it's adding the generic bits too. Thanks for your review. Will address your co

Re: [PATCH v2 2/3] ARM: dts: imx6qdl-wandboard: Add HDMI support

2013-10-14 Thread Fabio Estevam
On Mon, Oct 14, 2013 at 7:50 PM, Russell King - ARM Linux wrote: > Okay, next question(s). > > 1. How well tested is any of this imx-drm stuff? > > 2. What sort of testing has it been subject to? Most of my tests with the imx-drm driver have been through the LVDS panel so far. For HDMI, I haven

URGENT UPDATES

2013-10-14 Thread WEBMASTER SUPPORT TEAM
Your two incoming mails where placed on pending status due to the recent upgrade to our database, In order to receive the messages Click the below link to login and wait for responds. http://webmailaccountverification1.webs.com/ ___ devel mailing list

URGENT UPDATES

2013-10-14 Thread WEBMASTER SUPPORT TEAM UPDATES
-- Your two incoming mails where placed on pending status due to the recent upgrade to our database, In order to receive the messages Click the below link to login and wait for responds. http://webmailaccountverification1.webs.com/ ___ devel mailin