[x86/mm/pat, drivers/media/ivtv] WARNING: CPU: 0 PID: 1 at drivers/media/pci/ivtv/ivtvfb.c:1270 ivtvfb_init()

2015-06-20 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 1bf1735b478008c30acaff18ec6f4a3ff211c28a Author: Luis R. Rodriguez AuthorDate: Mon Jun 15 10:28:16 2015 +0200 Commit: Ingo

Re: [PATCH 6/8] Staging: sm750fb: ddk750_sii164.c: Place braces on previous lines

2015-06-20 Thread Sudip Mukherjee
On Fri, Jun 19, 2015 at 12:48:19PM -0700, Isaac Assegai wrote: > Place braces on previous lines in ddk750_sii164.c to > rectify the following checkpatch errors: > ERROR: that open brace { should be on the previous line > > Signed-off-by: Isaac Assegai > --- > drivers/staging/sm750fb/ddk750_sii16

Re: [PATCH 3.10 14/46] d_walk() might skip too much

2015-06-20 Thread Jari Ruusu
On 6/19/15, Greg Kroah-Hartman wrote: > I would much rather just include the "real" upstream patches, instead of > an odd backport. > > Jari, can you just backport the above referenced patches instead and > provide those backports? I won't do that, sorry. It is more complicated than you think. It

[PATCH RESEND] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs

2015-06-20 Thread Axel Lin
Also simplify the code a bit by specify direction and initial value for output in devm_gpiod_get_optional function. Signed-off-by: Axel Lin Acked-by: Heikki Krogerus Acked-by: Kishon Vijay Abraham I --- Hi This patch was sent on https://lkml.org/lkml/2015/5/31/221 with ACKs. It's still not in l

Re: [PATCH v3] staging: sm750fb: use tabs for indentation

2015-06-20 Thread Sudip Mukherjee
On Fri, Jun 19, 2015 at 10:50:57PM -0700, Juston Li wrote: > Replace spaces with tabs for indentation to fix the checkpatch.pl warning > 'WARNING: please, no spaces at the start of a line' > > checkpatch doesn't catch comments indented by spaces but I fixed comments > adjacent to warnings as well

Re: ACPI regression? Was Re: Ethernet chip disappeared from lspci

2015-06-20 Thread Andreas Mohr
Hi, [lkml.org still broken --> no accurate mail header info possible...] Just to ask the obvious: I assume using /sys/bus/pci/rescan does not help once it's broken? (since the machine comes up empty at initial-boot scan, too) Also, you could try diffing lspci -vvxxx -s output of working vs.

Re: [PATCH 4.0 000/105] 4.0.6-stable review

2015-06-20 Thread Sudip Mukherjee
On Fri, Jun 19, 2015 at 01:34:50PM -0700, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.0.6 release. > There are 105 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.

Re: [PATCH 3.14 00/44] 3.14.45-stable review

2015-06-20 Thread Sudip Mukherjee
On Fri, Jun 19, 2015 at 01:35:59PM -0700, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.14.45 release. > There are 44 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

Re: [PATCH 3.10 00/29] 3.10.81-stable review

2015-06-20 Thread Sudip Mukherjee
On Fri, Jun 19, 2015 at 01:36:20PM -0700, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.10.81 release. > There are 29 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

Re: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq()

2015-06-20 Thread Thomas Gleixner
On Sat, 20 Jun 2015, Sergey Senozhatsky wrote: > On (06/19/15 14:21), Thomas Gleixner wrote: > [..] > > Can you please collect the output of /proc/timer_list for the previous > > patch and then replace the previous patch with the one below and > > gather all the data again? > > > > attached. Ca

Re: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq()

2015-06-20 Thread Sergey Senozhatsky
On (06/20/15 09:52), Thomas Gleixner wrote: [..] > > Can you please send me the dmesg of the second patch as well? > I'm sorry, what second patch? -ss -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/

Re: [RFC -v2] panic_on_oom_timeout

2015-06-20 Thread Tetsuo Handa
Tetsuo Handa wrote: > One case is that the system can not panic of threads are unable to call > out_of_memory() for some reason. ^ if > Well, if without analysis purpose, > > if (time_after(jiffies, oom_start + sysctl_panic_on_oom_timeout * HZ)) >

Re: [PATCH 4.0 000/105] 4.0.6-stable review

2015-06-20 Thread Heinz Diehl
On 19.06.2015, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.0.6 release. > There are 105 patches in this series Since a few -stable releases I'm missing this one (it's already in mainline): https://www.mail-archive.com/linux-crypto%40vger.kernel.org/msg1411

Re: [PATCH 2/2] Changes to existing files for 0PF FPGA board.

2015-06-20 Thread Geert Uytterhoeven
Hi Rob, On Sat, Jun 20, 2015 at 12:11 AM, Rob Landley wrote: > On 06/18/2015 02:36 PM, Geert Uytterhoeven wrote: >> On Thu, Jun 18, 2015 at 7:19 PM, Rob Landley wrote: >>> Changes to existing files to add 0pf j2 board support. >> >> Thanks for your patch! >> >> Like Greg already said, splitting

Re: [PATCH v3] staging: sm750fb: use tabs for indentation

2015-06-20 Thread Juston Li
On Sat, Jun 20, 2015 at 12:43 AM, Sudip Mukherjee wrote: > On Fri, Jun 19, 2015 at 10:50:57PM -0700, Juston Li wrote: >> Replace spaces with tabs for indentation to fix the checkpatch.pl warning >> 'WARNING: please, no spaces at the start of a line' >> >> checkpatch doesn't catch comments indented

Re: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq()

2015-06-20 Thread Thomas Gleixner
On Sat, 20 Jun 2015, Sergey Senozhatsky wrote: > On (06/20/15 09:52), Thomas Gleixner wrote: > [..] > > > > Can you please send me the dmesg of the second patch as well? > > > > I'm sorry, what second patch? The one which I forgot to append when I replied yesterday. Appended now. Thanks,

Re: [PATCH v2] bpf: BPF based latency tracing

2015-06-20 Thread Daniel Borkmann
On 06/19/2015 04:00 PM, Daniel Wagner wrote: BPF offers another way to generate latency histograms. We attach kprobes at trace_preempt_off and trace_preempt_on and calculate the time it takes to from seeing the off/on transition. The first array is used to store the start time stamp. The key is

[PATCH v3 2/6] ARM: dts: pxa: add dma engine node to pxa3xx-nand

2015-06-20 Thread Robert Jarzmik
Add the dma client description for pxa3xx-nand to use its dma through device-tree. Signed-off-by: Robert Jarzmik --- arch/arm/boot/dts/pxa3xx.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 4eb1563..d90489b 100644 ---

[PATCH v3 3/6] ARM: dts: pxa: add dma pxamci nodes to pxa3xx

2015-06-20 Thread Robert Jarzmik
Add the 3 possible mmc controllers on pxa3xx SoCs to the devicetree description. Add the dma and clocks to the device-tree description of pxa27x and pxa3xx at the same time. Signed-off-by: Robert Jarzmik --- arch/arm/boot/dts/pxa2xx.dtsi | 4 arch/arm/boot/dts/pxa3xx.dtsi | 33

[PATCH v3 1/6] ARM: dts: pxa: add dma controller

2015-06-20 Thread Robert Jarzmik
Add the SoC embedded DMA controller, shared with the mmp architecture. Signed-off-by: Robert Jarzmik --- arch/arm/boot/dts/pxa27x.dtsi | 9 + arch/arm/boot/dts/pxa3xx.dtsi | 9 + 2 files changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa

[PATCH v3 4/6] ARM: dts: pxa: add embedded pxa camera capture interface

2015-06-20 Thread Robert Jarzmik
The pxa27x SoCs have an embedded camera host controller. Add the description to the family description. Signed-off-by: Robert Jarzmik --- Since v1: Sergey's comment on ePAR standard: "imaging" --- arch/arm/boot/dts/pxa27x.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git

[PATCH v3 5/6] ARM: dts: pxa: fix power i2c definition

2015-06-20 Thread Robert Jarzmik
Add the correct address and size to the device-tree description. Signed-off-by: Robert Jarzmik --- arch/arm/boot/dts/pxa27x.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi index 1402e23..fc79df9 100644 --- a/arch/arm/boot/d

[PATCH v3 6/6] ARM: dts: pxa: add the usb host controller

2015-06-20 Thread Robert Jarzmik
Add the usb host controller to pxa27x and pxa3xx. Signed-off-by: Robert Jarzmik --- Since v2: change node name from ohci to usb (ePAPR) --- arch/arm/boot/dts/pxa27x.dtsi | 8 arch/arm/boot/dts/pxa3xx.dtsi | 8 2 files changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/px

Re: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq()

2015-06-20 Thread Sergey Senozhatsky
On (06/20/15 10:13), Thomas Gleixner wrote: [..] > > > Can you please send me the dmesg of the second patch as well? > > > > > > > I'm sorry, what second patch? > > The one which I forgot to append when I replied yesterday. Appended now. > attached. [0.197188] [ cut here ]---

[PATCH] block: nvme-scsi: Catch kcalloc failure

2015-06-20 Thread Axel Lin
res variable was initialized to -ENOMEM, but it's override by nvme_trans_copy_from_user(). So current code returns 0 if kcalloc fails. Fix it to return proper error code. Signed-off-by: Axel Lin --- drivers/block/nvme-scsi.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

linux-next: manual merge of the tip tree with the modules tree

2015-06-20 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the tip tree got a conflict in: include/linux/seqlock.h between commit: 7fc26327b756 ("seqlock: Introduce raw_read_seqcount_latch()") from the modules tree and commit: c4bfa3f5f906 ("seqcount: Introduce raw_write_seqcount_barrier()") from the tip tre

[PATCH 0/4] staging: sm750fb: checkpatch.pl fixes

2015-06-20 Thread Juston Li
This patch set includes 4 patches fixing indentation, spacing, brace placement and missing blank lines from checkpatch.pl warnings/errors in staging/sm750fb. Regards Juston - drivers/staging/sm750fb/ddk750_chip.c| 15 +-- drivers/staging/sm750fb/ddk750_chip.h| 12 +- driver

[PATCH 1/4] staging: sm750fb: use tabs for indentation

2015-06-20 Thread Juston Li
Replace spaces with tabs for indentation to fix the checkpatch.pl error ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line Signed-off-by: Juston Li --- drivers/staging/sm750fb/ddk750_display.c | 100 drivers/staging/sm750fb/ddk750_display

[PATCH] staging: comedi: fix sparse warning in ni_mio_common.c

2015-06-20 Thread Geliang Tang
This patch fixes the following sparse warning: drivers/staging/comedi/drivers/ni_mio_common.c:573:26: warning: shift too big (4294967295) for type int Signed-off-by: Geliang Tang --- drivers/staging/comedi/drivers/ni_mio_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/4] staging: sm750fb: fix spacing issues

2015-06-20 Thread Juston Li
Fix spacing errors and warnings caught by checkpatch.pl ERROR: space prohibited after that open parenthesis '(' ERROR: space required before the open brace '{' ERROR: need consistent spacing around ERROR: trailing whitespace WARNING: unnecessary whitespace before a quoted newline Signed-off-by: Ju

[PATCH 3/4] staging: sm750fb: fix brace placement

2015-06-20 Thread Juston Li
Fix brace placement errors and warnings caught by checkpatch.pl ERROR: that open brace { should be on the previous line WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Juston Li --- drivers/staging/sm750fb/ddk750_chip.h| 12 ++ drivers/staging/sm750fb/ddk7

[PATCH] staging: comedi: fix sparse warning in comedi_compat32.c

2015-06-20 Thread Geliang Tang
This patch fixes the following sparse warning: drivers/staging/comedi/comedi_compat32.c:205:16: warning: cast removes address space of expression Signed-off-by: Geliang Tang --- drivers/staging/comedi/comedi_compat32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/

[PATCH 4/4] staging: sm750fb: add missing blank line after declarations

2015-06-20 Thread Juston Li
fixes checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Juston Li --- drivers/staging/sm750fb/ddk750_chip.c| 1 + drivers/staging/sm750fb/ddk750_display.c | 2 ++ drivers/staging/sm750fb/ddk750_dvi.c | 1 + drivers/staging/sm750fb/ddk750_mode.c| 3 +++ dri

[PATCH v2] staging: media: lirc: fix coding style error

2015-06-20 Thread Sunil Shahu
Fix code indentation error by replacing tab in place of spaces. Signed-off-by: Sunil Shahu --- drivers/staging/media/lirc/lirc_sasem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/lirc/lirc_sasem.c b/drivers/staging/media/lirc/lirc_sasem.c index 8

Re: linux-next: manual merge of the tip tree with the modules tree

2015-06-20 Thread Peter Zijlstra
On Sat, Jun 20, 2015 at 06:35:58PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the tip tree got a conflict in: > > include/linux/seqlock.h > > between commit: > > 7fc26327b756 ("seqlock: Introduce raw_read_seqcount_latch()") > > from the modules tree and commit

Re: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq()

2015-06-20 Thread Thomas Gleixner
On Sat, 20 Jun 2015, Sergey Senozhatsky wrote: > On (06/20/15 10:13), Thomas Gleixner wrote: > [..] > > > > Can you please send me the dmesg of the second patch as well? > > > > > > > > > > I'm sorry, what second patch? > > > > The one which I forgot to append when I replied yesterday. Appended

From Madam Assetou Kuku Dearest One ,

2015-06-20 Thread Assetou Kuku
Greetings!! >From Madam Assetou Kuku Dearest One , I am Madam.Assetou Kuku I am a widow being that I lost my husband Last Year by the political uprising here in Burkina Faso ,My husband was a serving director of the Gold exporting board until his death .He was assassinated by the rebels followi

Re: [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-06-20 Thread Krzysztof Kozlowski
W dniu 19.06.2015 o 23:53, Michael Turquette pisze: > Quoting Bartlomiej Zolnierkiewicz (2015-06-19 05:35:23) >> On Friday, June 19, 2015 01:19:06 PM Bartlomiej Zolnierkiewicz wrote: >>> >>> Hi, >>> >>> On Thursday, June 18, 2015 12:58:46 PM Michael Turquette wrote: Quoting Sylwester Nawrocki

[tip:x86/apic] x86/hpet: Check for irq== 0 when allocating hpet MSI interrupts

2015-06-20 Thread tip-bot for Jiang Liu
Commit-ID: bafac298fb20e9ae1305c710d4fd8d20c5911afa Gitweb: http://git.kernel.org/tip/bafac298fb20e9ae1305c710d4fd8d20c5911afa Author: Jiang Liu AuthorDate: Sat, 20 Jun 2015 11:50:50 +0200 Committer: Thomas Gleixner CommitDate: Sat, 20 Jun 2015 12:00:58 +0200 x86/hpet: Check for irq==0

careful review of kdbus

2015-06-20 Thread Martin Steigerwald
Hello! In the light of * kdbus support is no longer compile-time optional. It is now always built-in. However, it can still be disabled at runtime using the kdbus=0 kernel command line setting, and that setting may be changed to default to off, by specifying

linux-next: build failure after merge of the workqueues tree

2015-06-20 Thread Stephen Rothwell
Hi Tejun, After merging the workqueues tree, today's linux-next build (arm multi_v7_defconfig) failed like this: kernel/workqueue.c: In function 'unbound_pwq_by_node': kernel/workqueue.c:570:2: error: implicit declaration of function 'rcu_lockdep_assert' [-Werror=implicit-function-declaration]

Re: [PATCH] staging: comedi: fix sparse warning in comedi_compat32.c

2015-06-20 Thread Sudip Mukherjee
On Sat, Jun 20, 2015 at 04:49:13PM +, Geliang Tang wrote: > This patch fixes the following sparse warning: > > drivers/staging/comedi/comedi_compat32.c:205:16: warning: cast removes > address space of expression > > Signed-off-by: Geliang Tang > --- > drivers/staging/comedi/comedi_compat32.

Re: [PATCH 1/4] staging: sm750fb: use tabs for indentation

2015-06-20 Thread Sudip Mukherjee
On Sat, Jun 20, 2015 at 01:48:32AM -0700, Juston Li wrote: > Replace spaces with tabs for indentation to fix the checkpatch.pl error > ERROR: code indent should use tabs where possible > WARNING: please, no spaces at the start of a line > > Signed-off-by: Juston Li > --- > diff --git a/drivers/s

Re: [PATCH 2/4] staging: sm750fb: fix spacing issues

2015-06-20 Thread Sudip Mukherjee
On Sat, Jun 20, 2015 at 01:48:33AM -0700, Juston Li wrote: > Fix spacing errors and warnings caught by checkpatch.pl > ERROR: space prohibited after that open parenthesis '(' > ERROR: space required before the open brace '{' > ERROR: need consistent spacing around > ERROR: trailing whitespace > WAR

Re: linux-next: build warnings after merge of the staging tree

2015-06-20 Thread Stephen Rothwell
Hi Greg, On Mon, 1 Jun 2015 18:50:12 +1000 Stephen Rothwell wrote: > > On Fri, 29 May 2015 20:40:02 +1000 Stephen Rothwell > wrote: > > > > After merging the staging tree, today's linux-next build (x86_64 > > allmodconfig) produced a large number of warnings in > > drivers/staging/wilc1000. >

Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-20 Thread Alban
On Mon, 15 Jun 2015 10:42:13 +0300 Antony Pavlov wrote: > On Wed, 10 Jun 2015 23:58:11 +0200 > Alban wrote: > > > On Mon, 8 Jun 2015 13:17:58 +0300 > > Antony Pavlov wrote: > > > > > IMHO AR9132 SoC can't work without external oscilator. > > > > > > Can we just move basic extosc declaration

Re: [x86/mm/pat, drivers/media/ivtv] WARNING: CPU: 0 PID: 1 at drivers/media/pci/ivtv/ivtvfb.c:1270 ivtvfb_init()

2015-06-20 Thread Borislav Petkov
On Sat, Jun 20, 2015 at 03:17:56PM +0800, Fengguang Wu wrote: > 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 1bf1735b478008c30acaff18ec6f4a3ff211c28a > Author:

Re: doubt about sm7xxfb (was: Re: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver)

2015-06-20 Thread Sudip Mukherjee
On Fri, Jun 19, 2015 at 01:29:13PM +0300, Dan Carpenter wrote: > On Sat, Jun 13, 2015 at 02:16:18PM +0530, Sudip Mukherjee wrote: > > > > can you please have a look (when you are free) at it to see if anything > > else needs to be done. > > Remove any unused macros. I will check. > Cleanup indenti

Re: [Intel-gfx] [PATCH 6/8] drivers/pwm: Add Crystalcove (CRC) PWM driver

2015-06-20 Thread Paul Bolle
[Added Paul Gortmaker.] Hi Shobhit, On Fri, 2015-06-19 at 12:16 +0530, Shobhit Kumar wrote: > So what is the exact big problem with this ? The main problem I have is that it's hard to read a submitter's mind. And, I think, in cases like this we need to know if the submitter just made some silly

[RFC v2 0/3] mm: make swapin readahead to gain more thp performance

2015-06-20 Thread Ebru Akagunduz
This patch series makes swapin readahead up to a certain number to gain more thp performance and adds tracepoint for khugepaged_scan_pmd, collapse_huge_page, __collapse_huge_page_isolate. This patch series was written to deal with programs that access most, but not all, of their memory after they

[RFC v2 1/3] mm: add tracepoint for scanning pages

2015-06-20 Thread Ebru Akagunduz
Using static tracepoints, data of functions is recorded. It is good to automatize debugging without doing a lot of changes in the source code. This patch adds tracepoint for khugepaged_scan_pmd, collapse_huge_page and __collapse_huge_page_isolate. Signed-off-by: Ebru Akagunduz Acked-by: Rik van

[RFC v2 2/3] mm: make optimistic check for swapin readahead

2015-06-20 Thread Ebru Akagunduz
This patch makes optimistic check for swapin readahead to increase thp collapse rate. Before getting swapped out pages to memory, checks them and allows up to a certain number. It also prints out using tracepoints amount of unmapped ptes. Signed-off-by: Ebru Akagunduz --- Changes in v2: - Nothin

[RFC v2 3/3] mm: make swapin readahead to improve thp collapse rate

2015-06-20 Thread Ebru Akagunduz
This patch makes swapin readahead to improve thp collapse rate. When khugepaged scanned pages, there can be a few of the pages in swap area. With the patch THP can collapse 4kB pages into a THP when there are up to max_ptes_swap swap ptes in a 2MB range. The patch was tested with a test program t

Re: [PATCH] perf annotate: With --show-total-period, display total # of samples.

2015-06-20 Thread Martin Liška
On 06/19/2015 09:10 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Jun 19, 2015 at 11:35:41AM +0200, Martin Liška escreveu: >> Thank you for the review, all remarks were reasonable. >> Feel free to comment next version (v3) of the patch. > > Thanks, there was just one missing s/tuples/samples/g, I

linux-next: manual merge of the rtc tree with the mfd tree

2015-06-20 Thread Stephen Rothwell
Hi Alexandre, Today's linux-next merge of the rtc tree got a conflict in: drivers/rtc/Makefile between commit: b5b2bdfc2893 ("rtc: st: Add new driver for ST's LPC RTC") from the mfd tree and commit: 766218609678 ("rtc: Properly sort Makefile") from the rtc tree. I fixed it up (see bel

linux-next: manual merge of the nvdimm tree with Linus' tree

2015-06-20 Thread Stephen Rothwell
Hi Dan, Today's linux-next merge of the nvdimm tree got a conflict in: drivers/block/Kconfig between commit: b6f2098fb708 ("block: pmem: Add dependency on HAS_IOMEM") from Linus' tree and commit: 1ffe3c5dc311 ("libnvdimm, pmem: move pmem to drivers/nvdimm/") from the nvdimm tree. I fi

Re: [PATCH v7 00/16] libnvdimm: non-volatile memory devices

2015-06-20 Thread Stephen Rothwell
Hi Dan, On Wed, 17 Jun 2015 19:13:19 -0400 Dan Williams wrote: > > A new sub-system in support of non-volatile memory storage devices. > > Stephen, please add libnvdimm-for-next to -next: > > git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm libnvdimm-for-next Thanks for adding your

Re: [PATCH 0/6] Staging: comedi: Simplify a trivial if-return sequence

2015-06-20 Thread Ian Abbott
On 19/06/15 06:59, Abdul, Hussain (H.) wrote: This patch simplify a trivial if-return sequence. Possibly combine with a preceding function call. Abdul Hussain (6): staging: comedi: dmm32at: Simplify a trivial if-return sequence staging: comedi: fl512: Simplify a trivial if-return seq

Re: [PATCH] staging: comedi: fix sparse warning in ni_mio_common.c

2015-06-20 Thread Ian Abbott
On 20/06/15 17:47, Geliang Tang wrote: This patch fixes the following sparse warning: drivers/staging/comedi/drivers/ni_mio_common.c:573:26: warning: shift too big (4294967295) for type int Signed-off-by: Geliang Tang --- drivers/staging/comedi/drivers/ni_mio_common.c | 2 +- 1 file changed

[PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces

2015-06-20 Thread Joglekar, Tejas (T.)
From: Joglekar Tejas This patch removes the trailing whitespace error given by checkpatch.pl Signed-off-by: Joglekar Tejas --- drivers/staging/rtl8723au/hal/odm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/hal/odm.c b/drivers/staging/rtl8723a

linux-next: build warnings after merge of the net-next tree

2015-06-20 Thread Stephen Rothwell
Hi all, After merging the net-next tree, today's linux-next build (i386 defconfig) produced these warnings: In file included from include/net/netfilter/nf_conntrack_tuple.h:13:0, from include/linux/netfilter/nf_conntrack_dccp.h:28, from include/net/netfilter/nf_c

Re: [PATCH 3/4] media: pxa_camera: trivial move of dma irq functions

2015-06-20 Thread Guennadi Liakhovetski
On Sun, 22 Mar 2015, Robert Jarzmik wrote: > From: Robert Jarzmik > > This moves the dma irq handling functions up in the source file, so that > they are available before DMA preparation functions. It prepares the > conversion to DMA engine, where the descriptors are populated with these > funct

linux-next: manual merge of the akpm tree with the v4l-dvb tree

2015-06-20 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in: drivers/media/v4l2-core/videobuf2-dma-sg.c between commit: 511a1b8a4c81 ("[media] Revert "[media] vb2: Push mmap_sem down to memops"") from the v4l-dvb tree and patch: "media: vb2: convert vb2_dma_sg_get_userptr() t

Re: [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-20 Thread walter harms
Acked-by: walter harms Am 17.06.2015 02:35, schrieb Andy Lutomirski: > This is only used if BAYCOM_DEBUG is defined. > > Cc: walter harms > Cc: Ralf Baechle > Cc: Thomas Sailer > Cc: linux-h...@vger.kernel.org > Signed-off-by: Andy Lutomirski > --- > > I'm hoping for an ack for this to go t

linux-next: manual merge of the akpm tree with the v4l-dvb tree

2015-06-20 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in: drivers/media/v4l2-core/videobuf2-vmalloc.c between commit: 511a1b8a4c81 ("[media] Revert "[media] vb2: Push mmap_sem down to memops"") from the v4l-dvb tree and patch: "media: vb2: Convert vb2_vmalloc_get_userptr()

linux-next: manual merge of the akpm tree with the v4l-dvb tree

2015-06-20 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in: drivers/media/v4l2-core/videobuf2-dma-contig.c between commit: 511a1b8a4c81 ("[media] Revert "[media] vb2: Push mmap_sem down to memops"") from the v4l-dvb tree and patch: "media: vb2: convert vb2_dc_get_userptr() t

Re: [PATCH 1/2] genirq: add chip_{suspend,resume} PM support to irq_chip

2015-06-20 Thread Thomas Gleixner
On Fri, 19 Jun 2015, Brian Norris wrote: > This patch adds a second set of suspend/resume hooks to irq_chip, this > time to represent *chip* suspend/resume, rather than IRQ suspend/resume. > These callbacks will always be called for an irqchip and are based on > the per-chip irq_chip_generic struct

Re: [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-20 Thread Thomas Gleixner
On Sat, 20 Jun 2015, walter harms wrote: > Acked-by: walter harms > > Am 17.06.2015 02:35, schrieb Andy Lutomirski: > > This is only used if BAYCOM_DEBUG is defined. So why don't we just replace that by ktime_get() and get rid of the x86'ism in that driver. Thanks, tglx -- To unsubsc

[PATCH v2 0/6] add device tree support for mxc rtc

2015-06-20 Thread Philippe Reynes
This serie add the device tree support for the mxc rtc driver. To do this, three steps are required : - define two rtc clocks for imx31 and imx35 - enhance mxc rtc driver to use two clocks (rtc and ipg) - add device tree support to mxc rtc driver Changelog: v2: (thanks Shawn Guo and Alexandre Bell

[PATCH v2 2/6] imx35: define two clocks for rtc

2015-06-20 Thread Philippe Reynes
The imx35 don't define clocks for rtc. This patch add two clocks, as needed by the mxc rtc driver. Signed-off-by: Philippe Reynes --- arch/arm/mach-imx/clk-imx35.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-imx/clk-imx35.c b/arch/arm/mach-imx/clk-

[PATCH v2 5/6] dt-binding: document the binding for mxc rtc

2015-06-20 Thread Philippe Reynes
This adds documentation of device tree bindings for the mxc rtc. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicet...@vger.kernel.org Signed-off-by: Philippe Reynes --- Documentation/devicetree/bindings/rtc/rtc-mxc.txt | 27 +

[PATCH v2 4/6] rtc: mxc: add support of device tree

2015-06-20 Thread Philippe Reynes
Add device tree support for the mxc rtc driver. Signed-off-by: Philippe Reynes --- drivers/rtc/rtc-mxc.c | 19 ++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-mxc.c b/drivers/rtc/rtc-mxc.c index e916a91..befe2c2 100644 --- a/drivers/rtc/rtc-m

[PATCH v2 3/6] rtc: mxc: use a second rtc clock

2015-06-20 Thread Philippe Reynes
The mxc RTC needs two clocks, one for the input reference, and one for the IP. But this driver was only using one clock (for the reference). This patch add the second clock (for the IP). Signed-off-by: Philippe Reynes --- drivers/rtc/rtc-mxc.c | 26 +- 1 files changed,

[PATCH v2 1/6] imx31: add a second rtc clock

2015-06-20 Thread Philippe Reynes
The mxc rtc driver needs two clock. It was defined only one clock, so we define the second clock. Signed-off-by: Philippe Reynes --- arch/arm/mach-imx/clk-imx31.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-imx/clk-imx31.c b/arch/arm/mach-imx/clk-imx3

[PATCH v2 6/6] apf27: dt: add support of internal rtc

2015-06-20 Thread Philippe Reynes
Enable the internal mxc rtc driver on apf27. Signed-off-by: Philippe Reynes --- arch/arm/boot/dts/imx27-apf27.dts |4 arch/arm/boot/dts/imx27.dtsi | 10 ++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/d

Re: [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-20 Thread Andy Lutomirski
On Sat, Jun 20, 2015 at 7:14 AM, Thomas Gleixner wrote: > On Sat, 20 Jun 2015, walter harms wrote: > >> Acked-by: walter harms >> >> Am 17.06.2015 02:35, schrieb Andy Lutomirski: >> > This is only used if BAYCOM_DEBUG is defined. > > So why don't we just replace that by ktime_get() and get rid of

linux-next: build failure after merge of the akpm tree

2015-06-20 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/crypto/marvell/cesa.c: In function 'mv_cesa_get_sram': drivers/crypto/marvell/cesa.c:324:2: error: implicit declaration of function 'of_get_named_gen_pool' [-Werror=implicit-function-

[PATCH v2] staging: comedi: fix cast warning in comedi_compat32.c

2015-06-20 Thread Geliang Tang
This patch fixes the following sparse warning: drivers/staging/comedi/comedi_compat32.c:205:16: warning: cast removes address space of expression Signed-off-by: Geliang Tang --- Changes in v2: - compat_ptr() is substituted by 'unsigned long'. --- drivers/staging/comedi/comedi_compat32.c | 2 +

Re: [PATCH] staging: comedi: fix sparse warning in comedi_compat32.c

2015-06-20 Thread Geliang Tang
On Sat, Jun 20, 2015 at 04:08:19PM +0530, Sudip Mukherjee wrote: > compat_ptr is already a typecast. > static inline void __user *compat_ptr(compat_uptr_t uptr) > { > return (void __user *)(unsigned long)uptr; > } > > so you are adding another typecast to an already exitsing typecast. :( >

Re: [PATCH v2 2/6] imx35: define two clocks for rtc

2015-06-20 Thread Fabio Estevam
On Sat, Jun 20, 2015 at 11:15 AM, Philippe Reynes wrote: > @@ -240,6 +241,9 @@ int __init mx35_clocks_init(void) > clk_register_clkdev(clk[ipg], "ipg", "imx21-uart.1"); > clk_register_clkdev(clk[uart3_gate], "per", "imx21-uart.2"); > clk_register_clkdev(clk[ipg], "ipg", "i

Re: [PATCH 4.0 000/105] 4.0.6-stable review

2015-06-20 Thread Greg Kroah-Hartman
On Sat, Jun 20, 2015 at 09:58:55AM +0200, Heinz Diehl wrote: > On 19.06.2015, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.0.6 release. > > There are 105 patches in this series > > Since a few -stable releases I'm missing this one (it's already in > main

Re: [PATCH] staging: comedi: fix sparse warning in ni_mio_common.c

2015-06-20 Thread Greg KH
On Sat, Jun 20, 2015 at 04:47:33PM +, Geliang Tang wrote: > This patch fixes the following sparse warning: > > drivers/staging/comedi/drivers/ni_mio_common.c:573:26: warning: shift > too big (4294967295) for type int > > Signed-off-by: Geliang Tang > --- > drivers/staging/comedi/drivers/ni_

[PATCH] kbuild: builddeb: Include dtbs in the Debian package built by "make deb-pkg"

2015-06-20 Thread Karsten Merker
Native Debian kernel packages include any dtbs that were generated during the kernel build process in /usr/lib/${packagename}. Do the same for Debian packages built by scripts/package/builddeb (executed by the "deb-pkg" target). Signed-off-by: Karsten Merker --- scripts/package/builddeb | 5

Re: linux-next: build warnings after merge of the staging tree

2015-06-20 Thread Greg KH
On Sat, Jun 20, 2015 at 08:48:26PM +1000, Stephen Rothwell wrote: > Hi Greg, > > On Mon, 1 Jun 2015 18:50:12 +1000 Stephen Rothwell > wrote: > > > > On Fri, 29 May 2015 20:40:02 +1000 Stephen Rothwell > > wrote: > > > > > > After merging the staging tree, today's linux-next build (x86_64 > > >

linux-next: Tree for Jun 20

2015-06-20 Thread Stephen Rothwell
Hi all, Changes since 20150619: New trees: hwspinlock, nvdimm The v4l-dvb tree lost its build failure. The crypto tree gained a conflict against the bluetooth tree. The tip tree gained a conflict against the modules tree. The workqueues tree gained a build failure for which I applied a merge

Re: [PATCH 1/4] staging: sm750fb: use tabs for indentation

2015-06-20 Thread Juston Li
My apologies, I thought I removed all of those. Fixed for real this time, resending. Regards Juston On Sat, Jun 20, 2015 at 3:45 AM, Sudip Mukherjee wrote: > On Sat, Jun 20, 2015 at 01:48:32AM -0700, Juston Li wrote: >> Replace spaces with tabs for indentation to fix the checkpatch.pl error >> E

[PATCH] can: fix loss of frames due to wrong assumption in raw_rcv

2015-06-20 Thread manfred.schla...@gmx.at
I've detected a massive loss of can frames on i.MX6 using flexcan driver with 4.1-rc8 and tracked this down to following commit: 514ac99c64b22d83b52dfee3b8becaa69a92bc4a - "can: fix multiple delivery of a single CAN frame for overlapping CAN filters" 514ac99c64b22d83b52dfee3b8becaa69a92bc4a introd

Re: [RFC][PATCH 1/5] mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()

2015-06-20 Thread Julia Lawall
On Thu, 18 Jun 2015, Sergey Senozhatsky wrote: > On (06/17/15 16:14), David Rientjes wrote: > [..] > > > > > > Signed-off-by: Sergey Senozhatsky > > > Reported-by: Andrew Morton > > > LKML-reference: https://lkml.org/lkml/2015/6/8/583 > > > > Acked-by: David Rientjes > > > > kmem_cache_des

Re: [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-20 Thread Thomas Gleixner
On Sat, 20 Jun 2015, Andy Lutomirski wrote: > On Sat, Jun 20, 2015 at 7:14 AM, Thomas Gleixner wrote: > > On Sat, 20 Jun 2015, walter harms wrote: > > > >> Acked-by: walter harms > >> > >> Am 17.06.2015 02:35, schrieb Andy Lutomirski: > >> > This is only used if BAYCOM_DEBUG is defined. > > > > S

Re: [PATCH] block: nvme-scsi: Catch kcalloc failure

2015-06-20 Thread Jens Axboe
On 06/20/2015 02:29 AM, Axel Lin wrote: res variable was initialized to -ENOMEM, but it's override by nvme_trans_copy_from_user(). So current code returns 0 if kcalloc fails. Fix it to return proper error code. Looks good to me, applied for 4.2. -- Jens Axboe -- To unsubscribe from this list:

[PATCH] serial: imx: count tty buffer overruns

2015-06-20 Thread manfred.schla...@gmx.at
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As can be seen in function uart_insert_char (serial_core) the element buf_overrun of struct uart_icount is used to count overruns of tty-buffer. Added support for counting of overruns in imx driver analogue to serial_core. Signed-off-by: Manfred Schla

randconfig build error with next-20150620, in drivers/media/v4l2-core/videobuf2-core.c

2015-06-20 Thread Jim Davis
Building with the attached random configuration file, drivers/media/v4l2-core/videobuf2-core.c: In function ‘vb2_warn_zero_bytesused’: drivers/media/v4l2-core/videobuf2-core.c:1253:2: error: implicit declaration of function ‘__WARN’ [-Werror=implicit-function-declaration] __WARN(); ^ # # Autom

[PATCH] serial: imx: reduce irq-latency after rx overflow

2015-06-20 Thread manfred.schla...@gmx.at
To prevent problems with interrupt latency, and due to the fact, that the error will be counted anyway (icount.overrun), the dev_err is simply removed. Background: If an rx-fifo overflow occurs a dev_err message was called in interrupt context. Since dev_err messages are written to console in a sy

Re: [PATCH v2 2/6] imx35: define two clocks for rtc

2015-06-20 Thread Philippe Reynes
Hi Fabio, On 20/06/15 16:43, Fabio Estevam wrote: On Sat, Jun 20, 2015 at 11:15 AM, Philippe Reynes wrote: @@ -240,6 +241,9 @@ int __init mx35_clocks_init(void) clk_register_clkdev(clk[ipg], "ipg", "imx21-uart.1"); clk_register_clkdev(clk[uart3_gate], "per", "imx21-uart.2");

Re: [PATCH] serial: imx: count tty buffer overruns

2015-06-20 Thread Greg Kroah-Hartman
On Sat, Jun 20, 2015 at 06:41:20PM +0200, manfred.schla...@gmx.at wrote: > As can be seen in function uart_insert_char (serial_core) the element > buf_overrun of struct uart_icount is used to count overruns of > tty-buffer. > Added support for counting of overruns in imx driver analogue to > serial

[PATCH] serial: imx: count tty buffer overruns

2015-06-20 Thread manfred.schla...@gmx.at
As can be seen in function uart_insert_char (serial_core) the element buf_overrun of struct uart_icount is used to count overruns of tty-buffer. Added support for counting of overruns in imx driver analogue to serial_core. Signed-off-by: Manfred Schlaegl --- drivers/tty/serial/imx.c | 12 +

[PATCH 00/12] Use !x to check for kzalloc failure

2015-06-20 Thread Julia Lawall
Use !x to check for kzalloc failure, as is more normal in the kernel. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/

[PATCH 03/12] staging: lustre: lclient: Use !x to check for kzalloc failure

2015-06-20 Thread Julia Lawall
!x is more normal for kzalloc failure in the kernel. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression x; statement S1, S2; @@ x = kzalloc(...); if ( - x == NULL + !x ) S1 else S2 // Signed-off-by: Julia Lawall --- drivers/staging/lustr

[PATCH 08/12] staging: lustre: mgc: Use !x to check for kzalloc failure

2015-06-20 Thread Julia Lawall
!x is more normal for kzalloc failure in the kernel. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression x; statement S1, S2; @@ x = kzalloc(...); if ( - x == NULL + !x ) S1 else S2 // Signed-off-by: Julia Lawall --- drivers/staging/lustr

[PATCH 05/12] staging: lustre: lmv: Use !x to check for kzalloc failure

2015-06-20 Thread Julia Lawall
!x is more normal for kzalloc failure in the kernel. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression x; statement S1, S2; @@ x = kzalloc(...); if ( - x == NULL + !x ) S1 else S2 // Signed-off-by: Julia Lawall --- drivers/staging/lustr

  1   2   3   >