[PATCH] can: ems_usb: fix urb leaks on failure paths (no replies)
There are a couple failure paths where urb leaks. Is spare code within ems_usb_start_xmit(), usb_free_urb() should be used to deallocate urb instead of usb_unanchor_urb(). In ems_usb_start() there is...
View Article[3.8.y.z extended stable] Linux 3.8.13.14 stable review (153 replies)
This is the start of the review cycle for the Linux 3.8.13.14 stable kernel. This version contains 152 new patches, summarized below. The new patches are posted as replies to this message and also...
View Article[PATCH 1/2] ARM: dts: bcm281xx: Add i2c busses (no replies)
Add the DTS nodes for all the i2c busses in the SoC. Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Christian Daudt <csd@broadcom.com> Reviewed-by: Matt Porter...
View Article[PATCH 2/2] ARM: dts: bcm28155-ap: Enable all the i2c busses (no replies)
Enable all available i2c busses. Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Christian Daudt <csd@broadcom.com> Reviewed-by: Matt Porter <matt.porter@linaro.org>...
View Article[PATCH 0/2] Enable I2C on bcm28155-ap (no replies)
This series enables all the I2C busses on the bcm28155-ap board. These patches appeared in another series that was partially accepted. https://lkml.org/lkml/2013/11/14/517 It depends on:...
View Article[PATCH v3 3/3] X86, mpx: Intel MPX xstate feature definition (no replies)
This patch defines xstate feature and extends struct xsave_hdr_struct to support Intel MPX. Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com> Signed-off-by: Xudong Hao...
View Article[PATCH -next] mfd: sec: fix sparse NULL pointer warning (no replies)
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Fixes the following sparse warning: drivers/mfd/sec-core.c:202:16: warning: Using plain integer as NULL pointer Signed-off-by: Wei Yongjun...
View Article[PATCH -next] mfd: sta2x11-mfd: fix return value check in...
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> In case of error, the function devm_regmap_init_mmio() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should...
View Article[PATCH -next] sysfs, kernfs: remove duplicated include from file.c (no replies)
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> --- fs/kernfs/file.c | 1 - 1 file changed, 1...
View Article[PATCH 10/10] Staging: bcm: DDRInit: tidy up comments. (no replies)
This is the tenth patch of a series. Signed-off-by:Gary Alan Rookard <garyrookard@gmail.com> --- On branch staging-next drivers/staging/bcm/DDRInit.c | 231...
View Article[PATCH 03/10] Staging: bcm: DDRInit: added space after commas. (no replies)
This is the third patch of a series. Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com> --- On branch staging-next drivers/staging/bcm/DDRInit.c | 1332...
View Article[PATCH 1/1] ramdisk: documentation update (no replies)
-ramdisk_blocksize doesn't exist anymore. -Module parameters added to documentation. Signed-off-by: Fabian Frederick <fabf@skynet.be> --- Documentation/blockdev/ramdisk.txt | 23...
View Article[PATCH] cgroup: fix fail path in cgroup_load_subsys() (no replies)
We should not call cgroup_unload_subsys() if online_css() fails, because online_css() does not assign css to cgroup on failure, while offline_css() called from cgroup_unload_subsys() expects it is...
View Article50 Watt idle power regression bisected to Linux-3.10 (5 replies)
Hello Thomas, An idle WSM-EX box (40 Xeon cores) runs 50 Watts hotter after this patch: commit 7d1a941731fabf27e5fb6edbebb79fe856edb4e5 Author: Thomas Gleixner <tglx@linutronix.de> Date: Thu Mar...
View Article[PATCH 11/11] Staging: bcm: DDRInint: tidy up indent issue. (no replies)
This is the eleventh patch of a series. Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com> --- On branch staging-next drivers/staging/bcm/DDRInit.c | 2 +- 1 file changed, 1 insertion(+), 1...
View Article[PATCH] mfd: mc13xxx: Remove redundant checks (no replies)
Checking for maximal register is already provided by regmap API, so remove redundant checks. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- drivers/mfd/mc13xxx-core.c | 5 +---- 1 file...
View Article[git pull] Input updates for 3.13-rc3 (no replies)
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the...
View Article[PATCH 1/2] perf: add per-feature check flags (no replies)
Add CFLAGS and LDFLAGS for each feature to be checked. This allows to pass flags and parameters to the feature checks compilation. Also simplifies the feature check makefile, to come in a subsequent...
View Article[PATCH 2/2] perf: unwinding: use the per-feature check flags (no replies)
Use the per-feature check flags for the unwinding feature in order to correctly compile the libunwind and libunwind-debug-frame feature checks. Tested on x86_64, ARMv7 and ARMv8 with and without...
View Article[PATCH v3 0/2] perf: config: add per-feature check flags (no replies)
Add CFLAGS and LDFLAGS for each feature to be checked during the build. This allows to pass particular flags and parameters to the feature checks compilation. Use the per-feature check flags for the...
View Article