Re: Re: [PATCH v4 2/3] Support for perf to probe into SDT markers:

2013-10-28 Thread Masami Hiramatsu
(2013/10/29 2:31), Srikar Dronamraju wrote: But what if a system has both 32 bit libc and 64 bit libc? Wont we could end up with 2 libc:setjmp? Should we give some more intelligence into perf to choose the 64 bit libc over 32 bit one? You can just trace both of them by default, no?

Re: RFC: paravirtualizing perf_clock

2013-10-28 Thread David Ahern
On 10/28/13 7:15 AM, Peter Zijlstra wrote: Any suggestions on how to do this and without impacting performance. I noticed the MSR path seems to take about twice as long as the current implementation (which I believe results in rdtsc in the VM for x86 with stable TSC). So assuming all the TSCs

[PATCH 2/2] [trivial]doc:alsa: Fix typo in documentation/alsa

2013-10-28 Thread Masanari Iida
Correct spelling typo in documentation/alsa Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/sound/alsa/ALSA-Configuration.txt | 2 +- Documentation/sound/alsa/Audiophile-Usb.txt | 2 +- Documentation/sound/alsa/CMIPCI.txt | 2 +-

Re: State of perf: Add a new sort order: SORT_INCLUSIVE

2013-10-28 Thread Namhyung Kim
Hi Arun, On Mon, 28 Oct 2013 09:43:21 -0700, Arun Sharma wrote: On 10/28/13 2:29 AM, Rodrigo Campos wrote: On Mon, Oct 28, 2013 at 06:09:30PM +0900, Namhyung Kim wrote: On Mon, 28 Oct 2013 08:42:44 +, Rodrigo Campos wrote: On Mon, Oct 28, 2013 at 02:09:49PM +0900, Namhyung Kim wrote:

Re: Re: [PATCH v4 2/3] Support for perf to probe into SDT markers:

2013-10-28 Thread Masami Hiramatsu
(2013/10/29 2:48), Pekka Enberg wrote: On 10/28/13 7:31 PM, Srikar Dronamraju wrote: But what if a system has both 32 bit libc and 64 bit libc? Wont we could end up with 2 libc:setjmp? Should we give some more intelligence into perf to choose the 64 bit libc over 32 bit one? You can just

[PATCH] net/cdc_ncm: fix null pointer panic at usbnet_link_change

2013-10-28 Thread Du, ChangbinX
From: Du, Changbin changbinx...@intel.com In cdc_ncm_bind() function, it call cdc_ncm_bind_common() to setup usb. But cdc_ncm_bind_common() may meet error and cause usbnet_disconnect() be called which calls free_netdev(net). Thus usbnet structure(alloced with net_device structure) will be

Re: [3.11.4] Thunderbolt/PCI unplug oops in pci_pme_list_scan

2013-10-28 Thread Bjorn Helgaas
On Wed, Oct 16, 2013 at 2:21 PM, Bjorn Helgaas bhelg...@google.com wrote: On Tue, Oct 15, 2013 at 03:44:52AM +0100, Matthew Garrett wrote: On Mon, Oct 14, 2013 at 05:50:38PM -0600, Bjorn Helgaas wrote: [+cc Rafael, Mika, Kirill, linux-pci] On Mon, Oct 14, 2013 at 4:47 PM, Andreas Noever

Re: [PATCH 1/3] sched: Fix nohz_kick_needed to consider the nr_busy of the parent domain's group

2013-10-28 Thread Preeti U Murthy
Hi Peter, On 10/28/2013 07:20 PM, Peter Zijlstra wrote: On Thu, Oct 24, 2013 at 01:37:38PM +0530, Preeti U Murthy wrote: kernel/sched/core.c |5 + kernel/sched/fair.c | 38 -- kernel/sched/sched.h |1 + 3 files changed, 26 insertions(+),

RE: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Monday, October 28, 2013 11:40 PM To: Alex Williamson Cc: Kim Phillips; Bhushan Bharat-R65777; Wood Scott-B07421; Yoder Stuart-B08248; christoffer.d...@linaro.org; linux-kernel@vger.kernel.org; a.mota...@virtualopensystems.com;

Re: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Scott Wood
On Mon, 2013-10-28 at 22:38 -0500, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Monday, October 28, 2013 11:40 PM To: Alex Williamson Cc: Kim Phillips; Bhushan Bharat-R65777; Wood Scott-B07421; Yoder Stuart-B08248;

RE: [RFC][PATCHv5 4/4] Documentation: Add device tree bindings for Freescale FTM PWM.

2013-10-28 Thread Xiubo Li-B47053
This adds the Document for Freescale FTM PWM driver under Documentation/devicetree/bindings/pwm/. Signed-off-by: Xiubo Li li.xi...@freescale.com --- .../devicetree/bindings/pwm/pwm-fsl-ftm.txt| 34 ++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH] vexpress: remove declaration of vexpress_clk_of_init()

2013-10-28 Thread Kefeng Wang
After commit:6e973d2c(clk: vexpress: Add separate SP810 driver), vexpress_clk_of_init() is unnecessary and removed, so kill it. Signed-off-by: Kefeng Wang wangkefeng.w...@huawei.com --- include/linux/vexpress.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/vexpress.h

[PATCH] pinctrl: remove minor dead code

2013-10-28 Thread Michael Opdenacker
This removes a test whether the 'desc' variable is NULL. This possibility has already been eliminated by the below test earlier in the loop: if (desc == NULL) { dev_warn(pctldev-dev, could not get pin desc for pin %d\n,

[PATCH 03/11 V2] Staging: bcm: Replace USHORT with unsigned short in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces USHORT with unsigned short in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h

[PATCH 01/11 V2] Staging: bcm: Fix WARNING: space prohibited before semicolon.

2013-10-28 Thread Kevin McKinney
This patch removes a space before semicolon as specified by checkpatch.pl. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 06/11 V2] Staging: bcm: Replace B_UINT16 with u16 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces B_UINT16 with u16 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index a5dab86..01788d3

[PATCH 11/11 V2] Staging: bcm: Replace LARGE_INTEGER with u64 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces LARGE_INTEGER with u64 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index

[PATCH 05/11 V2] Staging: bcm: Replace ULONG with unsigned long or u32 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces ULONG with unsigned long, or u32 for ipv4 addresses, in Adapter.h. For ipv4 addresses, all formating is change to match u32 definition. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 42 -

RE: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, October 29, 2013 9:11 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alex Williamson; Kim Phillips; Yoder Stuart-B08248; christoffer.d...@linaro.org; linux-kernel@vger.kernel.org; a.mota...@virtualopensystems.com;

[PATCH 08/11 V2] Staging: bcm: Replace UINT32 with u32 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces UINT32 with u32 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index

[PATCH 10/11 V2] Staging: bcm: Replace PVOID with void * in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces PVOID with void * in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 07/11 V2] Staging: bcm: Replace B_UINT8 with u8 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces B_UINT8 with u8 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index

[PATCH 09/11 V2] Staging: bcm: Replace UINT with unsigned int in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces UINT with unsigned int in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 84 - 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h

[PATCH 00/11 V2] Staging: bcm: Cleanup Adapter.h

2013-10-28 Thread Kevin McKinney
These patches fix several issues in Adapter.h Kevin McKinney (11): Staging: bcm: Fix WARNING: space prohibited before semicolon. Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly. Staging: bcm: Replace USHORT with unsigned short in Adapter.h Staging: bcm: Replaces UCHAR

[PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-28 Thread Kevin McKinney
This patch removes typedef for _U_IP_ADDRESS, and changes the name of the struct to bcm_ip_address. In addition, any calls to struct U_IP_ADDRESS are changed to call directly. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4

[PATCH 04/11 V2] Staging: bcm: Replaces UCHAR with u8 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replace UCHAR with u8 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 82 - 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h

Re: [BUG] 3.12.0-rcX IPv6 panic

2013-10-28 Thread Bob Tracy
On Mon, Oct 21, 2013 at 06:40:41PM -0500, Bob Tracy wrote: On Mon, Oct 21, 2013 at 05:52:52PM +0200, Hannes Frederic Sowa wrote: On Mon, Oct 21, 2013 at 08:18:46AM -0500, Bob Tracy wrote: Actually, a regression: the 3.11 kernel is rock-solid stable on my Alpha. Beginning with

Re: [PATCH] net, mc: fix the incorrect comments in two mc-related functions

2013-10-28 Thread David Miller
From: Zhi Yong Wu zwu.ker...@gmail.com Date: Mon, 28 Oct 2013 16:15:50 +0800 From: Zhi Yong Wu wu...@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com Applied to net-next. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH v2 1/3] vxlan: silence one build warning

2013-10-28 Thread David Miller
From: Zhi Yong Wu zwu.ker...@gmail.com Date: Mon, 28 Oct 2013 14:01:48 +0800 From: Zhi Yong Wu wu...@linux.vnet.ibm.com drivers/net/vxlan.c: In function ‘vxlan_sock_add’: drivers/net/vxlan.c:2298:11: warning: ‘sock’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Re: [PATCH v2 2/3] net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()

2013-10-28 Thread David Miller
From: Zhi Yong Wu zwu.ker...@gmail.com Date: Mon, 28 Oct 2013 14:01:49 +0800 From: Zhi Yong Wu wu...@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com Applied to net-next. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH v2 3/3] net, iovec: fix the incorrect comment in memcpy_fromiovecend()

2013-10-28 Thread David Miller
From: Zhi Yong Wu zwu.ker...@gmail.com Date: Mon, 28 Oct 2013 14:01:50 +0800 From: Zhi Yong Wu wu...@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com Applied to net-next -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH 0/5] r8152 bug fixes

2013-10-28 Thread David Miller
From: Hayes Wang hayesw...@realtek.com Date: Mon, 28 Oct 2013 19:58:09 +0800 These could fix some driver issues. Hayes Wang (5): net/usb/r8152: fix tx/rx memory overflow net/usb/r8152: make sure the tx checksum setting is correct net/usb/r8152: modify the tx flow net/usb/r8152:

Re: perf: PERF_EVENT_IOC_PERIOD on ARM vs everywhere else

2013-10-28 Thread Will Deacon
On Mon, Oct 28, 2013 at 02:07:48PM +, Vince Weaver wrote: It's also a shame this change apprently didn't hit the linux-kernel list as far as I can tell. I do my best to try to note all of the perf ABI-related changes there, but if things like this are going to start getting merged in

Re: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Scott Wood
On Mon, 2013-10-28 at 22:52 -0500, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, October 29, 2013 9:11 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alex Williamson; Kim Phillips; Yoder Stuart-B08248; christoffer.d...@linaro.org;

RE: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, October 29, 2013 10:00 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alex Williamson; Kim Phillips; Yoder Stuart-B08248; christoffer.d...@linaro.org; linux-kernel@vger.kernel.org; a.mota...@virtualopensystems.com;

Re: [PATCH v2] ARM: SMMU: add devices attached to the SMMU to an IOMMU group

2013-10-28 Thread Will Deacon
On Mon, Oct 28, 2013 at 04:44:22PM +, Alex Williamson wrote: On Fri, 2013-10-18 at 17:08 +0200, Antonios Motakis wrote: IOMMU groups are expected by certain users of the IOMMU API, e.g. VFIO. Add new devices found by the SMMU driver to an IOMMU group to satisfy those users. Changes

Re: State of perf: Add a new sort order: SORT_INCLUSIVE

2013-10-28 Thread Arun Sharma
On 10/28/13 8:11 PM, Namhyung Kim wrote: Hey Namhyung: Also, what's the reasoning for --cumulate not being an option under perf record -g ..,order? Sorry, I cannot understand you. The 'perf record' just saves sample data (and callchains) from the ring-buffer. All the processing happens in

Re: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Scott Wood
On Mon, 2013-10-28 at 23:31 -0500, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, October 29, 2013 10:00 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alex Williamson; Kim Phillips; Yoder Stuart-B08248;

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-28 Thread Simon Horman
On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman ho...@verge.net.au wrote: On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: Hi Simon, On

Re: [PATCH v9 01/18] arm: make SWIOTLB available

2013-10-28 Thread Stefano Stabellini
ping? On Fri, 25 Oct 2013, Stefano Stabellini wrote: Russell, this is the only patch that needs an ack at the moment. As you commented on it before and I have already addressed your comments few versions ago, unless you have any complaints I am going to add it to linux-next and I am thinking

RE: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, October 29, 2013 10:05 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alex Williamson; Kim Phillips; Yoder Stuart-B08248; christoffer.d...@linaro.org; linux-kernel@vger.kernel.org; a.mota...@virtualopensystems.com;

Re: [PATCH] mm: cma: free cma page to buddy instead of being cpu hot page

2013-10-28 Thread Minchan Kim
Hello, On Mon, Oct 28, 2013 at 07:42:49PM +0800, zhang.ming...@linaro.org wrote: From: Mingjun Zhang troy.zhangming...@linaro.org free_contig_range frees cma pages one by one and MIGRATE_CMA pages will be used as MIGRATE_MOVEABLE pages in the pcp list, it causes unnecessary migration action

Re: [PATCH 3/4] VFIO: pci: amend vfio-pci for explicit binding via sysfs only

2013-10-28 Thread Scott Wood
On Mon, 2013-10-28 at 23:45 -0500, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, October 29, 2013 10:05 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alex Williamson; Kim Phillips; Yoder Stuart-B08248;

Re: [PATCH 1/7] power_supply: Add charger control properties

2013-10-28 Thread NeilBrown
On Sun, 27 Oct 2013 23:18:08 -0700 Anton Vorontsov an...@enomsg.org wrote: On Mon, Oct 28, 2013 at 03:36:36AM +, Tc, Jenny wrote: But do we really want to control the chargers through the power_supply's user-visible interface? It makes the whole power supply thing so complicated

Re: [PATCH 3/6] ARM: Add Krait L2 accessor functions

2013-10-28 Thread Stephen Boyd
On 10/28, Mark Rutland wrote: On Tue, Oct 29, 2013 at 01:21:57AM +, Stephen Boyd wrote: On 10/28/13 18:19, Mark Rutland wrote: It might be worth commmenting inline as to what register each of these is accessing. Inevitably the commit message will become harder to find and associate

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-28 Thread Stephen Boyd
On 10/28, Mark Rutland wrote: On Tue, Oct 29, 2013 at 12:31:28AM +, Stephen Boyd wrote: + +Optional properties: +- interrupt-names: Should contain the interrupt names l1_irq and + l2_irq As with my comment on the parsing code, I'd prefer that if interrupt-names was present it

Re: [PATCH 1/4] perf tools: Split -g and --call-graph for record command

2013-10-28 Thread Namhyung Kim
On Mon, 28 Oct 2013 12:20:53 -0600, David Ahern wrote: On 10/28/13 11:46 AM, Arnaldo Carvalho de Melo wrote: Added this: --call-graph:: Setup and enable call-graph (stack chain/backtrace) recording, implies -g. Allows specifying fp (frame pointer) or dwarf

Re: State of perf: Add a new sort order: SORT_INCLUSIVE

2013-10-28 Thread Namhyung Kim
On Mon, 28 Oct 2013 21:10:38 -0700, Arun Sharma wrote: On 10/28/13 8:11 PM, Namhyung Kim wrote: Hey Namhyung: Also, what's the reasoning for --cumulate not being an option under perf record -g ..,order? Sorry, I cannot understand you. The 'perf record' just saves sample data (and

Re: [PATCH v4 2/3] Support for perf to probe into SDT markers:

2013-10-28 Thread Namhyung Kim
Hi Masami, On Tue, 29 Oct 2013 12:19:37 +0900, Masami Hiramatsu wrote: (2013/10/29 2:48), Pekka Enberg wrote: For the 32-bit and 64-bit libc case, why cannot 'perf list' by default print out something like: $ perf list libc:setjmp [SDT marker group] and provide a

Re: [patch 5/6] export efi runtime memory mapping to sysfs

2013-10-28 Thread Dave Young
On 10/27/13 at 11:47am, Dave Young wrote: kexec kernel will need exactly same mapping for efi runtime memory ranges. Thus here export the runtime ranges mapping to sysfs, kexec-tools will assemble them and pass to 2nd kernel via setup_data. Introducing a new directly

Re: [PATCH 3/3] sched: Aggressive balance in domains whose groups share package resources

2013-10-28 Thread Preeti U Murthy
Hi Peter, On 10/28/2013 09:23 PM, Peter Zijlstra wrote: On Mon, Oct 21, 2013 at 05:15:02PM +0530, Vaidyanathan Srinivasan wrote: From: Preeti U Murthy pre...@linux.vnet.ibm.com The current logic in load balance is such that after picking the busiest group, the load is attempted to be moved

Re: [PATCH v4 2/3] Support for perf to probe into SDT markers:

2013-10-28 Thread Namhyung Kim
Hi Ingo, On Sat, 26 Oct 2013 11:50:23 +0200, Ingo Molnar wrote: * Srikar Dronamraju sri...@linux.vnet.ibm.com wrote: Hi Pekka, You can now use it in all perf tools, such as: perf record -e libc:my_event -aR sleep 1 Is there a technical reason why 'perf list' could not

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Lan Tianyu
2013/10/28 Paul Bolle pebo...@tiscali.nl: On Mon, 2013-10-28 at 07:22 +0100, Michael Opdenacker wrote: [...] CONFIG_ACPI_PROCFS is no longer used anywhere, neither in Makefiles nor in the source code. ACPI_PROCFS isn't event used in Kconfig files as an intermediate dependency. What I deduce

Re: [PATCH v3 01/10] of: Add empty for_each_available_child_of_node() macro definition

2013-10-28 Thread Rob Herring
On Mon, Oct 28, 2013 at 1:12 PM, Josh Cartwright jo...@codeaurora.org wrote: From: Sylwester Nawrocki s.nawro...@samsung.com Add this empty macro definition so users can be compiled without excluding this macro call with preprocessor directives when CONFIG_OF is disabled. Signed-off-by:

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH v2] arch: use ASM_NL instead of ';' for assembler new line character in the macro

2013-10-28 Thread Vineet Gupta
On 10/29/2013 07:21 AM, Chen Gang wrote: For some assemblers, they use another character as newline in a macro (e.g. arc uses '`'), so for generic assembly code, need use ASM_NL (a macro) instead of ';' for it. Also need notice about code styles ('\t' for each line). Signed-off-by: Chen

Re: [PATCH 02/12] clocksource: sh_mtu2: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:19PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH 03/12] clocksource: sh_tmu: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:20PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

linux-next: manual merge of the drm tree with Linus' tree

2013-10-28 Thread Stephen Rothwell
Hi Dave, Today's linux-next merge of the drm tree got a conflict in drivers/gpu/drm/i915/intel_drv.h between commit e1264ebe9ff4 (Revert drm/i915: Delay disabling of VGA memory until vgacon-fbcon handoff is done) from Linus' tree and commits 5f1aae65cdae (drm/i915: reorganize intel_drv.h),

[PATCH v2 2/3] net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()

2013-10-28 Thread Zhi Yong Wu
From: Zhi Yong Wu wu...@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- net/core/datagram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/datagram.c b/net/core/datagram.c index af814e7..a16ed7b 100644 --- a/net/core/datagram.c +++

[PATCH 1/1] acpi: check return value of acpi_os_map_memory

2013-10-28 Thread RUC_SoftSec
Function acpi_os_map_memory() may return a NULL pointer, it should be validated non-NULL before used. This bug is found by a static tool developed by RUC_SoftSec, supported by China.X.Orion. Signed-off-by: RUC_SoftSec rucsoft...@gmail.com --- drivers/acpi/osl.c |2 ++ 1 file changed, 2

[PATCH v2 1/3] vxlan: silence one build warning

2013-10-28 Thread Zhi Yong Wu
From: Zhi Yong Wu wu...@linux.vnet.ibm.com drivers/net/vxlan.c: In function ‘vxlan_sock_add’: drivers/net/vxlan.c:2298:11: warning: ‘sock’ may be used uninitialized in this function [-Wmaybe-uninitialized] drivers/net/vxlan.c:2275:17: note: ‘sock’ was declared here LD

[PATCH v2 3/3] net, iovec: fix the incorrect comment in memcpy_fromiovecend()

2013-10-28 Thread Zhi Yong Wu
From: Zhi Yong Wu wu...@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- net/core/iovec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/iovec.c b/net/core/iovec.c index b77eeec..4cdb7c4 100644 --- a/net/core/iovec.c +++ b/net/core/iovec.c

[RFC PATCH RESEND] fb: reorder the lock sequence to fix a potential lockdep

2013-10-28 Thread Gu Zheng
Following commits: 50e244cc79 fb: rework locking to fix lock ordering on takeover e93a9a8687 fb: Yet another band-aid for fixing lockdep mess 054430e773 fbcon: fix locking harder reworked locking to fix related lock ordering on takeover, and introduced console_lock into fbmem, but it seems that

Re: [tip:timers/core] ARM: Kconfig: allow full nohz CPU accounting

2013-10-28 Thread Kevin Hilman
Hi Stephen, On 10/18/2013 09:37 AM, Stephen Boyd wrote: On 10/16, Frederic Weisbecker wrote: On Thu, Oct 03, 2013 at 06:58:03AM -0700, tip-bot for Kevin Hilman wrote: Commit-ID: 31c1fc8187158cb80ccd57c19e024c55af901797 Gitweb:

Re: linux-next: manual merge of the drm tree with the drm-intel-fixes tree

2013-10-28 Thread Stephen Rothwell
Hi Dave, On Mon, 28 Oct 2013 16:46:09 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: @@@ -1486,8 -1542,8 +1562,8 @@@ static void intel_edp_psr_setup(struct intel_edp_psr_write_vsc(intel_dp, psr_vsc); /* Avoid continuous PSR exit by masking memup and hpd */ -

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Lan Tianyu
2013/10/27 Michael Opdenacker michael.opdenac...@free-electrons.com: This patch removes the ACPI_PROCFS parameter (support for legacy /proc/acpi), which is defined but no longer used anywhere in the makefiles and source code. I think this should be not removed now. Since there are still

[PATCH] Documentation: mfd: Fix typo in s2mps11.txt

2013-10-28 Thread Tushar Behera
Numbers in DT scripts should be within angle brackets. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Documentation/devicetree/bindings/mfd/s2mps11.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt

Re: [PATCH] arc: kernel: use exporting symbol instead of static inline for arc_get_core_freq()

2013-10-28 Thread Chen Gang
On 10/28/2013 11:32 AM, Chen Gang wrote: Need export arc_get_core_freq() instead of let it static inline, or if other individual modules use it (e.g. use BASE_BAUD), it can not find core_freq variable. Signed-off-by: Chen Gang gang.c...@asianux.com --- arch/arc/include/asm/clk.h |9

Re: [PATCH 1/7] power_supply: Add charger control properties

2013-10-28 Thread Anton Vorontsov
On Mon, Oct 28, 2013 at 03:36:36AM +, Tc, Jenny wrote: But do we really want to control the chargers through the power_supply's user-visible interface? It makes the whole power supply thing so complicated that I'm already losing track of it. Right now I think I would prefer to move

Re: [PATCH 7/7] power_supply: Introduce PSE compliant algorithm

2013-10-28 Thread Anton Vorontsov
On Mon, Sep 23, 2013 at 11:34:05PM +0530, Jenny TC wrote: [...] +#define BATTID_STR_LEN 8 +#define BATT_TEMP_NR_RNG 6 +/* Charging Profile */ +struct psy_ps_pse_mod_prof { + /* battery id */ + char batt_id[BATTID_STR_LEN]; + /* type of battery */ + u16

[PATCH v2] arc: kernel: use exporting symbol instead of static inline for arc_get_core_freq()

2013-10-28 Thread Chen Gang
Need export arc_get_core_freq() instead of let it static inline, or if other individual modules use it (e.g. use BASE_BAUD), it can not find core_freq variable. Signed-off-by: Chen Gang gang.c...@asianux.com --- arch/arc/include/asm/clk.h |9 + arch/arc/kernel/clk.c |9

[PATCH 1/1] pinctrl: imx: fix using pin-input_val wrongly

2013-10-28 Thread Peter Chen
The commit: pinctrl: imx: Use struct type for pins relaced pin-input_reg by pin-input_val wrongly, fix it at this commit. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/pinctrl/pinctrl-imx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Michael Opdenacker
Hi Lan, Thank you very much for this review! On 10/28/2013 07:13 AM, Lan Tianyu wrote: 2013/10/27 Michael Opdenacker michael.opdenac...@free-electrons.com: This patch removes the ACPI_PROCFS parameter (support for legacy /proc/acpi), which is defined but no longer used anywhere in the

Re: N900 DT

2013-10-28 Thread Anton Vorontsov
On Mon, Oct 28, 2013 at 03:01:35AM +, Tc, Jenny wrote: On Saturday 26 October 2013 02:25:02 Sebastian Reichel wrote: On Fri, Oct 25, 2013 at 08:39:40PM +0200, Pali Rohár wrote: Now I found this patch and it looks like it will be in mainline kernel. And after that it could be

Re: [PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM

2013-10-28 Thread Dave Young
without Cong's patch, kernel will fail to reserve, and user would dig s/Chao/Cong ;) -- 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

Re: [PATCH] X86: MM: Add PAT Type write-through in combination with mtrr

2013-10-28 Thread Andreas Werner
On Sun, Oct 27, 2013 at 08:01:48PM +0100, Borislav Petkov wrote: On Sun, Oct 27, 2013 at 06:56:08PM +0100, Andreas Werner wrote: Transmit Buffers WC (only write to that buffer) i have PICe bursts on my tracer. For that you can do ioremap_wc(). Yes i am currently using ioremap_wc() and it

Re: [PATCHv6 1/3] Input: twl4030-pwrbutton - add device tree support

2013-10-28 Thread Kumar Gala
On Oct 26, 2013, at 6:31 AM, Sebastian Reichel wrote: On Sat, Oct 26, 2013 at 01:37:57AM -0500, Kumar Gala wrote: On Oct 25, 2013, at 5:18 PM, Sebastian Reichel wrote: On Fri, Oct 25, 2013 at 04:41:20PM -0500, Kumar Gala wrote: On Oct 24, 2013, at 9:48 AM, Sebastian Reichel wrote: +-

Loan Offer

2013-10-28 Thread LoanOffer
We offer Loan for 3% if you are interested do send details.contact Mr Tony Bowyer: coastalfinanceloanf...@hotmail.com -- 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: [PATCH] power:power_supply_syfs : Treat PROP_TYPE as a regular attribute first

2013-10-28 Thread Anton Vorontsov
On Sat, Oct 26, 2013 at 02:01:22AM +0300, Philippe De Swert wrote: ... I think I did not make myself very clear. Well there are actually no different chargers here. It is one USB charger input, however its properties are different depending on the actual connected charger device/type. It is

Re: [PATCH 4/4] wl1251: spi: add device tree support

2013-10-28 Thread Kumar Gala
On Oct 27, 2013, at 11:14 AM, Sebastian Reichel wrote: Add device tree support for the spi variant of wl1251 and document the binding. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/net/wireless/ti,wl1251.txt | 36 ++

Re: [PATCHv2 1/3] Input: twl4030-keypad - add device tree support

2013-10-28 Thread Kumar Gala
On Oct 22, 2013, at 7:47 AM, Sebastian Reichel wrote: Add device tree support for twl4030 keypad driver and update the Documentation with twl4030 keypad device tree binding information. Tested on Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org ---

Re: [PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM

2013-10-28 Thread WANG Chao
On 10/24/13 at 12:04pm, Yinghai Lu wrote: On Mon, Oct 14, 2013 at 4:46 AM, WANG Chao chaow...@redhat.com wrote: Now crashkernel=X will fail out if there's not enough memory at low (below 896M). What makes sense for crashkernel=X would be: - First try to reserve X below 896M (for being

Re: [RFC 4/4] ASoC: RX-51: Add DT support to sound driver

2013-10-28 Thread Kumar Gala
On Oct 27, 2013, at 4:24 PM, Sebastian Reichel wrote: This patch adds device tree support to the Nokia N900 audio driver. It also removes GPIO defines and gets them from platform data / device tree, since some GPIO numbers may be different with DT boot. The binding also changes a helper

Re: [RFC 9/9] of/irq: create interrupts-extended property

2013-10-28 Thread Kumar Gala
On Oct 15, 2013, at 3:39 PM, Grant Likely wrote: The standard interrupts property in device tree can only handle interrupts coming from a single interrupt parent. If a device is wired to multiple interrupt controllers, then it needs to be attached to a node with an interrupt-map property to

Re: [RFC 9/9] of/irq: create interrupts-extended property

2013-10-28 Thread Kumar Gala
On Oct 27, 2013, at 10:16 PM, Mark Rutland wrote: On Sun, Oct 27, 2013 at 08:24:08PM +, Rob Herring wrote: On Sun, Oct 27, 2013 at 8:46 AM, Grant Likely grant.lik...@linaro.org wrote: On Tue, 15 Oct 2013 21:39:23 +0100, Grant Likely grant.lik...@linaro.org wrote: The standard

RE: [f2fs-dev] [PATCH V2] f2fs: check all ones or zeros bitmap with bitops for better mount performance

2013-10-28 Thread Chao Yu
Hi Lee, -Original Message- From: 이창만 [mailto:cm224@samsung.com] Sent: Monday, October 28, 2013 10:20 AM To: 'Chao Yu'; jaegeuk@samsung.com Cc: linux-fsde...@vger.kernel.org; '谭姝'; linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net Subject: RE: [f2fs-dev]

Re: [PATCH] commit: Add -f, --fixes commit option to add Fixes: line

2013-10-28 Thread Josh Triplett
On Sun, Oct 27, 2013 at 06:52:18PM -0700, Junio C Hamano wrote: There are unbound number of kinds of trailers people would want to add, depending on their projects' needs. We should not have to add a specific support for a tailer like this one, before thinking through to see if we can add

Re: [PATCH 1/2] x86: unify copy_from_user() size checking

2013-10-28 Thread Jan Beulich
On 26.10.13 at 12:31, Ingo Molnar mi...@kernel.org wrote: * Jan Beulich jbeul...@suse.com wrote: I'd like to point out though that with __compiletime_object_size() being restricted to gcc before 4.6, the whole construct is going to become more and more pointless going forward. I would

ARM GIC Virtualization question

2013-10-28 Thread Mj Embd
Hi All, a) As per GIC-400 all Physical interrupts trap into hypervisor b) Hypervisor does ACK, programs Virtual GIC list registers (with PhysIRQ:VIRQ) and does a world switch. c) GIC CPU I/f interrupts Guest with the VIRQ d) Guest does a ACK and EOI to GIC cpu i/f e) Hypervisor gets a maintenance

[PATCH 1/1] drivers/vga: check decodes for vgaarb lock/unlock

2013-10-28 Thread Li, Zhen-Hua
There is a bug that X windows system may use an invalid decodes iostat on the VGA Arbiter device when lock and unlock. this may cause system crash. So we must validate the value of iostat. Signed-off-by: Li, Zhen-Hua zhen-h...@hp.com --- drivers/gpu/vga/vgaarb.c | 55

Re: linux-next: manual merge of the c6x tree

2013-10-28 Thread Thierry Reding
On Sat, Oct 26, 2013 at 02:19:38PM +0100, Russell King - ARM Linux wrote: On Fri, Oct 25, 2013 at 03:03:39PM +0200, Thierry Reding wrote: diff --cc arch/arm/Kconfig index c06647d,7db8abe0..b6a708e --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@@ -5,7 -5,7 +5,8 @@@ config AR

Re: OMAPFB: CMA allocation failures

2013-10-28 Thread Minchan Kim
Hello, On Tue, Oct 15, 2013 at 09:49:51AM +0300, Ивайло Димитров wrote: Hi Оригинално писмо От: Tomi Valkeinen Относно: Re: OMAPFB: CMA allocation failures До: Ивайло Димитров Изпратено на: Понеделник, 2013, Октомври 14 09:04:35 EEST Hi, On

Re: linux-next: manual merge of the tip tree

2013-10-28 Thread Thierry Reding
On Sun, Oct 27, 2013 at 10:00:48AM +, Russell King - ARM Linux wrote: On Sun, Oct 27, 2013 at 08:12:37AM +0100, Ingo Molnar wrote: * Will Deacon will.dea...@arm.com wrote: In future, I'll push back on any perf changes outside of arch/ in my tree, but that doesn't help us get out

Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-28 Thread Thierry Reding
On Sun, Oct 27, 2013 at 08:56:55AM -0400, Chris Ball wrote: Hi, On Wed, Oct 23 2013, Thierry Reding wrote: Commit 2d7c51f (mmc: sdhci: Use work structs instead of tasklets) converts tasklets to work structs, but typos the conversion in the Dove driver. Signed-off-by: Thierry Reding

linux-next: manual merge of the security tree with the tree

2013-10-28 Thread Stephen Rothwell
Hi James, Today's linux-next merge of the security tree got a conflict in crypto/Makefile between commit a62b01cd6cc1 (crypto: create generic version of ablk_helper) from the crypto tree and commit ee08997fee16 (crypto: provide single place for hash algo information) from the security tree. I

Re: [PATCH 1/1] pinctrl: imx: fix using pin-input_val wrongly

2013-10-28 Thread Sascha Hauer
On Mon, Oct 28, 2013 at 02:01:16PM +0800, Peter Chen wrote: The commit: pinctrl: imx: Use struct type for pins relaced pin-input_reg by pin-input_val wrongly, fix it at this commit. Signed-off-by: Peter Chen peter.c...@freescale.com Oops. Acked-by: Sascha Hauer s.ha...@pengutronix.de ---

Re: [PATCH] staging: drm/imx: fix return value check in imx_drm_init()

2013-10-28 Thread Sascha Hauer
On Fri, Oct 25, 2013 at 05:07:18PM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function platform_device_register_simple() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR().

Re: [PATCH 1/4] perf tools: Split -g and --call-graph for record command

2013-10-28 Thread Namhyung Kim
Hi Jiri, On Sat, 26 Oct 2013 16:25:33 +0200, Jiri Olsa wrote: Splitting -g and --call-graph for record command, so we could use '-g' with no option. The '-g' option now takes NO argument and enables the configured unwind method, which is currently the frame pointers method. It will be

Re: linux-next: Tree for Oct 25

2013-10-28 Thread Thierry Reding
On Fri, Oct 25, 2013 at 03:31:44PM -0700, Randy Dunlap wrote: On 10/25/13 08:03, Thierry Reding wrote: Hi all, I've uploaded today's linux-next tree to the master branch of the repository below: git://gitorious.org/thierryreding/linux-next.git A next-20131025 tag is

  1   2   3   4   5   6   7   8   9   10   >