[PATCH v1 0/2] exynos_mct driver: fix irq allocation and cleanup (1 reply)
exynos4_local_timer_setup called on the secondary cpu before irqs are enabled. request_irq can sleep, which produces next warning: on boot: [ 0.370000] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000...
View Article[PATCH 0/6] drivers/acpi: fix driver compile errors when CONFIG_PM_SLEEP is...
The following acpi drivers fail with compile errors when CONFIG_PM_SLEEP is undefined. Shuah Khan (6): drivers/acpi: fix ac driver compile error when CONFIG_PM_SLEEP is undefined drivers/acpi: fix...
View Article[PATCH] Staging: comedi: clean up conditional statement in addi_apci_3xxx.c...
In this if-else conditional statement, if (chan < 16), but (data[0] == INSN_CONFIG_DIO_QUERY), the function does not return early, but the else-branch does not get executed either. As a result,...
View Article[PATCH] regulator: gpio: reborn necessary prop (no replies)
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 934624d6e9f0b3d41557c4105c286e8daeaadb4e (regulator: gpio-regulator: do not open-code counting and access of dt array elements) removed...
View Articledrm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path. (no...
Commit 6ae668cc19e8b18df28cd67b3448d9abd79284a4 introduced a memory leak in the error path of tda998x_encoder_init Picked up by the nightly Coverity scan. CID 1174076 Signed-off-by: Dave Jones...
View Article[PATCH] Fix Default to 'y' for SR9800 Device Driver, setting to 'n' (no replies)
From: Liu Junliang <liujunliang_ljl@163.com> Signed-off-by: Liu Junliang <liujunliang_ljl@163.com> --- drivers/net/usb/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git...
View Articleuse {readl|writel}_relaxed instead of readl/writel in i2c-designware-core ?...
Hi all, The writel/readl is too expensive especially on Cortex A9 w/ outer L2 cache. This introduce i2c read/write error on Marvell Berlin SoCs when there are L2 cache maintenance operations at the...
View Article[GIT PULL] x86 fixes for v3.14-rc3 (no replies)
Hi Linus, A collection of small fixes: 1. There still seem to be problems with asm goto which requires the empty asm hack. 2. If SMAP is disabled at compile time, don't enable it nor try to interpret...
View Article[PATCH v16 0/10] Add 32 bit VDSO time function support (9 replies)
This patch add the functions vdso_gettimeofday(), vdso_clock_gettime() and vdso_time() to the 32 bit VDSO. The reason to do this was to get a fast reliable time stamp. Many developers uses TSC to get...
View Article[dma-debug.c - DMA-API] exceeded overlapping … & sym53c8xx … tries to free...
Ahoy! Perhaps this is already solved, but I made the effort to test & record all of this, therefore here you are. :) https://bugzilla.redhat.com/show_bug.cgi?id=1062833 0. VirtIO disk -...
View Article[PATCH 1/3] cgroup: fix locking in cgroupstats_build() (2 replies)
css_set_lock has been converted to css_set_rwsem, and rwsem can't nested inside rcu_read_lock. Signed-off-by: Li Zefan <lizefan@huawei.com> --- kernel/cgroup.c | 8 ++++++-- 1 file changed, 6...
View Article[PATCH] kernfs: fix kernfs_node_from_dentry() (no replies)
Currently kernfs_node_from_dentry() returns NULL for root dentry, because root_dentry->d_op == NULL. Due to this bug cgroupstats_build() returns -EINVAL for root cgroup. # mount -t cgroup -o...
View ArticleHow to get the Linux kernel coverage data on ARM arch when I run LTP test? (1...
Hi All, Sorry for the wide distribution: According to LTP page info, http://ltp.sourceforge.net/coverage/gcov.php http://ltp.sourceforge.net/coverage/lcov.php My question is How to get kernel coverage...
View Article[GIT PULL] fbdev fixes for 3.14 (no replies)
Hi Linus, Please pull a few minor fbdev fixes for 3.14. Tomi The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed: Linux 3.14-rc2 (2014-02-09 18:15:47 -0800) are available in...
View Article[RFC PATCH 0/2] Redesign the MAX6650-6651 driver to be more flexible (4 replies)
Yet to be run-time tested, but early reviews are welcome to catch any obvious mistakes that are potentially hard and time-consuming to debug. Laszlo Papp (2): mfd: MAX6650/6651 support hwmon:...
View Article[PATCH v3] [media] of: move graph helpers from drivers/media/v4l2-core to...
From: Philipp Zabel <philipp.zabel@gmail.com> This patch moves the parsing helpers used to parse connected graphs in the device tree, like the video interface bindings documented in...
View Article[GIT PULL] sound fixes for 3.14-rc3 (no replies)
Linus, please pull sound fixes for v3.14-rc3 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.14-rc3 The topmost commit is 2078600b1f8fc68b02f6ebdda1759fb0c9f51afb...
View Article[patch] Documentation/SubmittingPatches: Reported-by tags and permission (no...
The reported-by text says you have to ask for permission, but that's only if the bug was reported in private. These days the standard is to always give reported-by credit or it's considered a bit...
View ArticleHot sale HDPE LDPE LLDPE (no replies)
Dear Sir, Good day! We had dealing plastic raw materials for many years . And supplied high quality different grade HDPE/LDPE/PP/PET to our old and new customers. Should any of the items be of...
View Article[PATCH] cgroup: fix top cgroup refcnt leak (1 reply)
If we mount the same cgroupfs in serveral mount points, and then umount all of them, kill_sb() will be called only once. Therefore it's wrong to increment top_cgroup's refcnt when we find an existing...
View Article