Re: latencytop.org defunkt ?

2015-10-30 Thread Maxin B. John
Hi All, Trying to revive an old question as it is still valid. Is there any decision on http://www.latencytop.org or moving it to another location yet ? On Thu, Oct 17, 2013 at 1:08 AM, Daniel Walker wrote: > On Sun, Oct 13, 2013 at 12:09:42PM -0700, Arjan van de Ven wrote: >> somehow the

Re: latencytop.org defunkt ?

2015-10-30 Thread Maxin B. John
Hi All, Trying to revive an old question as it is still valid. Is there any decision on http://www.latencytop.org or moving it to another location yet ? On Thu, Oct 17, 2013 at 1:08 AM, Daniel Walker wrote: > On Sun, Oct 13, 2013 at 12:09:42PM -0700, Arjan van de Ven wrote:

Re: [PATCH 1/2] lustre/mdc_lib: fix possible null pointer dereference

2014-03-06 Thread Maxin B. John
Hi, On Thu, Mar 6, 2014 at 8:51 PM, Greg KH wrote: > On Wed, Mar 05, 2014 at 09:53:06PM +0300, Dan Carpenter wrote: >> On Wed, Mar 05, 2014 at 02:04:35PM +0100, Maxin B. John wrote: >> > From: "Maxin B. John" >> > >> > cppcheck reported

Re: [PATCH 1/2] lustre/mdc_lib: fix possible null pointer dereference

2014-03-06 Thread Maxin B. John
Hi, On Thu, Mar 6, 2014 at 8:51 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Mar 05, 2014 at 09:53:06PM +0300, Dan Carpenter wrote: On Wed, Mar 05, 2014 at 02:04:35PM +0100, Maxin B. John wrote: From: Maxin B. John maxin.j...@enea.com cppcheck reported possible null pointer

[PATCH 1/2] lustre/mdc_lib: fix possible null pointer dereference

2014-03-05 Thread Maxin B. John
From: "Maxin B. John" cppcheck reported possible null pointer dereference in mdc_lib.c [lustre/lustre/mdc/mdc_lib.c:233]: (error) Possible null pointer dereference : op_data - otherwise it is redundant to check if op_data is null at line 226 Signed-off-by: Maxin B. John --- drive

[PATCH 2/2] lustre/lov_obd: fix possible null pointer dereference

2014-03-05 Thread Maxin B. John
From: "Maxin B. John" osc_obd can be NULL. cppcheck reported this: [lustre/lustre/lov/lov_obd.c:283]: (error) Possible null pointer dereference: osc_obd - otherwise it is redundant to check if osc_obd is null at line 295 Signed-off-by: Maxin B. John --- drivers/staging/lustre/

[PATCH 1/2] lustre/mdc_lib: fix possible null pointer dereference

2014-03-05 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com cppcheck reported possible null pointer dereference in mdc_lib.c [lustre/lustre/mdc/mdc_lib.c:233]: (error) Possible null pointer dereference : op_data - otherwise it is redundant to check if op_data is null at line 226 Signed-off-by: Maxin B. John

[PATCH 2/2] lustre/lov_obd: fix possible null pointer dereference

2014-03-05 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com osc_obd can be NULL. cppcheck reported this: [lustre/lustre/lov/lov_obd.c:283]: (error) Possible null pointer dereference: osc_obd - otherwise it is redundant to check if osc_obd is null at line 295 Signed-off-by: Maxin B. John maxin.j...@enea.com

Re: [PATCH] dma: ipu: ipu_idmac: Fix section mismatch

2013-03-13 Thread Maxin B. John
ion of ipu_idmac_exit. > > Remove the '__exit' annotation from ipu_idmac_exit in order to fix it. Good catch... Acked-by: Maxin B. John > Signed-off-by: Fabio Estevam > --- > drivers/dma/ipu/ipu_idmac.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

Re: [PATCH] dma: ipu: ipu_idmac: Fix section mismatch

2013-03-13 Thread Maxin B. John
of ipu_idmac_exit. Remove the '__exit' annotation from ipu_idmac_exit in order to fix it. Good catch... Acked-by: Maxin B. John maxin.j...@enea.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- drivers/dma/ipu/ipu_idmac.c |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] dma: Remove erroneous __exit and __exit_p() references

2013-03-07 Thread Maxin B. John
Hi Vinod, On Thu, Mar 7, 2013 at 10:47 AM, Vinod Koul wrote: > On Thu, Mar 07, 2013 at 10:17:40AM +0100, Maxin B. John wrote: >> Hi, >> >> On Fri, Feb 22, 2013 at 7:29 PM, Linus Walleij >> wrote: >> > On Wed, Feb 20, 2013 at 1:07 AM, wr

Re: [PATCH] dma: Remove erroneous __exit and __exit_p() references

2013-03-07 Thread Maxin B. John
Hi, On Fri, Feb 22, 2013 at 7:29 PM, Linus Walleij wrote: > On Wed, Feb 20, 2013 at 1:07 AM, wrote: > >> From: "Maxin B. John" >> >> Removing the annotation with __exit and referencing with __exit_p() >> present in dma driver module remove hooks. >

Re: [PATCH] dma: Remove erroneous __exit and __exit_p() references

2013-03-07 Thread Maxin B. John
Hi, On Fri, Feb 22, 2013 at 7:29 PM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Feb 20, 2013 at 1:07 AM, maxin.j...@gmail.com wrote: From: Maxin B. John maxin.j...@enea.com Removing the annotation with __exit and referencing with __exit_p() present in dma driver module remove

Re: [PATCH] dma: Remove erroneous __exit and __exit_p() references

2013-03-07 Thread Maxin B. John
Hi Vinod, On Thu, Mar 7, 2013 at 10:47 AM, Vinod Koul vinod.k...@intel.com wrote: On Thu, Mar 07, 2013 at 10:17:40AM +0100, Maxin B. John wrote: Hi, On Fri, Feb 22, 2013 at 7:29 PM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Feb 20, 2013 at 1:07 AM, maxin.j...@gmail.com wrote

Re: [PATCH] dma: timb_dma: Fix compiler warning

2013-03-04 Thread Maxin B. John
On Tue, Feb 19, 2013 at 9:33 PM, wrote: > From: "Maxin B. John" > > Fix this compiler warning: > warning: 'td_remove' defined but not used [-Wunused-function] > > Signed-off-by: Maxin B. John > --- > drivers/dma/timb_dma.c |2 +- > 1 files changed, 1 i

Re: [PATCH] i2c: busses: i2c-ocores: Fix PM-related warning

2013-03-04 Thread Maxin B. John
On Tue, Feb 26, 2013 at 10:53 PM, wrote: > From: "Maxin B. John" > > Fixes this warning: > CC drivers/i2c/busses/i2c-ocores.o > drivers/i2c/busses/i2c-ocores.c:460:12: warning: 'ocores_i2c_suspend' > defined but not used [-Wunused-function] > drivers

Re: [PATCH] i2c: busses: i2c-ocores: Fix PM-related warning

2013-03-04 Thread Maxin B. John
On Tue, Feb 26, 2013 at 10:53 PM, maxin.j...@gmail.com wrote: From: Maxin B. John maxin.j...@enea.com Fixes this warning: CC drivers/i2c/busses/i2c-ocores.o drivers/i2c/busses/i2c-ocores.c:460:12: warning: 'ocores_i2c_suspend' defined but not used [-Wunused-function] drivers/i2c

Re: [PATCH] dma: timb_dma: Fix compiler warning

2013-03-04 Thread Maxin B. John
On Tue, Feb 19, 2013 at 9:33 PM, maxin.j...@gmail.com wrote: From: Maxin B. John maxin.j...@enea.com Fix this compiler warning: warning: 'td_remove' defined but not used [-Wunused-function] Signed-off-by: Maxin B. John maxin.j...@enea.com --- drivers/dma/timb_dma.c |2 +- 1 files

Re: [PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread Maxin B. John
Hi, On Thu, Feb 21, 2013 at 2:06 AM, Greg KH wrote: > On Thu, Feb 21, 2013 at 01:57:51AM +0200, maxin.j...@gmail.com wrote: >> From: "Maxin B. John" >> >> Fixes this build failure: >> gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c >>

Re: [PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread Maxin B. John
Hi, On Thu, Feb 21, 2013 at 2:06 AM, Greg KH gre...@linuxfoundation.org wrote: On Thu, Feb 21, 2013 at 01:57:51AM +0200, maxin.j...@gmail.com wrote: From: Maxin B. John maxin.j...@enea.com Fixes this build failure: gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c gcc -Wall

Re: [PATCH] dma: timb_dma: Fix compiler warning

2013-02-19 Thread Maxin B. John
On Tue, Feb 19, 2013 at 12:36 PM, Lars-Peter Clausen wrote: > On 02/18/2013 08:59 PM, maxin.j...@gmail.com wrote: >> From: "Maxin B. John" >> >> Fix this compiler warning: >> warning: 'td_remove' defined but not used [-Wunused-function] >> >> Sig

Re: [PATCH] dma: timb_dma: Fix compiler warning

2013-02-19 Thread Maxin B. John
On Tue, Feb 19, 2013 at 12:36 PM, Lars-Peter Clausen l...@metafoo.de wrote: On 02/18/2013 08:59 PM, maxin.j...@gmail.com wrote: From: Maxin B. John maxin.j...@enea.com Fix this compiler warning: warning: 'td_remove' defined but not used [-Wunused-function] Signed-off-by: Maxin B. John

Re: [PATCH 2/2] i2c: busses: i2c-ocores: switch to devm_request_and_ioremap

2012-10-09 Thread Maxin B John
Hi Peter, On Sun, Sep 23, 2012 at 2:22 PM, Peter Korsgaard wrote: >>>>>> "Maxin" == Maxin B John writes: > > Maxin> This drops a few lines of code and allows common APIs to handle > Maxin> those for us. > > Maxin> Signed-off-by: Maxin B

Re: [PATCH 2/2] i2c: busses: i2c-ocores: switch to devm_request_and_ioremap

2012-10-09 Thread Maxin B John
Hi Peter, On Sun, Sep 23, 2012 at 2:22 PM, Peter Korsgaard jac...@sunsite.dk wrote: Maxin == Maxin B John maxin.j...@gmail.com writes: Maxin This drops a few lines of code and allows common APIs to handle Maxin those for us. Maxin Signed-off-by: Maxin B. John maxin.j...@gmail.com Acked

Re: [PATCH] Support for OWI/Maplin USB Robotic Arm

2012-10-08 Thread Maxin B John
Hi Greg, On Mon, Oct 8, 2012 at 7:55 PM, Greg KH wrote: > On Mon, Oct 08, 2012 at 05:29:43PM -0400, Maxin B. John wrote: >> Hi Greg, >> >> This driver helps us to control the OWI/Maplin USB Robotic Arm device. >> >> I have tested this driver in my x86 Laptop

[PATCH] Support for OWI/Maplin USB Robotic Arm

2012-10-08 Thread Maxin B. John
t/html/owi-535pc-robotic-arm-kit-with-usb-pc-interface-assembled.html Please let me know your comments. Signed-off-by: Maxin B. John --- diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index d805eef..a1eefa9 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -14

[PATCH] Support for OWI/Maplin USB Robotic Arm

2012-10-08 Thread Maxin B. John
-robotic-arm-kit-with-usb-pc-interface-assembled.html Please let me know your comments. Signed-off-by: Maxin B. John maxin.j...@gmail.com --- diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index d805eef..a1eefa9 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig

Re: [PATCH] Support for OWI/Maplin USB Robotic Arm

2012-10-08 Thread Maxin B John
Hi Greg, On Mon, Oct 8, 2012 at 7:55 PM, Greg KH gre...@linuxfoundation.org wrote: On Mon, Oct 08, 2012 at 05:29:43PM -0400, Maxin B. John wrote: Hi Greg, This driver helps us to control the OWI/Maplin USB Robotic Arm device. I have tested this driver in my x86 Laptop and it works

[PATCH] net: scm: moving dereference after NULL check

2012-09-23 Thread Maxin B. John
scm_destroy_cred() dereferences 'scm' before null check Signed-off-by: Maxin B. John --- diff --git a/include/net/scm.h b/include/net/scm.h index 7dc0854..ed25aa1 100644 --- a/include/net/scm.h +++ b/include/net/scm.h @@ -64,9 +64,11 @@ static __inline__ void scm_destroy_cred(struct scm_cookie

[PATCH 2/2] i2c: busses: i2c-ocores: switch to devm_request_and_ioremap

2012-09-23 Thread Maxin B. John
This drops a few lines of code and allows common APIs to handle those for us. Signed-off-by: Maxin B. John --- diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c index bffd550..740a89b 100644 --- a/drivers/i2c/busses/i2c-ocores.c +++ b/drivers/i2c/busses/i2c-ocores.c

[PATCH 1/2] i2c: busses: i2c-ocores: Fix documentation filename

2012-09-23 Thread Maxin B. John
Fixes the wrong filename. Signed-off-by: Maxin B. John --- diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c index bffd550..e39c122 100644 --- a/drivers/i2c/busses/i2c-ocores.c +++ b/drivers/i2c/busses/i2c-ocores.c @@ -11,7 +11,7 @@ /* * This driver can be used

[PATCH 1/2] i2c: busses: i2c-ocores: Fix documentation filename

2012-09-23 Thread Maxin B. John
Fixes the wrong filename. Signed-off-by: Maxin B. John maxin.j...@gmail.com --- diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c index bffd550..e39c122 100644 --- a/drivers/i2c/busses/i2c-ocores.c +++ b/drivers/i2c/busses/i2c-ocores.c @@ -11,7 +11,7

[PATCH 2/2] i2c: busses: i2c-ocores: switch to devm_request_and_ioremap

2012-09-23 Thread Maxin B. John
This drops a few lines of code and allows common APIs to handle those for us. Signed-off-by: Maxin B. John maxin.j...@gmail.com --- diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c index bffd550..740a89b 100644 --- a/drivers/i2c/busses/i2c-ocores.c +++ b/drivers/i2c

[PATCH] net: scm: moving dereference after NULL check

2012-09-23 Thread Maxin B. John
scm_destroy_cred() dereferences 'scm' before null check Signed-off-by: Maxin B. John maxin.j...@gmail.com --- diff --git a/include/net/scm.h b/include/net/scm.h index 7dc0854..ed25aa1 100644 --- a/include/net/scm.h +++ b/include/net/scm.h @@ -64,9 +64,11 @@ static __inline__ void scm_destroy_cred