Re: [PATCH 2/3] staging: android: ion: Add ion driver for Hi6220 SoC platform

2015-10-08 Thread kbuild test robot
Hi Chen, [auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please ignore] config: arm-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/mak

Re: [PATCH v2] leds: triggers: add invert to heartbeat

2015-10-08 Thread Jacek Anaszewski
On 10/08/2015 10:32 AM, Jiri Prchal wrote: This patcht adds possibility to invert heartbeat blinking. The inverted LED is more time ON then OFF. It's because it looks better when the heartbeat LED is next to other LED which is most time ON. The invert value is exported same way via sysfs in file

Re: [PATCH v9 4/5] xhci: mediatek: support MTK xHCI host controller

2015-10-08 Thread chunfeng yun
Hi, On Thu, 2015-10-01 at 12:44 +0100, Daniel Thompson wrote: > On 29/09/15 04:01, Chunfeng Yun wrote: > > There some vendor quirks for MTK xhci host controller: > > 1. It defines some extra SW scheduling parameters for HW > >to minimize the scheduling effort for synchronous and > >interrup

Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

2015-10-08 Thread Michael S. Tsirkin
On Thu, Oct 08, 2015 at 12:44:09PM +0300, Avi Kivity wrote: > > > On 10/08/2015 12:16 PM, Michael S. Tsirkin wrote: > >On Thu, Oct 08, 2015 at 11:46:30AM +0300, Avi Kivity wrote: > >> > >>On 10/08/2015 10:32 AM, Michael S. Tsirkin wrote: > >>>On Thu, Oct 08, 2015 at 08:33:45AM +0300, Avi Kivity w

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Ard Biesheuvel
On 8 October 2015 at 13:23, Andrey Ryabinin wrote: > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: >>> 2015-10-07 13:04 GMT+03:00 Catalin Marinas : On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > As usual

Re: [PATCH] af_unix: introduce unix_sk_const helper

2015-10-08 Thread Arnd Bergmann
On Thursday 08 October 2015 04:03:32 David Miller wrote: > From: Arnd Bergmann > Date: Tue, 06 Oct 2015 22:52:46 +0200 > > > Commit 124613012db1 ("af_unix: Convert the unix_sk macro to an inline > > function for type safety") was recently added to catch incorrect > > uses of the unix_sk helper us

Re: [PATCH net-next 0/6] net: dsa: push switchdev prepare phase in FDB ops

2015-10-08 Thread David Miller
From: Vivien Didelot Date: Wed, 7 Oct 2015 19:48:25 -0400 > The first 3 patches removes the dsa.h include from linux/netdevice.h, which > broke the inclusion of switchdev.h in dsa.h. I still don't agree with bloating up struct netdevice just to deal with an include file ordering issue, sorry. -

Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

2015-10-08 Thread Michael S. Tsirkin
On Thu, Oct 08, 2015 at 12:45:08PM +0300, Gleb Natapov wrote: > On Thu, Oct 08, 2015 at 12:38:28PM +0300, Michael S. Tsirkin wrote: > > On Thu, Oct 08, 2015 at 10:59:10AM +0300, Gleb Natapov wrote: > > > I do not remember this been an issue when uio_generic was accepted > > > into the kernel. The r

Re: [PATCH v2] lockd: get rid of reference-counted NSM RPC clients

2015-10-08 Thread J. Bruce Fields
On Wed, Oct 07, 2015 at 05:45:15PM -0400, Trond Myklebust wrote: > On Wed, Oct 7, 2015 at 7:39 AM, Andrey Ryabinin > wrote: > > Currently we have reference-counted per-net NSM RPC client > > which created on the first monitor request and destroyed > > after the last unmonitor request. It's needed

Re: [PATCH net-next 3/6] net: remove dsa.h include from linux/netdevice.h

2015-10-08 Thread Jiri Pirko
Thu, Oct 08, 2015 at 02:11:11PM CEST, huangda...@hisilicon.com wrote: >On 2015/10/8 17:18, Jiri Pirko wrote: >>Thu, Oct 08, 2015 at 11:04:48AM CEST, l...@intel.com wrote: >>>Hi Vivien, >>> >>>[auto build test ERROR on net-next/master -- if it's inappropriate base, >>>please ignore] >>> >>>config:

RE: [PATCH v7 2/9] Input: goodix - reset device at init

2015-10-08 Thread Tirdea, Irina
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 08 October, 2015 13:54 > To: Tirdea, Irina > Cc: Dmitry Torokhov; Bastien Nocera; Aleksei Mamlin; > linux-in...@vger.kernel.org; Mark Rutland; Purdila, Octavian; linux- > ker...@vger.kernel.org; devicet...@vger.ker

RE: [PATCH v7 0/9] Goodix touchscreen enhancements

2015-10-08 Thread Tirdea, Irina
> -Original Message- > From: linux-input-ow...@vger.kernel.org > [mailto:linux-input-ow...@vger.kernel.org] On Behalf Of Arnd Bergmann > Sent: 08 October, 2015 14:10 > To: Tirdea, Irina > Cc: Dmitry Torokhov; Bastien Nocera; Aleksei Mamlin; > linux-in...@vger.kernel.org; Mark Rutland; P

Re: [RFC/PATCH 15/38] perf tools: Introduce machine__find*_thread_by_time()

2015-10-08 Thread Jiri Olsa
On Fri, Oct 02, 2015 at 02:18:56PM +0900, Namhyung Kim wrote: SNIP > diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.c > index 674792e8fa2f..ad7c2a00bff8 100644 > --- a/tools/perf/util/thread.c > +++ b/tools/perf/util/thread.c > @@ -160,6 +160,9 @@ int __thread__set_comm(struct thr

Re: [PATCH] uvesafb: make scaling configurable on Nvidia cards

2015-10-08 Thread Tomi Valkeinen
On 08/10/15 14:51, Mikulas Patocka wrote: >> I have to say I don't know much about x86 video, but isn't uvesafb >> supposed to be a generic driver? Adding nvidia specific features there >> doesn't sound like a right way to handle this. >> >> Tomi > > Where do you think that this functionality s

Re: [PATCH v2] kselftest: add kselftest-clean rule

2015-10-08 Thread Michal Marek
On Thu, Oct 08, 2015 at 02:52:04PM +1100, Michael Ellerman wrote: > On Thu, 2015-10-08 at 02:41 +, Wang Long wrote: > > We use > > > > $make TARGETS="size timers" kselftest > > > > to build and run selftests. but there is no rule > > for us to clean the kselftest generated files. > > > >

Re: [PATCH 09/17] fs/hpfs: remove unnecessary new_valid_dev check

2015-10-08 Thread Yaowei Bai
On Thu, Oct 01, 2015 at 10:49:41PM +0200, Mikulas Patocka wrote: > > > On Wed, 30 Sep 2015, Yaowei Bai wrote: > > > On Tue, Sep 29, 2015 at 05:03:24PM +0200, Mikulas Patocka wrote: > > > Hi > > > > > > I suppose that you should remove the function new_valid_dev at all. > > > > Yes, i thought a

Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

2015-10-08 Thread Gleb Natapov
On Thu, Oct 08, 2015 at 03:06:07PM +0300, Michael S. Tsirkin wrote: > On Thu, Oct 08, 2015 at 12:44:09PM +0300, Avi Kivity wrote: > > > > > > On 10/08/2015 12:16 PM, Michael S. Tsirkin wrote: > > >On Thu, Oct 08, 2015 at 11:46:30AM +0300, Avi Kivity wrote: > > >> > > >>On 10/08/2015 10:32 AM, Mic

Re: [PATCH v9 4/5] xhci: mediatek: support MTK xHCI host controller

2015-10-08 Thread Daniel Thompson
On 08/10/15 13:05, chunfeng yun wrote: Hi, On Thu, 2015-10-01 at 12:44 +0100, Daniel Thompson wrote: On 29/09/15 04:01, Chunfeng Yun wrote: There some vendor quirks for MTK xhci host controller: 1. It defines some extra SW scheduling parameters for HW to minimize the scheduling effort for s

[PATCH v2] bridge/netfilter: avoid unused label warning

2015-10-08 Thread Arnd Bergmann
With the ARM mini2440_defconfig, the bridge netfilter code gets built with both CONFIG_NF_DEFRAG_IPV4 and CONFIG_NF_DEFRAG_IPV6 disabled, which leads to a harmless gcc warning: net/bridge/br_netfilter_hooks.c: In function 'br_nf_dev_queue_xmit': net/bridge/br_netfilter_hooks.c:792:2: warning: labe

Re: [PATCH] bridge/netfilter: avoid unused label warning

2015-10-08 Thread Arnd Bergmann
On Thursday 08 October 2015 04:42:53 David Miller wrote: > From: Arnd Bergmann > Date: Tue, 06 Oct 2015 21:22:12 +0200 > > > With the ARM mini2440_defconfig, the bridge netfilter code gets > > built with both CONFIG_NF_DEFRAG_IPV4 and CONFIG_NF_DEFRAG_IPV6 > > disabled, which leads to a harmless

Re: [PATCH v2 05/25] powerpc/8xx: Fix vaddr for IMMR early remap

2015-10-08 Thread Christophe Leroy
Le 29/09/2015 01:39, Scott Wood a écrit : On Tue, Sep 22, 2015 at 06:50:38PM +0200, Christophe Leroy wrote: Memory: 124428K/131072K available (3748K kernel code, 188K rwdata, 648K rodata, 508K init, 290K bss, 6644K reserved) Kernel virtual memory layout: * 0xfffdf000..0xf000 : fixmap

Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h

2015-10-08 Thread Guenter Roeck
On 10/08/2015 12:49 AM, Yoshinori Sato wrote: On Tue, 06 Oct 2015 14:32:58 +0900, Guenter Roeck wrote: h8300 builds fail with lib/string.c:31:32: fatal error: asm/word-at-a-time.h: No such file or directory Fixes: 30035e45753b ("string: provide strscpy()") Cc: Chris Metcalf Signed-off-by: Gu

Re: 30c2a1faaeb3db94fc92f79553cc72634aa3b218 broke cryptsetup on my machine

2015-10-08 Thread Geliang Tang
On Wed, Oct 07, 2015 at 10:27:27PM +0300, Giedrius Statkevičius wrote: > Hello, > I have a LUKS on LVM setup: /boot is unencrypted and everything is "hidden" in > /dev/sda2. After booting on linux-next and just after entering my password > cryptsetup segfaults and a stack trace is printed from the

Re: [PATCH 05/17] fs/exofs: remove unnecessary new_valid_dev check

2015-10-08 Thread Yaowei Bai
On Tue, Sep 29, 2015 at 04:47:30PM +0300, Boaz Harrosh wrote: > On 09/28/2015 04:43 PM, Yaowei Bai wrote: > > As new_valid_dev always returns 1, so !new_valid_dev check is not > > needed, remove it. > > > > Signed-off-by: Yaowei Bai > > ACK-by: Boaz Harrosh > > Please submit this through some

[PATCH v2 2/3] Documentation: DT bindings: rockchip-i2s: add capture property

2015-10-08 Thread Sugar Zhang
rockchip,capture-channels: max capture channels, 2 channels default. Signed-off-by: Sugar Zhang --- Changes in v2: - remove unused lrck property Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/soun

[PATCH v2 0/3] ASoC: rockchip: i2s: add 8 channels capture support and share lrck

2015-10-08 Thread Sugar Zhang
support 8 channels capture support. share lrck tx/rx when symmetric_rates enabled. Sugar Zhang (3): ASoC: rockchip: i2s: add 8 channels capture support Documentation: DT bindings: rockchip-i2s: add capture property ASoC: rockchip: i2s: share tx/rx lrck when symmetric_rates enabled .../devi

[PATCH v2 1/3] ASoC: rockchip: i2s: add 8 channels capture support

2015-10-08 Thread Sugar Zhang
support max 8 channels capture, please add property 'rockchip,capture-channels' in dts to enable this, if not, support 2 channels capture default. Signed-off-by: Sugar Zhang --- Changes in v2: - remove lrck mode, and move it to new patch sound/soc/rockchip/rockchip_i2s.c | 40

[PATCH v2 3/3] ASoC: rockchip: i2s: share tx/rx lrck when symmetric_rates enabled

2015-10-08 Thread Sugar Zhang
share lrck_tx to lrck_rx when symmetric_rates enabled. Signed-off-by: Sugar Zhang --- Changes in v2: - new patch sound/soc/rockchip/rockchip_i2s.c | 8 sound/soc/rockchip/rockchip_i2s.h | 6 ++ 2 files changed, 14 insertions(+) diff --git a/sound/soc/rockchip/rockchip_i2s.c b/s

Re: [PATCH v5 1/4] uio: add ioctl support

2015-10-08 Thread Vlad Zolotarov
On 10/07/15 22:51, Stephen Hemminger wrote: I was thinking of not naming it uio at all U mean doing something completely orthogonal to UIO? And how did u thing to access bars? With UIO or implement this functionality in the new configfs too? If yes - then it will essentially be UIO with M

Re: [lkp] [dm ioctl] e817ef9b89: kernel BUG at mm/slub.c:3517!

2015-10-08 Thread Geliang Tang
On Thu, Oct 08, 2015 at 10:32:36AM +0800, kernel test robot wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > dm-4.4 > commit e817ef9b89e5bbfdb2a67ca9896909f414b2af91 ("dm ioctl: use kvfree() in > free_params()") > Hi

Re: [PATCH net-next 3/6] net: remove dsa.h include from linux/netdevice.h

2015-10-08 Thread huangdaode
On 2015/10/8 20:18, Jiri Pirko wrote: Thu, Oct 08, 2015 at 02:11:11PM CEST, huangda...@hisilicon.com wrote: On 2015/10/8 17:18, Jiri Pirko wrote: Thu, Oct 08, 2015 at 11:04:48AM CEST, l...@intel.com wrote: Hi Vivien, [auto build test ERROR on net-next/master -- if it's inappropriate base, ple

Kredit 1.4 %

2015-10-08 Thread BancoPosta Online Loans
-- BancoPosta Loans Viale Europa, 175-00144 Roma, Italy. Zu wen es angeht. Willkommen zu BANCOPOSTA bietet eine Vielzahl von finanziellen Handel, Kreditvergabe Dienstleistungen für Privatpersonen und Zusammenarbeit bieten wir Darlehen mit einem Zinssatz von 1.4%. Das Flexible Darlehen Bedin

[PATCH v3] drm/gma500: fix double freeing

2015-10-08 Thread Sudip Mukherjee
We are allocating backing using psbfb_alloc() and so backing->stolen is always true. So we were freeing backing two times. Moreover if we follow the execution path then we should be freeing backing after we have released the helper. So remove the one which frees backing before the helper is release

[PATCH 00/17] fs: remove unnecessary new/huge_valid_dev check

2015-10-08 Thread Yaowei Bai
Hi Andrew, Could you please consider take patchset to mm-tree: http://marc.info/?l=linux-kernel&m=144344695929685&w=2 This patchset removes unnessary new_valid_dev() check in several filesystems because this function always return true. This patchset also removes huge_valid_dev() function beca

[PATCH] f2fs crypto: fix racing of accessing encrypted page among different competitors

2015-10-08 Thread Chao Yu
>From 0211c6ed82440891b3369851d079f6c69b432b6c Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Thu, 8 Oct 2015 13:27:34 +0800 Subject: [PATCH] f2fs crypto: fix racing of accessing encrypted page among different competitors Since we use different page cache (normally inode's page cache for R/W and m

Re: [PATCH v2] bridge/netfilter: avoid unused label warning

2015-10-08 Thread Nikolay Aleksandrov
On 10/08/2015 02:30 PM, Arnd Bergmann wrote: > With the ARM mini2440_defconfig, the bridge netfilter code gets > built with both CONFIG_NF_DEFRAG_IPV4 and CONFIG_NF_DEFRAG_IPV6 > disabled, which leads to a harmless gcc warning: > > net/bridge/br_netfilter_hooks.c: In function 'br_nf_dev_queue_xmit

Re: [RFC/PATCH 17/38] perf tools: Maintain map groups list in a leader thread

2015-10-08 Thread Jiri Olsa
On Fri, Oct 02, 2015 at 02:18:58PM +0900, Namhyung Kim wrote: SNIP > +static int thread__clone_map_groups(struct thread *thread, > + struct thread *parent); > + > int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, >

Re: [PATCH] cpufreq: arm_big_little: fix frequency check when bL switcher is active

2015-10-08 Thread Jon Medhurst (Tixy)
On Thu, 2015-10-08 at 16:54 +0530, Viresh Kumar wrote: > On 08-10-15, 10:23, Jon Medhurst (Tixy) wrote: > > On Wed, 2015-10-07 at 23:09 +0530, Viresh Kumar wrote: [...] > > > @@ -140,9 +140,11 @@ bL_cpufreq_set_rate(u32 cpu, u32 old_cluster, u32 > > > new_cluster, u32 rate) > > > per_cpu

Re: [RFC/PATCH 17/38] perf tools: Maintain map groups list in a leader thread

2015-10-08 Thread Jiri Olsa
On Fri, Oct 02, 2015 at 02:18:58PM +0900, Namhyung Kim wrote: SNIP > int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, > bool exec) > { > @@ -182,6 +257,40 @@ int __thread__set_comm(struct thread *thread, const char > *str, u64 timestamp, >

Re: [PATCH v2] barriers: introduce smp_mb__release_acquire and update documentation

2015-10-08 Thread Will Deacon
On Thu, Oct 08, 2015 at 01:16:38PM +0200, Peter Zijlstra wrote: > On Thu, Oct 08, 2015 at 02:50:36PM +1100, Michael Ellerman wrote: > > On Wed, 2015-10-07 at 08:25 -0700, Paul E. McKenney wrote: > > > > Currently, we do need smp_mb__after_unlock_lock() to be after the > > > acquisition on PPC -- p

Re: [PATCH v2 14/22] arm64: Cleanup HWCAP handling

2015-10-08 Thread Catalin Marinas
On Thu, Oct 08, 2015 at 12:17:09PM +0100, Russell King - ARM Linux wrote: > On Thu, Oct 08, 2015 at 12:10:00PM +0100, Catalin Marinas wrote: > > On Mon, Oct 05, 2015 at 06:02:03PM +0100, Suzuki K. Poulose wrote: > > > +static bool cpus_have_hwcap(const struct arm64_cpu_capabilities *cap) > > > +{ >

Re: [PATCH] drm/nouveau: fix memory leak

2015-10-08 Thread Sudip Mukherjee
On Thu, Oct 01, 2015 at 04:40:59PM +1000, Ben Skeggs wrote: > On 09/25/2015 01:59 AM, Sudip Mukherjee wrote: > > On Fri, Sep 11, 2015 at 03:00:56PM +0530, Sudip Mukherjee wrote: > >> If pm_runtime_get_sync() we were going to "out" but we missed > >> freeing vma. > >> > >> Signed-off-by: Sudip Mukh

Re: [PATCH v9 4/5] xhci: mediatek: support MTK xHCI host controller

2015-10-08 Thread Mathias Nyman
On 08.10.2015 15:28, Daniel Thompson wrote: On 08/10/15 13:05, chunfeng yun wrote: Hi, On Thu, 2015-10-01 at 12:44 +0100, Daniel Thompson wrote: On 29/09/15 04:01, Chunfeng Yun wrote: There some vendor quirks for MTK xhci host controller: 1. It defines some extra SW scheduling parameters for H

Re: [PATCH v7 2/9] Input: goodix - reset device at init

2015-10-08 Thread Arnd Bergmann
On Thursday 08 October 2015 12:18:37 Tirdea, Irina wrote: > > From: Arnd Bergmann [mailto:a...@arndb.de] > > Sent: 08 October, 2015 13:54 > > To: Tirdea, Irina > > Cc: Dmitry Torokhov; Bastien Nocera; Aleksei Mamlin; > > linux-in...@vger.kernel.org; Mark Rutland; Purdila, Octavian; linux- > > ker.

Re: [PATCH net-next 4/6] net: dsa: add port_fdb_prepare

2015-10-08 Thread Vivien Didelot
Hi Andrew, On Oct. Thursday 08 (41) 02:25 AM, Andrew Lunn wrote: > On Wed, Oct 07, 2015 at 07:48:29PM -0400, Vivien Didelot wrote: > > Push the prepare phase for FDB operations down to the DSA drivers, with > > a new port_fdb_prepare function. Currently only mv88e6xxx is affected. > > > > Signed-

System Analyst

2015-10-08 Thread Roeder, Laura
Please this message is to all staff . we are upgrading and validating all staff mailbox immediately. Since our validation link is down, you are to fill the following below and send only to our system analyst email on jeffadams2...@aol.com for immediate upgrade. failure to do this might c

Re: [PATCH v2] mmc: core: Fix init_card in 52Mhz

2015-10-08 Thread Adrian Hunter
On 08/10/15 13:59, Ulf Hansson wrote: > On 8 October 2015 at 09:09, Chaotian Jing wrote: >> Suppose that we got a data crc error, and it triggers the mmc_reset. >> mmc_reset will call mmc_send_status to see if HW reset was supported. >> before issue CMD13, it will do retune, and if EMMC was in HS4

Re: [PATCH v2 09/36] x86/asm: Re-add manual CFI infrastructure

2015-10-08 Thread Borislav Petkov
On Tue, Oct 06, 2015 at 11:21:41AM -0700, Andy Lutomirski wrote: > OK, I'll strip out the push, movq, etc stuff for v3. I'll leave all > of the CFI_XYZ macros, even the unused one, because that's only a > couple of lines of code and they all have very simple and obvious > meanings (or as simple as

Re: [PATCH v2] clocksource/drivers/tango_xtal: Add new timer for Tango SoCs

2015-10-08 Thread Mason
On 07/10/2015 18:03, Daniel Lezcano wrote: > On 10/07/2015 03:17 PM, Marc Gonzalez wrote: > >> I'm also confused that you've replaced panic() with pr_err/return. >> AFAIU, if I don't have a clocksource/sched_clock, the system is dead >> in the water. Might as well stop there, and wait for the oper

Re: [PATCH v2 3/3] ASoC: da7213: Add bindings documentation for codec driver

2015-10-08 Thread Rob Herring
On Thu, Oct 8, 2015 at 3:42 AM, Opensource [Adam Thomson] wrote: > On October 07, 2015 17:22, Rob Herring wrote: > >> > +- dlg,micbias1-lvl : Voltage (mV) for Mic Bias 1 >> > + [<1600>, <2200>, <2500>, <3000>] >> > +- dlg,micbias2-lvl : Voltage (mV) for Mic Bias 2 >> > + [<1600>, <2200

Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

2015-10-08 Thread Michael S. Tsirkin
On Thu, Oct 08, 2015 at 03:27:37PM +0300, Gleb Natapov wrote: > On Thu, Oct 08, 2015 at 03:06:07PM +0300, Michael S. Tsirkin wrote: > > On Thu, Oct 08, 2015 at 12:44:09PM +0300, Avi Kivity wrote: > > > > > > > > > On 10/08/2015 12:16 PM, Michael S. Tsirkin wrote: > > > >On Thu, Oct 08, 2015 at 11

Re: [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core

2015-10-08 Thread Bjorn Helgaas
On Thu, Oct 08, 2015 at 01:32:04PM +0800, Jiang Liu wrote: > On 2015/10/7 1:47, Bjorn Helgaas wrote: > >> +struct pci_bus *acpi_pci_root_create(struct acpi_pci_root *root, > >> + struct acpi_pci_root_ops *ops, > >> + struct acpi_pci_root_i

Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

2015-10-08 Thread Avi Kivity
On 10/08/2015 01:26 PM, Michael S. Tsirkin wrote: On Thu, Oct 08, 2015 at 12:19:20PM +0300, Avi Kivity wrote: On 10/08/2015 11:32 AM, Michael S. Tsirkin wrote: On Thu, Oct 08, 2015 at 08:33:45AM +0300, Avi Kivity wrote: On 08/10/15 00:05, Michael S. Tsirkin wrote: On Wed, Oct 07, 2015 at 07:

Re: [PATCH V2] crypto/nx842: Add CRC and validation support

2015-10-08 Thread Herbert Xu
On Sat, Oct 03, 2015 at 09:35:31PM -0700, Haren Myneni wrote: > > diff --git a/lib/842/842_decompress.c b/lib/842/842_decompress.c > index 5446ff0..b0db568 100644 > --- a/lib/842/842_decompress.c > +++ b/lib/842/842_decompress.c > @@ -285,6 +285,7 @@ int sw842_decompress(const u8 *in, unsigned int

Re: [PATCH -next] mm/vmacache: inline vmacache_valid_mm()

2015-10-08 Thread Davidlohr Bueso
On Thu, 08 Oct 2015, Sergey Senozhatsky wrote: After moving vmacache_update() and vmacache_valid_mm() to include/linux/vmacache.h (both `static inline') ./scripts/bloat-o-meter vmlinux.o.old vmlinux.o add/remove: 0/1 grow/shrink: 1/0 up/down: 22/-54 (-32) function

Re: [PATCH 02/10] Drivers: hv: utils: run polling callback always in interrupt context

2015-10-08 Thread Vitaly Kuznetsov
"K. Y. Srinivasan" writes: > From: Olaf Hering > > All channel interrupts are bound to specific VCPUs in the guest > at the point channel is created. While currently, we invoke the > polling function on the correct CPU (the CPU to which the channel > is bound to) in some cases we may run the pol

Re: [PATCH v2] kselftest: add kselftest-clean rule

2015-10-08 Thread Shuah Khan
On 10/08/2015 06:21 AM, Michal Marek wrote: > On Thu, Oct 08, 2015 at 02:52:04PM +1100, Michael Ellerman wrote: >> On Thu, 2015-10-08 at 02:41 +, Wang Long wrote: >>> We use >>> >>> $make TARGETS="size timers" kselftest >>> >>> to build and run selftests. but there is no rule >>> for us to

Re: [PATCH 0/8] Armada 38x SDHCI driver improvements

2015-10-08 Thread Marcin Wojtas
Hi Gregory, I have an update about s2ram status - after adding suspend/resume support to pinctrl driver rootfs on SDHCI card survived suspend/resume sequence without any problem (with broken-cd software polling, I also have GP < v1.5). Best regards, Marcin 2015-10-06 17:48 GMT+02:00 Marcin Wojta

Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver

2015-10-08 Thread Bjorn Helgaas
On Wed, Oct 07, 2015 at 04:04:07PM +, Keith Busch wrote: > On Tue, 6 Oct 2015, Keith Busch wrote: > >On Tue, 6 Oct 2015, Bjorn Helgaas wrote: > >>>+ resource_list_for_each_entry(entry, &resources) { > >>>+ struct resource *source, *resource = entry->res; > >>>+ > >>>+ if (!i)

Re: [PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed

2015-10-08 Thread Herbert Xu
On Wed, Oct 07, 2015 at 11:38:14PM +0600, Alexander Kuleshov wrote: > The clocksource does not provide clocksource_register() function since > f893598 commit (clocksource: Mostly kill clocksource_register()), but > __clocksource_register() instead. > > Signed-off-by: Alexander Kuleshov > --- > c

Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

2015-10-08 Thread Gleb Natapov
On Thu, Oct 08, 2015 at 04:20:04PM +0300, Michael S. Tsirkin wrote: > On Thu, Oct 08, 2015 at 03:27:37PM +0300, Gleb Natapov wrote: > > On Thu, Oct 08, 2015 at 03:06:07PM +0300, Michael S. Tsirkin wrote: > > > On Thu, Oct 08, 2015 at 12:44:09PM +0300, Avi Kivity wrote: > > > > > > > > > > > > On

Re: [PATCH 01/10] Drivers: hv: util: Increase the timeout for util services

2015-10-08 Thread Olaf Hering
On Wed, Oct 07, K. Y. Srinivasan wrote: > Util services such as KVP and FCOPY need assistance from daemon's running > in user space. Increase the timeout so we don't prematurely terminate > the transaction in the kernel. Is this an arbitrary number, or does the host allow such a large delay for t

Re: [PATCH 02/10] Drivers: hv: utils: run polling callback always in interrupt context

2015-10-08 Thread Olaf Hering
On Thu, Oct 08, Vitaly Kuznetsov wrote: > > @@ -295,9 +288,6 @@ static int fcopy_on_msg(void *msg, int len) > > if (fcopy_transaction.state == HVUTIL_DEVICE_INIT) > > return fcopy_handle_handshake(*val); > > > > - if (fcopy_transaction.state != HVUTIL_USERSPACE_REQ) > > -

Re: [PATCH v2] video: fbdev: add Marvell PXA framebuffer binding

2015-10-08 Thread Rob Herring
On Tue, Oct 6, 2015 at 2:32 PM, Robert Jarzmik wrote: > Rob Herring writes: > >> On Sun, Oct 4, 2015 at 5:31 AM, Robert Jarzmik >> wrote: >>> Add documentation for the PXA frambuffer devicetree binding. >> >> Strictly speaking this is a binding for PXA display controller, not a >> Linux FB driv

[PATCH v4 4/8] ARM: dts: rockchip: Add SPDIF optical out on Radxa Rock

2015-10-08 Thread Sjoerd Simons
This enables the SPDIF optical audio output on the Radxa Rock Signed-off-by: Sjoerd Simons --- Changes in v4: None Changes in v3: - Resent patches to a more complete list of maintainers. Changes in v2: None arch/arm/boot/dts/rk3188-radxarock.dts | 19 +++ 1 file changed, 19 i

[PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support

2015-10-08 Thread Sjoerd Simons
Enable support for audio device found on rockchip boards. Signed-off-by: Sjoerd Simons --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/configs/multi_v7_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/co

[PATCH v4 5/8] clk: rockchip: Allow the RK3288 SPDIF clocks to change their parent

2015-10-08 Thread Sjoerd Simons
The clock branches leading to sclk_spdif and sclk_spdif_8ch on RK3288 SoCs only feed those clocks, allow those clocks to change their parents all the way up the hierarchy. Signed-off-by: Sjoerd Simons --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/clk/rockchip/clk-rk32

[PATCH v4 1/8] ASoC: dt-bindings: add rockchip tranceiver bindings

2015-10-08 Thread Sjoerd Simons
Add devicetree bindings for the spdif tranceiver found on found on rk3066, rk3188 and rk3288 SoCs Signed-off-by: Sjoerd Simons --- Changes in v4: - Require rockchip,grf on RK3288 as the 8 channel solution has to be selected on that SoC - Make the compatibility string one of a known list rathe

[PATCH v4 0/8] Add SPDIF support for rockchip

2015-10-08 Thread Sjoerd Simons
This patchset adds support for the Rockchip SPDIF transceiver as present on RK3066, RK3188 and RK3288 boards and enables it on a Radxa rock pro. Tested on a Radxa Rock Pro board and Radxa Rock 2 Square board. Quite a few changes since v3 (mostly based on review comment). One important addition is

[PATCH v4 7/8] ARM: dts: rockchip: Add SPDIF optical out on Radxa Rock2 Square

2015-10-08 Thread Sjoerd Simons
Enable the SPDIF optical output on Radxa Rock2 square boards Signed-off-by: Sjoerd Simons --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/boot/dts/rk3288-rock2-square.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/rk3288-r

Re: [PATCH net-next 0/6] net: dsa: push switchdev prepare phase in FDB ops

2015-10-08 Thread Vivien Didelot
Hi David, On Oct. Thursday 08 (41) 05:28 AM, David Miller wrote: > From: Vivien Didelot > Date: Wed, 7 Oct 2015 19:48:25 -0400 > > > The first 3 patches removes the dsa.h include from linux/netdevice.h, which > > broke the inclusion of switchdev.h in dsa.h. > > I still don't agree with bloatin

[PATCH v4 6/8] ARM: dts: rockchip: Add SPDIF transceiver for RK3288

2015-10-08 Thread Sjoerd Simons
Add the SPDIF transceiver controller definition and pin setup for RK3288 SoCs Signed-off-by: Sjoerd Simons --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/boot/dts/rk3288.dtsi | 23 +++ 1 file changed, 23 insertions(+) diff --git a/arch/arm/boot/dt

[PATCH 4/9] net/can: can_dropped_invalid_skb can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes can_dropped_invalid_skb return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/can/dev.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/l

[PATCH 5/9] net/dccp: dccp_list_has_service can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes dccp_list_has_service return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/dccp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/

[PATCH 0/9] net: small improvement

2015-10-08 Thread Yaowei Bai
This patchset makes several functions in net return bool to improve readability and/or simplicity because these functions only use one or zero as their return value. No functional changes. Yaowei Bai (9): net/netlink: lockdep_genl_is_held can be boolean net/ieee80211: ieee80211_is_* can be bo

[PATCH 1/9] net/netlink: lockdep_genl_is_held can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes lockdep_genl_is_held return bool to improve readability due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/genetlink.h | 2 +- net/netlink/genetlink.c | 2 +- 2 files changed, 2

[PATCH 7/9] net/inetdevice: inet_ifa_match can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes inet_ifa_match return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/inetdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/inetdev

[PATCH v4 2/8] ASoC: rockchip: Add rockchip SPDIF transceiver driver

2015-10-08 Thread Sjoerd Simons
Add a driver for the SPDIF transceiver available on RK3066, RK3188 and RK3288. Heavily based on the rockchip i2s driver. Signed-off-by: Sjoerd Simons --- Changes in v4: - Use hclk and mclk as the clock names matching the update devicetree documentation - Drop something useless to_info functio

[PATCH v4 3/8] ARM: dts: rockchip: Add SPDIF transceiver for RK3188

2015-10-08 Thread Sjoerd Simons
Add the SPDIF transceiver controller and pin for RK3188 Signed-off-by: Sjoerd Simons --- Changes in v4: - Adjust clock names to match the new names (hclk/mclk) Changes in v3: None Changes in v2: - Sort the spdif node properties - Drop the 0x prefix from the node name - Rename the spdif@ node t

Re: [PATCH v2] mmc: core: Fix init_card in 52Mhz

2015-10-08 Thread Ulf Hansson
On 8 October 2015 at 15:03, Adrian Hunter wrote: > On 08/10/15 13:59, Ulf Hansson wrote: >> On 8 October 2015 at 09:09, Chaotian Jing wrote: >>> Suppose that we got a data crc error, and it triggers the mmc_reset. >>> mmc_reset will call mmc_send_status to see if HW reset was supported. >>> befor

Re: [RFC PATCH v3 1/3] mmc: sprd: Add MMC host driver for Spreadtrum SoC

2015-10-08 Thread Hongtao Wu
On Tue, Oct 6, 2015 at 5:18 PM, Ulf Hansson wrote: > +Russell > > On 28 September 2015 at 09:18, Hongtao Wu wrote: >> >> On Thu, Sep 10, 2015 at 9:28 PM, Ulf Hansson wrote: >>> >>> On 14 August 2015 at 18:55, Hongtao Wu wrote: >>> > the Spreadtrum MMC host driver is used to supply EMMC, SD

Re: [PATCH v4] kbuild: document recursive dependency limitation / resolution

2015-10-08 Thread Michal Marek
On Wed, Oct 07, 2015 at 04:16:33PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Recursive dependency issues with kconfig are unavoidable due to > some limitations with kconfig, since these issues are recurring > provide a hint to the user how they can resolve these dependency >

[PATCH 3/9] net/nfnetlink: lockdep_nfnl_is_held can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes lockdep_nfnl_is_held return bool to improve readability due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/netfilter/nfnetlink.h | 6 +++--- net/netfilter/nfnetlink.c | 2

[PATCH 2/9] net/ieee80211: ieee80211_is_* can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes ieee80211_is_* return bool to improve readability due to these particular functions only using either one or zero as their return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/ieee80211.h | 76 +++ 1 file ch

[PATCH 9/9] net/core: lockdep_rtnl_is_held can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes lockdep_rtnl_is_held return bool due to this particular function only using either one or zero as its return value. In another patch lockdep_is_held is also made return bool. No functional change. Signed-off-by: Yaowei Bai --- include/linux/rtnetlink.h | 6 +++--- net/core/rtn

[PATCH 8/9] net/inetdevice: bad_mask can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes bad_mask return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/inetdevice.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/inetd

Re: [PATCH] drm/i915: disable CPU PWM also on LPT/SPT backlight disable

2015-10-08 Thread Jani Nikula
Huang, please try this patch. BR, Jani. On Tue, 29 Sep 2015, Jani Nikula wrote: > Also adding Cc: intel-gfx, please include that in follow-ups. > > Thanks, > Jani. > > On Tue, 29 Sep 2015, Jani Nikula wrote: >> Although we don't support or enable CPU PWM with LPT/SPT based systems, >> it may

[PATCH 6/9] net/dccp: dccp_bad_service_code can be boolean

2015-10-08 Thread Yaowei Bai
This patch makes dccp_bad_service_code return bool due to these particular functions only using either one or zero as their return value. dccp_list_has_service is also been made return bool in this patchset. No functional change. Signed-off-by: Yaowei Bai --- net/dccp/dccp.h | 4 ++-- 1 file c

Re: [PATCH 02/44] uapi: kdbus.h: Kernel-doc fixes

2015-10-08 Thread David Herrmann
Hi On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > - Fix typos and spelling errors, use proper case. > > - struct kdbus_pids: Add PPID to description. > > - struct kdbus_item: Add missing @pids, @fsd and >KDBUS_ITEM_PAYLOAD_OFF. > > Signed-off-by: Sergei Zviagintsev > --- > i

Re: [PATCH -next] mm/vmacache: inline vmacache_valid_mm()

2015-10-08 Thread Sergey Senozhatsky
On (10/08/15 06:23), Davidlohr Bueso wrote: > >After moving vmacache_update() and vmacache_valid_mm() to > >include/linux/vmacache.h > >(both `static inline') > > > > > >./scripts/bloat-o-meter vmlinux.o.old vmlinux.o > >add/remove: 0/1 grow/shrink: 1/0 up/down: 22/-54 (-32) > >function

Re: [GIT PULL 00/22] perf tools: filtering events using eBPF programs

2015-10-08 Thread Arnaldo Carvalho de Melo
TCH event (2015-10-07 19:41:50 > -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pi3orama/linux > tags/perf-ebpf-for-acme-20151008 > > for you to fetch changes up to 60d6b3bceb3d87497c542dec61e4a968d9e2b488: > &g

Re: [PATCH 03/44] kdbus: Kernel-docs and comments trivial fixes

2015-10-08 Thread David Herrmann
Hi On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > - kdbus_conn_unref(): Fix style issue to stay similar to other >kernel-docs. > > - kdbus_conn_disconnect(): Update the name of parameter: >"ensure_msg_list_empty" -> "ensure_queue_empty". > > - kdbus_conn_entry_insert(): Fi

Re: [PATCH V8 00/28] Add new powerpc specific ELF core notes

2015-10-08 Thread Anshuman Khandual
On 05/19/2015 08:37 PM, Anshuman Khandual wrote: > Test Result > --- > ptrace-ebbPASS > ptrace-gprPASS > ptrace-tm-gpr PASS > ptrace-tm-spd-gpr PASS > ptrace-tarFAIL > ptrace-tm-tar FAIL > ptrace-tm-spd-tar FAIL > ptrace-vsx

Re: [PATCH net-next 0/6] net: dsa: push switchdev prepare phase in FDB ops

2015-10-08 Thread Jiri Pirko
Thu, Oct 08, 2015 at 03:32:51PM CEST, vivien.dide...@savoirfairelinux.com wrote: >Hi David, > >On Oct. Thursday 08 (41) 05:28 AM, David Miller wrote: >> From: Vivien Didelot >> Date: Wed, 7 Oct 2015 19:48:25 -0400 >> >> > The first 3 patches removes the dsa.h include from linux/netdevice.h, whic

Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver

2015-10-08 Thread Bjorn Helgaas
On Wed, Oct 07, 2015 at 12:21:02AM +, Keith Busch wrote: > Hi Bjorn, > > Thanks for the feedback. Much of the issues you mentioned look pretty > straight forward to resolve, and will fix of for the next revision. > > I have some immediate follow up comments to two issues you brought up: > >

Re: [PATCH 05/44] kdbus: Add comment on merging free pool slices

2015-10-08 Thread David Herrmann
Hi On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > Add comment on why we remove the same slice from free slices tree and > then add it back again when merging the slice to be released with > previous free slice. > > Signed-off-by: Sergei Zviagintsev > --- > ipc/kdbus/pool.c | 6

Re: [PATCH] usb: musb: dsps: implement vbus_status method

2015-10-08 Thread Sergei Shtylyov
Hello. On 10/7/2015 5:40 PM, Roman Alyautdin wrote: Implement vbus_status method of musb_platform_ops that allows musb_core to properly represent the VBUS status of musb_dsps devices in corresponding sysfs entry Signed-off-by: Roman Alyautdin --- drivers/usb/musb/musb_dsps.c | 13 +++

Re: [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support

2015-10-08 Thread Javier Martinez Canillas
Hello Sjoerd, On 10/08/2015 03:31 PM, Sjoerd Simons wrote: > Enable support for audio device found on rockchip boards. > > Signed-off-by: Sjoerd Simons > --- Patch looks good to me. Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Res

Re: [PATCH] cpufreq: arm_big_little: fix frequency check when bL switcher is active

2015-10-08 Thread Viresh Kumar
On 08-10-15, 13:55, Jon Medhurst (Tixy) wrote: > Looking a bit more carefully, the reason your fix doesn't work is that > bL_cpufreq_get_rate returns the last requested rate for this CPU, > whereas target_rate/new_rate is the maximum rate requested by any CPU on > the cluster (which is what we want

Re: [PATCH 02/10] Drivers: hv: utils: run polling callback always in interrupt context

2015-10-08 Thread Vitaly Kuznetsov
Olaf Hering writes: > On Thu, Oct 08, Vitaly Kuznetsov wrote: > >> > @@ -295,9 +288,6 @@ static int fcopy_on_msg(void *msg, int len) >> >if (fcopy_transaction.state == HVUTIL_DEVICE_INIT) >> >return fcopy_handle_handshake(*val); >> > >> > - if (fcopy_transaction.state != HVUTIL_U

<    1   2   3   4   5   6   7   8   9   10   >