Re: [PATCH 8/8] crypto: testmgr: Use the xxx_zero_message_hash from headers

2015-10-12 Thread Corentin LABBE
Le 12/10/2015 21:24, kbuild test robot a écrit : > Hi LABBE, > > [auto build test ERROR on crypto/master -- if it's inappropriate base, please > suggest rules for selecting the more suitable base] > > url: >

Re: [PATCH 4/5] cpufreq: create cpu/cpufreq/policyX directories

2015-10-12 Thread Saravana Kannan
On 10/11/2015 10:21 AM, Viresh Kumar wrote: The cpufreq sysfs interface had been a bit inconsistent as one of the CPUs for a policy had a real directory within its sysfs 'cpuX' directory and all other CPUs had links to it. That also made the code a bit complex as we need to take care of moving

Re: [PATCH] i2c: return probe deferred status on dev_pm_domain_attach

2015-10-12 Thread Wolfram Sang
> Should I add Cc: stable? or are they notified from the Fixes: tag? My preference is: I'll add stable when I commit to my tree. I am happy if people tell me when they think this should be done. In this case, it should :) signature.asc Description: Digital signature

Re: [PATCH v4 1/3] net: unix: fix use-after-free in unix_dgram_poll()

2015-10-12 Thread Jason Baron
On 10/09/2015 10:38 AM, Hannes Frederic Sowa wrote: > Hi, > > Jason Baron writes: > >> The unix_dgram_poll() routine calls sock_poll_wait() not only for the wait >> queue associated with the socket s that we are poll'ing against, but also >> calls >> sock_poll_wait() for a

[PATCH] staging: lustre: kernel style neating (block comments)

2015-10-12 Thread Sanne Wouda
Fix lustre/ptlrpc/client.c block comments following the Coding Style preferred format for multi-line and single-line comments. /* * This is the preferred style for multi-line * comments in the Linux kernel source code. * Please use it consistently. *

[PATCH v2 0/4] soc: ti: knav_qmss: enable accumulator queue support

2015-10-12 Thread Murali Karicheri
This patch series enable accumulator queue support for K2 SoCs. Accumulator queues are a type of qmss queue that is monitored by the PDSP firmware and accumulated. Host is interrupted by PDSP firmware when packets become available in a ring buffer shared between the host and PDSP. There was an

[PATCH 1/4] Documentation: dt: soc: move driver description to a separate document

2015-10-12 Thread Murali Karicheri
Currently the DT bindings have details about the driver as well. This patch moves this to a separate document for knav qmss driver so that driver detail update can be done as needed without polluting the DT bindings description. Signed-off-by: Murali Karicheri ---

[PATCH v2 2/4] soc: ti: add firmware file name as part of the driver

2015-10-12 Thread Murali Karicheri
Currently firmware file name is included in the DTS. This is not scalable as user has to change the DTS if they need upgrade to a new firmware. Instead, add the firmware file name in the driver itself. As long as there is no API change, new firmware upgrade is easy and require no driver change.

[PATCH v2 3/4] ARM: dts: keystone: enable accumulator channels

2015-10-12 Thread Murali Karicheri
Add low priority accumulator channel that can monitor multiple QMSS queues. User for example could use the accumular queue for Netcp Rx completion. While at it, also add an extra line end of each top level node in DTS to make it more readable. Signed-off-by: Murali Karicheri

Re: [Update][PATCH 3/3] input: i8042: Avoid resetting controller on system suspend/resume

2015-10-12 Thread Rafael J. Wysocki
On Wednesday, October 07, 2015 03:03:57 AM Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > If the upcoming system suspend is not going to be handled by the > platform firmware, like in the suspend-to-idle case, it is not > necessary to reset the controller in

[PATCH 4/4] soc: ti: qmss: make acc queue support optional in the driver

2015-10-12 Thread Murali Karicheri
acc channels are available only if accumulator PDSP is loaded and running in the SoC. As this requires firmware and user may not have firmware in the file system, make the accumulator queue support available in qmss driver optional. To use accumulator queus user needs to add firmware to the file

[PATCH v2] i2c: return probe deferred status on dev_pm_domain_attach

2015-10-12 Thread Kieran Bingham
A change of return status was introduced in commit 3fffd1283927 ("i2c: allow specifying separate wakeup interrupt in device tree") The commit prevents the defer status being passed up the call stack appropriately when dev_pm_domain_attach returns -EPROBE_DEFER. Catch the PROBE_DEFER and clear up

Re: [PATCH v10 44/46] nfs: Add richacl support

2015-10-12 Thread Andreas Gruenbacher
Anna, On Mon, Oct 12, 2015 at 4:39 PM, Anna Schumaker wrote: > I'm not a fan of the "one giant function" approach. Is there any way to > split richacl_from_nfs4_acl() into several smaller functions? sure, parsing the usr/group identifier could be put in a separate

Re: [PATCH] nohz: Revert "nohz: Set isolcpus when nohz_full is set"

2015-10-12 Thread Thomas Gleixner
On Mon, 12 Oct 2015, Frederic Weisbecker wrote: > This reverts commit 8cb9764fc88b41db11f251e8b2a0d006578b7eb4. > > We assumed that nohz full users always want scheduler isolation on full > dynticks CPUs, therefore we included nohz full CPUs on cpu_isolated_map. > This means that tasks run by

Re: [PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute

2015-10-12 Thread Suravee Suthikulpanit
Hi Rafael, On 9/9/15 21:48, Suthikulpanit, Suravee wrote: Hi Rafael, On 9/10/2015 3:38 AM, Rafael J. Wysocki wrote: On Wednesday, September 09, 2015 07:16:49 PM Suthikulpanit, Suravee wrote: >Hi All, > >Are there any other concerns about this patch series? I have none, but then it sort of

[Resend: PATCH v2 1/4] Documentation: dt: soc: move driver description to a separate document

2015-10-12 Thread Murali Karicheri
Currently the DT bindings have details about the driver as well. This patch moves this to a separate document for knav qmss driver so that driver detail update can be done as needed without polluting the DT bindings description. Signed-off-by: Murali Karicheri ---

Re: [PATCH v2 0/4] soc: ti: knav_qmss: enable accumulator queue support

2015-10-12 Thread Murali Karicheri
On 10/12/2015 03:46 PM, Murali Karicheri wrote: This patch series enable accumulator queue support for K2 SoCs. Accumulator queues are a type of qmss queue that is monitored by the PDSP firmware and accumulated. Host is interrupted by PDSP firmware when packets become available in a ring buffer

Re: [PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute

2015-10-12 Thread Rafael J. Wysocki
On Monday, October 12, 2015 02:51:33 PM Suravee Suthikulpanit wrote: > Hi Rafael, > > On 9/9/15 21:48, Suthikulpanit, Suravee wrote: > > Hi Rafael, > > > > On 9/10/2015 3:38 AM, Rafael J. Wysocki wrote: > >> On Wednesday, September 09, 2015 07:16:49 PM Suthikulpanit, Suravee > >> wrote: > >>> >Hi

Re: [PATCH 08/16] irqdomain: Add a fwnode_handle allocator

2015-10-12 Thread Rafael J. Wysocki
On Tuesday, October 06, 2015 06:36:21 PM Marc Zyngier wrote: > In order to be able to reference an irqdomain from ACPI, we need > to be able to create an identifier, which is usually a struct > device_node. > > This device node does't really fit the ACPI infrastructure, so > we cunningly allocate

Re: [PATCH 10/16] acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-10-12 Thread Rafael J. Wysocki
On Tuesday, October 06, 2015 06:36:23 PM Marc Zyngier wrote: > In order to start embrassing irqdomains at the GSI level, introduce > a new initializer: > > void acpi_set_irq_model(enum acpi_irq_model_id model, > struct fwnode_handle *fwnode); > > where: > - model is the

Re: [PATCH 14/16] acpi/gsi: Cleanup acpi_register_gsi

2015-10-12 Thread Rafael J. Wysocki
On Tuesday, October 06, 2015 06:36:27 PM Marc Zyngier wrote: > As the only user of drivers/acpi/gsi.c is now using acpi_set_irq_model > to set acpi_gsi_descriptor_populate to something meaningful, we can > always rely on that information to be present (its absence is an error), > and guarantee

Re: [PATCH 00/16] Divorcing irqdomain and device_node

2015-10-12 Thread Rafael J. Wysocki
On Sunday, October 11, 2015 11:01:17 PM Thomas Gleixner wrote: > On Tue, 6 Oct 2015, Marc Zyngier wrote: > > [This patch series used to be called "Making the generic ACPI GSI > > layer irqdomain aware", but as I've radically changed my approach to > > this problem, I've decided to reset the

Re: [PATCH 2/4] dmaengine: Add STM32 DMA driver

2015-10-12 Thread Maxime Coquelin
Hi Cedric, On 10/08/2015 05:20 PM, M'boumba Cedric Madianga wrote: This patch adds support for the STM32 DMA controller. Signed-off-by: M'boumba Cedric Madianga --- drivers/dma/Kconfig | 12 + drivers/dma/Makefile|1 + drivers/dma/stm32-dma.c |

Re: multi-codec support for arizona-ldo1 was Re: System with multiple arizona (wm5102) codecs

2015-10-12 Thread Pavel Machek
Hi! On Mon 2015-10-12 16:47:15, Mark Brown wrote: > On Mon, Oct 12, 2015 at 11:00:45AM +0200, Pavel Machek wrote: > > > Does this look like a step in right direction? > > > static const struct regulator_desc arizona_ldo1_hc = { > > - .name = "LDO1", > > No, you definitely shouldn't be doing

Re: [RFC] arm: add __initbss section attribute

2015-10-12 Thread Sam Ravnborg
> --- a/include/asm-generic/vmlinux.lds.h > +++ b/include/asm-generic/vmlinux.lds.h > > -#define BSS_SECTION(sbss_align, bss_align, stop_align) > \ > +#define BSS_SECTION(sbss_align, bss_align, initbss_align, stop_align) > \ A few comments: 1) -

Re: [Update][PATCH 3/3] input: i8042: Avoid resetting controller on system suspend/resume

2015-10-12 Thread Rafael J. Wysocki
On Monday, October 12, 2015 01:11:44 PM Dmitry Torokhov wrote: > On Mon, Oct 12, 2015 at 10:17:05PM +0200, Rafael J. Wysocki wrote: > > On Wednesday, October 07, 2015 03:03:57 AM Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > If the upcoming system

Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar 2 SoC

2015-10-12 Thread Jon Mason
On Fri, Oct 09, 2015 at 05:33:52PM -0700, Stephen Boyd wrote: > On 10/02, Jon Mason wrote: > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > > index 23800a1..2790f21 100644 > > --- a/arch/arm64/Kconfig.platforms > > +++ b/arch/arm64/Kconfig.platforms > > @@ -2,6 +2,7

Re: [PATCH] nohz: Revert "nohz: Set isolcpus when nohz_full is set"

2015-10-12 Thread Christoph Lameter
On Mon, 12 Oct 2015, Paul E. McKenney wrote: > ;-) ;-) ;-) bare_metal_cpus=? metal= iron_maiden= uhh skip the last one. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 20/22] ver_linux: use 'udevadm', instead of 'udevinfo'

2015-10-12 Thread Alexander Kapshuk
'udevinfo' no longer seems to be available across various distros. 'udevadm' seems to be the currently valid way to look up the 'udev' version. Tested on: Gentoo Linux Debian 6.0.10 Oracle Linux Server release 7.1 Rely on regex to find the version number, rather than rely on numerical input to

[PATCH 18/22] ver_linux: loadkeys, look for numerical input, not field number

2015-10-12 Thread Alexander Kapshuk
'loadkeys -h' no longer prints the version number across all distros, despite the claim to do so in the manpage, which I found to be the case on a Debian Linux system. The proposed implementation utilises the output of 'loadkeys -V' to acquire the version of both 'Kbd' and 'Console-tools'.

Re: [lkp] [sched/fair] 98d8fd8126: -20.8% hackbench.throughput

2015-10-12 Thread Dietmar Eggemann
Hi Ying, On 24/09/15 03:00, kernel test robot wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core > commit 98d8fd8126676f7ba6e133e65b2ca4b17989d32c ("sched/fair: Initialize task > load and utilization before placing task on

[PATCH 16/22] ver_linux: procps, look for numerical input, not field number

2015-10-12 Thread Alexander Kapshuk
Rely on regex to find the version number, rather than rely on numerical input to be found in a particular input field. Proposed implementation also eliminates the necessity to invoke 'grep' + 'awk'. Signed-off-by: Alexander Kapshuk --- scripts/ver_linux | 8

RE: [PATCH][RFC] mm: Introduce kernelcore=reliable option

2015-10-12 Thread Luck, Tony
> If we reuse the movable zone, we should set appropriate size of > mirrored memory region(normal zone) and non-mirrored memory > region(movable zone). In some cases, kernel will take more memory > than user, e.g. some apps run in kernel space, like module. > > I think user can set the size in

[PATCH 14/22] ver_linux: ldd, look for numerical input, not field number

2015-10-12 Thread Alexander Kapshuk
Rely on regex to find the version number, rather than rely on numerical input to be found in a particular input field. Proposed implementation also eliminates the necessity to invoke 'head' + 'awk'. The '-v' flag either seems to have been deprecated in some distros, e.g. Gentoo, or is an alias

[PATCH 04/22] ver_linux: util-linux, 'fdformat' not ubiquitous any longer

2015-10-12 Thread Alexander Kapshuk
The current implementation relies on 'fdformat' to output the version of 'util-linux'. This does not seem to be reliable any longer, as 'fdformat' does not seem to come preinstalled in all ditros these days. The proposed implementation uses 'mount' to output both the version of 'util-linux' and

Re: bisected: Re: 4.3.0-rc3-00042: ACPI Warning: AcpiEnable failed

2015-10-12 Thread Rafael J. Wysocki
On Monday, October 12, 2015 07:48:12 AM Zheng, Lv wrote: > Hi, Rafael Hi, > The bug has been fixed. > The root cause is the previous commit doesn't cover a hidden logic: > acpi_enable() should rely on the existence of FADT while currently it relies > on the number of loaded tables. > The fix

[PATCH 03/22] ver_linux: binutils, fix inaccurate output

2015-10-12 Thread Alexander Kapshuk
Current implementation output on Gentoo Linux: binutils 2.25.1 1.1 2.25.1 Proposed implementation: Binutils2.25.1 Tested on: Gentoo Linux Debian 6.0.10 Oracle Linux Server release 7.1 Rely on regex to find the version number. Signed-off-by: Alexander Kapshuk

Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections

2015-10-12 Thread Dustin Byford
On Mon Oct 12 21:01, Rafael J. Wysocki wrote: > On Friday, October 09, 2015 05:41:46 PM Dustin Byford wrote: > > An I2cSerialBus connection resource descriptor may indicate a > > ResourceSource (a string uniquely identifying the I2C bus controller) > > anywhere in the ACPI namespace. However,

Re: [PATCH] pxa: remove incorrect __init annotation on pxa27x_set_pwrmode

2015-10-12 Thread Arnd Bergmann
On Monday 12 October 2015 19:10:10 Robert Jarzmik wrote: > Arnd Bergmann writes: > > > The z2 machine calls pxa27x_set_pwrmode() in order to power off > > the machine, but this function gets discarded early at boot because > > it is marked __init, as pointed out by kbuild: > > > >

Re: linux-next: Tree for Oct 12

2015-10-12 Thread Sedat Dilek
On Mon, Oct 12, 2015 at 10:30 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20151009: > > My fixes tree is empty again. > > The qcom tree gained a conflict against the arm-soc tree. > > I used the h8300 tree from next-20150828 since the current tree has been >

Re: [PATCH v2] nvme: fix 32-bit build warning

2015-10-12 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig Note that we're moved the nvme driver to a new directory in the block tree, but I can rebase it for you if you want. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-12 Thread Luis de Bethencourt
These drivers have depends that aren't build dependencies, so it's a good idea to allow these drivers to always be built when the COMPILE_TEST option is enabled. That way, the drivers can be built with a config generated by make allyesconfig and check if a patch would break the build.

Re: [PATCH v2] i2c: return probe deferred status on dev_pm_domain_attach

2015-10-12 Thread Kieran Bingham
On 12 October 2015 at 21:17, Dmitry Torokhov wrote: > On Mon, Oct 12, 2015 at 12:49 PM, Kieran Bingham > wrote: >> A change of return status was introduced in commit 3fffd1283927 >> ("i2c: allow specifying separate wakeup interrupt in device

Re: [Linaro-acpi] [PATCH v5 0/5] Provide better MADT subtable sanity checks

2015-10-12 Thread Al Stone
On 10/11/2015 09:58 PM, Pat Erley wrote: > On 10/11/2015 08:49 PM, Hanjun Guo wrote: >> On 10/12/2015 11:08 AM, Pat Erley wrote: >>> On 10/05/2015 10:12 AM, Al Stone wrote: On 10/05/2015 07:39 AM, Rafael J. Wysocki wrote: > On Wednesday, September 30, 2015 10:10:16 AM Al Stone wrote:

Re: bcm2835 (Raspberry Pi) KMS driver

2015-10-12 Thread Eric Anholt
Stephen Warren writes: > On 10/11/2015 06:39 AM, Stefan Wahren wrote: >> Am 09.10.2015 um 23:27 schrieb Eric Anholt: >>> This is a respin of the Raspberry Pi KMS series. Now that we've got a >>> real clock driver, I can actually set new video modes. Also in this >>>

[PATCH 3/3] ARM: EXYNOS: delete unneeded of_node_put

2015-10-12 Thread Julia Lawall
Device node iterators perform an of_node_put on each iteration, so putting an of_node_put before going around to the next iteration results in a double put. Problem found using Coccinelle. Signed-off-by: Julia Lawall --- arch/arm/mach-exynos/pm_domains.c |8 +++-

[PATCH 1/3] video: omapdss: delete unneeded of_node_put

2015-10-12 Thread Julia Lawall
Device node iterators perform an of_node_put on each iteration, so putting an of_node_put before a continue results in a double put. A simplified version of the semantic match that finds this problem is as follows (http://coccinelle.lip6.fr): // @@ expression root,e; local idexpression child;

[PATCH 2/3] soc: qcom: smd: delete unneeded of_node_put

2015-10-12 Thread Julia Lawall
Device node iterators perform an of_node_put on each iteration, so putting an of_node_put before a continue results in a double put. A simplified version of the semantic match that finds this problem is as follows (http://coccinelle.lip6.fr): // @@ expression root,e; local idexpression child;

[PATCH 0/3] delete unneeded of_node_put

2015-10-12 Thread Julia Lawall
Device node iterators perform an of_node_put on each iteration, so putting an of_node_put before going around to the next iteration results in a double put. The complete semantic patch that fixes this problem is as follows (http://coccinelle.lip6.fr): // @r exists@ expression e1,e2; local

[PATCH v3] i2c: return probe deferred status on dev_pm_domain_attach

2015-10-12 Thread Kieran Bingham
A change of return status was introduced in commit 3fffd1283927 ("i2c: allow specifying separate wakeup interrupt in device tree") The commit prevents the defer status being passed up the call stack appropriately when dev_pm_domain_attach returns -EPROBE_DEFER. Catch the PROBE_DEFER and clear up

Re: [PATCH v3 7/7] ARM: bcm2835: Add VC4 to the device tree.

2015-10-12 Thread Eric Anholt
Stefan Wahren writes: > Am 09.10.2015 um 23:27 schrieb Eric Anholt: >> VC4 is the GPU (display and 3D) present on the 2835. >> >> Signed-off-by: Eric Anholt >> --- >> >> v2: Sort by register address, mark HDMI as disabled by default in the >> SoC file

Re: [PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support

2015-10-12 Thread Tony Lindgren
* Tony Lindgren [150914 09:32]: > * Peter Ujfalusi [150914 01:54]: > > Hi Tony, > > > > On 08/24/2015 10:19 AM, Peter Ujfalusi wrote: > > > Hi, > > > > > > this series will enable analog audio (via onboard aic310x codec) for > > > dra7-evm, > > >

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

2015-10-12 Thread Jaegeuk Kim
On Thu, Oct 08, 2015 at 08:50:39PM +0800, Chao Yu wrote: > >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

Re: [PATCH v3] i2c: return probe deferred status on dev_pm_domain_attach

2015-10-12 Thread Dmitry Torokhov
On Mon, Oct 12, 2015 at 09:54:43PM +0100, Kieran Bingham wrote: > A change of return status was introduced in commit 3fffd1283927 > ("i2c: allow specifying separate wakeup interrupt in device tree") > > The commit prevents the defer status being passed up the call stack > appropriately when

[RFC] spi: Switch call order of spi master setup and spi_set_cs

2015-10-12 Thread Franklin S Cooper Jr
Keystone 2 devices currently fail to boot in linux-next after the below commit was applied: spi: bitbang: switch to the generic implementation of transfer_one_message commit: 0037686596832572bbca05ab168d9884d7d704c1 This patch allows Keystone 2 devices to boot again in linux-next. Tested this

[RFC][PATCH] spi: Setup the master controller driver before setting the chipselect

2015-10-12 Thread Franklin S Cooper Jr
Some devices depend on the master controller driver setup function being called before calling any chipselect functions. Insure that this is done otherwise uninitialized structures may be accessed causing a kernel panic. Signed-off-by: Franklin S Cooper Jr --- drivers/spi/spi.c

Re: [PATCH v2 00/36] x86: Rewrite all syscall entries except native 64-bit

2015-10-12 Thread Richard Weinberger
Am 12.10.2015 um 20:41 schrieb Andy Lutomirski: > On Mon, Oct 12, 2015 at 11:30 AM, Richard Weinberger > wrote: >> On Fri, Oct 9, 2015 at 3:06 PM, Ingo Molnar wrote: >>> Ok, so I applied all of them to tip:x86/asm, in two phases, with small >>>

Re: [PATCH 2/2] ARM: dts: am335x-wega: Clean up regulators

2015-10-12 Thread Tony Lindgren
* Teresa Remmet [150903 05:03]: > Cleaned up the regulators on the wega board. Created a simple bus, > renamed the regulators according to the schematics and added missing > regulator on wega. Applying this one into omap-for-v4.4/dt thanks. Tony -- To unsubscribe from this

Re: [PATCH 1/5 v2] dma-mapping: add generic dma_get_page_shift API

2015-10-12 Thread Nishanth Aravamudan
On 06.10.2015 [02:51:36 -0700], Christoph Hellwig wrote: > Do we need a function here or can we just have a IOMMU_PAGE_SHIFT define > with an #ifndef in common code? On Power, since it's technically variable, we'd need a function. So are you suggesting define'ing it to a function just on Power

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

2015-10-12 Thread Keith Busch
On Tue, 6 Oct 2015, Bjorn Helgaas wrote: +static int __init vmd_init(void) +{ + return pci_register_driver(_drv); +} +module_init(vmd_init); module_pci_driver(vmd_drv)? We actually only have a module_init in this driver, and purposely left out module_exit. We don't want to be able to

Re: [PATCH 1/2] powerpc/iommu: expose IOMMU page shift

2015-10-12 Thread Nishanth Aravamudan
On 12.10.2015 [09:03:52 -0700], Nishanth Aravamudan wrote: > On 06.10.2015 [14:19:43 +1100], David Gibson wrote: > > On Fri, Oct 02, 2015 at 10:18:00AM -0700, Nishanth Aravamudan wrote: > > > We will leverage this macro in the NVMe driver, which needs to know the > > > configured IOMMU page shift

Re: [Intel-gfx] [PATCH 09/20] i915: switch from acpi_os_ioremap to memremap

2015-10-12 Thread Williams, Dan J
On Mon, 2015-10-12 at 09:01 +0200, Daniel Vetter wrote: > On Fri, Oct 09, 2015 at 06:16:25PM -0400, Dan Williams wrote: > > i915 expects the OpRegion to be cached (i.e. not __iomem), so explicitly > > map it with memremap rather than the implied cache setting of > > acpi_os_ioremap(). > > > > Cc:

[PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity

2015-10-12 Thread Laurent Pinchart
Hello, While working on regulators, GPIOs and DT I noticed that many of our DT source files incorrectly describe fixed regulators. The common error patterns are - Usage of the undefined (and never parsed) enable-active-low property - Usage of the enable-active-high property without specifying an

Re: [PATCH] pxa: remove incorrect __init annotation on pxa27x_set_pwrmode

2015-10-12 Thread Robert Jarzmik
Arnd Bergmann writes: >> It looks to me the powermode should be initialized once and for all in the >> machine init code. So unless I've overseen something, I'll keep Thierry's >> patch. > > Ah, sorry. I should have looked at the link you sent. > > Thierry's patch indeed looks

Re: [PATCH 0/5] improve handling of errors returned by kthread_park()

2015-10-12 Thread Don Zickus
On Mon, Sep 28, 2015 at 10:44:07PM +0200, Ulrich Obergfell wrote: > The original watchdog_park_threads() function that was introduced by > commit 81a4beef91ba4a9e8ad6054ca9933dff7e25ff28 takes a very simple > approach to handle errors returned by kthread_park(): It attempts to > roll back all

Re: [PATCH] watchdog: perform all-CPU backtrace in case of hard lockup

2015-10-12 Thread Don Zickus
On Fri, Sep 25, 2015 at 01:15:56PM +0200, Jiri Kosina wrote: > From: Jiri Kosina > > In many cases of hardlockup reports, it's actually not possible to know > why it triggered, because the CPU that got stuck is usually waiting on a > resource (with IRQs disabled) in posession

[PATCH] MAINTAINERS: Add myself as maintainer for the gma500 driver

2015-10-12 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0e1abe8..c7decf7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3368,6 +3368,14 @@ S: Maintained F:

Re: [PATCH 3/8] crypto: ccp: Use precalculated hash from headers

2015-10-12 Thread Tom Lendacky
On 10/12/2015 11:53 AM, LABBE Corentin wrote: Precalculated hash for empty message are now present in hash headers. This patch just use them. Signed-off-by: LABBE Corentin Just a minor comment below. Tested-by: Tom Lendacky Acked-by: Tom

[PATCH 2/9] usb/host/fotg210: remove KERN_WARNING from pr_warn

2015-10-12 Thread Peter Senna Tschudin
This patch remove KERN_WARNING from a call to pr_warn(). Signed-off-by: Peter Senna Tschudin --- drivers/usb/host/fotg210-hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index

Re: [PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity

2015-10-12 Thread Tony Lindgren
* Laurent Pinchart [151012 14:17]: > Hello, > > While working on regulators, GPIOs and DT I noticed that many of our DT source > files incorrectly describe fixed regulators. The common error patterns are > > - Usage of the undefined (and never parsed)

Re: [PATCH v2 1/4] ARM: dts: dra7: Add dt node for the sycon pcie

2015-10-12 Thread Tony Lindgren
* Kishon Vijay Abraham I [151012 14:50]: > Hi Tony, > > On Tuesday 13 October 2015 02:51 AM, Tony Lindgren wrote: > > * Kishon Vijay Abraham I [150915 06:37]: > >> Add new device tree node for the control module register space where > >> PCIe registers are present.

Re: [PATCH v2 1/4] ARM: dts: dra7: Add dt node for the sycon pcie

2015-10-12 Thread Tony Lindgren
* Kishon Vijay Abraham I [151012 15:09]: > Hi, > > On Tuesday 13 October 2015 03:33 AM, Tony Lindgren wrote: > > * Kishon Vijay Abraham I [151012 14:50]: > >> Hi Tony, > >> > >> On Tuesday 13 October 2015 02:51 AM, Tony Lindgren wrote: > >>> * Kishon Vijay Abraham

Re: [PATCH v3] ARM: dts: twl4030: Add iio properties for bci subnode

2015-10-12 Thread Tony Lindgren
* Tony Lindgren [151012 14:43]: > * Belisko Marek [150926 13:02]: > > Tony sorry I forgot to add you to the recipients for this patchset. > > Can you please queue this patch. Many thanks. > > OK applying into omap-for-v4.4/dt thanks. Actually dropping

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Dan Williams
On Mon, Oct 12, 2015 at 3:05 PM, Dan Williams wrote: > On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: >> Hi Dan, >> >> On Fri, Oct 09, 2015 at 06:16:46PM -0400, Dan Williams wrote: >>> In preparation for deprecating ioremap_cache() convert its

Re: [PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity

2015-10-12 Thread Javier Martinez Canillas
Hello Tony, On 10/12/2015 11:46 PM, Tony Lindgren wrote: > * Laurent Pinchart [151012 14:17]: >> Hello, >> >> While working on regulators, GPIOs and DT I noticed that many of our DT >> source >> files incorrectly describe fixed regulators. The common error

Re: [PATCH v2 1/4] ARM: dts: dra7: Add dt node for the sycon pcie

2015-10-12 Thread Kishon Vijay Abraham I
Hi, On Tuesday 13 October 2015 03:42 AM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [151012 15:09]: >> Hi, >> >> On Tuesday 13 October 2015 03:33 AM, Tony Lindgren wrote: >>> * Kishon Vijay Abraham I [151012 14:50]: Hi Tony, On Tuesday 13

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

2015-10-12 Thread Paul E. McKenney
On Fri, Oct 09, 2015 at 07:33:28PM +0100, Will Deacon wrote: > On Fri, Oct 09, 2015 at 10:43:27AM -0700, Paul E. McKenney wrote: > > On Fri, Oct 09, 2015 at 10:51:29AM +0100, Will Deacon wrote: > > > How do people feel about including these in memory-barriers.txt? I find > > > them considerably

Re: Fwd: Memory leakage when using read_swap_cache_async() ?

2015-10-12 Thread Hugh Dickins
On Mon, 12 Oct 2015, Viacheslav Fedorov wrote: > Hi ladies and gentlemen, > > Please help - I am stuck. > Looks like memory pages go unaccounted for, somewhere in the system, > when I am prefetching pages from swap file. Using kernel 3.8.0 (Ubuntu > distribution). > > So what I do is I have two

[PATCH v2 3/4] arm64: dts: add sp804 timer node for Hi6220

2015-10-12 Thread Leo Yan
Add sp804 timer for hi6220, so it can be used as broadcast timer. Signed-off-by: Leo Yan --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi

[PATCH v2 4/4] arm64: dts: enable idle states for Hi6220

2015-10-12 Thread Leo Yan
Add cpu and cluster level's low power state for Hi6220. Acked-by: Sudeep Holla Signed-off-by: Leo Yan --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git

[PATCH v2 2/4] arm64: Kconfig: select sp804 timer for ARCH_HISI

2015-10-12 Thread Leo Yan
Select sp804 timer for ARCH_HISI, which is used as broadcast timer. Signed-off-by: Leo Yan --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 23800a1..6d730fb 100644 ---

[PATCH v2 0/4] arm64: Hi6220: enable CPU idle states

2015-10-12 Thread Leo Yan
This patch series is to enable CPU idle states for Hi6220. Hi6220 uses PSCIv0.2 compliance interface, so directly use ARM's generic CPUIdle driver. Patch 1 is to reserve memory regions so make sure MCU can work well to handle power controlling; Patch 2/3 enable sp804 timer as broadcast timer

Re: [Linaro-acpi] [PATCH v5 0/5] Provide better MADT subtable sanity checks

2015-10-12 Thread Hanjun Guo
On 10/13/2015 03:21 AM, Rafael J. Wysocki wrote: On Monday, October 12, 2015 03:04:30 PM Hanjun Guo wrote: On 10/12/2015 11:58 AM, Pat Erley wrote: On 10/11/2015 08:49 PM, Hanjun Guo wrote: On 10/12/2015 11:08 AM, Pat Erley wrote: On 10/05/2015 10:12 AM, Al Stone wrote: On 10/05/2015 07:39

Re: [RFC] mm: fix a BUG, the page is allocated 2 times

2015-10-12 Thread yalin wang
> On Oct 12, 2015, at 21:52, Mel Gorman wrote: > > There is a redundant check and a memory leak introduced by a patch in > mmotm. This patch removes an unlikely(order) check as we are sure order > is not zero at the time. It also checks if a page is already

[PATCH V2] mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand -fix

2015-10-12 Thread yalin wang
There is a redundant check and a memory leak introduced by a patch in mmotm. This patch removes an unlikely(order) check as we are sure order is not zero at the time. It also checks if a page is already allocated to avoid a memory leak. This is a fix to the mmotm patch

Re: [PATCH] mm: cleanup balance_dirty_pages() that leave variables uninitialized

2015-10-12 Thread Liao Tonglang
On 2015/10/12 20:58, Jan Kara wrote: What gcc version are you using? It is the last line of my gcc -v command. gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) And it warn like this: mm/page-writeback.c: In function ‘balance_dirty_pages.isra.26’: mm/page-writeback.c:1537:26: warning:

Re: [PATCH] ARM:mm: fix kmap_atomic_to_page

2015-10-12 Thread Jongsung Kim
On 10/12/2015 06:27 PM, Arnd Bergmann wrote: > How about changing the zcomp code to pass the page pointer instead of the > kernel space pointer? That would avoid having to do the kmap_atomic, which > can itself be expensive on 32-bit machines and should not be needed here if > you have a HW DMA

Re: [PATCH 1/5] mtd: brcmnand: Fix pointer type-cast in brcmnand_write()

2015-10-12 Thread Brian Norris
On Fri, Oct 02, 2015 at 11:26:42PM +0530, Anup Patel wrote: > We should always type-cast pointer to "long" or "unsigned long" > because size of pointer is same as machine word size. This will > avoid pointer type-cast issues on both 32bit and 64bit systems. > > This patch fixes pointer type-cast

[PATCH 0/2] gpiolib: Improve open-drain and open-source GPIO support

2015-10-12 Thread Laurent Pinchart
Hello, These two patches try to improve open-drain and open-source (collectively referred to as single-ended) GPIO support in the gpiolib core. The first patch splits GPIO flag parsing and GPIO configuration into two operation to allow gpiochip drivers to reject GPIO requests with flags that

Re: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-12 Thread Bjorn Helgaas
[+cc Arnd, Rob] Hi Zhou, I have a few minor comments and two questions: one about the fact all the config accesses are 32 bits, and another about the use of the "msi-parent" node. On Sat, Oct 10, 2015 at 10:59:15AM +0800, Zhou Wang wrote: > This patch adds PCIe host support for HiSilicon SoC

[PATCH] UBIFS: Fix possible memory leak in ubifs_readdir()

2015-10-12 Thread Richard Weinberger
If ubifs_tnc_next_ent() returns something else than -ENOENT we leak file->private_data. Signed-off-by: Richard Weinberger --- fs/ubifs/dir.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c index 5c27c66..cb88ea3 100644 ---

Re: randconfig build error with next-20151009, in lib/zlib_deflate/deftree.c

2015-10-12 Thread Andrew Morton
On Fri, 9 Oct 2015 13:38:25 -0700 Jim Davis wrote: > Building with the attached random configuration file, > > lib/built-in.o: In function `__bitrev32': > deftree.c:(.text+0x1e799): undefined reference to `byte_rev_table' > deftree.c:(.text+0x1e7a0): undefined reference to

Re: [PATCH 3/5] mtd: brcmnand: Optional DT flag to reset IPROC NAND controller

2015-10-12 Thread Josh Cartwright
On Wed, Oct 07, 2015 at 03:33:50AM +, Anup Patel wrote: > From: Florian Fainelli [mailto:f.faine...@gmail.com] > > On 06/10/15 15:25, Scott Branden wrote: [..] > > Then instead of adding a "reset flag" to Device Tree, another approach > > could be > > to put the desired or currently

[PATCH 1/1] fanotify: pre-approve listener's OPEN_PERM access requests

2015-10-12 Thread Steve Grubb
Hello, If a daemon using FANOTIFY needs to open a file on a watched filesystem and its wanting OPEN_PERM events, we get deadlock. (This could happen because of a library the daemon is using suddenly decides it needs to look in a new file.) Even though the man page says that the daemon should

Fwd: Memory leakage when using read_swap_cache_async() ?

2015-10-12 Thread Viacheslav Fedorov
Hi ladies and gentlemen, Please help - I am stuck. Looks like memory pages go unaccounted for, somewhere in the system, when I am prefetching pages from swap file. Using kernel 3.8.0 (Ubuntu distribution). So what I do is I have two simple applications that allocate 1GB memory each and then

Re: [PATCH] staging: lustre: kernel style neating (block comments)

2015-10-12 Thread Greg KH
On Mon, Oct 12, 2015 at 09:45:33PM +0200, Sanne Wouda wrote: > > Fix lustre/ptlrpc/client.c block comments following the Coding Style > preferred format for multi-line and single-line comments. > > /* > * This is the preferred style for multi-line > * comments in the

Re: [PATCH v3] ARM: dts: twl4030: Add iio properties for bci subnode

2015-10-12 Thread Sebastian Reichel
Hi, On Mon, Oct 12, 2015 at 03:20:10PM -0700, Tony Lindgren wrote: > * Tony Lindgren [151012 14:43]: > > * Belisko Marek [150926 13:02]: > > > Tony sorry I forgot to add you to the recipients for this patchset. > > > Can you please queue this patch.

Re: [PATCH] mtd: Add simple read disturb test

2015-10-12 Thread Brian Norris
Resurrecting this old thread, since it was mentioned at ELCE. On Sun, Apr 12, 2015 at 09:31:20PM +0200, Boris Brezillon wrote: > On Thu, 02 Apr 2015 18:18:34 +0200 > Richard Weinberger wrote: > > Am 02.04.2015 um 18:04 schrieb Brian Norris: > > > On Thu, Apr 02, 2015 at

Re: [PATCH 2/3] ARM: dts: use vmmc-supply of emmc/sd for exynos5422-odroidxu3

2015-10-12 Thread Krzysztof Kozlowski
On 12.10.2015 23:33, Anand Moon wrote: > Hi Krzysztof, > > On 12 October 2015 at 17:43, Krzysztof Kozlowski > wrote: >> W dniu 12.10.2015 o 20:08, Anand Moon pisze: >>> Hi Krzysztof, >>> >>> On 12 October 2015 at 11:19, Krzysztof Kozlowski >>>

[PATCH v1 4/4] ASoC: RK3036: Add binding doc for audio machine driver

2015-10-12 Thread Shunqian Zheng
From: ZhengShunQian This patch add binding document for RK3036 SoC audio machine driver. Signed-off-by: ZhengShunQian --- .../devicetree/bindings/sound/rockchip-rk3036.txt | 14 ++ 1 file changed, 14 insertions(+) create

<    3   4   5   6   7   8   9   10   11   12   >