Re: [PATCH 4/8] memblock: introduce memblock_add_phys() and memblock_is_physmem()

2015-01-06 Thread Matt Fleming
(Moar reviewers) On Mon, 22 Dec, at 07:08:38PM, Ard Biesheuvel wrote: This introduces the following functions: - memblock_add_phys(), that registers regions in the 'physmem' memblock map if CONFIG_HAVE_MEMBLOCK_PHYS_MAP is set; otherwise, it is a nop - memblock_is_physmem(), returns whether

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver

2015-01-06 Thread jeffrey.lin
From: jeffrey.lin jeffrey@rad-ic.com This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define CONFIG_TOUCHSCREEN_RM_TS. Signed-off-by: jeffrey@rad-ic.com --- drivers/input/touchscreen/Kconfig | 12 +

Re: [PATCH] locking/rwlocks: clean up of qrwlock

2015-01-06 Thread Baoquan He
Hi all, Thanks for reviewing. Do you have any other concerns about this small change? Thanks Baoquan On 12/17/14 at 04:16pm, Waiman Long wrote: On 12/16/2014 10:36 AM, Baoquan He wrote: On 12/16/14 at 10:01am, Peter Zijlstra wrote: On Tue, Dec 16, 2014 at 02:00:40PM +0800, Baoquan He

RE: [PATCH] Add VID/PID for HID-type Multi-Touch Module of AFO CO., LTD.

2015-01-06 Thread kyhw
Thanks. you are right. That's not necessary. We already processed. The final purpose of my approach is that the correct working of the AFO multi-Touch module in All distribution of Linux. Therefore, the inclusion of the VID,PID(AFO Touch Module) to the hid-multitouch module is basically needed

Re: [PATCH nouveau 06/11] platform: complete the power up/down sequence

2015-01-06 Thread Vince Hsu
On 01/05/2015 11:25 PM, Thierry Reding wrote: * PGP Signed by an unknown key On Thu, Dec 25, 2014 at 10:42:58AM +0800, Vince Hsu wrote: On 12/24/2014 09:23 PM, Lucas Stach wrote: Am Dienstag, den 23.12.2014, 18:39 +0800 schrieb Vince Hsu: This patch adds some missing pieces of the rail

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 5:49 AM, Sedat Dilek sedat.di...@gmail.com wrote: [ Please CC me I am not subscribed to LKML ] [ QUOTE ] On Mon, Jan 05, 2015 at 05:46:15PM -0800, Linus Torvalds wrote: It's a day delayed - not because of any particular development issues, but simply because I was

Build regressions/improvements in v3.19-rc3

2015-01-06 Thread Geert Uytterhoeven
Below is the list of build error/warning regressions/improvements in v3.19-rc3[1] compared to v3.18[2]. Summarized: - build errors: +86/-19 - build warnings: +242/-127 JFYI, when comparing v3.19-rc3[1] to v3.19-rc2[3], the summaries are: - build errors: +64/-9 - build warnings: +123/-75

Re: [Nouveau] [PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions

2015-01-06 Thread Vince Hsu
On 01/06/2015 03:50 AM, Alexandre Courbot wrote: On Mon, Jan 5, 2015 at 4:32 PM, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Dec 30, 2014 at 11:18:34AM +0800, Vince Hsu wrote: Hi Emil, On 12/30/2014 10:34 AM, Emil Velikov wrote: On 23/12/14 10:40, Vince Hsu wrote: This patch adds

Re: [PATCH v2] virtio-scsi: Fix the race condition in virtscsi_handle_event

2015-01-06 Thread Michael S. Tsirkin
On Tue, Jan 06, 2015 at 03:33:36PM +0800, Fam Zheng wrote: There is a race condition in virtscsi_handle_event, when many device hotplug/unplug events flush in quickly. The scsi_remove_device in virtscsi_handle_transport_reset may trigger the BUG_ON in scsi_target_reap, because the state is

Re: Build regressions/improvements in v3.19-rc3

2015-01-06 Thread Geert Uytterhoeven
On Tue, Jan 6, 2015 at 10:36 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.19-rc3[1] to v3.19-rc2[3], the summaries are: - build errors: +64/-9 + /home/kisskb/slave/src/arch/arm/mm/dma-mapping.c: error: 'VM_ARM_DMA_CONSISTENT' undeclared (first use in this

[PATCH] mm: fix a typo of MIGRATE_RESERVE in comment

2015-01-06 Thread Baoquan He
Found it when I want to jump to the definition of MIGRATE_RESERVE ctags. Signed-off-by: Baoquan He b...@redhat.com --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 2f0856d..b418297 100644 ---

Re: [PATCH v6 2/4] tools/perf: extend format_alias() to include event parameters

2015-01-06 Thread Jiri Olsa
On Sun, Dec 21, 2014 at 11:49:25PM -0800, Sukadev Bhattiprolu wrote: From: Cody P Schafer c...@linux.vnet.ibm.com This causes `perf list pmu` to show parameters for parameterized events like: pmu/event_name,param1=?,param2=?/ [Kernel PMU event] An example:

Re: [PATCH v6 2/4] tools/perf: extend format_alias() to include event parameters

2015-01-06 Thread Jiri Olsa
On Sun, Dec 21, 2014 at 11:49:25PM -0800, Sukadev Bhattiprolu wrote: From: Cody P Schafer c...@linux.vnet.ibm.com This causes `perf list pmu` to show parameters for parameterized events like: pmu/event_name,param1=?,param2=?/ [Kernel PMU event] An example:

Re: Linux 3.19-rc3

2015-01-06 Thread Peter Zijlstra
On Tue, Jan 06, 2015 at 05:49:11AM +0100, Sedat Dilek wrote: This has been there since just before rc1. Is there a fix for this stalled in someones git tree maybe ? [7.952588] WARNING: CPU: 0 PID: 299 at kernel/sched/core.c:7303 __might_sleep+0x8d/0xa0() [7.952592] do not call

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 10:40 AM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Jan 06, 2015 at 05:49:11AM +0100, Sedat Dilek wrote: This has been there since just before rc1. Is there a fix for this stalled in someones git tree maybe ? [7.952588] WARNING: CPU: 0 PID: 299 at

Re: [PATCH v6 1/4] tools/perf: support parsing parameterized events

2015-01-06 Thread Jiri Olsa
On Tue, Dec 23, 2014 at 11:58:50AM -0800, Sukadev Bhattiprolu wrote: From a24b480ff54381a7e092597864cf615162afdd60 Mon Sep 17 00:00:00 2001 From: Cody P Schafer c...@linux.vnet.ibm.com Date: Wed, 24 Sep 2014 12:27:15 -0700 Subject: [PATCH 1/4] tools/perf: support parsing parameterized events

Re: [RFC PATCH v6 9/9] of: thermal: Introduce sustainable power for a thermal zone

2015-01-06 Thread Javi Merino
On Fri, Jan 02, 2015 at 03:53:00PM +, Eduardo Valentin wrote: On Fri, Dec 05, 2014 at 07:04:20PM +, Javi Merino wrote: From: Punit Agrawal punit.agra...@arm.com Introduce an optional property called, sustainable-power, which represents the power (in mW) which the thermal zone can

[PATCH net] r8152: support ndo_features_check

2015-01-06 Thread Hayes Wang
Support ndo_features_check to avoid: - the transport offset is more than the hw limitation when using hw checksum. - the skb-len of a GSO packet is more than the limitation. Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/usb/r8152.c | 17 + 1 file changed, 17

Re: [V9fs-developer] [PATCH 1/8] fs/9p: Deletion of unnecessary checks before the function call p9_client_clunk

2015-01-06 Thread Dominique Martinet
Dominique Martinet wrote on Tue, Jan 06, 2015 at 09:12:53AM +0100: Simple example, without even looking at the multiple possible interactions with multiple clients hammering the server, can be taken from v9fs_create in fs/9p/vfs_inode.c

Re: Linux 3.19-rc3

2015-01-06 Thread Jiri Kosina
On Mon, 5 Jan 2015, Dave Jones wrote: It's a day delayed - not because of any particular development issues, but simply because I was tiling a bathroom yesterday. But rc3 is out there now, and things have stayed reasonably calm. I really hope that implies that 3.19 is looking good,

Re: [PATCH v4 net-next 2/2 tuntap: Increase the number of queues in tun.

2015-01-06 Thread Michael S. Tsirkin
On Tue, Jan 06, 2015 at 11:09:16AM +0530, Pankaj Gupta wrote: Networking under kvm works best if we allocate a per-vCPU RX and TX queue in a virtual NIC. This requires a per-vCPU queue on the host side. It is now safe to increase the maximum number of queues. Preceding patch: 'net: allow

Re: [PATCH V6 0/2] perf tool: Haswell LBR call stack support (user)

2015-01-06 Thread Peter Zijlstra
Thanks, stuck these in with the kernel patches. -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 10:42 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Jan 6, 2015 at 10:40 AM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Jan 06, 2015 at 05:49:11AM +0100, Sedat Dilek wrote: This has been there since just before rc1. Is there a fix for this stalled in

Re: Linux 3.19-rc3

2015-01-06 Thread Takashi Iwai
At Tue, 6 Jan 2015 10:34:30 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 5:49 AM, Sedat Dilek sedat.di...@gmail.com wrote: [ Please CC me I am not subscribed to LKML ] [ QUOTE ] On Mon, Jan 05, 2015 at 05:46:15PM -0800, Linus Torvalds wrote: It's a day delayed - not because of

Re: [PATCH repost 09/16] metag/uaccess: fix sparse errors

2015-01-06 Thread Michael S. Tsirkin
On Mon, Jan 05, 2015 at 02:47:19PM +, James Hogan wrote: On 5 January 2015 at 13:00, Michael S. Tsirkin m...@redhat.com wrote: On Mon, Jan 05, 2015 at 09:44:14AM +, James Hogan wrote: On 04/01/15 10:52, Michael S. Tsirkin wrote: On Fri, Jan 02, 2015 at 03:41:02PM +, James Hogan

Re: Linux 3.19-rc3

2015-01-06 Thread Peter Zijlstra
On Tue, Jan 06, 2015 at 10:34:30AM +0100, Sedat Dilek wrote: I tried to do such a similiar (quick) fix analog to the mentioned sched, inotify: Deal with nested sleeps patch from Peter. If I did correct... It does not make the call-trace go away here. Are you very sure its the same splat and

[PATCH] spi: fsl-(e)spi: Support compile as module

2015-01-06 Thread esben . haabendal
From: Esben Haabendal e...@deif.com Signed-off-by: Esben Haabendal e...@deif.com --- drivers/spi/Kconfig | 4 ++-- drivers/spi/spi-fsl-cpm.c | 9 + drivers/spi/spi-fsl-lib.c | 14 -- drivers/spi/spi-fsl-lib.h | 4 ++-- 4 files changed, 25 insertions(+), 6

Payment

2015-01-06 Thread Finance Department
Dear Recipient, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146 by office of the ministry of finance UK.Send us your personal details to deliver your funds. Gloria Peter -- To unsubscribe from this list: send the line unsubscribe

Re: [V9fs-developer] [PATCH 1/8] fs/9p: Deletion of unnecessary checks before the function call p9_client_clunk

2015-01-06 Thread Dan Carpenter
On Tue, Jan 06, 2015 at 10:27:19AM +0100, Dominique Martinet wrote: (All other patches in the set look good to me at second glance, now. To answer Dan's mail, none of these are bug fix as far as I've seen, just avoiding unnecessary checks for null or calls+check/warn depending on whether you

Re: Linux 3.19-rc3

2015-01-06 Thread Peter Zijlstra
On Tue, Jan 06, 2015 at 10:57:19AM +0100, Sedat Dilek wrote: [ 88.028739] [8124433f] aio_read_events+0x4f/0x2d0 Ah, that one. Chris Mason and Kent Overstreet were looking at that one. I'm not touching the AIO code either ;-) -- To unsubscribe from this list: send the line

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Dan Carpenter
On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: Do you mean I should resend it or wait for reply from maintainer first? Resend, please. regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Ian Abbott
On 06/01/15 06:02, Sudip Mukherjee wrote: On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: On 01/04, Piotr Kubus wrote: This is a patch to the dmm32at.c file that fixes up a code indent error found by the

Re: [PATCH linux-next] livepatch: kconfig: use bool instead of boolean

2015-01-06 Thread Jingoo Han
On Tuesday, January 06, 2015 5:16 PM, Petr Mladek wrote: On Mon 2015-01-05 22:34:09, Christoph Jaeger wrote: Keyword 'boolean' for type definition attributes is considered deprecated and should not be used anymore. No functional changes. Reference:

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 10:56 AM, Takashi Iwai ti...@suse.de wrote: At Tue, 6 Jan 2015 10:34:30 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 5:49 AM, Sedat Dilek sedat.di...@gmail.com wrote: [ Please CC me I am not subscribed to LKML ] [ QUOTE ] On Mon, Jan 05, 2015 at 05:46:15PM

LED-LENSER flashlight

2015-01-06 Thread LED-LENSER
Glad to hear that you're on the market for LED LENSER flashlight products. We are JRS Technology Co.,Ltd.,doing LED LENSER Wholesale all over the world. Our LED LENSER Products have high quality and the competitive price, They all have been warmly accepted by customers. For getting more detail

Re: [PATCH] rfkill: parameters documentation

2015-01-06 Thread Johannes Berg
On Mon, 2015-01-05 at 10:03 +, Andrew Clausen wrote: Hi Johannes, On 5 January 2015 at 09:24, Johannes Berg johan...@sipsolutions.net wrote: Looks fine to me (though the commit message shouldn't contain the email boilerplate of hi all etc - should just be Ah, sorry for the extra

Re: [PATCH] locking/rwlocks: clean up of qrwlock

2015-01-06 Thread Peter Zijlstra
On Tue, Jan 06, 2015 at 05:25:42PM +0800, Baoquan He wrote: Hi all, Thanks for reviewing. Do you have any other concerns about this small change? I just don't see any point in making the code worse for the 1 arch that actually uses it. If there were other archs using it and for them the

Re: [PATCH] sound: soc: atmel sam9g20_wm8731: remove useless include

2015-01-06 Thread Bo Shen
Hi Alexandre Belloni, On 01/06/2015 05:21 PM, Alexandre Belloni wrote: A mach/ header is included but never used. Simply remove it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Thanks for your patch. Acked-by: Bo Shen voice.s...@atmel.com ---

[PATCH v2] Staging: comedi: dmm32at: Fix a code indent issue

2015-01-06 Thread Piotr Kubus
Fixed a code indent error found by checkpatch.pl in dmm32at.c. Signed-off-by: Piotr Kubus p.t.ku...@gmail.com --- v2: make the commit message clearer and shorter drivers/staging/comedi/drivers/dmm32at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 11:06 AM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Jan 06, 2015 at 10:57:19AM +0100, Sedat Dilek wrote: [ 88.028739] [8124433f] aio_read_events+0x4f/0x2d0 Ah, that one. Chris Mason and Kent Overstreet were looking at that one. I'm not touching the

Re: [PATCH] usb: phy: Restore deferred probing path

2015-01-06 Thread Thierry Reding
On Mon, Jan 05, 2015 at 12:33:51PM -0700, Stephen Warren wrote: On 12/23/2014 11:36 AM, Felipe Balbi wrote: On Thu, Dec 04, 2014 at 01:06:07PM +0100, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com Commit 1290a958d48e (usb: phy: propagate __of_usb_find_phy()'s error on

Re: [PATCH v2 3/3] X86: Add a thread cpu time implementation to vDSO

2015-01-06 Thread Peter Zijlstra
On Mon, Jan 05, 2015 at 03:23:38PM -0800, Shaohua Li wrote: Good, it works. But the timestamp (.time_running and friends) only gets updated for real hardware event between context switches. For software event, the timestamp is initialized once, then never updated. If I use it to get time, I

[PATCH 1/2] jump_label: Allow jump labels to be used in assembly

2015-01-06 Thread Anton Blanchard
To use jump labels in assembly we need the HAVE_JUMP_LABEL define, so we select a fallback version if the toolchain does not support them. Modify linux/jump_label.h so it can be included by assembly files. We also need to add -DCC_HAVE_ASM_GOTO to KBUILD_AFLAGS. Signed-off-by: Anton Blanchard

[PATCH 2/2] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

2015-01-06 Thread Anton Blanchard
Commit 1bc9e47aa8e4 (powerpc/jump_label: Use HAVE_JUMP_LABEL) converted uses of CONFIG_JUMP_LABEL to HAVE_JUMP_LABEL in some assembly files. HAVE_JUMP_LABEL is defined in linux/jump_label.h, so we need to include this or we always get the non jump label fallback code. Fixes: 1bc9e47aa8e4

Re: [PATCH v2] Staging: comedi: dmm32at: Fix a code indent issue

2015-01-06 Thread Ian Abbott
On 06/01/15 10:16, Piotr Kubus wrote: Fixed a code indent error found by checkpatch.pl in dmm32at.c. Signed-off-by: Piotr Kubus p.t.ku...@gmail.com --- v2: make the commit message clearer and shorter drivers/staging/comedi/drivers/dmm32at.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: Linux 3.19-rc3

2015-01-06 Thread Takashi Iwai
At Tue, 6 Jan 2015 11:06:45 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 10:56 AM, Takashi Iwai ti...@suse.de wrote: At Tue, 6 Jan 2015 10:34:30 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 5:49 AM, Sedat Dilek sedat.di...@gmail.com wrote: [ Please CC me I am not subscribed

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Sudip Mukherjee
On Tue, Jan 06, 2015 at 10:08:37AM +, Ian Abbott wrote: On 06/01/15 06:02, Sudip Mukherjee wrote: On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: On 01/04, Piotr Kubus wrote: This is a patch to the dmm32at.c

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 10:40 AM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Jan 06, 2015 at 05:49:11AM +0100, Sedat Dilek wrote: This has been there since just before rc1. Is there a fix for this stalled in someones git tree maybe ? [7.952588] WARNING: CPU: 0 PID: 299 at

Re: Linux 3.19-rc3

2015-01-06 Thread Sedat Dilek
On Tue, Jan 6, 2015 at 11:28 AM, Takashi Iwai ti...@suse.de wrote: At Tue, 6 Jan 2015 11:06:45 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 10:56 AM, Takashi Iwai ti...@suse.de wrote: At Tue, 6 Jan 2015 10:34:30 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 5:49 AM, Sedat Dilek

Re: [RFC PATCH v6 5/9] thermal: extend the cooling device API to include power information

2015-01-06 Thread Javi Merino
Hi Eduardo, On Mon, Jan 05, 2015 at 09:04:09PM +, Eduardo Valentin wrote: On Mon, Jan 05, 2015 at 03:37:10PM +, Javi Merino wrote: On Tue, Dec 23, 2014 at 03:14:11PM +, Eduardo Valentin wrote: Hi Javi On Fri, Dec 05, 2014 at 07:04:16PM +, Javi Merino wrote: Add

Re: [PATCH 6/6] mm/slab: allocation fastpath without disabling irq

2015-01-06 Thread Andreas Mohr
On Tue, Jan 06, 2015 at 10:31:22AM +0900, Joonsoo Kim wrote: Hello, On Mon, Jan 05, 2015 at 06:21:39PM +0100, Andreas Mohr wrote: Hi, Joonsoo Kim wrote: + ac-tid = next_tid(ac-tid); (and all others) object oriented: array_cache_next_tid(ac); (or perhaps rather:

Re: [PATCH] sched/fair: Fix RCU stall upon ENOMEM at sched_create_group().

2015-01-06 Thread Peter Zijlstra
On Thu, Dec 25, 2014 at 10:10:45PM +0900, Tetsuo Handa wrote: From 052595ab1a1d1c5668d9de61395c9cc17694597e Mon Sep 17 00:00:00 2001 From: Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp Date: Thu, 25 Dec 2014 15:51:21 +0900 Subject: [PATCH] sched/fair: Fix RCU stall upon ENOMEM at

Re: Linux 3.19-rc3

2015-01-06 Thread Takashi Iwai
At Tue, 6 Jan 2015 11:31:34 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 11:28 AM, Takashi Iwai ti...@suse.de wrote: At Tue, 6 Jan 2015 11:06:45 +0100, Sedat Dilek wrote: On Tue, Jan 6, 2015 at 10:56 AM, Takashi Iwai ti...@suse.de wrote: At Tue, 6 Jan 2015 10:34:30 +0100,

[PATCH 1/4] ARM: tegra: rely on bootloader pinmux programming on nyan-big

2015-01-06 Thread Tomeu Vizoso
Following 6dbaff2b, the kernel expects that the bootloader has correctly programmed the Tegra pinmux. DTs for the Jetson and the Venice2 had been updated already but this one was left behind. Have tested this with the stock vendor firmware (coreboot) and have found no issues. Signed-off-by:

[PATCH 2/4] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT

2015-01-06 Thread Tomeu Vizoso
In preparation for adding the DT for the nyan-blaze board. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/boot/dts/tegra124-nyan-big.dts | 1131 +- arch/arm/boot/dts/tegra124-nyan.dtsi| 1133 +++ 2 files changed,

[PATCH 0/4] Add support for nyan-blaze

2015-01-06 Thread Tomeu Vizoso
Hi, the nyan-blaze board is the HP Chromebook 14. This series reuses the DTS that we currently have for nyan-big and also contains two fixes needed to get it to feature parity. Cheers, Tomeu Tomeu Vizoso (4): ARM: tegra: rely on bootloader pinmux programming on nyan-big ARM: tegra: Move

[PATCH 3/4] ARM: tegra: Add DTS for the nyan-blaze board

2015-01-06 Thread Tomeu Vizoso
It's commercial name is HP Chromebook 14 and is substantially similar to the Acer Chromebook 13 (nyan-big). Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/tegra124-nyan-blaze.dts | 12 2 files changed,

[PATCH 4/4] ARM: tegra: remove wp-gpios from the generic nyan dtsi

2015-01-06 Thread Tomeu Vizoso
As the nyan-blaze has a micro-sd slot, as opposed to nyan-big, which has a full SD slot. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/boot/dts/tegra124-nyan-big.dts | 4 arch/arm/boot/dts/tegra124-nyan.dtsi| 1 - 2 files changed, 4 insertions(+), 1 deletion(-)

Re: [RFC 2/2] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader

2015-01-06 Thread Paolo Bonzini
On 05/01/2015 20:17, Marcelo Tosatti wrote: But there is no guarantee that vCPU-N has updated its pvti when vCPU-M resumes guest instruction execution. You're right. So the cost this patch removes is mainly from __getcpu (==RDTSCP?) ? Perhaps you can use Gleb's idea to stick vcpu id into

[PATCH 1/2] Add sysirq device node for mt6592, also correct the timer interrupt.

2015-01-06 Thread Howard Chen
Signed-off-by: Howard Chen howard.c...@linaro.org --- arch/arm/boot/dts/mt6592.dtsi | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/mt6592.dtsi b/arch/arm/boot/dts/mt6592.dtsi index 31e5a09..1db453f 100644 ---

[f2fs-dev][PATCH] f2fs: fix wrong memory footprint statistics in debugfs

2015-01-06 Thread Chao Yu
Our value of memory footprint statistics showed in debugfs is not calculated correctly. Fix it in this patch. Signed-off-by: Chao Yu chao2...@samsung.com --- fs/f2fs/debug.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c

[PATCH 2/2] dt-bindings: add mt6592 compatible string for mediatek sysirq

2015-01-06 Thread Howard Chen
Signed-off-by: Howard Chen howard.c...@linaro.org --- Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt

Re: [RFC 2/2] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader

2015-01-06 Thread Paolo Bonzini
On 05/01/2015 23:48, Marcelo Tosatti wrote: But there is no guarantee that vCPU-N has updated its pvti when vCPU-M resumes guest instruction execution. Still confused. So we can freeze all vCPUs in the host, then update pvti 1, then resume vCPU 1, then update pvti 0? In that case,

Re: [PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage

2015-01-06 Thread Andrew Morton
On Mon, 5 Jan 2015 10:41:43 -0800 Christoph Hellwig h...@infradead.org wrote: On Wed, Dec 10, 2014 at 09:12:11AM -0500, Matthew Wilcox wrote: On Wed, Dec 10, 2014 at 06:03:47AM -0800, Christoph Hellwig wrote: What is the status of this patch set? I have no outstanding bug reports

Re: [PATCH] kconfig: use bool instead of boolean for type definition attributes

2015-01-06 Thread Michal Marek
On 2015-01-06 02:11, Christoph Jaeger wrote: On Mon, Jan 05, 2015 at 07:47:13PM -0500, Christoph Jaeger wrote: On Tue, Jan 06, 2015 at 12:06:37AM +0100, Paul Bolle wrote: On Mon, 2015-01-05 at 14:43 -0500, Christoph Jaeger wrote: (adding Michal Marek) Yann added no commits in 2014. And I

Re: xen/x86: properly retrieve NMI reason

2015-01-06 Thread Jan Beulich
David Vrabel david.vra...@citrix.com 01/05/15 11:35 AM On 19/12/14 16:16, Jan Beulich wrote: Using the native code here can't work properly, as the hypervisor would normally have cleared the two reason bits by the time Dom0 gets to see the NMI (if passed to it at all). There's a shared info

Payment

2015-01-06 Thread Finance Department
Dear Recipient, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146 by office of the ministry of finance UK.Send us your personal details to deliver your funds. Gloria Peter -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v2] virtio-scsi: Fix the race condition in virtscsi_handle_event

2015-01-06 Thread Venkatesh Srinivas
On Mon, Jan 5, 2015 at 11:33 PM, Fam Zheng f...@redhat.com wrote: There is a race condition in virtscsi_handle_event, when many device hotplug/unplug events flush in quickly. The scsi_remove_device in virtscsi_handle_transport_reset may trigger the BUG_ON in scsi_target_reap, because the

Re: [PATCH 1/3] mm/compaction: enhance trace output to know more about compaction internals

2015-01-06 Thread Vlastimil Babka
On 12/03/2014 08:52 AM, Joonsoo Kim wrote: It'd be useful to know where the both scanner is start. And, it also be useful to know current range where compaction work. It will help to find odd behaviour or problem on compaction. Overall it looks good, just two questions: 1) Why change the pfn

[PATCH] kernel/module.c: Mark module state before set RO and NX regions

2015-01-06 Thread Jungseung Lee
In some architectures like arm/arm64, set_memory_*() check module address and state as well. Mark module state before set RO and NX regions for the routine is passed. It will fix wrong RO/NX protection for loadable kernel modules on arm/arm64. Signed-off-by: Jungseung Lee js07@gmail.com ---

Re: [PATCH RFC] Allow introspection to already attached ptracer in __ptrace_may_access

2015-01-06 Thread Stijn Volckaert
Casey Schaufler schreef op 6/01/2015 om 1:17: On 1/5/2015 3:47 PM, Kees Cook wrote: On Wed, Dec 24, 2014 at 5:28 AM, Stijn Volckaert stijn.volcka...@elis.ugent.be wrote: Hello, I ran across the following problem recently but I'm not entirely sure whether this should be fixed in ptrace or in

Re: [PATCH 2/2] HID: wacom: add support of the Pen of the Bamboo Pad

2015-01-06 Thread Jiri Kosina
I've applied both patches, thanks. -- Jiri Kosina SUSE Labs -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: [PATCH 7/8] ASoC: wm8988: Constify struct regmap_config and snd_soc_codec_driver

2015-01-06 Thread Charles Keepax
On Mon, Jan 05, 2015 at 10:18:27AM +0100, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct snd_soc_codec_driver const as well (snd_soc_register_codec() accepts pointer to const).

Re: [PATCH 6/8] ASoC: wm8804: Constify struct regmap_config and snd_soc_codec_driver

2015-01-06 Thread Charles Keepax
On Mon, Jan 05, 2015 at 10:18:26AM +0100, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct snd_soc_codec_driver const as well (snd_soc_register_codec() accepts pointer to const).

Re: [PATCH 8/8] ASoC: wm8804: Constify struct regmap_config and snd_soc_codec_driver

2015-01-06 Thread Charles Keepax
On Mon, Jan 05, 2015 at 10:18:28AM +0100, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct snd_soc_codec_driver (snd_soc_register_codec() accepts pointer to const) and array of

Re: [PATCH 3/8] memblock: add physmem to memblock_dump_all() output

2015-01-06 Thread Matt Fleming
(Adding Andrew, linux-mm and lkml) On Mon, 22 Dec, at 07:08:37PM, Ard Biesheuvel wrote: If CONFIG_HAVE_MEMBLOCK_PHYS_MAP is set, there is a third memblock map called 'physmem'. Add it to the output of memblock_dump_all(). Signed-off-by: Ard Biesheuvel ard.biesheu...@linaro.org ---

Re: [PATCH v4 4/5] ARM: mediatek: Add EINT support to MTK pinctrl driver.

2015-01-06 Thread Yingjoe Chen
On Wed, 2014-12-17 at 17:09 +0800, Yingjoe Chen wrote: On Wed, 2014-12-17 at 07:34 +0800, Hongzhou Yang wrote: From: Maoguang Meng maoguang.m...@mediatek.com MTK SoC support external interrupt(EINT) from most SoC pins. Add EINT support to pinctrl driver. Signed-off-by: Maoguang Meng

Re: [alsa-devel] [PATCH v2 RESEND 1/2] mfd: arizona: Add support for OUTn_MONO register control

2015-01-06 Thread Charles Keepax
On Fri, Jan 02, 2015 at 05:03:48PM +0900, Inha Song wrote: Some boards need to set the OUTn_MONO register to configurates the output signal path as a mono differential output. This wlf,out-mono property is optional. If present, values must be specified less than or equal to the number of

Re: [alsa-devel] [PATCH v2 RESEND 2/2] mfd: arizona: Update DT binding to support OUTn_MONO init_data

2015-01-06 Thread Charles Keepax
On Fri, Jan 02, 2015 at 05:03:49PM +0900, Inha Song wrote: This patch update DT binding to support OUTn_MONO init_data. Each output signal can be configurated as a mono differential output. The mono differential configuration is selected using the OUTn_MONO registers. Signed-off-by: Inha

Re: [PATCH] Revert ipw2200: select CFG80211_WEXT

2015-01-06 Thread Kalle Valo
Paul Bolle pebo...@tiscali.nl writes: This reverts commit 60220f41775e634258efd1b54c6fa81ce706. The raison d'ĂȘtre of commit 60220f41 (ipw2200: select CFG80211_WEXT) was reverted in commit 2d36e008739e (Revert cfg80211: make WEXT compatibility unselectable). So revert this commit too.

Re: [PATCH 1/8] fs/9p: Deletion of unnecessary checks before the function call p9_client_clunk

2015-01-06 Thread Dan Carpenter
On Mon, Jan 05, 2015 at 10:32:35PM +0100, SF Markus Elfring wrote: I assume this patch adds a bug. You have tried to introduce several of these kinds of bugs. Do any other contributors want to reject my update suggestions around software components for fs/9p? Some of the 9p patches

Re: [PATCH linux-next] livepatch: kconfig: use bool instead of boolean

2015-01-06 Thread Petr Mladek
On Mon 2015-01-05 22:34:09, Christoph Jaeger wrote: Keyword 'boolean' for type definition attributes is considered deprecated and should not be used anymore. No functional changes. Reference: http://lkml.kernel.org/r/cover.1418003065.git...@linux.com Reference:

Re: Linux 3.19-rc3

2015-01-06 Thread Takashi Iwai
At Mon, 5 Jan 2015 21:46:34 -0500, Dave Jones wrote: On Mon, Jan 05, 2015 at 05:46:15PM -0800, Linus Torvalds wrote: It's a day delayed - not because of any particular development issues, but simply because I was tiling a bathroom yesterday. But rc3 is out there now, and things have

Re: [PATCH] Revert ipw2200: select CFG80211_WEXT

2015-01-06 Thread Johannes Berg
On Mon, 2015-01-05 at 23:13 +0100, Arend van Spriel wrote: On 01/05/15 23:05, Paul Bolle wrote: On Mon, 2015-01-05 at 19:57 +0100, Johannes Berg wrote: Multiple other groups of ioctls could be converted in similar patches, until at the end you can completely remove ipw_wx_handlers and rely

Re: [PATCH v2] mailbox: Add Altera mailbox driver

2015-01-06 Thread Ley Foon Tan
On Mon, Dec 22, 2014 at 5:44 PM, Ley Foon Tan lf...@altera.com wrote: The Altera mailbox allows for interprocessor communication. It supports only one channel and work as either sender or receiver. Signed-off-by: Ley Foon Tan lf...@altera.com --- v2: Resolved comment from Dinh and Suman.

Re: [V9fs-developer] [PATCH 1/8] fs/9p: Deletion of unnecessary checks before the function call p9_client_clunk

2015-01-06 Thread Dominique Martinet
Hi, Julia Lawall wrote on Mon, Jan 05, 2015 at 11:01:55PM +0100: The error response is clear. Are any software developments efforts expected to clean-up the call stack for unwanted null pointers even more? I found the original patch and looked at the call sites. None of them calls

[PATCH] sound: soc: atmel sam9g20_wm8731: remove useless include

2015-01-06 Thread Alexandre Belloni
A mach/ header is included but never used. Simply remove it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- sound/soc/atmel/sam9g20_wm8731.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index

ZRAM: scheduling while atomic 3.10.62

2015-01-06 Thread Yingchun Li
I encountered a BUG when use zram on my board, following is the message: [ 120.351196] BUG: scheduling while atomic: Binder_3/230/0x0003 [ 120.351806] Modules linked in: rdawfmac rda_cam_sensor(O) rda_ls(O) rda_gs(O) rda_ts(O) voc(O) vpu(O) galcore(O) rda_headset(O) [ 120.353210] CPU: 0

Re: [PATCH] ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc

2015-01-06 Thread Lokesh Vutla
Hi Paul, On Tuesday 06 January 2015 07:34 AM, Paul Walmsley wrote: Roger, Lokesh, could you try this one instead? Yep, the below patch works on AM437x. Boot logs here: http://paste.ubuntu.com/9680938/ Thanks and regards, Lokesh It passes all the basic tests here except it does not boot on

Re: [PATCH] selftests/exec: allow shell return code of 126

2015-01-06 Thread David Drysdale
On Mon, Jan 5, 2015 at 7:03 PM, Shuah Khan shua...@osg.samsung.com wrote: On 01/05/2015 04:19 AM, David Drysdale wrote: When the shell fails to invoke a script because its path name is too long (ENAMETOOLONG), most shells return 127 to indicate command not found. However, some systems report

[PATCHv2] selftests/exec: allow shell return code of 126

2015-01-06 Thread David Drysdale
When the shell fails to invoke a script because its path name is too long (ENAMETOOLONG), most shells return 127 to indicate command not found. However, some systems report 126 (which POSIX suggests should indicate a non-executable file) for this case, so allow that too. Reported-by: Geert

Re: [PATCH] Revert ipw2200: select CFG80211_WEXT

2015-01-06 Thread Johannes Berg
On Mon, 2015-01-05 at 23:05 +0100, Paul Bolle wrote: On Mon, 2015-01-05 at 19:57 +0100, Johannes Berg wrote: Multiple other groups of ioctls could be converted in similar patches, until at the end you can completely remove ipw_wx_handlers and rely entirely on cfg80211's wext compatibility.

Re: [PATCH 1/2] mm/slub: optimize alloc/free fastpath by removing preemption on/off

2015-01-06 Thread Joonsoo Kim
On Mon, Jan 05, 2015 at 09:25:02PM -0500, Steven Rostedt wrote: On Tue, 6 Jan 2015 10:32:47 +0900 Joonsoo Kim iamjoonsoo@lge.com wrote: +++ b/mm/slub.c @@ -2398,13 +2398,15 @@ redo: * reading from one cpu area. That does not matter as long * as we end up

Re: [PATCH] Added virtual com port VID/PID entries for CEL USB sticks and MeshWorks devices Signed-off-by: David Peterson david.peter...@cel.com

2015-01-06 Thread Johan Hovold
[ +CC: linux-usb] On Mon, Jan 05, 2015 at 08:46:52PM +, Peterson, David wrote: From: David Peterson david.peter...@cel.com Almost there. Patch looks fine now, but the mail Subject (commit summary) is malformed (includes a sign-off tag). Care to resend with a subject like USB:

[PATCH trivial] HID: Spelling s/Keayboard/Keyboard/

2015-01-06 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 230b6f887cd86e9b..303b295a5413d39b 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@

Re: [PATCH 1/2] mm/slub: optimize alloc/free fastpath by removing preemption on/off

2015-01-06 Thread Joonsoo Kim
On Mon, Jan 05, 2015 at 07:03:12PM -0800, Davidlohr Bueso wrote: On Mon, 2015-01-05 at 10:36 +0900, Joonsoo Kim wrote: - preempt_disable(); - c = this_cpu_ptr(s-cpu_slab); + do { + tid = this_cpu_read(s-cpu_slab-tid); + c = this_cpu_ptr(s-cpu_slab); + }

Payment

2015-01-06 Thread Finance Department
Dear Recipient, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146 by office of the ministry of finance UK.Send us your personal details to deliver your funds. Gloria Peter -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v2 2/3] CMA: aggressively allocate the pages on cma reserved memory when not used

2015-01-06 Thread Joonsoo Kim
On Mon, Jan 05, 2015 at 08:01:45PM -0800, Gregory Fong wrote: +linux-mm and linux-kernel (not sure how those got removed from cc, sorry about that) On Mon, Jan 5, 2015 at 7:58 PM, Gregory Fong gregory.0...@gmail.com wrote: Hi Joonsoo, On Wed, May 28, 2014 at 12:04 AM, Joonsoo Kim

Re: [PATCH v9 2/2] drivers/gpio: Altera soft IP GPIO driver

2015-01-06 Thread Tobias Klauser
On 2015-01-06 at 03:19:33 +0100, th...@altera.com th...@altera.com wrote: [...] diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 633ec21..e38beff 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -156,6 +156,14 @@ config GPIO_DWAPB Say Y or M here to build

Re: [PATCH] btrfs: reada: Remove unused function

2015-01-06 Thread Jiri Kosina
On Mon, 5 Jan 2015, David Sterba wrote: Remove the function btrfs_reada_detach() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se No please, this

  1   2   3   4   5   6   7   8   9   10   >