[PATCH v3] crypto: remove instance when test failed

2015-04-09 Thread Stephan Mueller
A cipher instance is added to the list of instances unconditionally regardless of whether the associated test failed. However, a failed test implies that during another lookup, the cipher instance will be added to the list again as it will not be found by the lookup code. That means that the list

Re: [PATCH] x86, iommu: Fix header comments regarding standard and _FINISH macros

2015-04-09 Thread Ingo Molnar
* Aravind Gopalakrishnan aravind.gopalakrish...@amd.com wrote: The comment line regarding IOMMU_INIT and IOMMU_INIT_FINISH macros is incorrect: The standard vs the _FINISH differs in that the _FINISH variant will continue detecting other IOMMUs in the call list... It should be ..the

Re: ext4: WARNING: CPU: 10 PID: 23340 at fs/block_dev.c

2015-04-09 Thread Sasha Levin
On 04/09/2015 04:27 PM, Theodore Ts'o wrote: I tried manually running generic/019, and even though I have CONFIG_FAIL_MAKE_REQUEST defined, /sys/kernel/debug/fail_make_request isn't present, and so the test complains that I haven't compiled it into my kernel --- even though /proc/config.gz

Re: [PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:51, Fabian Frederick wrote: udf_pc_to_char() now returns error accordingly. udf_readdir() and udf_find_entry() process is done on positive result. Thanks. Added to my tree with improved changelog. Honza

[PATCH v2 5/6] Btrfs: unify subvol= and subvolid= mounting

2015-04-09 Thread Omar Sandoval
Currently, mounting a subvolume with subvolid= takes a different code path than mounting with subvol=. This isn't really a big deal except for the fact that mounts done with subvolid= or the default subvolume don't have a dentry that's connected to the dentry tree like in the subvol= case. To

[PATCH v2 6/6] Btrfs: show subvol= and subvolid= in /proc/mounts

2015-04-09 Thread Omar Sandoval
Now that we're guaranteed to have a meaningful root dentry, we can just export seq_dentry() and use it in btrfs_show_options(). The subvolume ID is easy to get and can also be useful, so put that in there, too. Signed-off-by: Omar Sandoval osan...@osandov.com --- fs/btrfs/super.c | 4

Re: drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 7:22 AM, Valentin Rothberg valentinrothb...@gmail.com wrote: Hi Hai, your commit d5af49c92a8a (drm/msm/mdp5: Enable DSI connector in msm drm driver) in today's Linux next tree adds an #ifdef with CONFIG_MSM_BUS_SCALING as condition. MSM_BUS_SCALING is not defined in

Re: [RFC 4/4] Documentation/scheduler/sched-deadline.txt: add some references

2015-04-09 Thread Henrik Austad
On Thu, Apr 09, 2015 at 12:05:54PM +0200, Luca Abeni wrote: Hi Henrik, [..] + where U_max = max_i {WCET_i / P_i}[10]. Notice that for U_max = 1, + M - (M - 1) · U_max becomes M - M + 1 = 1 and this schedulability condition + just confirms the Dhall's effect. A more complete survey of the

[PATCH 3.4 004/176] usb: serial: ftdi_sio: add PIDs for Matrix Orbital products

2015-04-09 Thread lizf
From: Troy Clark tcl...@matrixorbital.ca 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 204ec6e07ea7aff863df0f7c53301f9cbbfbb9d3 upstream. Add PIDs for new Matrix Orbital GTT series products. Signed-off-by: Troy Clark

[tip:locking/core] locking/mutex: Further simplify mutex_spin_on_owner()

2015-04-09 Thread tip-bot for Jason Low
Commit-ID: 01ac33c1f907b366dcc50551316b372f1519cca9 Gitweb: http://git.kernel.org/tip/01ac33c1f907b366dcc50551316b372f1519cca9 Author: Jason Low jason.l...@hp.com AuthorDate: Wed, 8 Apr 2015 12:39:19 -0700 Committer: Ingo Molnar mi...@kernel.org CommitDate: Thu, 9 Apr 2015 08:10:23 +0200

[tip:locking/core] jump_label: Allow asm/ jump_label.h to be included in assembly

2015-04-09 Thread tip-bot for Anton Blanchard
Commit-ID: 55dd0df781e58ec23d218376ea4a676e7362a98c Gitweb: http://git.kernel.org/tip/55dd0df781e58ec23d218376ea4a676e7362a98c Author: Anton Blanchard an...@samba.org AuthorDate: Thu, 9 Apr 2015 13:51:30 +1000 Committer: Ingo Molnar mi...@kernel.org CommitDate: Thu, 9 Apr 2015 09:40:23

Re: [PATCH V2 7/9 linux-next] udf: return error when newIndex is 0 in udf_translate_to_linux()

2015-04-09 Thread Jan Kara
On Thu 09-04-15 10:51:05, Jan Kara wrote: On Wed 08-04-15 21:23:57, Fabian Frederick wrote: udf_get_filename() and its callsites considered 0 as an error without propagating an error value. udf_translate_to_linux() now returns -EINVAL when newIndex is 0. other functions are updated

Re: [PATCHv7] media: i2c/adp1653: Devicetree support for adp1653

2015-04-09 Thread Sebastian Reichel
On Thu, Apr 09, 2015 at 01:29:43PM +0200, Pavel Machek wrote: On Thu 2015-04-09 11:10:17, Sebastian Reichel wrote: On Thu, Apr 09, 2015 at 09:42:38AM +0200, Pavel Machek wrote: [...] +#include linux/of_gpio.h +#include linux/gpio.h [...] This should probably be #include

Re: [GIT PULL] Samsung Thermal for v4.1 merge window

2015-04-09 Thread Eduardo Valentin
Lukasz, On Thu, Apr 09, 2015 at 06:09:17PM +0200, Lukasz Majewski wrote: Dear Eduardo, Please find my pull request for Samsung Thermal targeting v4.1 merge window. The following changes since commit 96d927aa14deb1c4bf6bfd758776ad942463865d: thermal: cpu_cooling: Fix power

[RFC PATCH 0/5] Add smp booting support for Qualcomm ARMv8 SoCs

2015-04-09 Thread Kumar Gala
This patch set adds support for SMP boot on the MSM8x16 family of Qualcomm SoCs. To support SMP on the MSM8x16 SoCs we need to add ARMv8/64-bit SCM interfaces to setup the boot/release addresses for the secondary CPUs. In addition we need a uniquie set of cpu ops. I'm aware the desired methods

[RFC PATCH 1/5] firmware: qcom: scm: Split out 32-bit specific SCM code

2015-04-09 Thread Kumar Gala
Split out the 32-bit SCM implementation into its own file to prep for supporting a 64-bit/ARM64 implementation as well. We create a simple shim to ensure both versions conform to the same interface. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/firmware/Makefile

[RFC PATCH 5/5] arm64: qcom: add cpu operations

2015-04-09 Thread Kumar Gala
From: Abhimanyu Kapur abhim...@codeaurora.org Add qcom cpu operations for arm-v8 cpus. Implement secondary cpu boot ops As a part of this change update device tree documentation for: 1. Arm cortex-a ACC device which provides percpu reg 2. Armv8 cortex-a compatible string in arm/cpus.txt

[RFC PATCH 4/5] arm64: smp: move the pen to a header file

2015-04-09 Thread Kumar Gala
From: Abhimanyu Kapur abhim...@codeaurora.org Move the secondary_pen_release variable and the secondary_holding_pen entry function to asm/smp_plat.h so that the other cpu ops implementations can share them. Signed-off-by: Abhimanyu Kapur abhim...@codeaurora.org Signed-off-by: Kumar Gala

Re: [PATCH] x86, iommu: Fix header comments regarding standard and _FINISH macros

2015-04-09 Thread Borislav Petkov
On Thu, Apr 09, 2015 at 09:37:44AM +0200, Ingo Molnar wrote: So while we are touching it, how about making it more readable: * * The standard vs the _FINISH variants differ in that the * standard variant will continue detecting other IOMMUs in the * call list after the

[PATCH 3.4 138/176] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-04-09 Thread lizf
From: Bo Shen voice.s...@atmel.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit a43bd7e125143b875caae6d4f9938855b440faaf upstream. According to the I2S specification information as following: - WS = 0, channel 1 (left) - WS = 1,

RE: [PATCH] hv: vmbus_free_channels(): remove the redundant free_channel()

2015-04-09 Thread Dexuan Cui
Thanks, -- Dexuan -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Thursday, April 9, 2015 17:22 To: Dexuan Cui Cc: linux-kernel@vger.kernel.org; driverdev-de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; jasow...@redhat.com; KY

[PATCH 3.4 121/176] usb-storage/SCSI: Add broken_fua blacklist flag

2015-04-09 Thread lizf
From: Alan Stern st...@rowland.harvard.edu 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit b14bf2d0c0358140041d1c1805a674376964d0e0 upstream. Some buggy JMicron USB-ATA bridges don't know how to translate the FUA bit in READs or WRITEs.

[PATCH v3 16/21] Drivers: hv: kvp: convert to hv_utils_transport

2015-04-09 Thread Vitaly Kuznetsov
... to support both netlink and /dev/vmbus/hv_kvp communication methods. Signed-off-by: Vitaly Kuznetsov vkuzn...@redhat.com --- drivers/hv/hv_kvp.c | 91 + 1 file changed, 42 insertions(+), 49 deletions(-) diff --git a/drivers/hv/hv_kvp.c

[PATCH v3 14/21] Drivers: hv: vss: convert to hv_utils_transport

2015-04-09 Thread Vitaly Kuznetsov
... to support both netlink and /dev/vmbus/hv_vss communication methods. Signed-off-by: Vitaly Kuznetsov vkuzn...@redhat.com --- drivers/hv/hv_snapshot.c | 52 +--- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git

Re: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

2015-04-09 Thread Krzysztof Kozlowski
2015-04-09 12:00 GMT+02:00 Thierry Reding thierry.red...@gmail.com: On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote: Replace duplicated const keyword for 'emc_parent_clk_names' with proper array of const pointers to const strings. Signed-off-by: Krzysztof Kozlowski

[PATCH 3.4 023/176] drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6

2015-04-09 Thread lizf
From: Petr Mladek pmla...@suse.cz 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit f5475cc43c899e33098d4db44b7c5e710f16589d upstream. I was unable too boot 3.18.0-rc6 because of the following kernel panic in

[PATCH] Documentation: kdbus: Fix description of KDBUS_SEND_SYNC_REPLY flag

2015-04-09 Thread Sergei Zviagintsev
Signed-off-by: Sergei Zviagintsev ser...@s15v.net --- Documentation/kdbus/kdbus.message.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/kdbus/kdbus.message.xml b/Documentation/kdbus/kdbus.message.xml index 061a407d50c7..0115d9d50db3 100644 ---

Re: [PATCH 1/2] iio: adc: ti_am335x_adc: refactor DT parsing into a function

2015-04-09 Thread Jonathan Cameron
On 31/03/15 12:12, Vignesh R wrote: Refactor DT parsing into a separate function from probe() to help addition of more DT parameters later. No functional changes. Signed-off-by: Vignesh R vigne...@ti.com Clearly going to need this whatever the outcome of the second patch being reviewed.

Re: [PATCH v15 16/16] unfair qspinlock: a queue based unfair lock

2015-04-09 Thread Peter Zijlstra
On Thu, Apr 09, 2015 at 09:16:24AM -0400, Rik van Riel wrote: On 04/09/2015 03:01 AM, Peter Zijlstra wrote: On Wed, Apr 08, 2015 at 02:32:19PM -0400, Waiman Long wrote: For a virtual guest with the qspinlock patch, a simple unfair byte lock will be used if PV spinlock is not configured in

[PATCH 3.4 130/176] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

2015-04-09 Thread lizf
From: Linus Torvalds torva...@linux-foundation.org 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 9c145c56d0c8a0b62e48c8d71e055ad0fb2012ba upstream. The stack guard page error case has long incorrectly caused a SIGBUS rather than a

Re: [PATCH v3 2/4] extcon: usb-gpio: add support for VBUS detection

2015-04-09 Thread Robert Baldyga
Hi Chanwoo, On 04/09/2015 11:07 AM, Chanwoo Choi wrote: Hi Robert, On 04/09/2015 04:57 PM, Robert Baldyga wrote: Hi Chanwoo, On 04/09/2015 04:12 AM, Chanwoo Choi wrote: Hi Robert, [snip] But, I have one question about case[3] If id is low and vbus is high, this patch will update

[PATCH 3.4 156/176] Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard

2015-04-09 Thread lizf
From: Marcel Holtmann mar...@holtmann.org 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit c2aef6e8cbebd60f79555baeb9266e220f135a44 upstream. The Asus Z97-DELUXE motherboard contains a Broadcom based Bluetooth controller on the USB bus.

[PATCH 3.4 153/176] Bluetooth: Add support for Intel bootloader devices

2015-04-09 Thread lizf
From: Marcel Holtmann mar...@holtmann.org 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 40df783d1ef1989ac454e3dfcda017270b8950e6 upstream. Intel Bluetooth devices that boot up in bootloader mode can not be used as generic HCI devices,

[PATCH 3.4 152/176] Bluetooth: append new supported device to the list [0b05:17d0]

2015-04-09 Thread lizf
From: Andy Shevchenko andriy.shevche...@linux.intel.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit a735f9e22432899cee188d167966782c29246390 upstream. The device found on Asus Z87 Expert motherboard requires firmware to work

[PATCH 3.4 154/176] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader

2015-04-09 Thread lizf
From: Marcel Holtmann mar...@holtmann.org 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit d92f2df0565ea04101d6ac04bdc10feeb1d93c94 upstream. The isochronous endpoints are not valid when the Intel Bluetooth controller boots up in

Re: [PATCH] kdbus: uapi: Fix kernel-doc for enum kdbus_send_flags

2015-04-09 Thread Daniel Mack
On 04/09/2015 12:11 PM, Sergei Zviagintsev wrote: Signed-off-by: Sergei Zviagintsev ser...@s15v.net Acked-by: Daniel Mack dan...@zonque.org --- include/uapi/linux/kdbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/kdbus.h

Re: [PATCH] Documentation: kdbus: Fix list of KDBUS_CMD_ENDPOINT_UPDATE errors

2015-04-09 Thread Daniel Mack
On 04/09/2015 12:08 PM, Sergei Zviagintsev wrote: Remove EEXIST. Signed-off-by: Sergei Zviagintsev ser...@s15v.net Acked-by: Daniel Mack dan...@zonque.org Thanks again! --- Documentation/kdbus/kdbus.endpoint.xml | 7 --- 1 file changed, 7 deletions(-) diff --git

Re: [PATCH 7/8] iio: accel: mma9551_core: prevent buffer overrun

2015-04-09 Thread Jonathan Cameron
On 08/04/15 15:37, Irina Tirdea wrote: The mma9551 functions that read/write word arrays from the device have a limit for the buffer size given by the device specifications. Check that the requested buffer length is within required limits when transferring word arrays. This will prevent

Re: [PATCH 1/3] kernel: Add a new config option to remove command line parsing

2015-04-09 Thread Tim Bird
On 04/01/2015 07:34 AM, Iulia Manda wrote: This patch introduces CONFIG_CMDLINE_PARSE option which conditionally compiles the support for parsing kernel command line arguments. The corresponding functions that actually do the parsing will be compiled out. This is used when no parameters

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-09 Thread Arnd Bergmann
On Thursday 09 April 2015 10:29:59 Linus Walleij wrote: make.cross ARCH=blackfin drivers/gpio/gpio-dwapb.c: In function 'dwapb_irq_handler': drivers/gpio/gpio-dwapb.c:91:2: error: implicit declaration of function 'readl_relaxed' [-Werror=implicit-function-declaration]

Re: [PATCH 1/2] usb: Prefer firmware values when determining whether a port is removable

2015-04-09 Thread Matthew Garrett
On Thu, Apr 9, 2015 at 2:31 AM, Greg KH gre...@linuxfoundation.org wrote: Anyway, is this all a Windows 8 requirement? If so, I'll feel comfortable making these changes, otherwise we are at the mercy of the bios people to randomly get things right, and we all know how often that works...

[PATCH 0/3] UV: Update UV APIC checks for new systems.

2015-04-09 Thread Mike Travis
In preparation for new UV systems, update various APIC checks to prevent incompatible hardware/BIOS/kernel conflicts. -- -- 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

linux-next: Tree for Apr 9

2015-04-09 Thread Stephen Rothwell
Hi all, Changes since 20150408: The arm-soc tree still had its build failure for which I reverted a commit. The regulator tree gained a build failure for which I applied a merge fix patch. The vhost tree gained a conflict against the usb tree. Non-merge commits (relative to Linus' tree): 9398

Re: [PATCH 2/7] Add support for per-file stream ID

2015-04-09 Thread Dmitry Monakhov
Jens Axboe ax...@fb.com writes: One small question. You states that all IDs are equals but can we reserve some IDs for internal kernel purposes. For example very short lived data (files opened with O_TEMP) and so on. Also small nitpicking see below. Writing on flash devices can be much more

[PATCH 3.4 108/176] gpio: sysfs: fix gpio device-attribute leak

2015-04-09 Thread lizf
From: Johan Hovold jo...@kernel.org 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 0915e6feb38de8d3601819992a5bd050201a56fa upstream. The gpio device attributes were never destroyed when the gpio was unexported (or on export failures).

[PATCH 3.4 090/176] Input: i8042 - reset keyboard to fix Elantech touchpad detection

2015-04-09 Thread lizf
From: Srihari Vijayaraghavan linux.bug.report...@gmail.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 148e9a711e034e06310a8c36b64957934ebe30f2 upstream. On some laptops, keyboard needs to be reset in order to successfully detect

Re: [RFC 4/4] Documentation/scheduler/sched-deadline.txt: add some references

2015-04-09 Thread Peter Zijlstra
On Thu, Apr 09, 2015 at 11:39:08AM +0200, Henrik Austad wrote: + CPUs, with the first M - 1 tasks having a small worst case execution time + WCET_i=e and period equal to relative deadline P_i=D_i=P-1. The last task Normally, 'e' is used to denote an _arbitrarily_ small value, and I suspect

[PATCH 3.4 081/176] ALSA: hda - Fix wrong gpio_dir gpio_mask hint setups for IDT/STAC codecs

2015-04-09 Thread lizf
From: Takashi Iwai ti...@suse.de 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit c507de88f6a336bd7296c9ec0073b2d4af8b4f5e upstream. stac_store_hints() does utterly wrong for masking the values for gpio_dir and gpio_data, likely due to

Re: [PATCH 1/1] spi: altera: Add empty implementation of setup_transfer callback

2015-04-09 Thread Pelle Nilsson
On 2015-04-09 17:40, Mark Brown wrote: Why is the callback mandatory if an empty implementation is OK? Ask the author of spi-bitbang. :-) In spi_bitbang_start() we have this chunk of code: if (!bitbang-txrx_bufs) { bitbang-use_dma = 0; bitbang-txrx_bufs

[PATCH] PCI: Export pci_probe_reset_function()

2015-04-09 Thread Alex Williamson
The equivalent bus and slot versions of this are already exported and vfio-pci would like a function-probe available so we can expose function-level reset capabilities to the user without necessarily using it to perform a reset before enabling the device for the user. Signed-off-by: Alex

Re: [PATCH v5] nohz: set isolcpus when nohz_full is set

2015-04-09 Thread Peter Zijlstra
On Thu, Apr 09, 2015 at 12:59:39PM -0400, Chris Metcalf wrote: diff --git a/include/linux/sched.h b/include/linux/sched.h index 6d77432e14ff..18a961b9beba 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -323,6 +323,7 @@ struct task_struct; extern int

Re: [PATCH 3/7] x86/intel_rdt: Support cache bit mask for Intel CAT

2015-04-09 Thread Marcelo Tosatti
On Thu, Mar 12, 2015 at 04:16:03PM -0700, Vikas Shivappa wrote: Add support for cache bit mask manipulation. The change adds a file to the RDT cgroup which represents the CBM(cache bit mask) for the cgroup. The RDT cgroup follows cgroup hierarchy ,mkdir and adding tasks to the cgroup never

RE: [PATCH v8] x86: mce: kexec: switch MCE handler for kexec/kdump

2015-04-09 Thread Luck, Tony
Why? Those CPUs are offlined and num_online_cpus() in mce_start() should account for that, no? And if those are offlined, they're very very unlikely to trigger an MCE as they're idle and not executing code. Let's step back a few feet and look at the big picture. There are three main

[PATCH v5 0/8] dmaengine/dra7x: DMA router (crossbar support)

2015-04-09 Thread Peter Ujfalusi
Vinod: is it OK if I send the Documnetation/dmanegine/ update a bit later when I have finished it? Changes since v4: - Comments from Maxime Ripard addressed: - long line fixed in of-dma.c - node leaks has been fixed in ti-dma-crossbar - Using devm_ioremap_resource() in ti-dma-crossbar - u16

[PATCH v5 6/8] dmaengine: omap-dma: Remove mapping between virtual channels and requests

2015-04-09 Thread Peter Ujfalusi
Do not direct map the virtual channels to sDMA request number. When the sDMA is behind of a crossbar this direct mapping can cause situations when certain channel can not be requested since the crossbar request number will no longer match with the sDMA request line. The direct mapping for virtual

[PATCH v2] leds: fix redundant trigger API #ifdef

2015-04-09 Thread Valentin Rothberg
Commit 5a15d172057c (leds: unify the location of led-trigger API) moved the leds trigger API to led.h. Moving the function definitions caused a logical problem regarding the visibility of #idef blocks. As listed in the code snippet below, the inner #else block will never see a compiler since

[PATCH 3.4 064/176] x86/tls: Don't validate lm in set_thread_area() after all

2015-04-09 Thread lizf
From: Andy Lutomirski l...@amacapital.net 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 3fb2f4237bb452eb4e98f6a5dbd5a445b4fed9d0 upstream. It turns out that there's a lurking ABI issue. GCC, when compiling this in a 32-bit program:

[tip:x86/asm] x86/asm/entry/64: Reduce padding in execve stubs

2015-04-09 Thread tip-bot for Denys Vlasenko
Commit-ID: a37f34a325d90856314ccd4994e1070dcc6bdcc4 Gitweb: http://git.kernel.org/tip/a37f34a325d90856314ccd4994e1070dcc6bdcc4 Author: Denys Vlasenko dvlas...@redhat.com AuthorDate: Tue, 7 Apr 2015 22:43:44 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Thu, 9 Apr 2015

[PATCH 3.4 001/176] spi: dw: Fix dynamic speed change.

2015-04-09 Thread lizf
From: Thor Thayer ttha...@opensource.altera.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 0a8727e69778683495058852f783eeda141a754e upstream. An IOCTL call that calls spi_setup() and then dw_spi_setup() will overwrite the persisted

[PATCH 3.4 025/176] ahci: disable NCQ on Samsung pci-e SSDs on macbooks

2015-04-09 Thread lizf
From: Levente Kurusa le...@linux.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 67809f85d31eac600f6b28defa5386c9d2a13b1d upstream. Samsung's pci-e SSDs with device ID 0x1600 which are found on some macbooks time out on NCQ commands.

[PATCH 3.4 021/176] AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller

2015-04-09 Thread lizf
From: Devin Ryles devin.ry...@intel.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 249cd0a187ed4ef1d0af7f74362cc2791ec5581b upstream. This patch adds DeviceIDs for Sunrise Point-LP. Signed-off-by: Devin Ryles devin.ry...@intel.com

[PATCH 3.4 048/176] ath9k: fix BE/BK queue order

2015-04-09 Thread lizf
From: Felix Fietkau n...@openwrt.org 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 78063d81d353e10cbdd279c490593113b8fdae1c upstream. Hardware queues are ordered by priority. Use queue index 0 for BK, which has lower priority than BE.

[PATCH 3.4 045/176] serial: samsung: wait for transfer completion before clock disable

2015-04-09 Thread lizf
From: Robert Baldyga r.bald...@samsung.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 1ff383a4c3eda8893ec61b02831826e1b1f46b41 upstream. This patch adds waiting until transmit buffer and shifter will be empty before clock disabling.

[PATCH v5 06/11] ARM: unify MMU/!MMU addruart calls

2015-04-09 Thread Stefan Agner
Remove the needless differences between MMU/!MMU addruart calls. This allows to use the same addruart macro on SoC level. Useful for SoC consisting of multiple CPUs with and without MMU such as Freescale Vybrid. Signed-off-by: Stefan Agner ste...@agner.ch --- arch/arm/include/debug/efm32.S | 2

Re: [4.0-rc+] WARNING: CPU: 0 PID: 1 at ./drivers/dma/dmaengine.c:863 dma_async_device_register+0xe0/0x540()

2015-04-09 Thread Maxime Ripard
On Thu, Apr 09, 2015 at 06:31:13AM -0400, Peter Hurley wrote: On 04/09/2015 03:09 AM, Maxime Ripard wrote: On Wed, Apr 08, 2015 at 12:07:14PM -0400, Peter Hurley wrote: On 04/08/2015 11:59 AM, Maxime Ripard wrote: On Wed, Apr 08, 2015 at 11:53:33AM -0400, Peter Hurley wrote: On 03/05/2015

Re: [PATCH v6 3/6] regulator: axp20x: prepare support for multiple AXP chip families

2015-04-09 Thread Chen-Yu Tsai
Hi Mark, On Tue, Mar 31, 2015 at 11:03 PM, Chen-Yu Tsai w...@csie.org wrote: From: Boris BREZILLON boris.brezil...@free-electrons.com Rework the AXP20X_ macros and probe function to support the several chip families, so that each family can define it's own set of regulators. Signed-off-by:

[PATCH 3.4 030/176] writeback: Move I_DIRTY_PAGES handling

2015-04-09 Thread lizf
From: Jan Kara j...@suse.cz 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 6290be1c1dc6589eeda213aa40946b27fa4faac8 upstream. Instead of clearing I_DIRTY_PAGES and resetting it when we didn't succeed in writing them all, just clear the

[PATCH 3.4 017/176] usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000

2015-04-09 Thread lizf
From: Hans de Goede hdego...@redhat.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 263e80b43559a6103e178a9176938ce171b23872 upstream. This wireless mouse receiver needs a reset-resume quirk to properly come out of reset. BugLink:

RE: [PATCH V1 1/2] input: misc: da9063: OnKey driver

2015-04-09 Thread Opensource [Steve Twiss]
On 09 April 2015 09:48 Paul Bolle wrote: This patch is dependent on PATCH V1 2/2 This patch is dependent on PATCH V1 1/2 Which makes it all rather confusing. It is a bit circular, I'll take that out for the next patch +++ b/drivers/input/misc/da9063-onkey.c @@ -0,0 +1,227 @@ +/*

Re: [RFC 4/4] Documentation/scheduler/sched-deadline.txt: add some references

2015-04-09 Thread Henrik Austad
On Thu, Apr 09, 2015 at 12:11:25PM +0200, Peter Zijlstra wrote: On Thu, Apr 09, 2015 at 12:08:36PM +0200, Luca Abeni wrote: On 04/09/2015 11:44 AM, Peter Zijlstra wrote: On Thu, Apr 09, 2015 at 11:39:08AM +0200, Henrik Austad wrote: + CPUs, with the first M - 1 tasks having a small worst

[PATCH 3.4 015/176] ALSA: hda - Limit 40bit DMA for AMD HDMI controllers

2015-04-09 Thread lizf
From: Takashi Iwai ti...@suse.de 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 413cbf469a19e7662ba5025695bf5a573927105a upstream. AMD/ATI HDMI controller chip models, we already have a filter to lower to 32bit DMA, but the rest are

[PATCH v3 0/4] Ensure that lun ids are contiguous

2015-04-09 Thread Krzysztof Opasiak
Dear list, This series fix configfs interface for mass storage function. According to mass storage specification[1]: Logical Unit Numbers on the device shall be numbered contiguously starting from LUN 0 to a maximum LUN of 15 (Fh). Currently configfs interface allows to create LUNs with

[PATCH V2] drivers: CCI: fix used_mask init in validate_group()

2015-04-09 Thread Mark Salter
Currently in validate_group(), there is a static initializer for fake_pmu.used_mask which is based on CPU_BITS_NONE but the used_mask array size is based on CCI_PMU_MAX_HW_EVENTS. CCI_PMU_MAX_HW_EVENTS is not based on NR_CPUS, so CPU_BITS_NONE is not correct and will cause a build failure if

[PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-09 Thread Boris Brezillon
Hello, This is an attempt to replace the mv_cesa driver by a new one to address some limitations of the existing driver. From a performance and CPU load point of view the most important limitation is the lack of DMA support, thus preventing us from chaining crypto operations. I know we usually

Re: [PATCH 1/2] Input: atmel_mxt_ts - add support for Google Pixel 2

2015-04-09 Thread Dmitry Torokhov
Hi Nick, On Thu, Apr 09, 2015 at 12:08:44PM +0100, Nick Dyer wrote: On 08/04/15 01:26, Dmitry Torokhov wrote: This change allows atmel_mxt_ts to bind to ACPI-enumerated devices in Google Pixel 2 (2015). Can you point me to any instructions for testing this on the Pixel 2 we have here? I

[PATCH v5 7/8] dmaengine: omap-dma: Reduce the number of virtual channels

2015-04-09 Thread Peter Ujfalusi
Since the mapping between the hardware request lines and channels has been removed it no longer make sense to have too many channels. Set the number of channels to match with the number of logical channels supported by sDMA. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---

[PATCH v5 4/8] dmaengine: omap-dma: Use defines for dma channels and request count

2015-04-09 Thread Peter Ujfalusi
Instead of magic numbers in the code, use define for number of logical DMA channels and DMA requests. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- drivers/dma/omap-dma.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/dma/omap-dma.c

[PATCH V2] x86: Allow built-in command line to work in early kernel init

2015-04-09 Thread Matthew Garrett
From: Matthew Garrett mj...@coreos.com The kernel supports having a command line built into it. Unfortunately this doesn't work in all cases - the built-in command line is only appended after we've jumped to the kernel proper, but various parts of the early boot process also pay attention to the

Re: NULL deref around blkmq in v4.0-rc1–rc7

2015-04-09 Thread Linus Torvalds
On Thu, Apr 9, 2015 at 11:24 AM, Jan Engelhardt jeng...@inai.de wrote: It's fairly consistent (reproducible?). Only 1 in 15 or so (have not kept track really) attempts does it not die. With frame pointers: [81286d59] scsi_queue_rq+0x2e8/0x3d2 [8119e64d]

[PATCH 1/3] pinctrl: qcom-spmi-gpio: Fix output type configuration

2015-04-09 Thread Ivan T. Ivanov
GPIO output type configuration was incorrectly overwritten by strength value. Fix this. Signed-off-by: Ivan T. Ivanov ivan.iva...@linaro.org --- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

[PATCH 2/3] pinctrl: qcom-spmi-gpio: Fix input value report

2015-04-09 Thread Ivan T. Ivanov
Read input buffer when input is enabled, not when it is disabled. Also fix interpretation of the pmic_gpio_read() return code, negative value means an error. Signed-off-by: Ivan T. Ivanov ivan.iva...@linaro.org --- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 11 ++- 1 file changed, 6

Re: [PATCH 2/2] axs_nand - add driver for NAND controller used on Synopsys AXS dev boards

2015-04-09 Thread Paul Bolle
What happened to 1/2? Whatever that was, I spotted a license mismatch in this 2/2. On Wed, 2015-04-08 at 11:57 +0300, Alexey Brodkin wrote: --- /dev/null +++ b/drivers/mtd/nand/axs_nand.c @@ -0,0 +1,412 @@ +/* + * Copyright (C) 2014 Synopsys, Inc. (www.synopsys.com) + * + * Driver for NAND

Re: [PATCH 2/2] arm64: add KASan support

2015-04-09 Thread Arnd Bergmann
On Tuesday 24 March 2015 17:49:04 Andrey Ryabinin wrote: arch/arm64/mm/kasan_init.c | 211 +++ Just one very high-level question: as this code is clearly derived from the x86 version and nontrivial, could we move most of it out of arch/{x86,arm64}

Re: [PATCH] drivers: CCI: fix used_mask init in validate_group()

2015-04-09 Thread Mark Rutland
validate_group(struct perf_event *event) { struct perf_event *sibling, *leader = event-group_leader; - struct cci_pmu_hw_events fake_pmu = { - /* - * Initialise the fake PMU. We only need to populate the - *

Re: [RFC PATCH] ACPI / scan: Introduce _CCA parsing logic and setting up device coherency

2015-04-09 Thread Rafael J. Wysocki
On Wednesday, April 01, 2015 10:20:20 AM Suravee Suthikulpanit wrote: ACPI v5.1 introduced _CCA object for specifying cache coherency attribute for devices. This patch implements a logic, which traverses device namespace to parse the coherency information, and calling the corresponded

Re: [PATCH] pty: Fix input race when closing

2015-04-09 Thread H.J. Lu
On Thu, Apr 9, 2015 at 7:54 AM, Peter Hurley pe...@hurleysoftware.com wrote: A read() from a pty master may mistakenly indicate EOF (errno == -EIO) after the pty slave has closed, even though input data remains to be read. For example, pty slave |input worker|

Re: [PATCH 1/3] PM suspend/hibernate: Call notifier after freezing processes

2015-04-09 Thread Pali Rohár
On Thursday 09 April 2015 19:13:55 Rafael J. Wysocki wrote: On Thursday, April 09, 2015 08:36:57 AM Pali Rohár wrote: --nextPart2566388.gOmNIJrIqI Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Thursday 09 April 2015 02:28:41 Rafael J.

[PATCH v5 11/11] ARM: vf610m4: add defconfig for Linux on Vybrids Cortex-M4

2015-04-09 Thread Stefan Agner
Add defconfig for Linux on Vybrid (vf610) on the secondary Cortex- M4 CPU. The use of a XIP image has been tested which needs to be loaded (e.g. using the custom m4boot loader) to the end of the available RAM at address 0x8f00. The Cortex-M4 has a code-alias which makes sure that the

Re: [PATCH] Input: atkbd: Fix release quirk for Dell models

2015-04-09 Thread Pali Rohár
On Thursday 09 April 2015 18:57:19 Dmitry Torokhov wrote: On Wed, Apr 08, 2015 at 10:54:20PM +0200, Pali Rohár wrote: On Monday 06 April 2015 18:20:56 Dmitry Torokhov wrote: On Mon, Apr 06, 2015 at 10:06:10AM +0200, Pali Rohár wrote: Ah, indeed. Sorry, at this time I completely

[PATCH 3.4 163/176] jfs: fix readdir regression

2015-04-09 Thread lizf
From: Dave Kleikamp dave.kleik...@oracle.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- Upstream commit 44512449, jfs: fix readdir cookie incompatibility with NFSv4, was backported incorrectly into the stable trees which used the filldir

Re: [PATCH] hrtimer: Replace cpu_base-active_bases with a direct check of the active list

2015-04-09 Thread Thomas Gleixner
On Thu, 9 Apr 2015, Ingo Molnar wrote: Plus, look at this code in hrtimer_run_queues(): for (index = 0; index HRTIMER_MAX_CLOCK_BASES; index++) { base = cpu_base-clock_base[index]; if (!base-active.next) continue;

[PATCH 3.4 160/176] Bluetooth: Add USB device 04ca:3010 as Atheros AR3012

2015-04-09 Thread lizf
From: Janne Heikkinen janne.m.heikki...@gmail.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 134d3b3550f050b9bec37111824452064d1ed928 upstream. Asus X553MA has USB device 04ca:3010 that is Atheros AR3012 or compatible. Device from

Re: [PATCHv7] media: i2c/adp1653: Devicetree support for adp1653

2015-04-09 Thread Sebastian Reichel
Hi, On Thu, Apr 09, 2015 at 09:42:38AM +0200, Pavel Machek wrote: [...] +#include linux/of_gpio.h +#include linux/gpio.h [...] This should probably be #include linux/of.h #include linux/gpio/consumer.h -- Sebastian signature.asc Description: Digital signature

[PATCH 3.4 091/176] Input: I8042 - add Acer Aspire 7738 to the nomux list

2015-04-09 Thread lizf
From: Dmitry Torokhov dmitry.torok...@gmail.com 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit 9333caeaeae4f831054e0e127a6ed3948b604d3e upstream. When KBC is in active multiplexing mode the touchpad on this laptop does not work.

[PATCH 3.4 066/176] isofs: Fix infinite looping over CE entries

2015-04-09 Thread lizf
From: Jan Kara j...@suse.cz 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit f54e18f1b831c92f6512d2eedb224cd63d607d3d upstream. Rock Ridge extensions define so called Continuation Entries (CE) which define where is further space with Rock

[PATCH 3.4 058/176] KEYS: Fix stale key registration at error path

2015-04-09 Thread lizf
From: Takashi Iwai ti...@suse.de 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit b26bdde5bb27f3f900e25a95e33a0c476c8c2c48 upstream. When loading encrypted-keys module, if the last check of aes_get_sizes() in init_encrypted() fails, the

[PATCH 3.4 060/176] ncpfs: return proper error from NCP_IOC_SETROOT ioctl

2015-04-09 Thread lizf
From: Jan Kara j...@suse.cz 3.4.107-rc1 review patch. If anyone has any objections, please let me know. -- commit a682e9c28cac152e6e54c39efcf046e0c8cfcf63 upstream. If some error happens in NCP_IOC_SETROOT ioctl, the appropriate error return value is then (in most cases) just

[PATCH 2/2 v4] x86/earlyprintk: setup earlyprintk as early as possible

2015-04-09 Thread Alexander Kuleshov
As setup_early_printk passed to the early_param, it will be usable only after 'parse_early_param' function will be called from the 'setup_arch'. So we have earlyprintk during early boot and decompression. Next point after decompression of the kernel where we can use early_printk is after call of

[PATCH 0/1] Fix NULL pointer dereference

2015-04-09 Thread Pelle Nilsson
As I reported earlier, spi-altera driver is broken and causes a kernel panic due to a NULL pointer dereference during first SPI transaction. On a closer look, it turned out that the setup_transfer() bitbang callback is mandatory when the txrx_bufs() callback is present. It was therefore an error

Re: [PATCH 2/2] ide: replace GFP_ATOMIC by GFP_KERNEL

2015-04-09 Thread Dan Carpenter
On Thu, Apr 09, 2015 at 04:53:48PM +0200, Julia Lawall wrote: On Thu, 9 Apr 2015, Dan Carpenter wrote: Sorry, my last email was bad. Splitting patches into logical parts is a bit tricky. Let me try explain better. Every patch should sort of make sense on its own. In the

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