A pile of sched patches (2 replies)
These patches were sitting -RT for quite some time. I think they sneaked in during the v3.10 time frame. Three are of them fix bugs and are marked for stable. The other three improve might_sleep()...
View Article[PATCH] drivers/base: fix devres handling for master device (no replies)
We weren't handling the devres issues for the master device failing a bind, or being unbound properly. Add a devres group to contain these, and release the resources at the appropriate points....
View Article[ANNOUNCE] Git v1.9.0-rc3 (no replies)
A release candidate Git v1.9.0-rc3 is now available for testing at the usual places. Hopefully this will be the last one before the final, scheduled to happen sometime late next week. The release...
View Article[PATCH] jfs: fix generic posix ACL regression (no replies)
I missed a couple errors in reviewing the patches converting jfs to use the generic posix ACL function. Setting ACL's currently fails with -EOPNOTSUPP. Signed-off-by: Dave Kleikamp...
View Article[PATCH v3 6/7] devicetree: bindings: Document Krait performance monitor units...
Document the Krait PMU compatible string. Cc: <devicetree@vger.kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- Documentation/devicetree/bindings/arm/pmu.txt | 9...
View Article[PATCH v3 0/7] Support Krait CPU PMUs (6 replies)
This patchset adds support for the Krait CPU PMUs. I split the main patch up into two parts: first the basic support that gets us just the architected events and second the full support patch that...
View Article[PATCH v4 0/7] ARM: sunxi: Add driver for SD/MMC hosts found on allwinner...
Hello The following patchset adds support for the SD/MMC host found in the Allwinner SoCs. It contains all the necessary modifications for clock environment and also the device tree script...
View ArticleRe: [PATCH] mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED...
On Fri, 07 Feb 2014 16:16:04 -0500 Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> wrote: > # Resending due to sending failure. Sorry if you received twice. > --- > mce-test detected a test...
View Article[GIT PULL] Driver core fix for 3.14-rc2 (no replies)
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at:...
View ArticleCommit 34b9c07a3 (microblaze: Disable stack protection from bootloader)...
Michal, commit 34b9c07a3 (microblaze: Disable stack protection from bootloader) results in the following qemu crash in 3.14-rc1. /opt/buildbot/bin/qemu-system-microblaze -M petalogix-s3adsp1800...
View Article[RFC 0/6] mailbox: add common framework and port drivers (6 replies)
There is currently no common framework for mailbox drivers, so this is my attempt to come up with something suitable. There seems to be a need for making this generic, so I have attempted to do just...
View Article[PATCH] trivial: unexport static function create_syslog_header (no replies)
Function create_syslog_header() is defined as static, so it should not be exported. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> --- drivers/base/core.c | 1 - 1 file changed, 1...
View Article[PATCH 1/3] jffs2: fix unbalanced locking (2 replies)
This was found by our internal debugging feature on runtime, but this bug won't lead to deadlock, as the structure that this lock is embedded in is freed on error. Cc: <stable@vger.kernel.org>...
View Article[PATCH v2] SUNRPC: Allow one callback request to be received from two sk_buff...
In current code, there only one struct rpc_rqst is prealloced. If one callback request is received from two sk_buff, the xprt_alloc_bc_request would be execute two times with the same...
View Article[PATCH 1/2] staging: android: binder: use whitespace consistently (1 reply)
Whitespace between #define keyword and BINDER_* constants are space in some point and tab in some point. Using space or tab is just writer's choice. But, let's use them more consistently....
View ArticleCommit 597ce1723 (MIPS: Support for 64-bit FP with O32 binaries) causing qemu...
Hi all, in 3.14-rc1, my mips64 qemu test fails. The image boots and then hangs. Bisect points to commit 597ce1723 (MIPS: Support for 64-bit FP with O32 binaries). Reverting this commit fixes the...
View Article[RFC PATCH v4 00/10] VFIO support for platform devices (10 replies)
v4 of this series is functionally identical to v3 for VFIO_PLATFORM. The only change is the inclusion of Kim Phillips' patch to expose driver_probe_device() and the implementation of a binding...
View Article[ANNOUNCE] 3.12.10-rt15 (no replies)
Dear RT folks! I'm pleased to announce the v3.12.10-rt15 patch set. Changes since v3.12.10-rt14 - In the NO_HZ_FULL mode there might come a onetime backtrace from kernel/time/tick-sched.c:191. This...
View Articleagp/intel: can't ioremap flush page - no chipset flushing (3 replies)
0) Booting v3.14-rc1 on an (outdated) ThinkPad X41 triggers a kernel error: pci 0000:00:02.0: can't ioremap flush page - no chipset flushing That is this pci device: lspci | grep 00:02.0 00:02.0 VGA...
View Article[PATCH 0/2] Attention by Linus Torvalds needed to export symbol he wrote (no...
Dear Linus, Loading kernel modules off 9p-virtio in a Linux guest causes VM termination because of a page fault in unmapped memory, so I wrote a patch to fix it. Dave Miller initially accepted it, but...
View Article