Re: [LKP] [lkp] [sctp] a6c2f79287: netperf.Throughput_Mbps -37.2% regression

2016-10-09 Thread Aaron Lu
On Mon, Oct 03, 2016 at 10:32:04AM +0800, Xin Long wrote: > On Fri, Sep 30, 2016 at 3:05 PM, Aaron Lu wrote: > > On 08/23/2016 05:44 AM, Marcelo Ricardo Leitner wrote: > >> Em 19-08-2016 04:24, Aaron Lu escreveu: > >>> On Fri, Aug 19, 2016 at 04:19:39AM -0300, Marcelo Ricardo

Re: [PATCH v3 2/4] drivers: iio: ti_am335x_adc: add dma support

2016-10-09 Thread Jonathan Cameron
On 05/10/16 10:04, Mugunthan V N wrote: > This patch adds the required pieces to ti_am335x_adc driver for > DMA support > > Signed-off-by: Mugunthan V N Hi, Just the one question inline. I'll also need an Ack from Lee as this touches code in mfd (as does the previous

[PATCH V2 5/5] arm64:dt:ls2080a: Add TMU device tree support for LS2080A

2016-10-09 Thread Jia Hongtao
From: Hongtao Jia Also add nodes and properties for thermal management support. Signed-off-by: Jia Hongtao --- Changes for V2: * Rebase on latest linux-next tree (next-20161006). arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts | 2 +-

[PATCH V2 3/5] arm:dt:ls1021a: Add TMU device tree support for LS1021A

2016-10-09 Thread Jia Hongtao
From: Hongtao Jia Also add nodes and properties for thermal management support. Signed-off-by: Jia Hongtao --- Changes for V2: * Rebase on latest linux-next tree (next-20161006). arch/arm/boot/dts/ls1021a.dtsi | 84

Re: [PATCH v3 3/4] ARM: dts: am33xx: add DMA properties for tscadc

2016-10-09 Thread Jonathan Cameron
On 05/10/16 10:04, Mugunthan V N wrote: > Add DMA properties for tscadc > > Signed-off-by: Mugunthan V N Do the binding docs need updating to reflect this? I can't immediately find the relevant doc to check! Jonathan > --- > arch/arm/boot/dts/am33xx.dtsi | 2 ++ > 1 file

Re: parisc crash on boot with 4.8+git

2016-10-09 Thread Helge Deller
On 09.10.2016 11:03, Meelis Roos wrote: >> On 08.10.2016 23:52, Meelis Roos wrote: >>> rp3410 crashed on boot with the following: >>> >>> Linux version 4.8.0-11288-gb66484c (mroos@rp3410) (gcc version 5.4.0 >>> (Gentoo 5.4.0 p1.0) ) #81 Sat Oct 8 20:40:24 EEST 2016 >>> unwind_init: start =

Re: callchain map refcounting fixes was Re: [PATCH perf/core] perf script: fix a use after free crash.

2016-10-09 Thread Krister Johansen
Hi Namhyung, Thanks for looking this over. On Fri, Oct 07, 2016 at 11:22:00AM +0900, Namhyung Kim wrote: > On Wed, Oct 05, 2016 at 08:45:24AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Sat, Oct 01, 2016 at 08:13:36PM -0700, Krister Johansen escreveu: > > > diff --git

RE: [tpmdd-devel] [PATCH RFC 3/3] tpm_crb: request and relinquish locality 0

2016-10-09 Thread Winkler, Tomas
> > Request and relinquish locality for the driver use in order to be a better > citizen > in a multi locality environment like with TXT as it uses locality 2. > > Signed-off-by: Jarkko Sakkinen > --- > drivers/char/tpm/tpm_crb.c | 36

Re: [RESEND PATCH v6, 3/5] usb: xhci-mtk: make IPPC register optional

2016-10-09 Thread Chunfeng Yun
On Wed, 2016-09-21 at 13:54 +0800, Chunfeng Yun wrote: > Make IPPC register optional to support host side of dual-role mode, > due to it is moved into common glue layer for simplification. > > Signed-off-by: Chunfeng Yun > --- > drivers/usb/host/xhci-mtk.c | 36

Re: [PATCH v3 00/17] pinctrl: exynos/samsung: Add header with values used for configuration

2016-10-09 Thread Tomasz Figa
Hi Krzysztof, 2016-09-04 20:04 GMT+09:00 Krzysztof Kozlowski : > > Hi, > > Changes since v2 > > 1. Combine separate patchsets into one. Previously I sent separately the fixes >and changes for S3C platforms. > 2. Fix issues pointed during review. > 3. Add

Re: Observed a ecryptFS crash

2016-10-09 Thread xiakaixu
ping... Hi Tyhicks, We observed a ecryptFS crash occasionally in Linux kernel 4.1.18. The call trace is attached below. Is it a known issue? Look forward to hearing from you. Thanks in advance! [19314.529479s][pid:2694,cpu3,GAC_Executor[0]]Call trace:

[PATCH V2 4/5] arm64:dt:ls1043a: Add TMU device tree support for LS1043A

2016-10-09 Thread Jia Hongtao
From: Hongtao Jia Also add nodes and properties for thermal management support. Signed-off-by: Jia Hongtao --- Changes for V2: * Rebase on latest linux-next tree (next-20161006). arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 2 +-

[PATCH V2 2/5] powerpc/mpc85xx: Update TMU device tree node for T1023/T1024

2016-10-09 Thread Jia Hongtao
From: Hongtao Jia SoC compatible string and endianness property are added according to the new bindings. Signed-off-by: Jia Hongtao --- Changes for V2: * Rebase on latest linux-next tree (next-20161006). arch/powerpc/boot/dts/fsl/t1023si-post.dtsi |

[PATCH V2 1/5] powerpc/mpc85xx: Update TMU device tree node for T1040/T1042

2016-10-09 Thread Jia Hongtao
From: Hongtao Jia SoC compatible string and endianness property are added according to the new bindings. Signed-off-by: Jia Hongtao --- Changes for V2: * Rebase on latest linux-next tree (next-20161006). arch/powerpc/boot/dts/fsl/t1040si-post.dtsi |

Re: [PATCH v2 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger

2016-10-09 Thread Michael Schmitz
> This patch series has fixes for compatibility, reliability and > performance issues and some cleanup. It also includes a new version > of Ondrej Zary's patch that merges g_NCR5380_mmio into g_NCR5380. > > I've tested this patch series on a Powerbook 180. If someone would > test some of the

kernel BUG at mm/huge_memory.c:1187!

2016-10-09 Thread Wenwei Tao
Hi, I open the Transparent huge page and run the system and hit the bug in huge_memory.c: static void __split_huge_page_refcount(struct page *page) . . . /* tail_page->_mapcount cannot change */

Re: parisc crash on boot with 4.8+git

2016-10-09 Thread Meelis Roos
> On 08.10.2016 23:52, Meelis Roos wrote: > > Just tried 4.8.0-11288-gb66484c on three of my parsic machines (enabled > > strict usercopy checking or somethinng like that in make oldconfig). > > It's not related to the usercopy checks, instead it's most likely a > parisc-specific problem I just

[PATCH] irqchip/jcore: fix lost per-cpu interrupts

2016-10-09 Thread Rich Felker
The J-Core AIC does not have separate interrupt numbers reserved for cpu-local vs global interrupts. Instead, the driver requesting the irq is expected to know whether its device uses per-cpu interrupts or not. Previously it was assumed that handle_simple_irq could work for both cases, but it

Re: [git pull] vfs pile 1 (splice)

2016-10-09 Thread Linus Torvalds
On Fri, Oct 7, 2016 at 3:20 PM, Al Viro wrote: > splice stuff. Hmm. I've now gotten two oopses today, all at __kmalloc+0xc3/0x1f0, which seems to be the *(void **)(object + s->offset); in get_freepointer(). Because it started happening today, I'm inclined to

Re: [PATCH v3 00/17] pinctrl: exynos/samsung: Add header with values used for configuration

2016-10-09 Thread Krzysztof Kozlowski
On Mon, Oct 10, 2016 at 02:49:01AM +0900, Tomasz Figa wrote: > 2016-10-10 1:39 GMT+09:00 Krzysztof Kozlowski : > > On Sun, Oct 09, 2016 at 04:04:11PM +0900, Tomasz Figa wrote: > >> Hi Krzysztof, > >> > >> 2016-09-04 20:04 GMT+09:00 Krzysztof Kozlowski : > >> > >

Re: [PATCH RFC 1/3] tpm_crb: expand struct crb_control_area to struct crb_regs

2016-10-09 Thread Jarkko Sakkinen
On Sun, Oct 09, 2016 at 09:32:32PM +0300, Jarkko Sakkinen wrote: > On Sun, Oct 09, 2016 at 10:49:05AM -0600, Jason Gunthorpe wrote: > > On Sun, Oct 09, 2016 at 12:38:18PM +0300, Jarkko Sakkinen wrote: > > > On Sat, Oct 08, 2016 at 07:42:56PM -0600, Jason Gunthorpe wrote: > > > > On Sun, Oct 09,

Re: [PATCH RFC 1/3] tpm_crb: expand struct crb_control_area to struct crb_regs

2016-10-09 Thread Jarkko Sakkinen
On Sun, Oct 09, 2016 at 10:49:05AM -0600, Jason Gunthorpe wrote: > On Sun, Oct 09, 2016 at 12:38:18PM +0300, Jarkko Sakkinen wrote: > > On Sat, Oct 08, 2016 at 07:42:56PM -0600, Jason Gunthorpe wrote: > > > On Sun, Oct 09, 2016 at 03:15:09AM +0300, Jarkko Sakkinen wrote: > > > > + ctrl =

[PATCH 2/2] [media] blackfin-capture: Delete an error message for a failed memory allocation

2016-10-09 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 9 Oct 2016 21:30:18 +0200 The script "checkpatch.pl" pointed information out like the following. WARNING: Possible unnecessary 'out of memory' message Thus remove such a statement here. Link:

Re: [PATCH 1/2] host: ehci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS

2016-10-09 Thread Alan Stern
On Sun, 9 Oct 2016, Krzysztof Kozlowski wrote: > On Sun, Oct 09, 2016 at 02:34:14PM +, Anand Moon wrote: > > Move the ehci-exynos system PM callbacks within #ifdef CONFIG_PM_SLEEP > > as to avoid them being build when not used. This also allows us to use the > > SET_SYSTEM_SLEEP_PM_OPS macro

[PATCH v3 6/8] blk-mq: Rework blk_mq_realloc_hw_ctxs()

2016-10-09 Thread Alexander Gordeev
Rework blk_mq_realloc_hw_ctxs() so deallocation is done in order reverse to allocation and indentation is bit more easy to read. CC: linux-bl...@vger.kernel.org Signed-off-by: Alexander Gordeev --- block/blk-mq.c | 40 ++-- 1 file

Re: pci_alloc_irq_vectors use in 8250_lpss.c

2016-10-09 Thread Andy Shevchenko
On Mon, Oct 10, 2016 at 1:01 AM, Andy Shevchenko wrote: > On Sun, Oct 9, 2016 at 8:56 PM, Christoph Hellwig wrote: >> Hi Andy, >> >> two comment on your ぱatch to add MSI support to the above driver. >> >> First pci_alloc_irq_vectors gained a mandatory

[PATCH] drivers: staging: greybus: audio_codec.c: Fixed CHECKS for brace issues

2016-10-09 Thread Chase Metzger
Added braces to else statement where checkpatch complained. Signed-off-by: Chase Metzger --- drivers/staging/greybus/audio_codec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/greybus/audio_codec.c

Re: [PATCH RFC 1/3] tpm_crb: expand struct crb_control_area to struct crb_regs

2016-10-09 Thread Jason Gunthorpe
On Sun, Oct 09, 2016 at 09:33:58PM +0300, Jarkko Sakkinen wrote: > > Sorry I missed this part. > > > > Here are the constraints for existing hardware: > > > > 1. All the existing CRB start only hardware has the iomem covering the > >control area and registers for multiple localities. > > 2.

Re: [PATCH] extcon: usb-gpio: Add VBUS detection support

2016-10-09 Thread Chanwoo Choi
Hi Roger, I'm sorry for late reply due to the vacation. 2016-10-07 18:18 GMT+09:00 Roger Quadros : > Hi Chanwoo, > > > On 27/09/16 08:48, Peter Chen wrote: >> On Tue, Sep 20, 2016 at 05:53:55PM +0300, Roger Quadros wrote: >>> Driver can now work with both ID and VBUS pins or

lib/atomic64_test.c:217:9: error: implicit declaration of function 'atomic64_dec_if_positive'

2016-10-09 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: b66484cd74706fa8681d051840fe4b18a3da40ff commit: 51a021244b9d579be6b4f8c15c493a76deb2a79e atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE date: 2 days ago config: frv-allmodconfig (attached

Re: [PATCH 1/3] Staging: i4l: Warning "Prefer "pr_debug over printk(KERN_DEBUG... " fixed

2016-10-09 Thread Greg KH
On Fri, Oct 07, 2016 at 10:27:54PM +0530, Harman Kalra wrote: > Warning "Prefer "pr_debug over printk(KERN_DEBUG... " and "few line more than > 80 character" fixed That is two different things again :( I can't take this as is... greg k-h

[PATCH] Staging: i4l: act2000: Fixed warning "use pr_* instead of printk"

2016-10-09 Thread Harman Kalra
This patch replaces calls to the "printk" with appropriate "pr_*" function thus addressing the following warning generated by the checkpatch script: Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ...:w

Re: [PATCH 5/7] ramoops: Split ftrace buffer space into per-CPU zones

2016-10-09 Thread Joel Fernandes
On Fri, Oct 7, 2016 at 10:28 PM, Joel Fernandes wrote: > If FTRACE_PER_CPU flag is passed to ramoops pdata, split the space into > multiple zones depending on the number of CPUs. > > This speeds up the performance of function tracing by about 280% in my tests > as > we avoid

Re: [PATCH 1/2] host: ehci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS

2016-10-09 Thread Krzysztof Kozlowski
On Sun, Oct 09, 2016 at 10:45:40PM +0530, Anand Moon wrote: > Hi Krzysztof, > > On 9 October 2016 at 22:04, Krzysztof Kozlowski wrote: > > On Sun, Oct 09, 2016 at 02:34:14PM +, Anand Moon wrote: > >> Move the ehci-exynos system PM callbacks within #ifdef CONFIG_PM_SLEEP > >>

Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-09 Thread Greg Kroah-Hartman
On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > From: Bobi Jam > > If normal IO got short read/write, we'd restart the IO from where > we've accomplished until we meet EOF or error happens. > > Signed-off-by: Bobi Jam >

Re: [PATCH 1/3] staging: ks7010: use __packed instead of __attribute__((packed))

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 11:22:32AM +0530, Sabitha George wrote: > This patch fixes the below checkpatch warning in ks_hostif.c: > __packed is preferred over __attribute__((packed)) > > Signed-off-by: Sabitha George > --- > drivers/staging/ks7010/ks_hostif.c | 8

Re: [PATCH 2/3] staging: ks7010: use netdev_* instead of printk()

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 11:23:25AM +0530, Sabitha George wrote: > Fixes checkpatch warning on printk usage in ks_hostif.c > > Signed-off-by: Sabitha George > --- > drivers/staging/ks7010/ks_hostif.c | 31 +++ > 1 file changed, 15

Re: [PATCH v5 11/17] dax: correct dax iomap code namespace

2016-10-09 Thread Christoph Hellwig
Can you send this one to Dave for 4.9? It would be silly to rename something one merge window after it's just been introduced.

Re: [PATCH RFC 1/3] tpm_crb: expand struct crb_control_area to struct crb_regs

2016-10-09 Thread Jason Gunthorpe
On Sun, Oct 09, 2016 at 12:38:18PM +0300, Jarkko Sakkinen wrote: > On Sat, Oct 08, 2016 at 07:42:56PM -0600, Jason Gunthorpe wrote: > > On Sun, Oct 09, 2016 at 03:15:09AM +0300, Jarkko Sakkinen wrote: > > > + ctrl = crb_map_res(dev, priv, _res, buf->control_address, > > > +

Re: [lkp] [ipc/sem.c] 0882cba0a0: aim9.shared_memory.ops_per_sec -8.8% regression

2016-10-09 Thread Manfred Spraul
Hi, On 10/09/2016 09:05 AM, kernel test robot wrote: FYI, we noticed a -8.8% regression of aim9.shared_memory.ops_per_sec due to commit: commit 0882cba0a03bca73acd8fab8fb50db04691908e9 ("ipc/sem.c: fix complex_count vs. simple op race")

Re: [PATCH] irqchip/jcore: fix lost per-cpu interrupts

2016-10-09 Thread Thomas Gleixner
On Sun, 9 Oct 2016, Rich Felker wrote: > Ideas for improvement are welcome -- for example the > irq_is_percpu(irq_desc_get_irq(desc)) thing looks rather silly but I See the other mail. > didn't see a better way without poking through abstractions -- but > overall I think this both solves the

[PATCH] Staging: fbtft: Fixed open parenthesis alignment check

2016-10-09 Thread Harman Kalra
This patch resolves all the following CHECKs caught by checkpatch.pl CHECK: Alignment should match open parenthesis Signed-off-by: Harman Kalra --- drivers/staging/fbtft/fb_ili9325.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git

Re: [Resend PATCH] SCSI: scan: fix use-after-free

2016-10-09 Thread Christoph Hellwig
Looks fine: Reviewed-by: Christoph Hellwig

Re: [RFC PATCH-tip v4 02/10] locking/rwsem: Stop active read lock ASAP

2016-10-09 Thread Christoph Hellwig
On Fri, Oct 07, 2016 at 08:47:51AM +1100, Dave Chinner wrote: > Except that it's DAX, and in 4.7-rc1 that used shared locking at the > XFS level and never took exclusive locks. > > *However*, the DAX IO path locking in XFS has changed in 4.9-rc1 to > match the buffered IO single writer POSIX

[PATCH 2/3] Staging: i4l: icn: prefer pr_* instead of printk

2016-10-09 Thread Harman Kalra
This patch replaces call to printk with appropriate pr_* function thus addressing the following warning generated by the checkpatch script: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... Signed-off-by: Harman Kalra

[PATCH 1/3] Staging: i4l: icn: Fixed open brace should be on previous line error

2016-10-09 Thread Harman Kalra
This patch resolves the following error caught by checkpatch.pl: ERROR: that open brace { should be on the previous line Signed-off-by: Harman Kalra --- drivers/staging/i4l/icn/icn.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 3/3] Staging: i4l: icn: Fixed open brace should be on previous line error

2016-10-09 Thread Harman Kalra
This patch resolves the following error caught by checkpatch.pl: ERROR: that open brace { should be on the previous line Signed-off-by: Harman Kalra --- drivers/staging/i4l/icn/icn.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [PATCH] staging: wlan-ng: get memory from kernel allocators instead of big static buffer

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 05:14:52PM +0200, Sergio Paracuellos wrote: > This patch fix the following sparse warnings in prism2fw.c: > warning: memset with byte count of 12 > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/wlan-ng/prism2fw.c | 11

Re: [PATCH] staging: wlan-ng: get memory from kernel allocators instead of big static buffer

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 05:29:22PM +0200, Sergio Paracuellos wrote: > This patch fix the following sparse warnings in prism2fw.c: > warning: memset with byte count of 12 > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/wlan-ng/prism2fw.c | 11

[PATCH v2 7/9] staging: wlan-ng: fix block comments style in p80211netdev.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in p80211netdev.h Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211netdev.h | 100 - 1 file changed, 50

[PATCH v2 9/9] staging: wlan-ng: fix block comments style in prism2mgmt.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in prism2mgmt.h Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2mgmt.h | 122 ++- 1 file changed, 62

[PATCH v2 3/9] staging: wlan-ng: fix block comments style in p80211ioctl.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in p80211ioctl.h Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211ioctl.h | 120 +- 1 file changed, 60

[PATCH v2 5/9] staging: wlan-ng: fix block comments style in p80211mgmt.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in p80211mgmt.h: Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211mgmt.h | 194 +-- 1 file changed, 97

[PATCH v2 4/9] staging: wlan-ng: fix block comments style in p80211metadef.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in p80211metadef.h Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211metadef.h | 88 - 1 file changed, 44

[PATCH v2 2/9] staging: wlan-ng: fix block comments style in p80211hdr.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in p80211hdr.h: Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211hdr.h | 114 ++-- 1 file changed, 57

[PATCH v2 6/9] staging: wlan-ng: fix block comments style in p80211msg.h

2016-10-09 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in p80211msg.h Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211msg.h | 90 ++--- 1 file changed, 45

Re: [PATCH] mm/vmalloc: reduce the number of lazy_max_pages to reduce latency

2016-10-09 Thread Chris Wilson
On Sat, Oct 08, 2016 at 08:43:51PM -0700, Joel Fernandes wrote: > On Thu, Sep 29, 2016 at 1:18 AM, Chris Wilson > wrote: > > On Thu, Sep 29, 2016 at 03:34:11PM +0800, Jisheng Zhang wrote: > >> On Marvell berlin arm64 platforms, I see the preemptoff tracer report > >> a

[PATCH 1/2] host: ehci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS

2016-10-09 Thread Anand Moon
Move the ehci-exynos system PM callbacks within #ifdef CONFIG_PM_SLEEP as to avoid them being build when not used. This also allows us to use the SET_SYSTEM_SLEEP_PM_OPS macro which simplifies the code. Signed-off-by: Anand Moon --- drivers/usb/host/ehci-exynos.c | 14

[PATCH] net: dsa: slave: use new api ethtool_{get|set}_link_ksettings

2016-10-09 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes --- net/dsa/slave.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net/dsa/slave.c

Re: [PATCH 1/8] staging: rts5208: Fix CamelCase found by checkpatch

2016-10-09 Thread Greg KH
On Mon, Oct 03, 2016 at 11:16:22PM +, Wayne Porter wrote: > Convert CamelCase to recommended style. > > Signed-off-by: Wayne Porter > --- > drivers/staging/rts5208/xd.c | 8 > drivers/staging/rts5208/xd.h | 8 > 2 files changed, 8 insertions(+), 8

Re: [PATCH v2 2/4] ACPI / gpio: Add support for naming GPIOs

2016-10-09 Thread Mika Westerberg
On Fri, Oct 07, 2016 at 08:05:14PM +0300, Andy Shevchenko wrote: > On Thu, Sep 29, 2016 at 4:39 PM, Mika Westerberg > wrote: > > DT has property 'gpio-line-names' to name GPIO lines the controller has if > > present. Use this very same property in ACPI as well to

Re: parisc crash on boot with 4.8+git

2016-10-09 Thread John David Anglin
On 2016-10-09, at 5:03 AM, Meelis Roos wrote: >>> Linux version 4.8.0-11288-gb66484c (mroos@rp3410) (gcc version 5.4.0 >>> (Gentoo 5.4.0 p1.0) ) #81 Sat Oct 8 20:40:24 EEST 2016 >>> unwind_init: start = 0x4076e980, end = 0x407a7060, entries = 14446 >>> The 64-bit Kernel has started... >>> Kernel

Re: [PATCH 35/41] staging: lustre: hsm: Use file lease to implement migration

2016-10-09 Thread Greg Kroah-Hartman
On Sun, Oct 02, 2016 at 10:28:31PM -0400, James Simmons wrote: > From: Henri Doreau > > Implement non-blocking migration based on exclusive open instead of > group lock. Implemented exclusive close operation to atomically put > a lease, swap two layouts and close a file.

Re: [PATCH] Staging: i4l: act2000: Fixed warning "use pr_* instead of printk"

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 07:58:00PM +0530, Harman Kalra wrote: > This patch replaces calls to the "printk" with appropriate "pr_*" > function thus addressing the following warning generated by the > checkpatch script: > > Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then >

Re: [PATCH] Staging: i4l: act2000: Fixed warning "use pr_* instead of printk"

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 08:29:11PM +0530, Harman Kalra wrote: > This patch replaces calls to the "printk" with appropriate "pr_*" > function thus addressing the following warning generated by the > checkpatch script: > > Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then >

ppc64 qemu test failure since commit f9aa67142 ("powerpc/64s: Consolidate Alignment 0x600 interrupt")

2016-10-09 Thread Guenter Roeck
Nicholas, some of my qemu tests for ppc64 started failing on mainline (and -next). You can find a test log at http://kerneltests.org/builders/qemu-ppc64-master/builds/580/steps/qemubuildcommand/logs/stdio The scripts to run the test are available at

Re: [PATCH 14/15] staging: wlan-ng: fix line style warnings in prism2sta.c

2016-10-09 Thread Greg KH
On Sun, Oct 09, 2016 at 05:10:31PM +0200, Sergio Paracuellos wrote: > This patch fix the following checkpatch.pl warnings in prism2sta.c: > WARNING: line over 80 characters > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/wlan-ng/prism2sta.c | 9

Re: [PATCH 14/15] staging: wlan-ng: fix line style warnings in prism2sta.c

2016-10-09 Thread Sergio Paracuellos
This warnings seems to be fixed in the new tree, so I don't resend anything. El 2016年10月09日 a las 17:23, Greg KH escribió: On Sun, Oct 09, 2016 at 05:10:31PM +0200, Sergio Paracuellos wrote: This patch fix the following checkpatch.pl warnings in prism2sta.c: WARNING: line over 80 characters

Re: [PATCH V2 2/2] fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths

2016-10-09 Thread Oleg Nesterov
On 10/08, Dave Chinner wrote: > > On Fri, Oct 07, 2016 at 07:15:18PM +0200, Oleg Nesterov wrote: > > > > > > > > --- x/fs/xfs/xfs_trans.c > > > > +++ x/fs/xfs/xfs_trans.c > > > > @@ -245,7 +245,8 @@ xfs_trans_alloc( > > > > atomic_inc(>m_active_trans); > > > > > > > > tp =

Re: [PATCH 1/2] host: ehci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS

2016-10-09 Thread Krzysztof Kozlowski
On Sun, Oct 09, 2016 at 02:34:14PM +, Anand Moon wrote: > Move the ehci-exynos system PM callbacks within #ifdef CONFIG_PM_SLEEP > as to avoid them being build when not used. This also allows us to use the > SET_SYSTEM_SLEEP_PM_OPS macro which simplifies the code. > > Signed-off-by: Anand

Re: [PATCH 1/2] host: ehci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS

2016-10-09 Thread Anand Moon
Hi Krzysztof, On 9 October 2016 at 22:04, Krzysztof Kozlowski wrote: > On Sun, Oct 09, 2016 at 02:34:14PM +, Anand Moon wrote: >> Move the ehci-exynos system PM callbacks within #ifdef CONFIG_PM_SLEEP >> as to avoid them being build when not used. This also allows us to use

Re: [PATCH] pinctrl: intel: Configure GPIO chip IRQ as wakeup interrupts

2016-10-09 Thread Andy Shevchenko
On Sun, Oct 9, 2016 at 5:59 PM, Mika Westerberg wrote: > On Fri, Oct 07, 2016 at 10:40:42PM +0300, Andy Shevchenko wrote: >> On Fri, Oct 7, 2016 at 9:17 PM, Bacchewar, Nilesh >> wrote: >> > Here, Its marking GPIO controller IRQ line

[PATCH] ahci: qoriq: added ls1046a platform support

2016-10-09 Thread yuantian.tang
From: Tang Yuantian Ls1046a is a new introduced soc which supports ATA3.0. Signed-off-by: Tang Yuantian --- drivers/ata/ahci_qoriq.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/ata/ahci_qoriq.c

Re: [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

2016-10-09 Thread Shawn Lin
在 2016/10/8 17:28, Ziji Hu 写道: Hi Shawn, On 2016/10/8 10:44, Shawn Lin wrote: 在 2016/10/7 23:22, Gregory CLEMENT 写道: From: Ziji Hu Marvell Xenon eMMC/SD/SDIO Host Controller contains PHY. Three types of PHYs are supported. Add support to multiple types of PHYs init and

Re: [patch] staging: ion: use two separate locks for heaps and clients in ion_device

2016-10-09 Thread Greg KH
On Fri, Oct 07, 2016 at 04:27:49PM +0800, YiPing Xu wrote: > > > On 2016/10/5 2:02, Laura Abbott wrote: > > On 09/30/2016 01:18 AM, Xu YiPing wrote: > > > ion_alloc may get into slow path to get free page, > > > the call stack: > > > > > > __alloc_pages_slowpath > > > ion_page_pool_alloc_pages

Re: [PATCH 00/15] staging: wlang-ng: Fix several style issues in several source files.

2016-10-09 Thread Greg KH
On Mon, Oct 03, 2016 at 06:04:00PM +0200, Sergio Paracuellos wrote: > This patch series fix some of the following checkpatch.pl reported warnings: > WARNING: line over 80 characters > WARNING: Block comments should align the * on each line > WARNING: Block comments use a trailing */ on a separate

Re: [PATCH] staging: wlang-ng: avoid new typedef CTLX_STATE

2016-10-09 Thread Greg KH
On Mon, Oct 03, 2016 at 06:07:03PM +0200, Sergio Paracuellos wrote: > This patch fixes the following checkpatch.pl warning in hfa384x.h: > WARNING: do not add new typedefs > > It applies for typedef CTLX_STATE > > Signed-off-by: Sergio Paracuellos > --- >

Re: [PATCH] staging: wlang-ng: get memory from kernel allocators instead of big static buffer

2016-10-09 Thread Greg KH
On Mon, Oct 03, 2016 at 06:05:44PM +0200, Sergio Paracuellos wrote: > This patch fix the following sparse warnings in prism2fw.c: > warning: memset with byte count of 12 > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/wlan-ng/prism2fw.c | 11

[PATCH 2/2] host: ohci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS

2016-10-09 Thread Anand Moon
Move the ohci-exynos system PM callbacks within #ifdef CONFIG_PM_SLEEP as to avoid them being build when not used. This also allows us to use the SET_SYSTEM_SLEEP_PM_OPS macro which simplifies the code. Signed-off-by: Anand Moon --- drivers/usb/host/ohci-exynos.c | 20

[PATCH 05/15] staging: wlan-ng: fix block comment warnings in p80211netdev.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in p80211netdev.c: WARNING: Block comments should align the * on each line WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211netdev.c

[PATCH 15/15] staging: wlan-ng: fix block comment warnings in prism2fw.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in prism2fw.c WARNING: Block comments should align the * on each line WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2fw.c | 485

[PATCH 02/15] staging: wlan-ng: fix block comment warnings in hfa384x_usb.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in hfa384x_usb.c: WARNING: Block comments should align the * on each line WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/hfa384x_usb.c

[PATCH 12/15] staging: wlan-ng: fix block comment warnings in prism2mib.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in prism2mib.c: WARNING: Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2mib.c | 100 ++-- 1 file changed, 50

[PATCH 01/15] staging: wlan-ng: fix line style warnings in hfa384x_usb.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in hfa384x_usb.c: WARNING: line over 80 characters Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/hfa384x_usb.c | 71 +++ 1 file changed, 38 insertions(+), 33

[PATCH 11/15] staging: wlan-ng: fix block comment warnings in prism2mgmt.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in prism2mgmt.c: WARNING: Block comments should align the * on each line WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2mgmt.c |

[PATCH 07/15] staging: wlan-ng: fix block comment warnings in p80211req.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in p80211req.c: WARNING: Block comments should align the * on each line WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211req.c | 166

[PATCH 13/15] staging: wlan-ng: fix block comment warnings in prism2sta.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in prism2sta.c: WARNING: Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2sta.c | 36 ++-- 1 file changed, 18

[PATCH] staging: wlan-ng: get memory from kernel allocators instead of big static buffer

2016-10-09 Thread Sergio Paracuellos
This patch fix the following sparse warnings in prism2fw.c: warning: memset with byte count of 12 Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2fw.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

[PATCH 09/15] staging: wlan-ng: fix block comment warnings in p80211wep.c

2016-10-09 Thread Sergio Paracuellos
This patch fix the following checkpatch.pl warnings in p80211wep.c: WARNING: Block comments should align the * on each line Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/p80211wep.c | 90 ++--- 1 file changed, 45

[PATCH V2] staging: ks7010: use netdev_* instead of printk()

2016-10-09 Thread Sabitha George
Fixes checkpatch warning on printk usage in ks_hostif.c Signed-off-by: Sabitha George --- drivers/staging/ks7010/ks_hostif.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.c

Re: [PATCH v2 2/4] ACPI / gpio: Add support for naming GPIOs

2016-10-09 Thread Andy Shevchenko
On Sun, Oct 9, 2016 at 6:01 PM, Mika Westerberg wrote: > On Fri, Oct 07, 2016 at 08:05:14PM +0300, Andy Shevchenko wrote: >> On Thu, Sep 29, 2016 at 4:39 PM, Mika Westerberg >> wrote: >> > + if (!chip->names) >> > +

Re: [tpmdd-devel] [PATCH RFC 3/3] tpm_crb: request and relinquish locality 0

2016-10-09 Thread Jarkko Sakkinen
On Sun, Oct 09, 2016 at 09:43:59AM +, Winkler, Tomas wrote: > > > > > > > > > > > > Request and relinquish locality for the driver use in order to be a > > > > better > > citizen > > > > in a multi locality environment like with TXT as it uses locality 2. > > > > > > > > > > > Signed-off-by:

hello LKML

2016-10-09 Thread Mark Underwood
Good morning LKML http://jyt.org.uk/valuable.php?theres=khya20h4t8hkzymt2 Mark

Re: [RFC][PATCH 4/4] futex: Rewrite FUTEX_UNLOCK_PI

2016-10-09 Thread Thomas Gleixner
On Fri, 7 Oct 2016, Peter Zijlstra wrote: > top_waiter = futex_top_waiter(hb, ); > if (top_waiter) { > - ret = wake_futex_pi(uaddr, uval, top_waiter, hb); > + struct futex_pi_state *pi_state = top_waiter->pi_state; > + > + ret = -EINVAL; > +

Re: [PATCH v3 07/18] x86/intel_rdt: Add Haswell feature discovery

2016-10-09 Thread Borislav Petkov
On Fri, Oct 07, 2016 at 07:45:52PM -0700, Fenghua Yu wrote: > From: Fenghua Yu > > Some Haswell generation CPUs support RDT, but they don't enumerate this > using CPUID. Use rdmsr_safe() and wrmsr_safe() to probe the MSRs on > cpu model 63 (INTEL_FAM6_HASWELL_X) > >

Re: [PATCH v3 07/18] x86/intel_rdt: Add Haswell feature discovery

2016-10-09 Thread Fenghua Yu
On Sun, Oct 09, 2016 at 01:41:16PM +0200, Borislav Petkov wrote: > On Fri, Oct 07, 2016 at 07:45:52PM -0700, Fenghua Yu wrote: > > From: Fenghua Yu > > > > Some Haswell generation CPUs support RDT, but they don't enumerate this > > using CPUID. Use rdmsr_safe() and

[PATCH] staging: wlan-ng: get memory from kernel allocators instead of big static buffer

2016-10-09 Thread Sergio Paracuellos
This patch fix the following sparse warnings in prism2fw.c: warning: memset with byte count of 12 Signed-off-by: Sergio Paracuellos --- drivers/staging/wlan-ng/prism2fw.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

Re: [PATCH v3 07/18] x86/intel_rdt: Add Haswell feature discovery

2016-10-09 Thread Borislav Petkov
On Sun, Oct 09, 2016 at 10:09:37AM -0700, Fenghua Yu wrote: > The MSR is not guaranteed on every stepping of the family and model machine > because some parts may have the MSR fused off. And some bits in the MSR > may not be implemented on some parts. And in KVM or guest, the MSR may not >

[PATCH] net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings

2016-10-09 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes --- drivers/net/usb/lan78xx.c | 70 +--- 1 files changed, 40 insertions(+), 30 deletions(-)

[PATCH] staging: net: netlogic: use new api ethtool_{get|set}_link_ksettings

2016-10-09 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes --- drivers/staging/netlogic/xlr_net.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git

  1   2   3   4   5   6   >