Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-07-29 Thread Peter Ujfalusi
On 07/29/2014 07:12 PM, Mike Turquette wrote: >> Oh yea, seems this got lost into the myriad of branches I have. I can push >> this on top of my for-v3.17/ti-clk-drv if you like. > > That is the easiest thing for me. I think that Peter wanted to take > this as a fix for 3.16 though. Peter is that

Re: [perf/x86/RAPL] BUG: unable to handle kernel NULL pointer dereference at 00000028

2014-07-29 Thread Fengguang Wu
On Wed, Jul 30, 2014 at 06:45:58AM +0200, Stephane Eranian wrote: > On Wed, Jul 30, 2014 at 6:00 AM, Fengguang Wu wrote: > > Greetings, > > > > 0day kernel testing robot got the below dmesg and the first bad commit is > > > Is this booting a guest kernel or native? It's a guest kernel. > What

[PATCH] input: ads7846: Release resources on failure for clean exit

2014-07-29 Thread Pramod Gurav
From: Pramod Gurav Input device must be released(input_free_device) when ads7846_probe_dt fails. This fixes the same by releasing resources on failure. CC: Dmitry Torokhov CC: Lejun Zhu CC: Sachin Kamat Signed-off-by: Pramod Gurav --- drivers/input/touchscreen/ads7846.c |6 -- 1

Re: [PATCH 1/6] MAINTAINERS: Update DMA BUFFER SHARING patterns

2014-07-29 Thread Sumit Semwal
Hi Joe! On 30 July 2014 09:08, Joe Perches wrote: > One pattern per F: line please... Thanks for catching this; Acked-by: Sumit Semwal > > Signed-off-by: Joe Perches > CC: Sumit Semwal > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS

Re: [PATCH v2 RESEND 3/4] drivers: dma-coherent: add initialization from device tree

2014-07-29 Thread Marek Szyprowski
Hello, On 2014-07-29 23:54, Grant Likely wrote: On Mon, 14 Jul 2014 10:28:06 +0200, Marek Szyprowski wrote: Initialization procedure of dma coherent pool has been split into two parts, so memory pool can now be initialized without assigning to particular struct device. Then initialized

Re: Open-ended task In kernel

2014-07-29 Thread sanjeev sharma
Thanks greg so I need to find issue myself and then start from there.Do we have some link somewhere open-ended task is captured. Regards Sanjeev Sharma On Tue, Jul 29, 2014 at 8:44 PM, gregkh wrote: > On Tue, Jul 29, 2014 at 12:46:46PM +0530, sanjeev sharma wrote: >> Hello All, >> >> I have

Re: Bug on Kernel 3.16 r6: Sound and Buffering in Clementine with Files are Transferring to Music Directory

2014-07-29 Thread Nick Krause
On Tue, Jul 29, 2014 at 1:34 PM, Nick Krause wrote: > On Tue, Jul 29, 2014 at 1:02 PM, Nick Krause wrote: >> On Tue, Jul 29, 2014 at 11:42 AM, wrote: >>> On 2014-07-28 22:57, Nick Krause wrote: r the hang, so doing a bisect might lead us to some innocent commit. >> I have run the rsync +

Re: Work Queue for btrfs compression writes

2014-07-29 Thread Nick Krause
On Wed, Jul 30, 2014 at 12:37 AM, Gareth Pye wrote: > You've been replied to politely, now listen and do or shut up. > > > On Wed, Jul 30, 2014 at 1:54 PM, Nick Krause wrote: >> >> Hey Guys , >> I am new to reading and writing kernel code.I got interested in >> writing code for btrfs as it

[RESEND PATCH] mmc: core: Remove fixed voltage regulator logic

2014-07-29 Thread Tim Kryger
There is no need for regulator consumers to include special logic for fixed voltage regulators as they support regulator_set_voltage() just like their non-fixed regulator counterparts. Signed-off-by: Tim Kryger --- Since this eliminates logic that was concealing a bug in how the SDHCI driver

Re: [perf/x86/RAPL] BUG: unable to handle kernel NULL pointer dereference at 00000028

2014-07-29 Thread Stephane Eranian
On Wed, Jul 30, 2014 at 6:00 AM, Fengguang Wu wrote: > Greetings, > > 0day kernel testing robot got the below dmesg and the first bad commit is > Is this booting a guest kernel or native? What is the host CPU? > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > commit

Re: [PATCH 11/11] seccomp: Add tgid and tid into seccomp_data

2014-07-29 Thread Andy Lutomirski
On Tue, Jul 29, 2014 at 9:08 PM, Eric W. Biederman wrote: > Andy Lutomirski writes: > >> On Mon, Jul 28, 2014 at 2:18 PM, Eric W. Biederman >> wrote: >>> Andy Lutomirski writes: >>> [cc: Eric Biederman] >>> Can we do one better and add a flag to prevent any non-self pid

[PATCH 07/17] ACPICA: Utilities: Fix local printf issue.

2014-07-29 Thread Lv Zheng
The bug can be reproduced by using a format that do not have the width.prec specified after a format that have the width.prec specified. The second formatted output will be wrong. The root cause is acpi_ut_vsnprintf() doesn't reset the specifiers to the default values. This patch fixes this

[PATCH 05/17] ACPICA: Remove some extraneous printf arguments.

2014-07-29 Thread Lv Zheng
From: Sascha Wildner Arguments that have no associated % format specifier. Apparently these are not caught by any current compilers. ACPICA BZ 1090. Sascha Wildner. Currently this patch only affects applications under the toos/power/acpi folder. Reference:

[PATCH 10/17] ACPICA: ACPI 5.1: Support for the _DSD predefined name.

2014-07-29 Thread Lv Zheng
From: "David E. Box" Adds full support for _DSD. David Box. Signed-off-by: David E. Box Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/acpredef.h | 13 - include/acpi/acnames.h |1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff

[PATCH 11/17] ACPICA: ACPI 5.1: New notify value for System Affinity Update.

2014-07-29 Thread Lv Zheng
From: Bob Moore New value for the Notify() operator. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/utdecode.c |5 +++-- include/acpi/actypes.h |3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/acpi/acpica/utdecode.c

[PATCH 16/17] ACPICA: ACPI 5.1: Update for PCCT table changes.

2014-07-29 Thread Lv Zheng
From: Bob Moore One new subtable. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/actbl3.h | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index 41ad964..787bcc8 100644 ---

[PATCH 17/17] ACPICA: Update version to 20140724.

2014-07-29 Thread Lv Zheng
From: Bob Moore Version 20140724. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/acpixf.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index c3f38bc..b7c89d4 100644 --- a/include/acpi/acpixf.h +++

[PATCH 14/17] ACPICA/ARM: ACPI 5.1: Update for MADT changes.

2014-07-29 Thread Lv Zheng
From: Tomasz Nowicki New subtables and changes to other subtables. Tomasz Nowicki. tomasz.nowi...@linaro.org Signed-off-by: Tomasz Nowicki Signed-off-by: Hanjun Guo Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/actbl1.h | 44

[PATCH 12/17] ACPICA: ACPI 5.1: Support for the _CCA predifined name.

2014-07-29 Thread Lv Zheng
From: Bob Moore Full support for _CCA. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/acpredef.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/acpi/acpica/acpredef.h b/drivers/acpi/acpica/acpredef.h index c5bfadf..bd3908d 100644 ---

[PATCH 13/17] ACPICA/ARM: ACPI 5.1: Update for FADT changes.

2014-07-29 Thread Lv Zheng
From: Graeme Gregory Adds ARM flags and FADT minor revision. Graeme Gregory. graeme.greg...@linaro.org Signed-off-by: Graeme Gregory Signed-off-by: Hanjun Guo Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/actbl.h | 12 +--- 1 file changed, 9 insertions(+), 3

[PATCH 08/17] ACPICA: acpihelp: Add UUID support, restructure some existing files.

2014-07-29 Thread Lv Zheng
From: Bob Moore This adds a -u option to acpi_help to display all known ACPI UUIDs. Some existing files in the core code have been restructured. Three new files. [zetalog: changing drivers/acpi/acpica/Makefile accordingly] Signed-off-by: Bob Moore Signed-off-by: Lv Zheng ---

[PATCH 15/17] ACPICA/ARM: ACPI 5.1: Update for GTDT table changes.

2014-07-29 Thread Lv Zheng
From: Tomasz Nowicki New fields and new subtables. Tomasz Nowicki. tomasz.nowi...@linaro.org Signed-off-by: Tomasz Nowicki Signed-off-by: Hanjun Guo Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/actbl3.h | 93 + 1 file

[PATCH 01/17] ACPICA: Work around an ancient GCC bug.

2014-07-29 Thread Lv Zheng
From: Bob Moore warning: cast from function call of type 'char *' to non-matching type 'long unsigned int' Since acpi_ut_format_number() hasn't been enabled for the Linux kernel, this patch doesn't affect the Linux kernel. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng ---

[PATCH 04/17] ACPICA: Update for comments/formatting. No functional changes.

2014-07-29 Thread Lv Zheng
From: Bob Moore Fix some issues detected by acpisrc utility. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/exfield.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/drivers/acpi/acpica/exfield.c

[PATCH 03/17] ACPICA: Disassembler: Add support for the ToUUID opererator (macro).

2014-07-29 Thread Lv Zheng
From: Bob Moore This change adds support to disassemble a UUID back to the original ToUUID operator. It will detect a UUID within a standard AML Buffer. Also, a description of the UUID is emitted for "known" UUIDs, defined as UUIDs that are defined in the ACPI specification. Since this is a

[PATCH 09/17] ACPICA: Debug object: Add current value of Timer() to debug line prefix.

2014-07-29 Thread Lv Zheng
From: Bob Moore Simplifies timing of things like control method execution. [zetalog: fixing 64-bit division link error] Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/exdebug.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git

[PATCH 06/17] ACPICA: Tables: Update for DMAR table changes.

2014-07-29 Thread Lv Zheng
From: Bob Moore Update table compiler and disassembler for new DMAR fields introduced in Sept. 2013. Note that Linux DMAR users need to be updated after applying this change. [zetalog: changing drivers/iommu/dmar.c accordingly] Cc: David Woodhouse Cc: io...@lists.linux-foundation.org

[PATCH 02/17] ACPICA: Remove a redundant cast to acpi_size for ACPI_OFFSET() macro.

2014-07-29 Thread Lv Zheng
From: Bob Moore It is already casted to acpi_size by ACPI_PTR_DIFF() macro. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/actypes.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index

[PATCH 00/17] ACPICA: 20140724 Release

2014-07-29 Thread Lv Zheng
The 20140724 ACPICA kernel-resident subsystem updates are linuxized based on the pm/linux-next branch to form this patchset. The patchset has passed the following build/boot tests. Build tests are performed as follows: 1. i386 + default + COFNIG_ACPI=y 2. i386 + allyes + CONFIG_ACPI=y 3. i386 +

Re: [PATCH 11/11] seccomp: Add tgid and tid into seccomp_data

2014-07-29 Thread Eric W. Biederman
Andy Lutomirski writes: > On Mon, Jul 28, 2014 at 2:18 PM, Eric W. Biederman > wrote: >> Andy Lutomirski writes: >> >>> [cc: Eric Biederman] >>> >> >>> Can we do one better and add a flag to prevent any non-self pid >>> lookups? This might actually be easy on top of the pid namespace work >>>

Re: [PATCH v4] mmc: mmci: Add qcom dml support to the driver.

2014-07-29 Thread Srinivas Kandagatla
If its not too late, is it possible to queue this patch for v3.17? --- srini On 29/07/14 03:50, Srinivas Kandagatla wrote: On Qualcomm APQ8064 SOCs, SD card controller has an additional glue called DML (Data Mover Local/Lite) to assist dma transfers. This hardware needs to be setup before any

Re: [PATCH 11/11] seccomp: Add tgid and tid into seccomp_data

2014-07-29 Thread Andy Lutomirski
On Mon, Jul 28, 2014 at 2:18 PM, Eric W. Biederman wrote: > Andy Lutomirski writes: > >> [cc: Eric Biederman] >> > >> Can we do one better and add a flag to prevent any non-self pid >> lookups? This might actually be easy on top of the pid namespace work >> (e.g. we could change the way that

Work Queue for btrfs compression writes

2014-07-29 Thread Nick Krause
Hey Guys , I am new to reading and writing kernel code.I got interested in writing code for btrfs as it seems to need more work then other file systems and this seems other then drivers, a good use of time on my part. I interested in helping improving the compression of btrfs by using a set

[vmstat] kernel BUG at mm/vmstat.c:1278!

2014-07-29 Thread Fengguang Wu
Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master commit 6e0a6b18b63e2c0a45ff47ab633dd6f3ad417453 Author: Christoph Lameter AuthorDate: Wed Jul 23 09:11:43 2014 +1000 Commit:

Re: [PATCH RFC 2/2 V2] workqueue: use dedicated creater kthread for all pools

2014-07-29 Thread Tejun Heo
On Wed, Jul 30, 2014 at 11:46:02AM +0800, Lai Jiangshan wrote: > It add complexity to other things but not the code. The code is simplified. How? It can simply repeat kthread_create() until it succeeds with msleep() inbetween. How can that be more complex than what's implemented now? > And

Re: [PATCH RFC 2/2 V2] workqueue: use dedicated creater kthread for all pools

2014-07-29 Thread Lai Jiangshan
On 07/30/2014 11:23 AM, Tejun Heo wrote: > Hello, Lai. > > On Wed, Jul 30, 2014 at 08:32:51AM +0800, Lai Jiangshan wrote: >>> Why? Just sleep and retry? What's the point of requeueing? >> >> Accepted your comments except this one which may need to discuss >> for an additional round. Requeueing

Re: [GIT] Networking

2014-07-29 Thread David Miller
From: Stephen Rothwell Date: Wed, 30 Jul 2014 10:36:28 +1000 > On Tue, 29 Jul 2014 16:55:32 -0700 (PDT) David Miller > wrote: >> >> Oliver Neukum (2): >> cdc_subset: deal with a device that needs reset for timeout > > This commit causes a build failure on arm (at least). See my >

Re: [PATCH v2 13/29] nios2: DMA mapping API

2014-07-29 Thread Ley Foon Tan
On Thu, Jul 24, 2014 at 8:05 PM, Arnd Bergmann wrote: >> I have spent some times look at other architectures and below is what >> I found. Please correct me if I am wrong, especially >> for_device():DMA_FROM_DEVICE. >> >> _for_cpu(): >> case DMA_BIDIRECTIONAL: >> case DMA_FROM_DEVICE: >> /*

[PATCH 0/6] MAINTAINERS: Update patterns

2014-07-29 Thread Joe Perches
Miscellaneous collection of MAINTAINER pattern updates Joe Perches (6): MAINTAINERS: Update DMA BUFFER SHARING patterns MAINTAINERS: Update usb/gadget patterns MAINTAINERS: Update go7007 pattern MAINTAINERS: Update solo6x10 patterns MAINTAINERS: Update samsung pinctrl patterns

Re: One bug of SDHCI driver

2014-07-29 Thread Jaehoon Chung
Hi, Zhonghui. On 07/30/2014 11:47 AM, Fu, Zhonghui wrote: > > Hi, > > In the resume function, SDIO irq must be enabled, or the interrupts from > devices on SDIO bus can't be acknowledged. I also uploaded this new patch to > https://bugzilla.kernel.org/show_bug.cgi?id=80151. > Could you please

[PATCH 3/6] MAINTAINERS: Update go7007 pattern

2014-07-29 Thread Joe Perches
Commit 7955f03d18d1 ("[media] go7007: move out of staging into drivers/media/usb") moved the files, update the pattern. Signed-off-by: Joe Perches cc: Hans Verkuil --- MAINTAINERS | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

[PATCH 1/6] MAINTAINERS: Update DMA BUFFER SHARING patterns

2014-07-29 Thread Joe Perches
One pattern per F: line please... Signed-off-by: Joe Perches CC: Sumit Semwal --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5e5478b..66d5894 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2941,7 +2941,9 @@ L:

[PATCH 5/6] MAINTAINERS: Update samsung pinctrl patterns

2014-07-29 Thread Joe Perches
commit ebe629a39e04 ("pinctrl: samsung: Group all drivers in a sub-dir") moved the files, update the patterns. Signed-off-by: Joe Perches --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8ed337c..70f157e 100644 ---

[PATCH 4/6] MAINTAINERS: Update solo6x10 patterns

2014-07-29 Thread Joe Perches
commit 28cae868cd24 ("[media] solo6x10: move out of staging into drivers/media/pci") moved the files, update the patterns. Signed-off-by: Joe Perches cc: Ismael Luceno cc: Hans Verkuil --- MAINTAINERS | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS

[PATCH 6/6] MAINTAINERS: Update nomadik patterns

2014-07-29 Thread Joe Perches
commit 3a19805920f1 ("pinctrl: nomadik: move all Nomadik drivers to subdir") move the files, update the patterns Signed-off-by: Joe Perches cc: Linus Walleij cc: Alessandro Rubini --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS

[PATCH 2/6] MAINTAINERS: Update usb/gadget patterns

2014-07-29 Thread Joe Perches
Several commits have moved files around, update the section patterns. Signed-off-by: Joe Perches cc: Thomas Dahlmann cc: Nicolas Ferre cc: Li Yang cc: Eric Miao cc: Russell King cc: Haojian Zhuang cc: Laurent Pinchart cc: Andrzej Pietrasiewicz --- MAINTAINERS | 12 ++-- 1 file

Re: [PATCH resend #7] fcntl-linux.h: add new definitions and manual updates for open file description locks

2014-07-29 Thread Carlos O'Donell
On 07/23/2014 02:21 PM, Jeff Layton wrote: > From: Jeff Layton Thanks for resending. Sorry for the delay. Your use of 3 different emails caused me to miss the recent resends. That's my fault and tied to the way I'm tracking everything from patchwork using the first email you used. I am

[LKP] [net] 8f61059a96c: +55.7% netperf.Throughput_Mbps

2014-07-29 Thread Aaron Lu
FYI, we noticed the below changes on git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master commit 8f61059a96c2a29c1cc5a39dfe23d06ef5b4b065 ("net: sctp: improve timer slack calculation for transport HBs") test case: lkp-wsx02/netperf/300s-200%-10K-SCTP_STREAM_MANY

Re: [PATCH] x86, efi: print debug values in Kib not MB

2014-07-29 Thread Steven Noonan
On Tue, Jul 29, 2014 at 3:54 PM, Prarit Bhargava wrote: > > > On 07/29/2014 06:36 PM, Borislav Petkov wrote: >> On Tue, Jul 29, 2014 at 06:32:56PM -0400, Prarit Bhargava wrote: >>> and it was best to keep the code simple with a KiB. >> >> You're missing the point - the output doesn't get simple

Re: [PATCH RFC 2/2 V2] workqueue: use dedicated creater kthread for all pools

2014-07-29 Thread Tejun Heo
Hello, Lai. On Wed, Jul 30, 2014 at 08:32:51AM +0800, Lai Jiangshan wrote: > > Why? Just sleep and retry? What's the point of requeueing? > > Accepted your comments except this one which may need to discuss > for an additional round. Requeueing passes the retry to the > kthread_worker and

Re: [f2fs-dev] [PATCH 08/11] f2fs: fix wrong condition for unlikely

2014-07-29 Thread Jaegeuk Kim
On Wed, Jul 30, 2014 at 09:44:43AM +0800, Chao Yu wrote: > Hi Jaegeuk, > > > -Original Message- > > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > > Sent: Saturday, July 26, 2014 6:47 AM > > To: linux-kernel@vger.kernel.org; linux-fsde...@vger.kernel.org; > >

Re: [f2fs-dev] [PATCH 07/11] f2fs: enable in-place-update for fdatasync

2014-07-29 Thread Jaegeuk Kim
On Wed, Jul 30, 2014 at 10:45:38AM +0800, Chao Yu wrote: > Hi Jaegeuk Changman, > > > -Original Message- > > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > > Sent: Wednesday, July 30, 2014 9:08 AM > > To: Changman Lee > > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; >

Re: [f2fs-dev] [PATCH 07/11] f2fs: enable in-place-update for fdatasync

2014-07-29 Thread Jaegeuk Kim
On Wed, Jul 30, 2014 at 10:56:31AM +0900, Changman Lee wrote: > On Tue, Jul 29, 2014 at 06:08:21PM -0700, Jaegeuk Kim wrote: > > On Wed, Jul 30, 2014 at 08:54:55AM +0900, Changman Lee wrote: > > > On Tue, Jul 29, 2014 at 05:22:15AM -0700, Jaegeuk Kim wrote: > > > > Hi Changman, > > > > > > > > On

Re: vmstat: On demand vmstat workers V8

2014-07-29 Thread Lai Jiangshan
On 07/29/2014 11:39 PM, Christoph Lameter wrote: > On Tue, 29 Jul 2014, Tejun Heo wrote: > >> Hmmm, well, then it's something else. Either a bug in workqueue or in >> the caller. Given the track record, the latter is more likely. >> e.g. it looks kinda suspicious that the work func is cleared

Re: linux-next: build failure after merge of the tip tree

2014-07-29 Thread John Stultz
On 07/29/2014 04:56 PM, Stephen Rothwell wrote: > Hi all, > > On Fri, 25 Jul 2014 14:45:22 +1000 Stephen Rothwell wrote: >> >> Hi all, >> >> After merging the tip tree, today's linux-next build (powerpc >> ppc64_defconfig) failed like this: >> >> arch/powerpc/kernel/time.c:743:6: error:

[PATCH 3/4] ASoC: fsl_spdif: Add stream names for DPCM usage

2014-07-29 Thread Nicolin Chen
DPCM needs extra dapm routes in the machine driver to route audio between Front-End and Back-End. In order to differ the stream names in the route map from CODECs, we here add specific stream names to SPDIF driver so that we can implement ASRC via DPCM to it. Signed-off-by: Nicolin Chen ---

[PATCH 2/4] ASoC: fsl_sai: Add stream names for DPCM usage

2014-07-29 Thread Nicolin Chen
DPCM needs extra dapm routes in the machine driver to route audio between Front-End and Back-End. In order to differ the stream names in the route map from CODECs, we here add specific stream names to SAI driver so that we can implement ASRC via DPCM to it. Signed-off-by: Nicolin Chen ---

[PATCH 1/4] ASoC: fsl_esai: Add stream names for DPCM usage

2014-07-29 Thread Nicolin Chen
DPCM needs extra dapm routes in the machine driver to route audio between Front-End and Back-End. In order to differ the stream names in the route map from CODECs, we here add specific stream names to ESAI driver so that we can implement ASRC via DPCM to it. Signed-off-by: Nicolin Chen ---

[PATCH 4/4] ASoC: fsl_ssi: Add stream names for DPCM usage

2014-07-29 Thread Nicolin Chen
DPCM needs extra dapm routes in the machine driver to route audio between Front-End and Back-End. In order to differ the stream names in the route map from CODECs, we here add specific stream names to SSI driver so that we can implement ASRC via DPCM to it. Signed-off-by: Nicolin Chen ---

[PATCH 0/4] ASoC: fsl: Add stream names to CPU DAI drivers for DPCM

2014-07-29 Thread Nicolin Chen
DPCM needs extra dapm routes in the machine driver to route audio between Front-End and Back-End. In order to differ the stream names in the route map from CODECs, we here add specific stream names to all Freescale ASoC CPU DAI drivers so that we can implement ASRC via DPCM to each of them.

Re: vmstat: On demand vmstat workers V8

2014-07-29 Thread Lai Jiangshan
On 07/11/2014 11:17 PM, Christoph Lameter wrote: > On Fri, 11 Jul 2014, Frederic Weisbecker wrote: > >>> Converted what? We still need to keep a cpumask around that tells us which >>> processor have vmstat running and which do not. >>> >> >> Converted to cpumask_var_t. >> >> I mean we spent

Re: vmstat: On demand vmstat workers V8

2014-07-29 Thread Lai Jiangshan
If I understand the semantics of the cpu_stat_off correctly, please read. cpu_stat_off = a set of such CPU: the cpu is online && vmstat_work is off I consider some code forget to guarantee each cpu in cpu_stat_off is online. Thanks, Lai On 07/10/2014 10:04 PM, Christoph Lameter wrote: > + >

Re: use IORESOURCE_REG resource type for non-translatable addresses in DT

2014-07-29 Thread Rob Herring
On Tue, Jul 29, 2014 at 8:07 PM, Stephen Boyd wrote: > On 07/29/14 16:45, Grant Likely wrote: >> On Tue, 29 Jul 2014 17:06:42 +0300, Stanimir Varbanov >> wrote: >>> >>> This was just an example. Of course it has many issues and probaly it is >>> wrong:) The main goal was to understand does

RE: [f2fs-dev] [PATCH 07/11] f2fs: enable in-place-update for fdatasync

2014-07-29 Thread Chao Yu
Hi Jaegeuk Changman, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Wednesday, July 30, 2014 9:08 AM > To: Changman Lee > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net > Subject: Re: [f2fs-dev]

Re: [RFC PATCH 00/11] Refactor MSI to support Non-PCI device

2014-07-29 Thread Yijing Wang
On 2014/7/29 22:08, Arnd Bergmann wrote: > On Saturday 26 July 2014 11:08:37 Yijing Wang wrote: >> The series is a draft of generic MSI driver that supports PCI >> and Non-PCI device which have MSI capability. If you're not interested >> it, sorry for the noise. > > I've finally managed

Re: [PATCH] ARM: imx: clk-vf610: introduce clks_init_on

2014-07-29 Thread Shawn Guo
On Tue, Jul 29, 2014 at 04:20:28PM +0200, Stefan Agner wrote: > At the end of the boot process, the clock framework might disable > required main PLL's. So far, this was no issue since drivers > requested clocks, which are descended of the main PLL's (e.g. > pll1_pfd1, which provides the system

Re: [RESEND RFC V2] devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardise on 'dlg'

2014-07-29 Thread Simon Horman
compatibility problem there. I'm less sure about other aspects of the patch. And I'm also less concerned about them. I do have a slight preference for SH Mobile changes to go through my renesas tree rather than elsewhere (as part of a more global change) principally to try to avoid the possibility

Re: [PATCH 1/1] drivers: staging: vt6655: ioctl.c - missing __user annotation

2014-07-29 Thread Anil Shashikumar Belur
On Tuesday 29 July 2014 02:47 PM, Dan Carpenter wrote: > On Tue, Jul 29, 2014 at 10:05:38AM +0200, Tobias Klauser wrote: > >> Wouldn't it be better to annotate the data member in struct tagSCmdRequest >> with __user instead of introducing all these casts? Hi, Yes, having the data member

Re: [PATCH v2 2/4] driver core: enable drivers to use deferred probefrom init

2014-07-29 Thread Tetsuo Handa
Luis R. Rodriguez wrote: > Tetsuo is it possible / desirable to allow tasks to not kill unless the > reason is OOM ? Its unclear if this was discussed before, sorry if it was, > have just been a bit busy today to review the archive / discussions on this. Are we aware that the 10 seconds timeout

linux-next: manual merge of the pm tree with the arm-soc tree

2014-07-29 Thread Stephen Rothwell
Hi Rafael, Today's linux-next merge of the pm tree got a conflict in drivers/cpuidle/Kconfig.arm between commit 2aaafcdb6883 ("cpuidle: big.LITTLE: Add ARCH_EXYNOS entry in config") from the arm-soc tree and commit 6ee7f5dd57fc ("cpuidle: big_little: Fix build error") from the pm tree. I fixed

Re: [LKP] [drm/i915] WARNING: CPU: 3 PID: 248 at drivers/gpu/drm/i915/intel_pm.c:6427 check_power_well_state+0x60/0x90 [i915]()

2014-07-29 Thread Aaron Lu
On 07/29/2014 07:10 PM, Daniel Vetter wrote: > On Tue, Jul 29, 2014 at 12:14 PM, Ville Syrjälä > wrote: >> On Tue, Jul 29, 2014 at 10:43:02AM +0800, Aaron Lu wrote: >>> FYI, we noticed the below changes on >>> >>> git://people.freedesktop.org/~danvet/drm colder-fusion >> >> Does it happen on

[PATCH 3.4 06/10] mm: hugetlb: fix copy_hugetlb_page_range()

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit 0253d634e0803a8376a0d88efee0bf523d8673f9 upstream. Commit 4a705fef9862 ("hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry") changed the order

[PATCH 3.4 02/10] libata: support the ata host which implements a queue depth less than 32

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Kevin Hao commit 1871ee134b73fb4cadab75752a7152ed2813c751 upstream. The sata on fsl mpc8315e is broken after the commit 8a4aeec8d2d6 ("libata/ahci: accommodate tag ordered controllers"). The

Re: [LKP] [sched/numa] a43455a1d57: +94.1% proc-vmstat.numa_hint_faults_local

2014-07-29 Thread Aaron Lu
On Tue, Jul 29, 2014 at 04:04:37PM -0400, Rik van Riel wrote: > On Tue, 29 Jul 2014 10:17:12 +0200 > Peter Zijlstra wrote: > > > > +#define NUMA_SCALE 1000 > > > +#define NUMA_MOVE_THRESH 50 > > > > Please make that 1024, there's no reason not to use power of two here. > > This base 10 factor

[PATCH 3.4 09/10] introduce SIZE_MAX

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Xi Wang commit a3860c1c5dd1137db23d7786d284939c5761d517 upstream. ULONG_MAX is often used to check for integer overflow when calculating allocation size. While ULONG_MAX happens to work on

[PATCH 3.4 08/10] s390/ptrace: fix PSW mask check

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Martin Schwidefsky commit dab6cf55f81a6e16b8147aed9a843e1691dcd318 upstream. The PSW mask check of the PTRACE_POKEUSR_AREA command is incorrect. The PSW_MASK_USER define contains the

[PATCH 3.4 03/10] libata: introduce ata_host->n_tags to avoid oops on SAS controllers

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 1a112d10f03e83fb3a2fdc4c9165865dec8a3ca6 upstream. 1871ee134b73 ("libata: support the ata host which implements a queue depth less than 32") directly used

[PATCH 3.4 01/10] block: dont assume last put of shared tags is for the host

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Christoph Hellwig commit d45b3279a5a2252cafcd665bbf2db8c9b31ef783 upstream. There is no inherent reason why the last put of a tag structure must be the one for the Scsi_Host, as device model

[PATCH 3.4 10/10] mm: kmemleak: avoid false negatives on vmalloced objects

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas commit 7f88f88f83ed609650a01b18572e605ea50cd163 upstream. Commit 248ac0e1943a ("mm/vmalloc: remove guard page from between vmap blocks") had the side effect of making

[PATCH 3.4 04/10] ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)

2014-07-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Romain Degez commit b32bfc06aefab61acc872dec3222624e6cd867ed upstream. Add support of the Promise FastTrak TX8660 SATA HBA in ahci mode by registering the board in the ahci_pci_tbl[]. Note:

[PATCH 3.10 02/21] media: tda10071: force modulation to QPSK on DVB-S

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Antti Palosaari commit db4175ae2095634dbecd4c847da439f9c83e1b3b upstream. Only supported modulation for DVB-S is QPSK. Modulation parameter contains invalid value for DVB-S on some cases,

[PATCH 3.10 03/21] block: provide compat ioctl for BLKZEROOUT

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 3b3a1814d1703027f9867d0f5cbbfaf6c7482474 upstream. This patch provides the compat BLKZEROOUT ioctl. The argument is a pointer to two uint64_t values, so there is no

[PATCH 3.10 10/21] slab_common: Do not check for duplicate slab names

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Christoph Lameter commit 3e374919b314f20e2a04f641ebc1093d758f66a4 upstream. SLUB can alias multiple slab kmem_create_requests to one slab cache to save memory and increase the cache hotness.

[PATCH 3.10 04/21] block: dont assume last put of shared tags is for the host

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Christoph Hellwig commit d45b3279a5a2252cafcd665bbf2db8c9b31ef783 upstream. There is no inherent reason why the last put of a tag structure must be the one for the Scsi_Host, as device model

[PATCH 3.10 06/21] libata: introduce ata_host->n_tags to avoid oops on SAS controllers

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 1a112d10f03e83fb3a2fdc4c9165865dec8a3ca6 upstream. 1871ee134b73 ("libata: support the ata host which implements a queue depth less than 32") directly used

[PATCH 3.10 05/21] libata: support the ata host which implements a queue depth less than 32

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kevin Hao commit 1871ee134b73fb4cadab75752a7152ed2813c751 upstream. The sata on fsl mpc8315e is broken after the commit 8a4aeec8d2d6 ("libata/ahci: accommodate tag ordered controllers"). The

[PATCH 3.10 07/21] ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Romain Degez commit b32bfc06aefab61acc872dec3222624e6cd867ed upstream. Add support of the Promise FastTrak TX8660 SATA HBA in ahci mode by registering the board in the ahci_pci_tbl[]. Note:

[PATCH 3.10 08/21] blkcg: dont call into policy draining if root_blkg is already gone

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 0b462c89e31f7eb6789713437eb551833ee16ff3 upstream. While a queue is being destroyed, all the blkgs are destroyed and its ->root_blkg pointer is set to NULL. If someone else

[PATCH 3.10 01/21] media: hdpvr: fix two audio bugs

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hans Verkuil commit 3445857b22eafb70a6ac258979e955b116bfd2c6 upstream. When the audio encoding is changed the driver calls hdpvr_set_audio with the current opt->audio_input value. However,

[PATCH 3.10 09/21] tracing: Fix wraparound problems in "uptime" trace clock

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tony Luck commit 58d4e21e50ff3cc57910a8abc20d7e14375d2f61 upstream. The "uptime" trace clock added in: commit 8aacf017b065a805d27467843490c976835eb4a5 tracing: Add "uptime" trace

[PATCH 3.10 15/21] hwmon: (smsc47m192) Fix temperature limit and vrm write operations

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 043572d5444116b9d9ad8ae763cf069e7accbc30 upstream. Temperature limit clamps are applied after converting the temperature from milli-degrees C to degrees C, so either the

[PATCH 3.10 00/21] 3.10.51-stable review

2014-07-29 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.51 release. There are 21 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Aug 1 01:48:18 UTC 2014. Anything

[PATCH 3.10 11/21] slab_common: fix the check for duplicate slab names

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 694617474e33b8603fc76e090ed7d09376514b1a upstream. The patch 3e374919b314f20e2a04f641ebc1093d758f66a4 is supposed to fix the problem where kmem_cache_create incorrectly

[PATCH 3.10 16/21] x86_32, entry: Store badsys error code in %eax

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sven Wegener commit 8142b215501f8b291a108a202b3a053a265b03dd upstream. Commit 554086d ("x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)") introduced a regression in the x86_32

[PATCH 3.10 14/21] parisc: Remove SA_RESTORER define

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: John David Anglin commit 20dbea494543aefaace874cc3ec93a39b94b1ec4 upstream. The sa_restorer field in struct sigaction is obsolete and no longer in the parisc implementation. However, the

[PATCH 3.10 12/21] Input: fix defuzzing logic

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Torokhov commit 50c5d36dab930b1f1b1e3348b8608aa8b9ee7610 upstream. We attempt to remove noise from coordinates reported by devices in input_handle_abs_event(), unfortunately, unless we

[PATCH 3.10 17/21] mm: hugetlb: fix copy_hugetlb_page_range()

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit 0253d634e0803a8376a0d88efee0bf523d8673f9 upstream. Commit 4a705fef9862 ("hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry") changed the order

[PATCH 3.14 03/29] media: hdpvr: fix two audio bugs

2014-07-29 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hans Verkuil commit 3445857b22eafb70a6ac258979e955b116bfd2c6 upstream. When the audio encoding is changed the driver calls hdpvr_set_audio with the current opt->audio_input value. However,

[PATCH 3.14 04/29] media: tda10071: force modulation to QPSK on DVB-S

2014-07-29 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Antti Palosaari commit db4175ae2095634dbecd4c847da439f9c83e1b3b upstream. Only supported modulation for DVB-S is QPSK. Modulation parameter contains invalid value for DVB-S on some cases,

[PATCH 3.10 19/21] s390/ptrace: fix PSW mask check

2014-07-29 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Martin Schwidefsky commit dab6cf55f81a6e16b8147aed9a843e1691dcd318 upstream. The PSW mask check of the PTRACE_POKEUSR_AREA command is incorrect. The PSW_MASK_USER define contains the

  1   2   3   4   5   6   7   8   9   10   >