linux-next: manual merge of the net-next tree with the net tree (4 replies)
Hi all, Today's linux-next merge of the net-next tree got a conflict in drivers/net/macvtap.c between commit ce232ce01d61 ("macvtap: signal truncated packets") from the net tree and commit...
View Article[PATCH 0/3] powernow-k6: fixes for the frequency driver (4 replies)
Hi Here I'm sending three patches for k6 frequency governor. 1. the processor doesn't respond to cache snoops when changing the frequency, so we need to disable cache while doing the change. 2. it is...
View ArticleResume regression in 5a87182aa21d6d5d306840feab9321818dd3e2a3 (2 replies)
On one of my BYT systems, I see a hang at resume. Based on my bisect, it looks like this commit is the culprit: commit 5a87182aa21d6d5d306840feab9321818dd3e2a3 Author: Viresh Kumar...
View Article[PATCH 1/3] wait-simple: Introduce the simple waitqueue implementation (2...
From: Thomas Gleixner <tglx@linutronix.de> The wait_queue is a swiss army knife and in most of the cases the full complexity is not needed. Here we provide a slim version, as it lowers memory...
View Article[PATCH 3/3] rcu: use simple wait queues where possible in rcutree (1 reply)
From: Thomas Gleixner <tglx@linutronix.de> As of commit dae6e64d2bcfd4b06304ab864c7e3a4f6b5fedf4 ("rcu: Introduce proper blocking to no-CBs kthreads GP waits") the rcu subsystem started making...
View Article[PATCH 0/3] Introduce simple wait queues (1 reply)
The simple wait queue support has existed for quite some time (at least since 3.4) in the preempt-rt kernels. At this years RT summit, we agreed that it makes sense to do the final cleanups on it and...
View Article[PATCH 2/3] regulator: act8865: add device tree binding doc (no replies)
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> --- .../bindings/regulator/act8865-regulator.txt | 58 ++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644...
View Article[PATCH 0/3] regulator: act8865: add PMIC driver (2 replies)
Hi Liam and Mark, The patch set is to add act8865 PMIC driver. The active-semi act8865 is designed as a PMIC for Atmel sama5d3x and at91sam9 series. Its datasheet is available at:...
View Article[PATCH] f2fs: introduce sysfs entry to control in-place-update policy (no...
This patch introduces new sysfs entries for users to control the policy of in-place-updates, namely IPU, in f2fs. Sometimes f2fs suffers from performance degradation due to its out-of-place update...
View Article[PATCH 0/1] Fix hang report (1 reply)
Greg, I know it's late in the -rc cycle but I'd like to get this fix into 3.13. Although it's only likely to happen at shutdown/reboot, the hang frequency could be as often as 1 in 10000. The patch...
View Article[PATCH] perf symbols: symbol-minimal.c causes random fd to be closed (no...
I hit a cryptic failure when testing a recent version of perf: # perf report write failure on standard output: Bad file descriptor The issue is in commit b68e2f91 (perf symbols: Introduce symsrc...
View Articlelinux-next: manual merge of the block tree with the f2fs tree (no replies)
Hi Jens, Today's linux-next merge of the block tree got a conflict in fs/f2fs/data.c between commit 8758e549e105 ("f2fs: add unlikely() macro for compiler more aggressively") from the f2fs tree and...
View Article[PATCH -next 1/2] seq_file: Rename static bool seq_overflow to public bool...
The return values of seq_printf/puts/putc are frequently misused. Start down a path to remove all the return value uses of these functions. Make the static bool seq_overflow public along with a rename...
View Article[PATCH -next 0/2] seq_file/netfilter: Start removing returns from seq_ (1 reply)
The return value from seq_printf/puts/putc/etc are frequently misused. Start removing the uses of the return values. Joe Perches (2): seq_file: Rename static bool seq_overflow to public bool...
View Article[PATCH 2/2] drivers: net: cpsw: fix for cpsw crash when build as modules (no...
From: Mugunthan V N <mugunthanvnm@ti.com> When CPSW and Davinci MDIO are build as modules, CPSW crashes when accessing CPSW registers in CPSW probe. The same is working in built-in as the CPSW...
View Article[PATCH 1/2] drivers: net: cpsw: fix dt probe for one port ethernet (no replies)
From: Mugunthan V N <mugunthanvnm@ti.com> When only one port of the two port is pinned out, then dt probe is failing because second port phy is not found. fixing this by checking the number of...
View Article[tip:sched/core] sched/deadline: Fix up the smp-affinity mask tests (no replies)
Commit-ID: e4099a5e929435cd6349343f002583f29868c900 Gitweb: http://git.kernel.org/tip/e4099a5e929435cd6349343f002583f29868c900 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Tue, 17...
View Article[tip:sched/core] sched/deadline: Remove the sysctl_sched_dl knobs (no replies)
Commit-ID: 1724813d9f2c7ff702b46d3e4a4f6d9b10a8f8c2 Gitweb: http://git.kernel.org/tip/1724813d9f2c7ff702b46d3e4a4f6d9b10a8f8c2 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Tue, 17...
View Article[tip:sched/core] sched/preempt: Take away preempt_enable_no_resched() from...
Commit-ID: 62b94a08da1bae9d187d49dfcd6665af393750f8 Gitweb: http://git.kernel.org/tip/62b94a08da1bae9d187d49dfcd6665af393750f8 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Wed, 20...
View Article[tip:sched/core] sched/clock, x86: Use mul_u64_u32_shr() for...
Commit-ID: 5dd12c2152743747ca9f50ef80281e54cc416dc0 Gitweb: http://git.kernel.org/tip/5dd12c2152743747ca9f50ef80281e54cc416dc0 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Fri, 29...
View Article