[PATCH v2 4/8] ASoC: simple-card: simplify code (no replies)
Have a cleaner code using a DAI link pointer. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> --- sound/soc/generic/simple-card.c | 29 ++++++++++++---------- 1 file changed, 16...
View Article[PATCH v2 3/8] ASoC: simple-card: simplify code (no replies)
The OF pointers are put in the stack and then copied to the card descriptor. Put them directly at their right place. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> ---...
View Article[PATCH v2 5/8] ASoC: simple-card: simplify code (no replies)
The CPU and CODEC DAI names are still copied to the user info structure. Put them directly in the DAI links. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> ---...
View Article[PATCH v2 6/8] ASoC: simple-card: simplify code (no replies)
In the non-DT sequence, the platform data is copied as a whole to the dynamic card info and the same pointer 'cinfo' is used to copy the platform information to the card. Use 'priv' as the pointer to...
View Article[PATCH v2 7/8] ASoC: simple-card: simplify code (no replies)
The platform data structure contains information which is used only by the driver, and the driver allocates platform information fields which are of no use. Move the driver specific data to a new...
View Article[PATCH v2 8/8] ASoC: simple-card: simplify code (no replies)
Rename the pointer to the private data structure to 'priv' to avoid confusion with the platform data pointer. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> ---...
View Article[RFC PATCH v3 0/2] hung_task: Display every hung task warning (2 replies)
From: Aaron Tomlin <atomlin@redhat.com> When khungtaskd detects hung tasks, it prints out backtraces from a number of those tasks. Sometimes the information on why things are stuck is hidden in...
View Article[PATCH] Add /sys/kernel/vmcoreinfo ABI documentation (no replies)
/sys/kernel/vmcoreinfo was introduced long back but there is no ABI documentation. This patch adds the documentation. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> ---...
View ArticlePerf map file ownership check (no replies)
981c125 introduced a permission check on perf map files such that perf only loads the map file if it has ownership. Pekka mentioned that this prevents the perf tool from injecting arbitrary symbols...
View Article[PATCH] KVM: remove useless write to vcpu->hv_clock.tsc_timestamp (no replies)
After the previous patch from Marcelo, the comment before this write became obsolete. In fact, the write is unnecessary. The calls to kvm_write_tsc ultimately result in a master clock update as soon...
View Article[PATCH net-next v2] xen-netback: Rework rx_work_todo (no replies)
The recent patch to fix receive side flow control (11b57f) solved the spinning thread problem, however caused an another one. The receive side can stall, if: - [THREAD] xenvif_rx_action sets...
View ArticlePROBLEM: do_IRQ: [number] No irq handler for vector (irq -1) [resend] (no...
I repeatedly get "No irq handler for vector" since upgrading to 3.12. I have confirmed it happens in git master as of yesterday morning (061f49ec2d722f485237870f04544d8bec15a778). Fixed by disabling...
View Article[PATCH] bfs: Fix sanity checks for empty files (no replies)
Mount fails if file system image has empty files because of sanity check while reading superblock. For empty files disk offset to end of file (i_eoffset) is cpu_to_le32(-1). Sanity check comparison,...
View Article[PATCH v2 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 v2 3/7] ARM: perf_event: Add basic support for Krait CPU PMUs (no...
Add basic support for the Krait CPU PMU. This allows us to use the architected functionality of the PMU. This is based on code originally written by Ashwin Chaugule and Neil Leeder [1]. [1]...
View Article[PATCH v2 0/7] Support Krait CPU PMUs (5 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] befs: iget_locked() doesn't return an ERR_PTR (no replies)
Also fix befs_iget return value if iget_locked fails. Signed-off-by: Rakesh Pandit <rakesh@tuxera.com> --- fs/befs/linuxvfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git...
View Article[PATCH] mtip32xx: Make SGL container per-command to eliminate high order dma...
The mtip32xx driver makes a high order dma memory allocation to store a command index table, some dedicated buffers, and a command header & SGL blob. This allocation can fail with a surprise...
View Article[PATCH v3 1/3] mm: Create utility function for accessing a tasks commandline...
introduce get_cmdline() for retreiving the value of a processes proc/self/cmdline value. Acked-by: David Rientjes <rientjes@google.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov>...
View Article[GIT PULL] locking fixes (no replies)
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 7a06c41cbec33c6dbe7eec575c61986122617408...
View Article