Re: [PATCH] i2c: i801: fix memleak on probe error

2013-12-23 Thread Martin Mokrejs
successful memory allocation, before reaching any error paths. References: http://lkml.org/lkml/2013/1/23/191 Reported-by: Martin Mokrejs mmokr...@fold.natur.cuni.cz Tested-by: Peter Wu lekenst...@gmail.com [ACPI conflict error path] Signed-off-by: Peter Wu lekenst...@gmail.com --- Hi Jean

Re: PROBLEM: modprobe hang at startup (3.8.x, 3.9.x, IBM x3550)

2013-05-17 Thread Martin Mokrejs
Hi, while you are chasing some problem with i2c_801 I would like to mention that I never got an answer on the thread https://lkml.org/lkml/2013/1/23/405 about a kmemleak reported by kernel . Maybe this could give you a hint? If these do not overlap I would be anyways glad to receive an answer

Re: i2c_i801: status of use hardware semaphore patch?

2013-03-21 Thread Martin Mokrejs
Jason Baron wrote: Hi, I've also hit the i2c_i801 driver conflicts with ACPI region: kernel: [73904.044722] i801_smbus :00:1f.3: PCI INT C - GSI 18 (level, low) - IRQ 18 kernel: [73904.045573] ACPI: resource :00:1f.3 [io 0xf000-0xf01f] conflicts with ACPI region SMBI [io

Re: linux-3.7.[1,4]: kmemleak in i801_probe

2013-01-23 Thread Martin Mokrejs
Hi Jean, Jean Delvare wrote: Hi Martin, On Wed, 23 Jan 2013 12:15:37 +0100, Martin Mokrejs wrote: Hi, I already reported this to lkml recently with linux-3.7.1 but this is to let you know that with 3.7.4 I am still getting this kmemleak reported by the kernel. I don't read LKML

Re: i2c-tools: Discussion points about future library

2012-04-05 Thread Martin Mokrejs
Hi Jean, Jean Delvare wrote: Hi Martin, Please don't top-post. On Wed, 04 Apr 2012 21:41:08 +0200, Martin Mokrejs wrote: Hi, did you Google for it? Looks libi2c is already existing. Yes I did. http://www.rtems.com/ml/rtems-users/2008/march/msg00033.html RTEMS is an operating

Re: i2c-tools: Discussion points about future library

2012-04-04 Thread Martin Mokrejs
Hi, did you Google for it? Looks libi2c is already existing. http://www.rtems.com/ml/rtems-users/2008/march/msg00033.html http://packages.ubuntu.com/search?keywords=libi2c-dev I would also search for the header filenames and invent such names which will not clash with any existing. Same for

Re: i2c-tools: Discussion points about future library

2012-04-04 Thread Martin Mokrejs
One more: http://opensource.katalix.com/libi2c/ Martin Mokrejs wrote: Hi, did you Google for it? Looks libi2c is already existing. http://www.rtems.com/ml/rtems-users/2008/march/msg00033.html http://packages.ubuntu.com/search?keywords=libi2c-dev I would also search for the header

i801_smbus: ... you should use it instead of the native driver

2012-03-26 Thread Martin Mokrejs
Hi, I have the following message logged through syslog on a 2.6.32.59 kernel: Mar 26 11:21:55 vostro kernel: i801_smbus :00:1f.3: PCI INT C - GSI 18 (level, low) - IRQ 18 Mar 26 11:21:55 vostro kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the