[PATCH net-next v4 0/2] adjust MTU as indicated by MBIM extended functional...
The MBIM extended functional descriptor, defined in "Universal Serial Bus Communications Class Subclass Specification for Mobile Broadband Interface Model, Revision 1.0, Errata-1" by USB-IF, indicates...
View Article[PATCH v2] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and...
skb_zerocopy can copy elements of the frags array between skbs, but it doesn't orphan them. Also, it doesn't handle errors, so this patch takes care of that as well. Signed-off-by: Zoltan Kiss...
View Article[PATCH 1/2] fs/namespace: don't clobber mnt_hash.next while umounting (4...
mount.mnt_hash is RCU-protected. However, list_move() breaks RCU protection: when one thread walks the linked list while another calls list_move(), it may "redirect" the first thread into the new...
View Article[PATCH] cpufreq: Fix checkpatch errors and warnings (1 reply)
Fix 2 checkpatch errors about using assignment in if condition, 1 checkpatch error about a required space after comma and 3 warnings about line over 80 characters. Signed-off-by: Stratos Karafotis...
View Article[PATCH] cpufreq: Remove unnecessary braces (3 replies)
Remove 3 sets of unnecessary braces Signed-off-by: Stratos Karafotis <stratosk@semaphore.gr> --- drivers/cpufreq/cpufreq.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff...
View Article[PATCH cgroup/for-3.15] cgroup: fix cgroup_taskset walking order (no replies)
From 1b9aba49eab5e85b0d3de8ba630cda6d68546297 Mon Sep 17 00:00:00 2001 From: Tejun Heo <tj@kernel.org> Date: Wed, 19 Mar 2014 17:43:21 -0400 cgroup_taskset is used to track and iterate target...
View Articlepull request: bluetooth-next 2014-03-19 (no replies)
Hi John, One more pull request to 3.15. This is mostly and bug fix pull request, it contains several fixes and clean up all over the tree, plus some small new features. Please pull or let me know of...
View ArticleRe: [PATCH] powerpc 32: Provides VIRT_CPU_ACCOUNTING (no replies)
On Wed, 2014-03-19 at 22:52 +0100, Christophe Leroy wrote: > This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. > Unlike PPC64, PPC32 doesn't provide the PACA register. Therefore the...
View Article[PATCH 0/2] coding style for drivers/staging/usbip (2 replies)
Various coding style fixes for drivers/staging/usbip Cédric Cabessa (2): coding style: fix quoted string split across lines coding style: fix line over 80 characters drivers/staging/usbip/stub_tx.c |...
View Article[PATCH v3 2/2] of_mdio: Allow the DT to specify the phy ID and avoid...
This makes the generic of_mdiobus_register parse the DT compatible string for the pattern ethernet-phy-idAAAA.BBBB. If present it should be a value that matches the phy-id register normally readable...
View Article[PATCH v2a 1/2] dt: Document a compatible entry for MDIO ethernet Phys (no...
This describes a compatible entry of the form: ethernet-phy-idAAAA,BBBB Which is modelled after the PCI structured compatible entry (pciVVVV,DDDD.SSSS.ssss.RR) If present the OF core will be able to...
View Article[PATCH 2/2] ARM: dts: keystone: disable subpage write for davinci nand device...
Add the property davinci-no-subpage-write to disable sub page write in the nand driver. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Ivan Khoronzhuk...
View Article[PATCH 0/2] Disable subpage write for k2hk-evm (1 reply)
These patches disable subpage write for k2hk-evm. Based on linux-next tag: next-20140319 Ivan Khoronzhuk (2): mtd: davinci-nand: add dts property for NAND_NO_SUBPAGE_WRITE option ARM: dts: keystone:...
View Article[PATCH] mtd: diskonchip: mem resource name is not optional (no replies)
Passing a name to request_mem_region() isn't optional and can't just be NULL. Passing NULL causes a NULL ptr deref later in the boot process. Signed-off-by: Sasha Levin <sasha.levin@oracle.com>...
View Article[RFC PATCH v6 3/3] Tracepoint: register/unregister struct tracepoint (no...
Register/unregister tracepoint probes with struct tracepoint pointer rather than tracepoint name. This change, which vastly simplifies tracepoint.c, has been proposed by Steven Rostedt. From this...
View Article[RFC PATCH v6 1/3] Tracepoint cleanup: remove unused API functions (no replies)
After the following commit: commit b75ef8b44b1cb95f5a26484b0e2fe37a63b12b44 Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Date: Wed Aug 10 15:18:39 2011 -0400 Tracepoint: Dissociate...
View Article[PATCH] powerpc 32: Provides VIRT_CPU_ACCOUNTING (no replies)
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. Unlike PPC64, PPC32 doesn't provide the PACA register. Therefore the implementation is similar to the one done in the IA64 architecture....
View Article[RFC PATCH v6 0/3] Tracepoint API simplification/cleanup (1 reply)
Here is v6 of the tracepoint register/unregister API simplification. Changes since v1: - Adapt ftrace/perf callers, - Update tracepoint.h macro, - Build tested. Changes since v2: - Introduce...
View Article[PATCH] MAINTAINERS: Reorder maintainer addresses for PM and ACPI (1 reply)
From: Rafael J. Wysocki <rjw@rjwysocki.net> For a few subsystems I am the person who actually applies patches and people don't CC me on patch submissions, because my address is not the first one...
View Article[PATCHv2 4/5] staging: wlags49_h2: Correct macro style in wl_netdev.c (no...
Multi statement macro should use do{}while(0) patch v2 does not break compilation --- drivers/staging/wlags49_h2/wl_netdev.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git...
View Article