[PATCH 15/15] ARM: at91/dt: at91-cosino_mega2560 remove useless tsadcc node

2014-03-05 Thread Alexandre Belloni
The tsadcc node is useless as it doesn't refer to anything and the touchscreen is handled by the adc0 node. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Cc: Rodolfo Giometti giome...@linux.it --- arch/arm/boot/dts/at91-cosino_mega2560.dts | 5 - 1 file changed, 5

[PATCH 14/15] Input: atmel_tsadcc: remove driver

2014-03-05 Thread Alexandre Belloni
The atmel_tsadcc driver is not used anymore, it has been replaced by at91_adc so remove it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- MAINTAINERS | 6 - drivers/input/touchscreen/Kconfig| 12 --

[PATCH 13/15] ARM: at91: remove atmel_tsadcc from sama5_defconfig

2014-03-05 Thread Alexandre Belloni
atmel_tsadcc has been removed, stop selecting it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/configs/sama5_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index

[PATCH 10/15] ARM: at91: sam9g45: switch from atmel_tsadcc to at91_adc

2014-03-05 Thread Alexandre Belloni
atmel_tsadcc is not allowing to use the remaining ADC channels while at91_adc does. Completely switch to at91_adc and remove the tsadcc platform_data for at91sam9g45 and at91sam9g45 based boards. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

[PATCH 00/15] iio: adc: at91 cleanups and atmel_tsadcc removal

2014-03-05 Thread Alexandre Belloni
This patch set is a followup of my previous series: iio: adc: at91 fixes I'm sorry it is so long, I made sure this is bissectable. 1-3) The first 3 patches are cleaning up the patform_data used for at91_adc. 4-5) Then touchscreen support for older ADCs is added, this allows to use that for

[PATCH 11/15] ARM: at91: sam9rl: switch from atmel_tsadcc to at91_adc

2014-03-05 Thread Alexandre Belloni
atmel_tsadcc is not allowing to use the remaining ADC channels while at91_adc does. Completely switch to at91_adc and remove the tsadcc platform_data for at91sam9rl and at91sam9rl based boards. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

[PATCH 06/15] iio: adc: at91: remove unused include from include/mach

2014-03-05 Thread Alexandre Belloni
That include file is now only used by the at91_adc driver, remove it from include/mach for better driver separation. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/include/mach/at91_adc.h | 120 -

[PATCH 05/15] ARM: at91: sam9m10g45ek: Add touchscreen support through at91_adc

2014-03-05 Thread Alexandre Belloni
at91_adc now supports reading a touchscreen for ADCs without a TSMR register. Enable touchscreen support through at91_adc. This allows to use both a touchscreen and the remaining ADC channel at the same time. Also, lower the clock for the ADC as it allows to have more stable reads and this is the

[PATCH 01/15] ARM: at91: sam9g45: remove unused platform_data

2014-03-05 Thread Alexandre Belloni
num_channels and registers are not used anymore since they are defined inside the at91_adc driver and assigned by matching the id_table. Also, remove the mach/at91_adc.h include that is not necessary anymore. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

[PATCH 07/15] iio: adc: at91: add sam9rl support

2014-03-05 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/iio/adc/at91_adc.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/iio/adc/at91_adc.c b/drivers/iio/adc/at91_adc.c index c3ea34025749..c47dcbaa56ef 100644 ---

[PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR

2014-03-05 Thread Alexandre Belloni
Old ADCs, as present on the sam9rl and the sam9g45 don't have a TSMR register and the touchscreen support should be handled differently. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/include/mach/at91_adc.h | 13 ++ drivers/iio/adc/at91_adc.c

[PATCH 03/15] iio: adc: at91: cleanup platform_data

2014-03-05 Thread Alexandre Belloni
num_channels and registers are not used anymore since they are defined inside the driver and assigned by matching the id_table. Also, struct at91_adc_reg_desc is now only used inside the driver. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/iio/adc/at91_adc.c

bad rss-counter message in 3.14rc5

2014-03-05 Thread Dave Jones
I just saw this on my box that's been running trinity.. [48825.517189] BUG: Bad rss-counter state mm:880177921d40 idx:0 val:1 (Not tainted) There's nothing else, no trace, nothing. Any ideas where to begin with this? Dave -- To unsubscribe from this list: send the line

[PATCH 09/15] ARM: at91: sam9rlek add touchscreen support through at91_adc

2014-03-05 Thread Alexandre Belloni
at91_adc now supports reading a touchscreen for ADCs without a TSMR register. Enable touchscreen support through at91_adc. This allows to use both a touchscreen and the remaining ADC channel at the same time. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

[PATCH 02/15] ARM: at91: sam9260: remove unused platform_data

2014-03-05 Thread Alexandre Belloni
num_channels and registers are not used anymore since they are defined inside the at91_adc driver and assigned by matching the id_table. Also, remove the mach/at91_adc.h include that is not necessary anymore. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

[PATCH 08/15] ARM: at91: sam9rl: add at91_adc to support adc and touchscreen

2014-03-05 Thread Alexandre Belloni
The ADC clock needs to be defined to enable the at91_adc driver. It is defined to the same speed that is used for atmel_tsadcc. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/at91sam9rl.c | 7 +++ arch/arm/mach-at91/at91sam9rl_devices.c | 85

[PATCH 12/15] ARM: at91: remove atmel_tsadcc platform_data

2014-03-05 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/board.h | 3 --- include/linux/platform_data/atmel.h | 7 --- 2 files changed, 10 deletions(-) diff --git a/arch/arm/mach-at91/board.h b/arch/arm/mach-at91/board.h index

[PATCH] security: have cap_dentry_init_security return error

2014-03-05 Thread Jeff Layton
Currently, cap_dentry_init_security returns 0 without actually initializing the security label. This confuses its only caller (nfs4_label_init_security) which expects an error in that situation, and causes it to end up sending out junk onto the wire instead of simply suppressing the label in the

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Tanmay Inamdar
On Wed, Mar 5, 2014 at 3:40 AM, Liviu Dudau liviu.du...@arm.com wrote: On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: Hello, Thanks for the patch set. On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau liviu.du...@arm.com wrote: This is v5 of my attempt to add support for a

Re: [PATCH] Revert Bluetooth: Use devname:vhci module alias for virtual HCI driver

2014-03-05 Thread Josh Boyer
On Wed, Mar 5, 2014 at 11:46 AM, Marcel Holtmann mar...@holtmann.org wrote: Hi Thomas, Adding the devname:vhci alias and thus adding a static /dev/vhci device node only works when assigning a fixed major/minor number. However, the code currently uses a dynamically assigned minor number. It is

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Tanmay Inamdar
On Wed, Mar 5, 2014 at 12:18 AM, Liviu Dudau liviu.du...@arm.com wrote: On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: Hello, Thanks for the patch set. On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau liviu.du...@arm.com wrote: This is v5 of my attempt to add support for a

[PATCH] selftests: ipc: handle msgget failure return correctly

2014-03-05 Thread Colin King
From: Colin Ian King colin.k...@canonical.com A failed msgget causes the test to return an uninitialised value in ret. Assign ret to -errno on error exit. Signed-off-by: Colin Ian King colin.k...@canonical.com --- tools/testing/selftests/ipc/msgque.c | 1 + 1 file changed, 1 insertion(+) diff

Re: ecryptfs log spew from EINTR

2014-03-05 Thread Tyler Hicks
On 2014-03-05 09:15:28, Dave Hansen wrote: I have a little program that uses mmap() to copy files. Essentially: addr1 = mmap(fd1); addr2 = mmap(fd2); memcpy(addr1, addr2, len); If these files are on ecryptfs and I interrupt the memcpy() with ^C, I consistently get this

Slow I/O performance on SAS1064

2014-03-05 Thread Markus
Hi I have problem with SATA disks at my Sunfire v245 and its lsi controller they are very slow. So I test it with dd and while dd in a nother terminal i see dstat results of sda: Copy from ramdisk to sda. === Test ext4 === DD root@outpost:/ramdisk# dd if=debian-7.4.0-sparc-netinst.iso

Re: bad rss-counter message in 3.14rc5

2014-03-05 Thread Dave Jones
On Wed, Mar 05, 2014 at 12:45:03PM -0500, Dave Jones wrote: I just saw this on my box that's been running trinity.. [48825.517189] BUG: Bad rss-counter state mm:880177921d40 idx:0 val:1 (Not tainted) There's nothing else, no trace, nothing. Any ideas where to begin with this?

Re: [PATCH] dts: add support for MMC on socfpga boards

2014-03-05 Thread Dinh Nguyen
On Wed, 2014-03-05 at 17:23 +0100, ZY - pavel wrote: Add DTS binding for MMC on socfpga boards. Tested on Sockit. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 537f1a5..cad7526 100644 ---

Re: [RFC][PATCH 0/5] arch: atomic rework

2014-03-05 Thread Paul E. McKenney
On Wed, Mar 05, 2014 at 05:26:36PM +0100, Torvald Riegel wrote: xagsmtp3.20140305162928.8...@uk1vsc.vnet.ibm.com X-Xagent-Gateway: uk1vsc.vnet.ibm.com (XAGSMTP3 at UK1VSC) On Tue, 2014-03-04 at 11:00 -0800, Paul E. McKenney wrote: On Mon, Mar 03, 2014 at 09:46:19PM +0100, Torvald Riegel

Re: [PATCH] irq-gic: remove file name from heading comment

2014-03-05 Thread Sergei Shtylyov
Hello. On 03/05/2014 03:27 AM, Thomas Gleixner wrote: File names in the heading comments fell out of favor long ago, and this one weren't even changed when the driver was moved from arch/arm/common/, so remove it at last... Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com

[PATCH] video: da8xx-fb: Add support for Densitron 84-0023-001T

2014-03-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- drivers/video/da8xx-fb.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index e7f5937..83c43b2 100644 --- a/drivers/video/da8xx-fb.c

Re: [RFC][PATCH] audit: Simplify by assuming the callers socket buffer is large enough

2014-03-05 Thread Eric W. Biederman
Steve Grubb sgr...@redhat.com writes: On Tuesday, March 04, 2014 07:21:52 PM David Miller wrote: From: ebied...@xmission.com (Eric W. Biederman) Date: Tue, 04 Mar 2014 14:41:16 -0800 If we really want the ability to always appened to the queue of skb's is to just have a version of

Re: [PATCH v5 net-next 1/3] filter: add Extended BPF interpreter and converter

2014-03-05 Thread Alexei Starovoitov
On Wed, Mar 5, 2014 at 1:24 AM, Daniel Borkmann dbork...@redhat.com wrote: On 03/04/2014 11:17 PM, Alexei Starovoitov wrote: Extended BPF extends old BPF in the following ways: - from 2 to 10 registers Original BPF has two registers (A and X) and hidden frame pointer. Extended BPF has

Re: [PATCH] selftests: ipc: handle msgget failure return correctly

2014-03-05 Thread Davidlohr Bueso
On Wed, 2014-03-05 at 17:51 +, Colin King wrote: From: Colin Ian King colin.k...@canonical.com A failed msgget causes the test to return an uninitialised value in ret. Assign ret to -errno on error exit. Signed-off-by: Colin Ian King colin.k...@canonical.com Acked-by: Davidlohr Bueso

Re: [RFC][PATCH 0/5] arch: atomic rework

2014-03-05 Thread Paul E. McKenney
On Wed, Mar 05, 2014 at 05:54:59PM +0100, Torvald Riegel wrote: On Tue, 2014-03-04 at 13:35 -0800, Paul E. McKenney wrote: On Tue, Mar 04, 2014 at 11:00:32AM -0800, Paul E. McKenney wrote: On Mon, Mar 03, 2014 at 09:46:19PM +0100, Torvald Riegel wrote:

Re: [PATCH] Add option to build with -O3

2014-03-05 Thread Valdis . Kletnieks
On Wed, 05 Mar 2014 01:19:17 -0500, Jon Ringle said: If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Is your company willing to indemnify my organization for the costs of tracking down *all* copies of the message

Re: Slow I/O performance on SAS1064

2014-03-05 Thread Mark Knecht
On Wed, Mar 5, 2014 at 9:50 AM, Markus mar...@kola.li wrote: SNIP The hdparm result looks like there is somethink not right . There were no features supported but why ? Does the HDD have S.M.A.R.T. features? Possibly smartctl -a /dev/sda would provide some additional visibility? - Mark --

Re: [PATCH RFC 3/6] tty: Rename xilinx_uart - cadence_uart

2014-03-05 Thread Sören Brinkmann
Hi Arnd, Alan, On Tue, 2014-03-04 at 11:16PM +0100, Arnd Bergmann wrote: On Tuesday 04 March 2014, One Thousand Gnomes wrote: On Tue, 4 Mar 2014 09:17:26 -0800 Soren Brinkmann soren.brinkm...@xilinx.com wrote: The following aspects of the change set are IMHO acceptable - Cleaning

Re: [PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR

2014-03-05 Thread Thomas Petazzoni
Dear Alexandre Belloni, On Wed, 5 Mar 2014 18:35:29 +0100, Alexandre Belloni wrote: -static irqreturn_t at91_adc_interrupt(int irq, void *private) +void handle_adc_rl_ts_irq(int irq, struct at91_adc_state *st, u32 status) I believe this function, +void handle_adc_9x5_ts_irq(int irq, struct

Re: [PATCH] kernfs: fix off by one error.

2014-03-05 Thread Greg Kroah-Hartman
On Wed, Mar 05, 2014 at 05:10:52PM +0100, Richard Cochran wrote: The hash values 0 and 1 are reserved for magic directory entries, but the code only prevents names hashing to 0. This patch fixes the test to also prevent hash value 1. Signed-off-by: Richard Cochran richardcoch...@gmail.com

Re: [PATCH 3.13 000/172] 3.13.6-stable review

2014-03-05 Thread Greg Kroah-Hartman
On Wed, Mar 05, 2014 at 10:21:05PM +0900, Satoru Takeuchi wrote: At Tue, 4 Mar 2014 12:01:24 -0800, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.6 release. There are 172 patches in this series, all will be posted as a response to this one. If

Re: [PATCH v2] ACPI / EC: Clear stale EC events on Samsung systems

2014-03-05 Thread Joseph Salisbury
On 02/28/2014 09:12 AM, Kieran Clancy wrote: A number of Samsung notebooks (530Uxx/535Uxx/540Uxx/550Pxx/900Xxx/etc) continue to log events during sleep (lid open/close, AC plug/unplug, battery level change), which accumulate in the EC until a buffer fills. After the buffer is full (tests

Re: [PATCH] kernfs: fix off by one error.

2014-03-05 Thread Eric W. Biederman
Greg Kroah-Hartman gre...@linuxfoundation.org writes: On Wed, Mar 05, 2014 at 05:10:52PM +0100, Richard Cochran wrote: The hash values 0 and 1 are reserved for magic directory entries, but the code only prevents names hashing to 0. This patch fixes the test to also prevent hash value 1.

Re: [PATCH] Revert Bluetooth: Use devname:vhci module alias for virtual HCI driver

2014-03-05 Thread Marcel Holtmann
Hi Josh, Adding the devname:vhci alias and thus adding a static /dev/vhci device node only works when assigning a fixed major/minor number. However, the code currently uses a dynamically assigned minor number. It is therefore impossible to create a static device and to autoload the module

Re: [RFC][PATCH 0/5] arch: atomic rework

2014-03-05 Thread Peter Sewell
On 5 March 2014 17:15, Torvald Riegel trie...@redhat.com wrote: On Tue, 2014-03-04 at 22:11 +, Peter Sewell wrote: On 3 March 2014 20:44, Torvald Riegel trie...@redhat.com wrote: On Sun, 2014-03-02 at 04:05 -0600, Peter Sewell wrote: On 1 March 2014 08:03, Paul E. McKenney

Re: [PATCH 08/11] kexec-bzImage: Support for loading bzImage using 64bit entry

2014-03-05 Thread Vivek Goyal
On Wed, Mar 05, 2014 at 05:37:22PM +0100, Borislav Petkov wrote: [..] +struct bzimage64_data { + /* +* Temporary buffer to hold bootparams buffer. This should be +* freed once the bootparam segment has been loaded. +*/ + void

Re: [PATCH 14/15] Input: atmel_tsadcc: remove driver

2014-03-05 Thread Dmitry Torokhov
On Wed, Mar 05, 2014 at 06:35:39PM +0100, Alexandre Belloni wrote: The atmel_tsadcc driver is not used anymore, it has been replaced by at91_adc so remove it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Dmitry Torokhov dmitry.torok...@gmail.com ---

Re: [PATCH] Revert Bluetooth: Use devname:vhci module alias for virtual HCI driver

2014-03-05 Thread Thomas Bächler
Am 05.03.2014 19:36, schrieb Marcel Holtmann: This reverts commit bfacbb9aec029b3200053d84c8cd5d7575f2d4a5. NAK. We allocated a static minor for this. Johan mentioned that. Commit b075dd40c95d11c2c8690f6c4d6232fc, correct? I am sorry Marcel, I only looked at the Linus tree, not at

Re: [PATCH] selftests: ipc: handle msgget failure return correctly

2014-03-05 Thread Guillaume Morin
On 05 Mar 17:51, Colin King wrote: From: Colin Ian King colin.k...@canonical.com A failed msgget causes the test to return an uninitialised value in ret. Assign ret to -errno on error exit. Signed-off-by: Colin Ian King colin.k...@canonical.com --- tools/testing/selftests/ipc/msgque.c |

Re: [PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR

2014-03-05 Thread Dmitry Torokhov
On Wed, Mar 05, 2014 at 06:35:29PM +0100, Alexandre Belloni wrote: Old ADCs, as present on the sam9rl and the sam9g45 don't have a TSMR register and the touchscreen support should be handled differently. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

Re: [PATCH] Revert Bluetooth: Use devname:vhci module alias for virtual HCI driver

2014-03-05 Thread Josh Boyer
On Wed, Mar 5, 2014 at 1:48 PM, Thomas Bächler tho...@archlinux.org wrote: Am 05.03.2014 19:36, schrieb Marcel Holtmann: This reverts commit bfacbb9aec029b3200053d84c8cd5d7575f2d4a5. NAK. We allocated a static minor for this. Johan mentioned that. Commit b075dd40c95d11c2c8690f6c4d6232fc,

Re: [PATCH 1/2] lustre/mdc_lib: fix possible null pointer dereference

2014-03-05 Thread Dan Carpenter
On Wed, Mar 05, 2014 at 02:04:35PM +0100, Maxin B. John wrote: From: Maxin B. John maxin.j...@enea.com cppcheck reported possible null pointer dereference in mdc_lib.c [lustre/lustre/mdc/mdc_lib.c:233]: (error) Possible null pointer dereference : op_data - otherwise it is redundant to

Re: [PATCH v2] mfd: max8997: use regmap to access registers

2014-03-05 Thread Dmitry Torokhov
Hi Robert, On Wed, Mar 05, 2014 at 03:58:17PM +0100, Robert Baldyga wrote: -int max8997_write_reg(struct i2c_client *i2c, u8 reg, u8 value) +int max8997_write_reg(struct regmap *map, u8 reg, u8 value) Why don't you make read/write reg to take struct max8997_dev as argument instead of

[PATCH][v2] selftests: ipc: handle msgget failure return correctly

2014-03-05 Thread Colin King
From: Colin Ian King colin.k...@canonical.com A failed msgget causes the test to return an uninitialised value in ret. Assign ret to -errno on error exit. Signed-off-by: Colin Ian King colin.k...@canonical.com --- tools/testing/selftests/ipc/msgque.c | 1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH] selftests: ipc: handle msgget failure return correctly

2014-03-05 Thread Colin Ian King
On 05/03/14 18:50, Guillaume Morin wrote: On 05 Mar 17:51, Colin King wrote: From: Colin Ian King colin.k...@canonical.com A failed msgget causes the test to return an uninitialised value in ret. Assign ret to -errno on error exit. Signed-off-by: Colin Ian King colin.k...@canonical.com ---

Re: linux rdma 3.14 merge plans

2014-03-05 Thread Nicholas A. Bellinger
On Wed, 2014-03-05 at 07:18 -0800, Roland Dreier wrote: On Wed, Mar 5, 2014 at 1:54 AM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: That all said, do you have an objection wrt taking this bits through target-pending..? Given the dependencies involved, that would seem the most

[PATCH] iommu/amd: Fix logics to determine and checking max PASID

2014-03-05 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit suravee.suthikulpa...@amd.com According to IOMMUv2, max PASID is defined as ((2^(PASmax+1)) - 1) using the value from MMIOx30[PASmax] register. The current does not determine this correctly. Also the PASID_MASK should be determined by max PASID instead of hardcoding

Re: [PATCH] m68k: skip futex_atomic_cmpxchg_inatomic() test

2014-03-05 Thread Geert Uytterhoeven
On Tue, Mar 4, 2014 at 8:28 AM, Finn Thain fth...@telegraphics.com.au wrote: The futex_atomic_cmpxchg_inatomic() test in futex_init() causes a fatal exception on 68030 (and presumably 68020 also). Thanks! Signed-off-by: Finn Thain fth...@telegraphics.com.au Acked-by: Geert Uytterhoeven

Re: [PATCH] Revert Bluetooth: Use devname:vhci module alias for virtual HCI driver

2014-03-05 Thread Marcel Holtmann
Hi Josh, This reverts commit bfacbb9aec029b3200053d84c8cd5d7575f2d4a5. NAK. We allocated a static minor for this. Johan mentioned that. Commit b075dd40c95d11c2c8690f6c4d6232fc, correct? I am sorry Marcel, I only looked at the Linus tree, not at bluetooth or bluetooth-next. This

Re: [PATCH net-next v6 1/10] xen-netback: Use skb-cb for pending_idx

2014-03-05 Thread Zoltan Kiss
On 05/03/14 12:16, Wei Liu wrote: On Tue, Mar 04, 2014 at 10:32:12PM +, Zoltan Kiss wrote: Storing the pending_idx at the first byte of the linear buffer never looked good, skb-cb is a more proper place for this. It also prevents the header to be directly grant copied there, and we don't

Re: [Xen-devel] [PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs

2014-03-05 Thread Zoltan Kiss
Hi, I've changed the numbers to actual patch names, thanks. Btw. your replies doesn't have In-reply-to header, it breaks sorting into threads. Zoli On 05/03/14 02:17, Konrad Rzeszutek Wilk wrote: On Mar 4, 2014 5:32 PM, Zoltan Kiss zoltan.k...@citrix.com wrote: These counters help

Re: [PATCH] Revert irqchip: irq-dove: Add PMU interrupt controller.

2014-03-05 Thread Russell King - ARM Linux
On Wed, Mar 05, 2014 at 03:42:34PM +0100, Thomas Gleixner wrote: On Wed, 5 Mar 2014, Russell King - ARM Linux wrote: This results in the RTC alarm test receiving exactly one interrupt for each alarm expiry, as it should do. Thoughts? You are worried about clearing an interrupt which is

Re: [PATCH] zram: move comp allocation out of init_lock

2014-03-05 Thread Sergey Senozhatsky
On (03/05/14 15:57), Jerome Marchand wrote: On 03/04/2014 11:10 AM, Sergey Senozhatsky wrote: While fixing lockdep spew of -init_lock reported by Sasha Levin [1], Minchan Kim noted [2] that it's better to move compression backend allocation (using GPF_KERNEL) out of the -init_lock lock,

Re: [PATCH 1/2] aio, memory-hotplug: Fix confliction when migrating and accessing ring pages.

2014-03-05 Thread Jeff Moyer
Tang Chen tangc...@cn.fujitsu.com writes: AIO ring page migration has been implemented by the following patch: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/fs/aio.c?id=36bc08cc01709b4a9bb563b35aa530241ddc63e3 In this patch, ctx-completion_lock is used to

Re: [PATCH][v2] selftests: ipc: handle msgget failure return correctly

2014-03-05 Thread Davidlohr Bueso
On Wed, 2014-03-05 at 18:58 +, Colin King wrote: From: Colin Ian King colin.k...@canonical.com A failed msgget causes the test to return an uninitialised value in ret. Assign ret to -errno on error exit. Signed-off-by: Colin Ian King colin.k...@canonical.com Why are you not carrying

Re: [PATCH] mlx4: Use GFP_NOFS calls during the ipoib TX path when creating the QP

2014-03-05 Thread Roland Dreier
On Thu, Feb 27, 2014 at 2:42 AM, Jiri Kosina jkos...@suse.cz wrote: Whatever suits you best. To sum it up: - mlx4 is confirmed to have this problem, and we know how that problem happens -- see the paragraph in the changelog explaining the dependency between memory reclaim and allocation

[PATCH 2/6] rtc: pm8xxx: use regmap API for register accesses

2014-03-05 Thread Josh Cartwright
Now that the parent mfd driver has been made to work again, and has been reworked to create a regmap instance intended for it's children to use, rework the pm8xxx driver to use the regmap API for it's register accesses. Signed-off-by: Josh Cartwright jo...@codeaurora.org ---

[PATCH 1/6] rtc: pm8xxx: fixup checkpatch/style issues

2014-03-05 Thread Josh Cartwright
Before performing additional cleanups to this driver, do the easy cleanups first. Signed-off-by: Josh Cartwright jo...@codeaurora.org --- drivers/rtc/rtc-pm8xxx.c | 88 +--- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git

[PATCH 3/6] rtc: pm8xxx: use devm_request_any_context_irq

2014-03-05 Thread Josh Cartwright
Make use of the devm_* variant of request_any_context_irq to allow for elimination of remove(). Signed-off-by: Josh Cartwright jo...@codeaurora.org --- drivers/rtc/rtc-pm8xxx.c | 18 -- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/rtc/rtc-pm8xxx.c

[PATCH 6/6] documentation: bindings: document PMIC8921/8058 RTC

2014-03-05 Thread Josh Cartwright
This RTC is found on the Qualcomm 8921 and 8058 PMICs. Signed-off-by: Josh Cartwright jo...@codeaurora.org --- .../devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt| 29 ++ 1 file changed, 29 insertions(+) create mode 100644

[PATCH 5/6] rtc: pm8xxx: move device_init_wakeup() before rtc_register

2014-03-05 Thread Josh Cartwright
Setup wakeup capability before rtc_register to ensure the rtc class core properly sets up our 'wakealarm' sysfs attribute. Signed-off-by: Josh Cartwright jo...@codeaurora.org --- drivers/rtc/rtc-pm8xxx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-05 Thread Josh Cartwright
Add support for describing the PM8921/PM8058 RTC in device tree. Additionally: - drop support for describing the RTC using platform data, as there are no current in tree users who do so. - make allow_set_time a device-specific flag, instead of mucking with the rtc_ops

[PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-05 Thread Josh Cartwright
Currently, the wake_irqs bitmap is used to track whether there are any gpio's which are configured as wake irqs, and uses this to determine whether or not to call enable_irq_wake()/disable_irq_wake() on the summary interrupt. However, the genirq core already handles this case, by maintaining a

[PATCH] mfd: pm8921: fixup probe() error path when irq invalid

2014-03-05 Thread Josh Cartwright
platform_get_irq() returns a negative error code when an IRQ is invalid or unspecified. Make 'irq' signed to properly handle this. Cc: Stephen Boyd sb...@codeaurora.org Signed-off-by: Josh Cartwright jo...@codeaurora.org --- drivers/mfd/pm8921-core.c | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [PATCH v2] ARM: dts: imx6qdl-sabresd.dtsi: Add red led

2014-03-05 Thread Russell King - ARM Linux
On Wed, Mar 05, 2014 at 07:42:28PM +0800, Shawn Guo wrote: It's not a hog pin, so shouldn't be added here. (Right, most of the existing pins shouldn't be here from the beginning) On the subject of that kind of thing... I have an issue with the existing pinmux stuff. This is a wider issue than

Re: [PATCH v5 6/6] arm/dts: added dt properties to adapt to the new phy framwork

2014-03-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [140305 04:46]: Tony/Benoit, On Monday 03 March 2014 05:08 PM, Kishon Vijay Abraham I wrote: Added device tree bindings for dwc3, usb2 and usb3 PHYs. The documentation of these can be found at Documentation/devicetree/bindings/phy/phy-bindings.txt

Re: [PATCH 0/5] Add USB nodes for am43xx epos and gp evm

2014-03-05 Thread Tony Lindgren
* George Cherian george.cher...@ti.com [140303 05:58]: The patch series adds USB dt nodes for am43xx epos and gp evm Boot tested with Benoit's for_3.15 + following patches https://patchwork.kernel.org/patch/3600821/ https://patchwork.kernel.org/patch/3600831/

Re: [PATCH] mlx4: Use GFP_NOFS calls during the ipoib TX path when creating the QP

2014-03-05 Thread Or Gerlitz
On Wed, Feb 26, 2014 at 12:11 AM, Jiri Kosina jkos...@suse.cz wrote: The problem encountered was described as follows: It's not memory reclamation that is the problem as such. There is an indirect dependency between network filesystems writing back pages and

Re: [PATCH] mfd: pm8921: fixup probe() error path when irq invalid

2014-03-05 Thread Stephen Boyd
On 03/05/14 11:34, Josh Cartwright wrote: platform_get_irq() returns a negative error code when an IRQ is invalid or unspecified. Make 'irq' signed to properly handle this. Reviewed-by: Stephen Boyd sb...@codeaurora.org Thanks -- Qualcomm Innovation Center, Inc. is a member of Code Aurora

Re: [PATCH 0/4] ARM: dts: OMAP3630+: Add ABB device nodes

2014-03-05 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140129 15:48]: Now that clock nodes have been merged to master, refresh of the series meant for all TI platforms using ABB. Originally posted [1], I will restart with v1. Thanks applying all except for the crossbar ones into omap-for-v3.15/dt. Please resend the

Re: [PATCH 08/11] kexec-bzImage: Support for loading bzImage using 64bit entry

2014-03-05 Thread Borislav Petkov
On Wed, Mar 05, 2014 at 01:40:10PM -0500, Vivek Goyal wrote: I thought Dave passed relevant information on bootparams and some in cmdline (I have not looked at details). Once the EFI support is in, kernel implementaion should do the same thing as kexec-tools is doing to pass EFI mapping

[PATCH 6/8] perf, tools: Query terminal width and use in perf list

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Automatically adapt the now wider and word wrapped perf list output to wider terminals. This requires querying the terminal before the auto pager takes over, and exporting this information from the pager subsystem. Signed-off-by: Andi Kleen

Re: [PATCH 0/4] ARM: dts: OMAP3630+: Add ABB device nodes

2014-03-05 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140305 11:51]: * Nishanth Menon n...@ti.com [140129 15:48]: Now that clock nodes have been merged to master, refresh of the series meant for all TI platforms using ABB. Originally posted [1], I will restart with v1. Thanks applying all except for the

perf: Add support for full Intel event lists

2014-03-05 Thread Andi Kleen
perf has high level events which are useful in many cases. However there are some tuning situations where low level events in the CPU are needed. Traditionally this required specifying the event in raw form (very awkward) or using non standard frontends like ocperf or patching in libpfm. Intel

Re: [RESEND Patch 0/9] dts pending patches for TI omap

2014-03-05 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [140303 06:53]: Benoit/Tony Here I am send all the pending dt patches that can go into 3.15 merge window, all the patches were already posted to mailing list and has beed reviewed. I have rebased the patches on top of

[PATCH 1/8] perf, tools: Add jsmn `jasmine' JSON parser

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com I need a JSON parser. This adds the simplest JSON parser I could find -- Serge Zaitsev's jsmn `jasmine' -- to the perf library. I merely converted it to (mostly) Linux style and added support for non 0 terminated input. The parser is quite straight forward

[PATCH 8/8] perf, tools, test: Add test case for alias and JSON parsing

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add a simple test case to perf test that runs perf download and parses all the events. This needs adding an all event iterator to pmu.c Signed-off-by: Andi Kleen a...@linux.intel.com --- tools/perf/Makefile.perf| 1 + tools/perf/tests/aliases.c

[PATCH 2/8] perf, tools: Add support for reading JSON event files

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add a parser for Intel style JSON event files. This allows to use an Intel event list directly with perf. The Intel event lists can be quite large and are too big to store in unswappable kernel memory. The parser code knows how to convert the JSON fields to

[PATCH 4/8] perf, tools: Add perf download to download event files

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add a downloader to automatically download the right files from a download site. This is implemented as a script calling wget, similar to perf archive. The perf driver automatically calls the right binary. The downloader is extensible, but currently only

[PATCH 5/8] perf, tools: Allow events with dot

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com The Intel events use a dot to separate event name and unit mask. Allow dot in names in the scanner, and remove special handling of dot as EOF. Also remove the hack in jevents to replace dot with underscore. This way dotted events can be specified directly by

[PATCH 7/8] perf, tools, record: Always allow to overide default period

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Fix the logic to allow overriding event default periods with -c or -F on the command line. I'm not sure what the previous if was supposed to do, it didn't work and seemed bogus. I just remove the extra check and unconditionally allow overiding when the user

[PATCH 3/8] perf, tools: Automatically look for event file name for cpu

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com When no JSON event file is specified automatically look for a suitable file in ~/.events. A perf download can automatically add files there for the current CPUs. This does not include the actual event files with perf, but they can be automatically downloaded

[no subject]

2014-03-05 Thread Diane_P_Cleland/FSU%FERRIS
Your email as been awarded sum of 500,000.00 GBP as charity Compensation from Qatar Foundation,contact( morgananderso...@sbcglobal.net) -- 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

Re: [RFC] [PATCH] Pre-emption control for userspace

2014-03-05 Thread Khalid Aziz
On 03/05/2014 04:10 AM, Peter Zijlstra wrote: On Tue, Mar 04, 2014 at 04:51:15PM -0800, Andi Kleen wrote: Anything else? Proxy execution; its a form of PI that works for arbitrary scheduling policies (thus also very much including fair). With that what you effectively end up with is the lock

[PATCH] zram: return error-valued pointer from zcomp_create()

2014-03-05 Thread Sergey Senozhatsky
Instead of returning just NULL, return ERR_PTR from zcomp_create() if compressing backend creation has failed. ERR_PTR(-EINVAL) for unsupported compression algorithm request, ERR_PTR(-ENOMEM) for allocation (zcomp or compression stream) error. Perform IS_ERR() check of returned from

Re: [PATCHv3 1/2] mm: introduce vm_ops-map_pages()

2014-03-05 Thread Andrew Morton
On Wed, 05 Mar 2014 10:34:15 +1030 Rusty Russell ru...@rustcorp.com.au wrote: Andrew Morton a...@linux-foundation.org writes: On Thu, 27 Feb 2014 21:53:46 +0200 Kirill A. Shutemov kirill.shute...@linux.intel.com wrote: + +void do_set_pte(struct vm_area_struct *vma, unsigned long

[PATCH] x86, fix x86 fixup_irqs() error handling

2014-03-05 Thread Prarit Bhargava
fixup_irqs() calls chip-set_irq_affinity which eventually calls __assign_irq_vector(). Errors are not propogated back from this function call and this results in silent irq relocation failures. This patch fixes this issue and prints out a warning if there is a relocation failure. Cc: Thomas

Re: [PATCH v2] [media] v4l: omap4iss: Add DEBUG compiler flag

2014-03-05 Thread Mauro Carvalho Chehab
Em Tue, 11 Feb 2014 13:38:51 +0100 Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: Hi Paul, Thank you for the patch. On Tuesday 11 February 2014 12:17:01 Paul Bolle wrote: Commit d632dfefd36f ([media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system)

Problem with JDB and per-BDI writeback

2014-03-05 Thread Tiratat Patana-anake
I have a question about JDB and per-BDI writeback on ext3 file system. I saw that in ext3_*_write_end function (e.g. ext3_ordered_write_end and ext3_journalled_write_end), the inode was added to superblock's dirty list for a writeback. For data=journal journalling, it doesn't make sense to me.

Re: [PATCH] zram: return error-valued pointer from zcomp_create()

2014-03-05 Thread Andrew Morton
On Wed, 5 Mar 2014 22:56:55 +0300 Sergey Senozhatsky sergey.senozhat...@gmail.com wrote: Instead of returning just NULL, return ERR_PTR from zcomp_create() if compressing backend creation has failed. ERR_PTR(-EINVAL) for unsupported compression algorithm request, ERR_PTR(-ENOMEM) for

Re: [PATCH v10 2/3] mmc: sdhci-msm: Initial support for Qualcomm chipsets

2014-03-05 Thread Georgi Djakov
On 03/05/2014 06:41 AM, Ulf Hansson wrote: On 4 March 2014 20:27, Georgi Djakov gdja...@mm-sol.com wrote: [..] + +struct sdhci_msm_pltfm_data { + u32 caps; /* Supported UHS-I Modes */ + u32 caps2; /* More capabilities */

Re: [PATCH v10 1/3] mmc: sdhci-msm: Qualcomm SDHCI binding documentation

2014-03-05 Thread Georgi Djakov
On 03/05/2014 06:25 AM, Ulf Hansson wrote: On 4 March 2014 20:27, Georgi Djakov gdja...@mm-sol.com wrote: [..] +Required properties: +- compatible: Should contain qcom,sdhci-msm-v4. +- reg: Base address and length of the register set listed in reg-names. +- reg-names: Should contain the

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