drivers/i2c/i2c-dev.c: Remove unnecessary kmalloc casts
Hi Joe, On Mon, 31 May 2010 20:23:08 -0700, Joe Perches wrote: Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/i2c/i2c-dev.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c index e0694e4..b3fcb59 100644 --- a/... 1 Jun 2010 07:33
inconsistent lock state
================================= [ INFO: inconsistent lock state ] 2.6.34 #1 --------------------------------- inconsistent {RECLAIM_FS-ON-W} -> {IN-RECLAIM_FS-W} usage. kswapd0/227 [HC0[0]:SC0[0]:HE1:SE1] takes: (&(&ip->i_iolock)->mr_lock#2){++++?+}, at: [<ffffffff8112c11f>] xfs_ilock+0x27/0x79 {RECLAIM_FS-ON... 1 Jun 2010 07:33
[PATCH] DVB flexcop-pci sanitize driver name to avoid warning on load
Hi, DVB driver for Flexcop/Technisat receiver currently calls request_irq() with a long driver name containing slashes. This triggers a warning when kernel tries to create /proc/irq/[NN]/[driver name] directory (attached to avoid mangling). The patch in attachment changes the driver name used in pci_request_r... 1 Jun 2010 07:33
[PATCH v2 0/3] kmemleak: Fix false positive with special scan
Hi, There is a false positive case that a pointer is calculated by other methods than the usual container_of macro. "kmemleak_ignore" can cover such a false positive, but it would loose the advantage of memory leak detection. This patch allows kmemleak to work with such false positives by introducing a new speci... 1 Jun 2010 07:33
[PATCH v2 3/3] omap iommu: kmemleak: Fix false positive with special scan
From: Hiroshi DOYU <Hiroshi.DOYU(a)nokia.com> The fist level iommu page table address is registered with the address conversion function for kmemleak special scan. Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU(a)nokia.com> --- arch/arm/plat-omap/iommu.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), ... 1 Jun 2010 07:33
amd iommu fixes for 2.6.35-rc1
* Joerg Roedel <joerg.roedel(a)amd.com> wrote: Hi Ingo, The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.gi... 1 Jun 2010 06:29
[PATCH 3/3] vhost: apply cpumask and cgroup to vhost workers
Apply the cpumask and cgroup of the initializing task to the created vhost worker. Based on Sridhar Samudrala's patch. Li Zefan spotted a bug in error path (twice), fixed (twice). Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Michael S. Tsirkin <mst(a)redhat.com> Cc: Sridhar Samudrala <samudrala.sridhar(a)gmail.c... 1 Jun 2010 06:28
[PATCH 2/3] cgroups: Add an API to attach a task to current task's cgroup
From: Sridhar Samudrala <samudrala.sridhar(a)gmail.com> Add a new kernel API to attach a task to current task's cgroup in all the active hierarchies. Signed-off-by: Sridhar Samudrala <sri(a)us.ibm.com> Reviewed-by: Paul Menage <menage(a)google.com> Acked-by: Li Zefan <lizf(a)cn.fujitsu.com> --- include/linux/cgroup... 1 Jun 2010 06:28
Thanks
My Dear, Find and read attachment carefully as it has been scan against virus. Regards MR.DENNIS DON Tele: +27 715260050 ... 1 Jun 2010 06:28
i2c-imx: do not allow interruptions when waiting for I2C to complete
Marc Kleine-Budde wrote: The i2c_imx_trx_complete() function is using wait_event_interruptible_timeout() to wait for the I2C controller to signal that it has completed an I2C bus operation. If the process that causes the I2C operation receives a signal, the wait will be interrupted, returning an error. I... 1 Jun 2010 05:24