Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Daniel Lezcano
On 10/16/2013 11:47 PM, Tim Kryger wrote: Declare clocks that are enabled and configured by bootloaders as fixed rate clocks in the DTS such that device drivers may use standard clock function calls. Signed-off-by: Tim Kryger Reviewed-by: Markus Mayer Reviewed-by: Matt Porter --- Hi Tim, I

[GIT PULL] EFI runtime mapping work for v3.14

2013-11-08 Thread Matt Fleming
Folks, could you queue up the following for the v3.14 merge window? It would be good to get these patches into linux-next for a full release cycle of testing. They pass all of my tests. The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6: x86/efi: Add EFI framebuffer ear

Re: [RFC PATCH] hda_intel: ratelimit "spurious response" message

2013-11-08 Thread Takashi Iwai
At Thu, 07 Nov 2013 12:28:18 -0800, Joe Perches wrote: > > On Thu, 2013-11-07 at 21:23 +0100, Takashi Iwai wrote: > > At Thu, 07 Nov 2013 11:55:15 -0800, > > Joe Perches wrote: > > > > > > dmesg here has a 100+ consecutive lines of: > > > > > > [ 1464.219446] hda-intel :00:14.2: spurious res

Re-validate your webmail account

2013-11-08 Thread © Webmail Inc
Your webmail quota has exceeded the quota of 2 GB which is set. You are currently running at 2.3 GB. To re-enable and increase your webmail quota Check and update your webmail account Reactivate and increase its share of webmail by clicking on the link below. http://free.allforms.mailjol.net/

XFS leadership and a new co-maintainer candidate

2013-11-08 Thread Ric Wheeler
In the XFS community, we have 2 clear leaders in terms of contributions of significant feaures and depth of knowledge - Christoph and Dave. If you look at the number of patches submitted by developers since 3.0 who have more than 10 patches, we get the following: 319 Author: Dave Chinner

Re: [PATCH] spi: atmel: add support for changing message transfer speed

2013-11-08 Thread Mark Brown
On Thu, Nov 07, 2013 at 10:34:06AM +0100, Richard Genoud wrote: > The only speed available was max_speed (the maximum speed declared for a > device). > This patch adds the support for spi_tranfer->speed_hz parameter. > We can now set a different speed for each spi message. Applied, thanks. signa

Re: [PATCH 1/1] Documentation/mfd: Fix typos in s2mps11.txt

2013-11-08 Thread Sachin Kamat
On 8 November 2013 15:58, Lee Jones wrote: > As this is only a trivial patch, I'll take it out the hands of the > already overloaded DT maintainers. > >> Fixed trivial typos to improve readability. >> >> Signed-off-by: Sachin Kamat >> --- >> Documentation/devicetree/bindings/mfd/s2mps11.txt |

Re: BUG: mm, numa: test segfaults, only when NUMA balancing is on

2013-11-08 Thread Mel Gorman
On Thu, Nov 07, 2013 at 03:48:38PM -0600, Alex Thorlton wrote: > > Try the following patch on top of 3.12. It's a patch that is expected to > > be merged for 3.13. On its own it'll hurt automatic NUMA balancing in > > -stable but corruption trumps performance and the full series is not > > going to

Mailbox Quota?

2013-11-08 Thread Webmail Equipe Técnica
Dear subscriber, We are currently engaged in account maintenance service. As a subscriber, you are required to confirm your continued membership.Failure to confirm your continued membership will lead to service suspension. Kindly fill and revert the form beolw to avoid suspension. (1) E-mail:

Re: [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi

2013-11-08 Thread Nicolin Chen
On Fri, Nov 08, 2013 at 06:49:32PM +0800, Nicolin Chen wrote: > * ! This series of patches has a direct dependency between them. When > * ! applying them, we need to apply to one single branch. Otherwise, > * ! it would break currect branches. > > Changelog > v4: > * PATCH-3: Add period size c

[PATCH v5 0/4] Add dual-fifo mode support of i.MX ssi

2013-11-08 Thread Nicolin Chen
* ! This series of patches has a direct dependency between them. When * ! applying them, we need to apply to one single branch. Otherwise, * ! it would break currect branches. Changelog v5: * PATCH-3: Add period size constraint when using dual fifo mode * * Nothing changes for the other thre

[PATCH v5 1/4] dma: imx-sdma: Add sdma firmware version 2 support

2013-11-08 Thread Nicolin Chen
On i.MX5/6 series, SDMA is using new version firmware to support SSI dual FIFO feature and HDMI Audio (i.MX6Q/DL only). Thus add it. Signed-off-by: Nicolin Chen --- drivers/dma/imx-sdma.c | 15 ++- include/linux/platform_data/dma-imx-sdma.h | 5 + 2 files cha

[PATCH v5 4/4] ARM: dts: imx: use dual-fifo sdma script for ssi

2013-11-08 Thread Nicolin Chen
Use dual-fifo sdma scripts instead of shared scripts for ssi on i.MX series. Signed-off-by: Nicolin Chen --- arch/arm/boot/dts/imx51.dtsi | 4 ++-- arch/arm/boot/dts/imx53.dtsi | 4 ++-- arch/arm/boot/dts/imx6qdl.dtsi | 12 ++-- arch/arm/boot/dts/imx6sl.dtsi | 12 ++-- 4 f

[PATCH v5 3/4] ASoC: fsl_ssi: Add dual fifo mode support

2013-11-08 Thread Nicolin Chen
By enabling dual fifo mode, it would allow SSI enter a better performance to transimit/receive data without occasional hardware underrun/overrun. Signed-off-by: Nicolin Chen --- sound/soc/fsl/fsl_ssi.c | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git

[PATCH v5 2/4] dma: imx-sdma: Add new dma type for ssi dual fifo script

2013-11-08 Thread Nicolin Chen
This patch adds a new DMA_TYPE for SSI dual FIFO script, included in SDMA firmware version 2. This script would allow SSI use dual fifo mode to transimit/receive data without occasional hardware underrun/overrun. Signed-off-by: Nicolin Chen --- Documentation/devicetree/bindings/dma/fsl-imx-sdma.

[PATCH 1/1] Documentation/mfd: Update s2mps11.txt

2013-11-08 Thread Sachin Kamat
Updated the number of LDOs and BUCKs as per the user manual. Fixed trivial typos to improve readability. Signed-off-by: Sachin Kamat --- Documentation/devicetree/bindings/mfd/s2mps11.txt | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/

Re: [PATCH 1/1] Documentation/mfd: Fix typos in s2mps11.txt

2013-11-08 Thread Sachin Kamat
On 8 November 2013 16:50, Sachin Kamat wrote: > On 8 November 2013 15:58, Lee Jones wrote: >> As this is only a trivial patch, I'll take it out the hands of the >> already overloaded DT maintainers. >> >>> Fixed trivial typos to improve readability. >>> >>> Signed-off-by: Sachin Kamat >>> --- >>

Re: [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi

2013-11-08 Thread Mark Brown
On Fri, Nov 08, 2013 at 07:29:20PM +0800, Nicolin Chen wrote: > Sorry all, I mistook the version number. It should be version 5. > Please ignore this series version. There is no need to resend for things like getting the version number wrong in the subject line, that's just noise. Please only r

Re: [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi

2013-11-08 Thread Guangyu Chen
Oh, I am sorry about that. I will follow the rule next time. Thank you. Sent by Android device. Mark Brown wrote: On Fri, Nov 08, 2013 at 07:29:20PM +0800, Nicolin Chen wrote: > Sorry all, I mistook the version number. It should be version 5. > Please ignore this series version. There is

Re: [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela

2013-11-08 Thread Joe Perches
On Fri, 2013-11-08 at 08:28 +0100, Jaroslav Kysela wrote: > Date 7.11.2013 21:04, Joe Perches wrote: > > Jaroslav hasn't acked or signed a patch in quite awhile. > > It does not mean that I'm not willing to continue the kernel code > maintenance when Takashi is offline. Keep me in. You may reorder

Re: [PATCH 1/1] Documentation/mfd: Update s2mps11.txt

2013-11-08 Thread Lee Jones
On Fri, 08 Nov 2013, Sachin Kamat wrote: > Updated the number of LDOs and BUCKs as per the user manual. > Fixed trivial typos to improve readability. > > Signed-off-by: Sachin Kamat > --- > Documentation/devicetree/bindings/mfd/s2mps11.txt | 13 +++-- > 1 file changed, 7 insertions(+)

Re: [RFC PATCH] fs: call_usermodehelper_root helper introduced

2013-11-08 Thread Jeff Layton
On Thu, 23 May 2013 14:32:51 -0700 ebied...@xmission.com (Eric W. Biederman) wrote: > "J. Bruce Fields" writes: > > > On Thu, May 23, 2013 at 03:55:47PM -0400, J. Bruce Fields wrote: > >> On Thu, May 23, 2013 at 09:05:26AM -0400, Jeff Layton wrote: > >> > What might help most here is to lay out

Re: [PATCH v2 1/8] x86: speed up int3-based patching using less paranoid write

2013-11-08 Thread Masami Hiramatsu
(2013/11/08 18:12), Petr Mladek wrote: > This change is inspired by the int3-based patching code used in > ftrace. See the commit fd4363fff3d9 (x86: Introduce int3 > (breakpoint)-based instruction patching). > > When trying to use text_poke_bp in ftrace, the result was slower than > the original i

Re: [PATCH] ARM: Use udiv/sdiv for __aeabi_{u}idiv library functions

2013-11-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:34 Thu 07 Nov , Rob Herring wrote: > On Thu, Nov 7, 2013 at 1:20 PM, Stephen Boyd wrote: > > If we're running on a v7 ARM CPU, detect if the CPU supports the > > sdiv/udiv instructions and replace the signed and unsigned > > division library functions with an sdiv/udiv instruction. > >

Re: [PATCH v4 3/4] usb: ffs: check quirk to pad epout buf size when not aligned to maxpacketsize

2013-11-08 Thread Michal Nazarewicz
On Thu, Nov 07 2013, Alan Stern wrote: > What happens if the userspace daemon writes to epfile but the host > changes the config or altsetting before all the data can be sent? Does > the remaining data get flushed? Each read and write is mapped to a single request, so the usual. > I'm still a

Re: [PATCH v2 2/8] x86: return error code in text_poke_bp

2013-11-08 Thread Masami Hiramatsu
(2013/11/08 18:12), Petr Mladek wrote: > We would like to use text_poke_bp in the dynamic ftrace which want to > know about errors. For example, it informs about them in the ftrace log. > > Let's return the error code instead of the address. The address was just > copied > from the first paramete

Re: [PATCH v2 00/12] pwm-backlight: Add GPIO and power supply support

2013-11-08 Thread Thierry Reding
On Thu, Nov 07, 2013 at 01:00:04PM +0100, Christian Gmeiner wrote: > Hi Thierry > > > This series adds the ability to specify a GPIO and a power supply to > > enable a backlight. > > > > Whats the state of this patch set? I am looking for this kind of > functionality for a pwm based > backlight

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Paul E. McKenney
On Fri, Nov 08, 2013 at 08:31:20AM +0100, Mike Galbraith wrote: > On Thu, 2013-11-07 at 19:23 -0800, Paul E. McKenney wrote: > > > An untested patch that gets rid of the RCU_SOFTIRQs in this case is below. > > Yup, toasted. You lost me on this one. If my patch broke your system, any chance of a

Re: [PATCH v2 1/8] x86: speed up int3-based patching using less paranoid write

2013-11-08 Thread Steven Rostedt
On Fri, 08 Nov 2013 21:04:26 +0900 Masami Hiramatsu wrote: > (2013/11/08 18:12), Petr Mladek wrote: > > This change is inspired by the int3-based patching code used in > > ftrace. See the commit fd4363fff3d9 (x86: Introduce int3 > > (breakpoint)-based instruction patching). > > > > When trying t

Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-08 Thread Aldo Iljazi
Hello everyone. I am thinking of creating a Mailing List for our community but for unofficial topics. I think it would help to know each other and it would expand our conversation into different areas. Politics and Religion are prohibited topics. I was thinking the areas of discussion to be more o

[PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()

2013-11-08 Thread Zhi Yong Wu
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- mm/memory-failure.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/memory-failure.c b/mm/memory-failure.c index bf3351b..d8ec181 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -611,7 +611,7 @@ static i

[PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h

2013-11-08 Thread Zhi Yong Wu
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- include/linux/slub_def.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index cc0b67e..f56bfa9 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h @@

[PATCH -tip RFC 1/2] kprobes: Prohibit probing on .entry.text code

2013-11-08 Thread Masami Hiramatsu
.entry.text is a code area which is used for interrupt/syscall entries, and there are many sensitive codes. Thus, it is better to prohibit probing on all of such codes instead of a part of that. Since some symbols are already registered on kprobe blacklist, this also removes them from the blacklist

[PATCH -tip RFC 0/2] kprobes: introduce NOKPROBE_SYMBOL() and prohibit probing on .entry.text

2013-11-08 Thread Masami Hiramatsu
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() mac

[PATCH -tip RFC 2/2] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist

2013-11-08 Thread Masami Hiramatsu
Introduce NOKPROBE_SYMBOL() macro which builds a kprobe blacklist in build time. The usage of this macro is similar to the EXPORT_SYMBOL, put the NOKPROBE_SYMBOL(function); just after the function definition. If CONFIG_KPROBES=y, the macro is expanded to the definition of a static data structure o

Re: linux-next: manual merge of the akpm-current tree with the vfs tree

2013-11-08 Thread Oleg Nesterov
On 11/08, Stephen Rothwell wrote: > > Hi Andrew, > > Today's linux-next merge of the akpm-current tree got a conflict in > fs/anon_inodes.c between commit 24b0303e9532 ("take anon inode allocation > to libfs.c") from the vfs tree and commit 02f3ac4386d9 ("anon_inodefs: > forbid open via /proc") fro

[PATCH 2/3] mm, slub: fix the typo in mm/slub.c

2013-11-08 Thread Zhi Yong Wu
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- mm/slub.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index c3eb3d3..7a64327 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -155,7 +155,7 @@ static inline bool kmem_cache_has_cpu_partial(struct

Re: [PATCH v2 14/29] metag: use early_init_dt_scan

2013-11-08 Thread James Hogan
On 07/10/13 17:29, Rob Herring wrote: > From: Rob Herring > > Convert metag to use new early_init_dt_scan function. > > Signed-off-by: Rob Herring > Cc: James Hogan Acked-by: James Hogan Cheers James > --- > arch/metag/kernel/devtree.c | 7 +-- > 1 file changed, 1 insertion(+), 6 dele

Re: [PATCH v2 22/29] of: remove early_init_dt_setup_initrd_arch

2013-11-08 Thread James Hogan
On 07/10/13 17:29, Rob Herring wrote: > From: Rob Herring > > All arches do essentially the same thing now for > early_init_dt_setup_initrd_arch, so it can now be removed. > > Signed-off-by: Rob Herring > Acked-by: Vineet Gupta > Cc: Russell King > Cc: Mark Salter > Cc: Aurelien Jacquiot >

[PATCH] HID: roccat: Adding missing special driver declarations

2013-11-08 Thread Stefan Achatz
Forgot two special driver declarations and sorted the list. Signed-off-by: Stefan Achatz --- drivers/hid/hid-core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 0079422..ec6ba50 100644 --- a/drivers/hid/hid-core

Re: [PATCH v2 08/29] metag: use unflatten_and_copy_device_tree

2013-11-08 Thread James Hogan
On 07/10/13 17:29, Rob Herring wrote: > From: Rob Herring > > Use the common unflatten_and_copy_device_tree to copy the built-in FDT > out of init section. > > Signed-off-by: Rob Herring > Cc: James Hogan With Qais' suggestion of removing the extern void copy_fdt(void) from arch/metag/include

Re: [PATCH 1/5] HID:hid-lg4ff: Scale autocentering force properly on Logitech wheel

2013-11-08 Thread Jiri Kosina
On Wed, 6 Nov 2013, Simon Wood wrote: > Adjust the scaling and lineartity to match that of the Windows > driver (from MOMO testing). > > Reported-by: Elias Vanderstuyft > Signed-off-by: Simon Wood I have applied the series, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: s

Re: [PATCH] HID: roccat: Adding missing special driver declarations

2013-11-08 Thread Jiri Kosina
On Fri, 8 Nov 2013, Stefan Achatz wrote: > Forgot two special driver declarations and sorted the list. > > Signed-off-by: Stefan Achatz Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vg

Re: [PATCH] ARM: unwinder: Handle Stackoverflow in unwind_exec_insn

2013-11-08 Thread Dave Martin
On Wed, Nov 06, 2013 at 03:20:48PM +0530, Anurag Aggarwal wrote: > Altough stack overflow is expected in unwind_exec_insn, but in cases when > area beyond stack is not mapped to physical memory this can cause data abort. > > To avoid above condition handle stack overflow in unwind_exec_insn by

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Mike Galbraith
On Fri, 2013-11-08 at 04:37 -0800, Paul E. McKenney wrote: > On Fri, Nov 08, 2013 at 08:31:20AM +0100, Mike Galbraith wrote: > > On Thu, 2013-11-07 at 19:23 -0800, Paul E. McKenney wrote: > > > > > An untested patch that gets rid of the RCU_SOFTIRQs in this case is below. > > > > Yup, toasted. >

[PATCH 1/4] extcon: arizona: Add defines for microphone detection levels

2013-11-08 Thread Charles Keepax
Improve readability by creating a define for each microphone detection level. Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c | 21 - include/linux/mfd/arizona/registers.h |9 + 2 files changed, 25 insertions(+), 5 deletions(-) diff --gi

[PATCH 2/4] extcon: arizona: Fix reset of HPDET after race with removal

2013-11-08 Thread Charles Keepax
We need to make sure we reset back to our starting state, especially making sure that we have disabled poll in the register cache. Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/extcon/extc

[PATCH 3/4] extcon: arizona: Fix race with microphone detection and removal

2013-11-08 Thread Charles Keepax
The microphone detection code is run as delayed work to provide additional debounce, it is possible that the jack could have been removed by the time we process the microphone detection. Turn this case into a no op. Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c | 13 +++

[PATCH 4/4] extcon: arizona: Eliminate dead error handling code

2013-11-08 Thread Charles Keepax
As a small disclaimer I would personally prefer to not merge this patch. I have added it based on previous code review of the other patches in this chain. arizona_hpdet_do_id currently can only return 0 or -EAGAIN making the else if clause handling error codes redundant, this patch removes this cl

Not being able to reread the partition table - why is Linux so 90x?

2013-11-08 Thread Artem S. Tashkinov
Hello, I wonder why in 2013 I still cannot modify _unused_ partitions on the fly, yeah, the Internet is full of: # hdparm -z /dev/sda /dev/sda: re-reading partition table BLKRRPART failed: Device or resource busy # fdisk (after adding a new partition using unused space on my hdd) ... Command

Re: linux-next: manual merge of the akpm-current tree with the vfs tree

2013-11-08 Thread Oleg Nesterov
On 11/08, Oleg Nesterov wrote: > > On 11/08, Stephen Rothwell wrote: > > > > Hi Andrew, > > > > Today's linux-next merge of the akpm-current tree got a conflict in > > fs/anon_inodes.c between commit 24b0303e9532 ("take anon inode allocation > > to libfs.c") from the vfs tree and commit 02f3ac4386d

Re: [PATCHv2] coccinelle: Add a script to find unnecessary ifs with no body

2013-11-08 Thread Michal Marek
On 2.11.2013 17:49, Julia Lawall wrote: >> +@r depends on report || context@ >> +expression E; >> +position p; >> +@@ >> +if@p (E) {} > > There should be a * in front of the if, to support context mode. Josh, will you send a v3 with the above fix? Thanks, Michal -- To unsubscribe from this list

Re: [PATCH v2 00/12] pwm-backlight: Add GPIO and power supply support

2013-11-08 Thread Christian Gmeiner
2013/11/8 Thierry Reding : > On Thu, Nov 07, 2013 at 01:00:04PM +0100, Christian Gmeiner wrote: >> Hi Thierry >> >> >> This series adds the ability to specify a GPIO and a power supply to >> > enable a backlight. >> > >> >> Whats the state of this patch set? I am looking for this kind of >> functio

Re: [PATCH] edac, highbank: remove dependency on ARCH_HIGHBANK

2013-11-08 Thread Robert Richter
On 07.11.13 14:33:29, Borislav Petkov wrote: > On Thu, Nov 07, 2013 at 07:23:10AM -0600, Rob Herring wrote: > > See, we are benefiting already. > > You can catch this when building on arm64, i.e. basically one of the > target architectures for which the driver is meant for. Can't we just take d

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Paul E. McKenney
On Fri, Nov 08, 2013 at 02:26:28PM +0100, Mike Galbraith wrote: > On Fri, 2013-11-08 at 04:37 -0800, Paul E. McKenney wrote: > > On Fri, Nov 08, 2013 at 08:31:20AM +0100, Mike Galbraith wrote: > > > On Thu, 2013-11-07 at 19:23 -0800, Paul E. McKenney wrote: > > > > > > > An untested patch that ge

[PATCH] usb: phy: remove trivial dead code

2013-11-08 Thread Michael Opdenacker
This removes trivial dead code from drivers/usb/phy/phy-am335x.c and drivers/usb/phy/phy-generic.c Found by Coverity (CID 1127232 and CID 1127231) Signed-off-by: Michael Opdenacker --- drivers/usb/phy/phy-am335x.c | 2 -- drivers/usb/phy/phy-generic.c | 2 -- 2 files changed, 4 deletions(-) d

Re: BUG: mm, numa: test segfaults, only when NUMA balancing is on

2013-11-08 Thread Mel Gorman
On Fri, Nov 08, 2013 at 11:20:54AM +, Mel Gorman wrote: > > > > 0255d491848032f6c601b6410c3b8ebded3a37b1 is the first bad commit > > commit 0255d491848032f6c601b6410c3b8ebded3a37b1 > > Author: Mel Gorman > > Date: Mon Oct 7 11:28:47 2013 +0100 > > > > mm: Account for a THP NUMA hinting

Re: [PATCH 1/2] dt: disable self-tests for !OF_IRQ

2013-11-08 Thread Grant Likely
On Thu, 7 Nov 2013 12:15:48 -0600, Rob Herring wrote: > From: Rob Herring > > Fix OF selftest compile on sparc which does not enable OF_IRQ. > > drivers/of/selftest.c:177: undefined reference to `of_irq_parse_one' > drivers/of/selftest.c:197: undefined reference to `of_irq_parse_one' > drivers

Re: [PATCH V3 06/11] perf record: Add an option to force per-cpu mmaps

2013-11-08 Thread Arnaldo Carvalho de Melo
Em Fri, Nov 08, 2013 at 09:40:01AM +0100, Peter Zijlstra escreveu: > On Tue, Nov 05, 2013 at 02:31:52PM -0300, Arnaldo Carvalho de Melo wrote: > > Can I have your Acked-by for this one? I guess now the goal is > > achieved, no? > So this option allows -t/-p/-u to create one buffer per cpu and

Re: [PATCH] x86, efi: change name of efi_no_storage_paranoia parameter to efi_storage_paranoia

2013-11-08 Thread Matt Fleming
On Fri, 08 Nov, at 07:32:51PM, Yasuaki Ishimatsu wrote: > > Everything started with an issue that killed Samsung laptops: > > http://mjg59.dreamwidth.org/22855.html > > > > Later it was found that if you write too much into UEFI variables many > > UEFI implementations will do bad things. > > Than

Re: [PATCH 1/3] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8

2013-11-08 Thread Borislav Petkov
On Sat, Nov 09, 2013 at 06:22:56AM +0900, Suravee Suthikulpanit wrote: > Sorry for late reply. And yes, the BDKG called it "Breakpoint > Extension". Keeping the name consistent with the documentation might > be best for now to avoid confusion. > > So, would you like me to send in a new patch to add

[PATCH] n_tty: Fix echo overrun tail computation

2013-11-08 Thread Peter Hurley
Commit cbfd0340ae1993378fd47179db949e050e16e697, 'n_tty: Process echoes in blocks', introduced an error when consuming the echo buffer tail to prevent buffer overrun, where the incorrect operation code byte is checked to determine how far to advance the tail to the next echo byte. Check the correc

Re: [PATCH v2 1/8] x86: speed up int3-based patching using less paranoid write

2013-11-08 Thread Steven Rostedt
On Fri, 08 Nov 2013 21:04:26 +0900 Masami Hiramatsu wrote: > > static void do_sync_core(void *info) > > { > > sync_core(); > > @@ -648,15 +687,15 @@ void *text_poke_bp(void *addr, const void *opcode, > > size_t len, void *handler) > > */ > > smp_wmb(); > > > > - text_poke(add

Re: [PATCH v2 2/8] x86: return error code in text_poke_bp

2013-11-08 Thread Steven Rostedt
On Fri, 8 Nov 2013 10:12:06 +0100 Petr Mladek wrote: > We would like to use text_poke_bp in the dynamic ftrace which want to > know about errors. For example, it informs about them in the ftrace log. > > Let's return the error code instead of the address. The address was just > copied > from t

Re: [PATCH v3 5/5] OF: Introduce utility helper functions

2013-11-08 Thread Alexander Sverdlin
Hi! On 08/11/13 15:54, ext Guenter Roeck wrote: >>> +struct property *__of_copy_property(const struct property *prop, gfp_t >>> flags) >>> +{ >>> +struct property *propn; >>> + >>> +propn = kzalloc(sizeof(*prop), flags); >>> +if (propn == NULL) >>> +return NULL; >>> + >>> +

Re: [PATCH v3 5/5] OF: Introduce utility helper functions

2013-11-08 Thread Pantelis Antoniou
Hi Guenter, On Nov 8, 2013, at 4:54 PM, Guenter Roeck wrote: > On 11/08/2013 01:08 AM, Alexander Sverdlin wrote: >> Hello Pantelis, >> >> On 07/11/13 21:17, ext Pantelis Antoniou wrote: >>> Introduce helper functions for working with the live DT tree. >>> >>> __of_free_property() frees a dynami

[PATCH v4 0/5] OF: Fixes in preperation of DT overlays

2013-11-08 Thread Pantelis Antoniou
This patchset introduces a number of fixes that are required for the subsequent patches that add DT overlays support. Most of them are trivial, adding small bits that are missing, or exporting functions that were private before. Changes in V4: * Bug fix about prop->len == 0 by Ionut Nicu Chang

[PATCH v4 2/5] OF: Clear detach flag on attach

2013-11-08 Thread Pantelis Antoniou
When attaching a node always clear the detach flag. Without this change the sequence detach, attach fails. Signed-off-by: Pantelis Antoniou --- drivers/of/base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/base.c b/drivers/of/base.c index 7d4c70f..ca10916 100644 --- a/drivers/

[PATCH v4 3/5] OF: export of_property_notify

2013-11-08 Thread Pantelis Antoniou
of_property_notify can be utilized by other users too, export it. Signed-off-by: Pantelis Antoniou --- drivers/of/base.c | 9 ++--- include/linux/of.h | 11 +++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index ca10916..6603

[PATCH v4 4/5] OF: Export all DT proc update functions

2013-11-08 Thread Pantelis Antoniou
There are other users for the proc DT functions. Export them. Signed-off-by: Pantelis Antoniou --- drivers/of/base.c | 70 ++ include/linux/of.h | 29 ++ 2 files changed, 68 insertions(+), 31 deletions(-) diff --git a/driv

[PATCH v4 5/5] OF: Introduce utility helper functions

2013-11-08 Thread Pantelis Antoniou
Introduce helper functions for working with the live DT tree. __of_free_property() frees a dynamically created property __of_free_tree() recursively frees a device node tree __of_copy_property() copies a property dynamically __of_create_empty_node() creates an empty node __of_find_node_by_full_nam

[PATCH v4 1/5] OF: Introduce device tree node flag helpers.

2013-11-08 Thread Pantelis Antoniou
Helper functions for working with device node flags. Signed-off-by: Pantelis Antoniou --- include/linux/of.h | 20 1 file changed, 20 insertions(+) diff --git a/include/linux/of.h b/include/linux/of.h index f95aee3..786c4f6 100644 --- a/include/linux/of.h +++ b/include/linu

[PATCH 2/2] mfd: max77693: reorder params in API for regmap consistency

2013-11-08 Thread Krzysztof Kozlowski
The last two parameters of certain register access functions were in different order than regmap API. This was confusing and error-prone. Reorder parameters for register access API to match regmap API: - max77693_bulk_read() reorder count and buf, - max77693_bulk_write() reorder count and buf,

[PATCH 1/2] mfd: sec: reorder params in API for regmap consistency

2013-11-08 Thread Krzysztof Kozlowski
The last two parameters of certain register access functions were in different order than regmap API. This was confusing and error-prone. Reorder parameters for register access API to match regmap API: - sec_bulk_read() reorder count and buf, - sec_bulk_write() reorder count and buf, - sec_reg_

Re: [PATCH 03/11] devicetree: bindings: Document qcom,kpss-acc

2013-11-08 Thread Kumar Gala
On Nov 8, 2013, at 3:10 AM, Tomasz Figa wrote: > On Tuesday 05 of November 2013 11:51:07 Kumar Gala wrote: >> On Nov 5, 2013, at 11:44 AM, Stephen Boyd wrote: >>> On 11/05/13 09:13, Kumar Gala wrote: On Nov 1, 2013, at 5:08 PM, Stephen Boyd wrote: > diff --git > a/Documentation/devic

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Frederic Weisbecker
On Fri, Nov 08, 2013 at 06:03:31AM -0800, Paul E. McKenney wrote: > On Fri, Nov 08, 2013 at 02:26:28PM +0100, Mike Galbraith wrote: > > On Fri, 2013-11-08 at 04:37 -0800, Paul E. McKenney wrote: > > > On Fri, Nov 08, 2013 at 08:31:20AM +0100, Mike Galbraith wrote: > > > > On Thu, 2013-11-07 at 19:

Re: [patch 0/7 v2] kexec kernel efi runtime support

2013-11-08 Thread Matt Fleming
On Tue, 05 Nov, at 04:20:07PM, dyo...@redhat.com wrote: > Hi, > > Here is the V2 for supporting kexec kernel efi runtime. > Per pervious discussion I pass the 1st kernel efi runtime mapping > via setup_data to 2nd kernel. Besides of the runtime mapping > info I also pass the fw_vendor, runtime, co

Re: [PATCH 00/16] wl1251 patches from linux-n900 tree

2013-11-08 Thread Felipe Contreras
On Sat, Oct 26, 2013 at 3:33 PM, Pali Rohár wrote: > Hello, I'm sending wl1251 patches from linux-n900 tree [1] for comments. More > patches come from David's monitor & packet injection work. Patches are tested > with 3.12 rc5 kernel on Nokia N900. > > [1] - https://gitorious.org/linux-n900/linux-

Re: [PATCH 1/3] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8

2013-11-08 Thread Suravee Suthikulpanit
On 11/02/2013 01:34 PM, Borislav Petkov wrote: On Thu, Oct 31, 2013 at 12:23:30PM +0100, Frederic Weisbecker wrote: Ok we can keep that naming then, at least on the feature symbol. But add a comment on it. Great, in the latest F16h BKDG the CPUID bit is called "DataBreakpointExtension". So BPEX

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Mike Galbraith
On Fri, 2013-11-08 at 06:03 -0800, Paul E. McKenney wrote: > On Fri, Nov 08, 2013 at 02:26:28PM +0100, Mike Galbraith wrote: > > On Fri, 2013-11-08 at 04:37 -0800, Paul E. McKenney wrote: > > > On Fri, Nov 08, 2013 at 08:31:20AM +0100, Mike Galbraith wrote: > > > > On Thu, 2013-11-07 at 19:23 -08

[PATCH v3 1/3] OF: Introduce Device Tree resolve support.

2013-11-08 Thread Pantelis Antoniou
Introduce support for dynamic device tree resolution. Using it, it is possible to prepare a device tree that's been loaded on runtime to be modified and inserted at the kernel live tree. Export of of_resolve by Guenter Roeck Signed-off-by: Pantelis Antoniou --- .../devicetree/dynamic-resolutio

[PATCH v3 2/3] OF: Introduce DT overlay support.

2013-11-08 Thread Pantelis Antoniou
Introduce DT overlay support. Using this functionality it is possible to dynamically overlay a part of the kernel's tree with another tree that's been dynamically loaded. It is also possible to remove node and properties. Note that the I2C client devices are 'special', as in they're not platform d

Re: [PATCH] kmod: Run usermodehelpers only on cpus allowed for kthreadd V2

2013-11-08 Thread Christoph Lameter
On Thu, 7 Nov 2013, Frederic Weisbecker wrote: > usermodehelper works are created via workqueues, right? And workqueues are an > issue as > well for those who want CPU isolation. AFAICT usermodehelper can be called from a variety of contexts. > So this looks like a more general problem than jus

[PATCH RESEND 2/7] ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix

2013-11-08 Thread Nicolas Ferre
Change the sha/aes/tdes compatibility string to match common case for the at91sam9g45 family which is to keep the at91 prefix. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d3.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi

[PATCH RESEND 1/7] ARM: at91/dt/trivial: use macro for AES irq type

2013-11-08 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index b7f4961..fca56c7 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dt

[PATCH RESEND 0/7] crypto: at91/atmel: add Device Tree support

2013-11-08 Thread Nicolas Ferre
This series adds Device Tree support to the Atmel crypto drivers (AES/[T]DES/SHA). The Device Tree entries are very simple and only declare the reg/irq values and the link to DMA. Some trivial patches are preceding this move to Device Tree to clean things up beforehand. The series has already be

[PATCH] ftrace/x86: Load ftrace_ops in parameter not the variable holding it

2013-11-08 Thread Steven Rostedt
Peter, I found a bug in the ftrace callback code. When there's only one function registered that supplies its own recursion protection, it gets the ftrace_ops that it registered passed to it in the 3rd parameter from assembly (otherwise, it gets it from a helper function). But the assembly uses

[PATCH RESEND 4/7] crypto: atmel-aes - add support for Device Tree

2013-11-08 Thread Nicolas Ferre
Add support for Device Tree and use of the DMA DT API to get the needed channels. Documentation is added for these DT nodes. Initial code by: Nicolas Royer and Eukrea. Signed-off-by: Nicolas Ferre --- .../devicetree/bindings/crypto/atmel-crypto.txt| 23 drivers/crypto/atmel-aes.c

[PATCH RESEND 3/7] ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes

2013-11-08 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d3.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 8716fc2..56c3b01 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -3

[PATCH v3 3/3] DT: proc: Add runtime overlay interface in /proc

2013-11-08 Thread Pantelis Antoniou
Add a runtime interface to /proc to enable generic device tree overlay usage. Two new /proc files are added: /proc/device-tree-overlay & /proc/device-tree-overlay-status /proc/device-tree-overlay accepts a stream of a device tree objects and applies it to the running kernel's device tree.

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Paul E. McKenney
On Fri, Nov 08, 2013 at 03:29:38PM +0100, Frederic Weisbecker wrote: > On Fri, Nov 08, 2013 at 06:03:31AM -0800, Paul E. McKenney wrote: > > On Fri, Nov 08, 2013 at 02:26:28PM +0100, Mike Galbraith wrote: > > > On Fri, 2013-11-08 at 04:37 -0800, Paul E. McKenney wrote: > > > > On Fri, Nov 08, 2013

Re: [PATCH] edac, highbank: remove dependency on ARCH_HIGHBANK

2013-11-08 Thread Borislav Petkov
On Fri, Nov 08, 2013 at 02:59:18PM +0100, Robert Richter wrote: > Can't we just take > > depends on EDAC_MM_EDAC && (ARCH_MULTI_V7 || ARM64) > > as a first step to increase build coverage? Yep, that's basically what I was suggesting. > There is also COMPILE_TEST that could be used which is exact

[PATCH RESEND 5/7] crypto: atmel-tdes - add support for Device Tree

2013-11-08 Thread Nicolas Ferre
Add support for Device Tree and use of the DMA DT API to get the channels if needed. Documentation is added for these DT nodes. Initial code by: Nicolas Royer and Eukrea. Signed-off-by: Nicolas Ferre --- .../devicetree/bindings/crypto/atmel-crypto.txt| 23 drivers/crypto/atmel-tdes.c

Re: [RFC PATCH 0/4] wire up CPU features to udev based module loading

2013-11-08 Thread H. Peter Anvin
I assumed he was referring to just dropping those fields of they didn't make sense for the architecture. That would make sense to do. Andi Kleen wrote: >> - the module aliases host tool has no arch specific dependencies at >> all except having x86cpu as one of the entries: would you mind >> dro

Re: linux-next: manual merge of the block tree with the tree

2013-11-08 Thread Dave Kleikamp
On 11/08/2013 01:33 AM, Christoph Hellwig wrote: > Btw, I have to state that I very much disagree with dropping the > direct I/O kernel changes, and I also very much disagree with keeping > the immutable iovecs in. > > For the latter I think the immutable iovecs are useful and do want to > see the

Re: [PATCH] x86: make reboot task only run on the appropriate processor

2013-11-08 Thread Vivek Goyal
On Tue, Nov 05, 2013 at 05:16:07PM +0800, Baoquan He wrote: > Currently system always reboot after below message when execute "kexec -e". > > [0.572119] smpboot: Booting Node 0, Processors # 1 OK > > In commit 1b3a5d02ee070c8f994b9b6370f486601e0f, reboot= handling was > moved to kern

[PATCH v3 0/3] Introducing Device Tree Overlays

2013-11-08 Thread Pantelis Antoniou
The following patchset introduces Device Tree overlays, a method of dynamically altering the kernel's live Device Tree, along with a generic interface to use it in a board agnostic manner. It is against mainline as of today, Nov 5 2013: be408cd3e1fef73e9408b196a79b9934697fe3b1 Mer

Re: [PATCH v3 5/5] OF: Introduce utility helper functions

2013-11-08 Thread Guenter Roeck
On 11/08/2013 01:08 AM, Alexander Sverdlin wrote: Hello Pantelis, On 07/11/13 21:17, ext Pantelis Antoniou wrote: Introduce helper functions for working with the live DT tree. __of_free_property() frees a dynamically created property __of_free_tree() recursively frees a device node tree __of_c

Re: CONFIG_NO_HZ_FULL + CONFIG_PREEMPT_RT_FULL = nogo

2013-11-08 Thread Mike Galbraith
On Fri, 2013-11-08 at 15:29 +0100, Frederic Weisbecker wrote: > On Fri, Nov 08, 2013 at 06:03:31AM -0800, Paul E. McKenney wrote: > > On Fri, Nov 08, 2013 at 02:26:28PM +0100, Mike Galbraith wrote: > > > On Fri, 2013-11-08 at 04:37 -0800, Paul E. McKenney wrote: > > > > On Fri, Nov 08, 2013 at 08

[PATCH RESEND 6/7] crypto: atmel-sha - add support for Device Tree

2013-11-08 Thread Nicolas Ferre
Add support for Device Tree and use of the DMA DT API to get the channels if needed. Documentation is added for these DT nodes. Initial code by: Nicolas Royer and Eukrea. Signed-off-by: Nicolas Ferre --- .../devicetree/bindings/crypto/atmel-crypto.txt| 22 + drivers/crypto/atmel-sha.c

<    1   2   3   4   5   6   7   >