Re: [PATCH v3 2/3] perf record: Propagate exit status of a command line workload

2014-04-29 Thread Peter Zijlstra
On Tue, Apr 29, 2014 at 12:56:54PM +0200, Jiri Olsa wrote: perf_counter tools: Propagate signals properly commit f7b7c26e01e51fe46097e11f179dc71ce7950084 Author: Peter Zijlstra a.p.zijls...@chello.nl Date: Wed Jun 10 15:55:59 2009 +0200 but I dont think we need to do that But

[PATCH 14/15] ASoC: Amstrad E3 needs TTY support for codec

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de The cx20442 codec driver used here requires the TTY layer to be enabled, or we get a link error: sound/built-in.o: In function `cx20442_codec_remove': cx20442.c:398: undefined reference to `tty_hangup' sound/built-in.o: In function `ams_delta_remove':

[PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de SND_S3C_DMA_LEGACY can only be set on S3C24xx, which does not (yet) support the dmaengine framework, so samsung_dma_get_ops() fails to link if S3C24XX_DMA is disabled: sound/built-in.o: In function `dma_hw_params': :(.text+0x7f310): undefined reference to

[PATCH 12/15] ASoC: Atmel WM8904 codec support needs I2C

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de The WM8904 codec driver needs I2C to be enabled, so the SND_ATMEL_SOC_WM8904 option also requires this. Found using randconfig build testing. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown

[PATCH 10/15] ASoC: TLV320AIC23 and Simtec Hermes audio

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de This codec requires I2C to be enabled, so any other option that selects it should also depend on I2C. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com

[PATCH 15/15] ASoC: pxa: remove mach header dependency

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de As we are moving the mmp platform towards multiplatform support, we have to stop including platform header files. This changes the pxa-ssp sound driver file to no longer depend on mach/hardware.h and mach/dma.h. The code using the definitions from those headers

Re: [PATCH 0/3] timekeeping: Improved NOHZ frequency steering

2014-04-29 Thread Prarit Bhargava
On 04/24/2014 07:04 PM, John Stultz wrote: Continuing the sporadic work on improving the timekeeping frequency steering logic when NOHZ is enabled, I've made a number of changes to my re-implementation of Miroslav's patch (most recently posted here: https://lkml.org/lkml/2014/2/12/401 ),

[PATCH 07/15] ASoC: UDA1380 needs I2C

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de The UDA1380 driver needs I2C to be enabled, so SND_SOC_SAMSUNG_H1940_UDA1380 and SND_SOC_SAMSUNG_RX1950_UDA1380 also require this. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown broo...@kernel.org Cc:

Re: [PATCH v2 03/10] efi: add helper function to get UEFI params from FDT

2014-04-29 Thread Matt Fleming
On Fri, 25 Apr, at 05:09:07PM, Leif Lindholm wrote: From: Mark Salter msal...@redhat.com ARM and ARM64 architectures use the device tree to pass UEFI parameters from stub to kernel. These parameters are things known to the stub but not discoverable by the kernel after the stub calls

Re: [PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64

2014-04-29 Thread Matt Fleming
On Fri, 25 Apr, at 05:09:09PM, Leif Lindholm wrote: From: Roy Franz roy.fr...@linaro.org Both ARM and ARM64 stubs will update the device tree that they pass to the kernel. In both cases they primarily need to add the same UEFI related information, so the function can be shared. Create a

[PATCH 02/15] ASoC: davinci: add dependencies for SND_SOC_TLV320AIC3X

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de This codec requires I2C to be enabled, so any other option that selects it should also depend on I2C. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com

Re: [RFC 3/3] asm-generic: Drop renameat syscall from default list

2014-04-29 Thread Szeredi Miklos
On Wed, Apr 23, 2014 at 2:41 PM, James Hogan james.ho...@imgtec.com wrote: It appears Miklos Szeredi beat me to it with patch 1 (adding renameat2 syscall to asm-generic unistd.h), and will be submitting it to Linus at some point as part of his renameat2 series. Miklos: Do you think it makes

[PATCH 04/15] ASoC: samsung-idma: avoid 64-bit division

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de dma_addr_t may be 64 bit wide, which causes a build failure when doing a division on it. Here it is safe to cast to an u32 type, which avoids the problem. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown

Re: [PATCH v2 2/5] x86/PCI: Support additional MMIO range capabilities

2014-04-29 Thread Robert Richter
On 29.04.14 09:33:09, Andreas Herrmann wrote: On Mon, Apr 28, 2014 at 11:40:36PM +0200, Borislav Petkov wrote: On Mon, Apr 28, 2014 at 02:50:29PM -0600, Bjorn Helgaas wrote: This I/O ECS thing seems likely to cause future problems. My understanding (based on sec 2.8 of [1]) is that

[PATCH 03/15] ASoC: SMDK_WM8580_PCM needs REGMAP_I2C

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de This adds a missing dependency for SND_SOC_SMDK_WM8580_PCM to require REGMAP_I2C to be enabled, avoiding possible build erorrs. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Liam

[PATCH 11/15] ASoC: WM0010 needs SPI

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann a...@arndb.de The missing dependency can lead to build errors, so make it explicit in Kconfig. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Xia Kaixu kaixu@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com Cc: Ben Dooks

Re: [PATCH v2 08/10] arm64: efi: add EFI stub

2014-04-29 Thread Matt Fleming
On Fri, 25 Apr, at 05:09:12PM, Leif Lindholm wrote: From: Mark Salter msal...@redhat.com This patch adds PE/COFF header fields to the start of the kernel Image so that it appears as an EFI application to UEFI firmware. An EFI stub is included to allow direct booting of the kernel Image.

Re: [PATCH v2 10/10] efi/arm64: ignore dtb= when UEFI SecureBoot is enabled

2014-04-29 Thread Matt Fleming
On Fri, 25 Apr, at 05:09:14PM, Leif Lindholm wrote: From: Ard Biesheuvel ard.biesheu...@linaro.org Loading unauthenticated FDT blobs directly from storage is a security hazard, so this should only be allowed when running with UEFI Secure Boot disabled. Signed-off-by: Ard Biesheuvel

Re: [Patch V2 1/9] ACPICA: Executer: Fix buffer allocation issue for generic_serial_bus region field accesses.

2014-04-29 Thread Wolfram Sang
The rest has been queued up for 3.16. I also aim for 3.16, yet it may take 1 or 2 weeks more until I'll be able to review the I2C part of those patches. signature.asc Description: Digital signature

Re: [PATCH v3 2/3] perf record: Propagate exit status of a command line workload

2014-04-29 Thread Peter Zijlstra
On Tue, Apr 29, 2014 at 01:19:39PM +0200, Peter Zijlstra wrote: On Tue, Apr 29, 2014 at 12:56:54PM +0200, Jiri Olsa wrote: perf_counter tools: Propagate signals properly commit f7b7c26e01e51fe46097e11f179dc71ce7950084 Author: Peter Zijlstra a.p.zijls...@chello.nl Date: Wed

Re: flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks]

2014-04-29 Thread Jeff Layton
On Tue, 29 Apr 2014 11:53:40 +0200 Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: On 04/29/2014 11:24 AM, NeilBrown wrote: On Tue, 29 Apr 2014 11:07:16 +0200 Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: On 04/27/2014 11:28 PM, NeilBrown wrote: On Sun, 27 Apr

Re: [PATCH RFC 0/2] percpu_ida: Take into account CPU topology when stealing tags

2014-04-29 Thread Ming Lei
On Sat, Apr 26, 2014 at 10:03 AM, Jens Axboe ax...@kernel.dk wrote: On 2014-04-25 18:01, Ming Lei wrote: Hi Jens, On Sat, Apr 26, 2014 at 5:23 AM, Jens Axboe ax...@kernel.dk wrote: On 04/25/2014 03:10 AM, Ming Lei wrote: Sorry, I did run it the other day. It has little to no effect here,

Re: [PATCH v3 2/3] perf record: Propagate exit status of a command line workload

2014-04-29 Thread Jiri Olsa
On Tue, Apr 29, 2014 at 01:19:39PM +0200, Peter Zijlstra wrote: On Tue, Apr 29, 2014 at 12:56:54PM +0200, Jiri Olsa wrote: perf_counter tools: Propagate signals properly commit f7b7c26e01e51fe46097e11f179dc71ce7950084 Author: Peter Zijlstra a.p.zijls...@chello.nl Date: Wed

Re: [PATCH v3 2/3] perf record: Propagate exit status of a command line workload

2014-04-29 Thread Jiri Olsa
On Tue, Apr 29, 2014 at 01:33:04PM +0200, Peter Zijlstra wrote: On Tue, Apr 29, 2014 at 01:19:39PM +0200, Peter Zijlstra wrote: On Tue, Apr 29, 2014 at 12:56:54PM +0200, Jiri Olsa wrote: perf_counter tools: Propagate signals properly commit f7b7c26e01e51fe46097e11f179dc71ce7950084

Re: OFD (file private) locks and NFS

2014-04-29 Thread Matt W. Benjamin
Hi Jeff, Something which came up on the last Ganesha conn call is that we have a pretty strong need for some ability to wait on a set of locks, and perhaps receive events. Frank Filz believed that you had made a proposal which would cover this. Can you elaborate on that? Thanks, Matt -

Estimado E-mail del usuario;

2014-04-29 Thread Barilová Milena
Estimado E-mail del usuario; Se ha superado 23.432 Repositorio para el conjunto buzón Servicios Web / Administrador, y habrás problemas al enviar y recepción de correo, mientras que volver a verificar. Debe actualizar haciendo clic en enlace de abajo y complete la información para verificar su

Patchset for kernel 3.10 (fixing lockup in printk)

2014-04-29 Thread Alexander Naumann
Hallo all, attached to this mail you will find a couple of patches fixing one bug I have with kernel 3.10 (all subreleases). These patches have been developed originally by Jan Kara (j...@suse.cz, I guess you know him better than I do) for kernel 3.13 and can be found here:

Re: [PATCH v2 00/10] arm64: UEFI support

2014-04-29 Thread Matt Fleming
(Pulling in Peter and Stephen) On Tue, 29 Apr, at 11:28:17AM, Catalin Marinas wrote: The patches look fine to me, they've been through several rounds of review already. How do we propose these get merged as the series contains both generic and arm64 patches? And there are dependencies

Re: OFD (file private) locks and NFS

2014-04-29 Thread Jeff Layton
On Tue, 29 Apr 2014 07:40:08 -0400 (EDT) Matt W. Benjamin m...@linuxbox.com wrote: Hi Jeff, Something which came up on the last Ganesha conn call is that we have a pretty strong need for some ability to wait on a set of locks, and perhaps receive events. Frank Filz believed that you had

[PATCH 00/15] ASoC: Arnds randconfig fixes for ASoC

2014-04-29 Thread Xia Kaixu
This patchset series addresses various bugs found and fixed by Arnd Bergmann whilst doing randconfig builds. My involvement has been to review, add/check the maintainers are correct and submit upstream to try and reduce the backlog. Best Regards, Kaixu Xia Arnd Bergmann (11): ASoC: CS42L51

Re: Patchset for kernel 3.10 (fixing lockup in printk)

2014-04-29 Thread Greg KH
On Tue, Apr 29, 2014 at 01:42:13PM +0200, Alexander Naumann wrote: Hallo all, attached to this mail you will find a couple of patches fixing one bug I have with kernel 3.10 (all subreleases). These patches have been developed originally by Jan Kara (j...@suse.cz, I guess you know him

Re: mmotm 2014-04-24-13-07 uploaded

2014-04-29 Thread Rik van Riel
On 04/28/2014 05:15 PM, Paul E. McKenney wrote: On Mon, Apr 28, 2014 at 01:32:38PM -0700, Randy Dunlap wrote: On 04/28/14 13:06, Paul E. McKenney wrote: Please see below for a patch against next-20140428 that makes this build for me. This is derived from Rik's patch, my patch, and is

Re: [PATCH v3 2/3] perf record: Propagate exit status of a command line workload

2014-04-29 Thread Peter Zijlstra
On Thu, Apr 24, 2014 at 10:27:33PM +0900, Namhyung Kim wrote: static void record__sig_exit(int exit_status __maybe_unused, void *arg) { - struct record *rec = arg; - int status; - - if (rec-evlist-workload.pid 0) { - if (!child_finished) -

Re: [PATCH RESEND 0/3] memcg: minor -mm_owner fix/cleanups

2014-04-29 Thread Michal Hocko
On Mon 28-04-14 17:19:26, Oleg Nesterov wrote: Andrew, You applied the last (4th) memcg-kill-config_mm_owner.patch, but other patches in this thread were ignored. Hopefully thi is because I sent them chaotically. All of them are queued AFAICS. I do not know where those emails are archived

Re: [PATCH -V1 19/22] vfs: Cache richacl in struct inode

2014-04-29 Thread Matthew Wilcox
On Tue, Apr 29, 2014 at 10:52:04AM +1000, Dave Chinner wrote: #ifdef CONFIG_FSNOTIFY @@ -240,10 +246,19 @@ void __destroy_inode(struct inode *inode) } #ifdef CONFIG_FS_POSIX_ACL - if (inode-i_acl inode-i_acl != ACL_NOT_CACHED) - posix_acl_release(inode-i_acl);

Re: flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks]

2014-04-29 Thread Michael Kerrisk (man-pages)
On 04/29/2014 01:34 PM, Jeff Layton wrote: On Tue, 29 Apr 2014 11:53:40 +0200 Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: On 04/29/2014 11:24 AM, NeilBrown wrote: On Tue, 29 Apr 2014 11:07:16 +0200 Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: On 04/27/2014 11:28

[PATCH 2/2] video: fbdev: Fix format string mismatch in gbefb.c

2014-04-29 Thread Masanari Iida
Fix format string mismatch in gbefb_show_memsize(). Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/video/fbdev/gbefb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/gbefb.c b/drivers/video/fbdev/gbefb.c index 3ec65a8..4aa56ba 100644 ---

[PATCH 1/2] video: fbdev: Fix format string mismatch in wm8505fb.c

2014-04-29 Thread Masanari Iida
Fix format string mismatch in contrast_show(). Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/video/fbdev/wm8505fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c index 537d199..d2fafbb 100644

Re: [PATCH 0/3] Add new ptrace request macros on PowerPC

2014-04-29 Thread Anshuman Khandual
On 04/29/2014 01:52 PM, Michael Neuling wrote: That's not what that patch does. It shouldn't make any user visible changes to DSCR or PPR. It may not when it runs uninterrupted but after the tracee process has stopped, thread.dscr reflects the default DSCR value as mentioned before. This can be

Re: [PATCH v2 6/7] i2c: ChromeOS EC tunnel driver

2014-04-29 Thread Wolfram Sang
Hi, just a basic review to keep things rolling... On the original Samsung ARM Chromebook these devices were on an I2C bus that was shared between the AP and the EC and arbitrated using some extranal GPIOs (see i2c-arb-gpio-challenge). The original arbitration scheme worked well enough but

[PATCH v4] drivercore: deferral race condition fix

2014-04-29 Thread Grant Likely
When the kernel is built with CONFIG_PREEMPT it is possible to reach a state when all modules loaded but some driver still stuck in the deferred list and there is a need for external event to kick the deferred queue to probe these drivers. The issue has been observed on embedded systems with

Re: [BUG] kernel BUG at mm/vmacache.c:85!

2014-04-29 Thread Oleg Nesterov
On 04/28, Davidlohr Bueso wrote: @@ -29,6 +30,7 @@ void use_mm(struct mm_struct *mm) tsk-active_mm = mm; } tsk-mm = mm; + vmacache_flush(tsk); But this can't help, we need to do this in unuse_mm(). And we can race with vmacache_flush_all() which relies

Re: [PATCH] mmc: rtsx: usb backend needs LED support

2014-04-29 Thread Arnd Bergmann
On Tuesday 29 April 2014 13:05:15 Ulf Hansson wrote: On 29 April 2014 11:45, Arnd Bergmann a...@arndb.de wrote: drivers/built-in.o: In function `rtsx_usb_sdmmc_drv_remove': :(.text+0x806480): undefined reference to `led_classdev_unregister' drivers/built-in.o: In function

[PATCH] vmacache: change vmacache_find() to always check -vm_mm

2014-04-29 Thread Oleg Nesterov
On 04/29, Srivatsa S. Bhat wrote: I guess I'll hold off on testing this fix until I get to reproduce the bug more reliably.. perhaps the patch below can help a bit? --- Subject: [PATCH] vmacache: change

checkpatch: false positives when parsing trace includes

2014-04-29 Thread Javi Merino
Hi, checkpatch complains about the spaces before the close parenthesis in trace events: ERROR: space prohibited before that close parenthesis ')' #94: FILE: include/trace/events/thermal.h:14: + __field(unsigned int, freq ) However, in that directory, that's actually the

Re: [PATCH v2 0/4] memcg: Low-limit reclaim

2014-04-29 Thread Michal Hocko
On Tue 29-04-14 14:50:18, Roman Gushchin wrote: 29.04.2014, 11:42, Greg Thelen gthe...@google.com: On Mon, Apr 28 2014, Roman Gushchin kl...@yandex-team.ru wrote:  28.04.2014, 16:27, Michal Hocko mho...@suse.cz:  The series is based on top of the current mmotm tree. Once the series  

[GIT PULL] irqchip: mvebu: fixes for v3.15

2014-04-29 Thread Jason Cooper
Thomas, Here's a small round of fixes that we need in a stable topic branch as a part of a larger fix to the mvebu pcie/mbus driver. These have been in -next for a week or so. Please pull. thx, Jason. The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux

Re: [PATCH 01/10] of: Keep track of populated platform devices

2014-04-29 Thread Grant Likely
On Mon, 28 Apr 2014 13:02:28 -0500, Rob Herring robherri...@gmail.com wrote: On Mon, Apr 28, 2014 at 12:57 PM, Pawel Moll pawel.m...@arm.com wrote: In Device Tree powered systems, platform devices are usually massively populated with of_platform_populate() call, executed at some level of

Re: [PATCH/RFC] SCHED: allow wait_on_bit functions to support a timeout.

2014-04-29 Thread NeilBrown
On Tue, 29 Apr 2014 12:32:17 +0200 Peter Zijlstra pet...@infradead.org wrote: On Tue, Apr 29, 2014 at 07:44:06PM +1000, NeilBrown wrote: It is currently not possible for various wait_on_bit functions to implement a timeout. While the action function that is called to do the waiting

[RESEND][PATCH][linux-next] drivers: staging: removing never #def'd BP_PROC_SUPPORT

2014-04-29 Thread Jan Moskyto Matejka
BP_PROC_SUPPORT was never defined so removing all the #ifdef'd code including the bp_proc_create() function. Signed-off-by: Jan Moskyto Matejka m...@suse.cz --- drivers/staging/silicom/bpctl_mod.c | 39 - 1 file changed, 39 deletions(-) diff --git

Re: Kernel panic at Ubuntu: IMA + Apparmor

2014-04-29 Thread Mimi Zohar
My apologies for those receiving this post a 2nd time. The original post never made it the mailing lists ... On Fri, 2014-04-25 at 15:25 -0700, Eric W. Biederman wrote: Al Viro v...@zeniv.linux.org.uk writes: On Fri, Apr 25, 2014 at 02:43:42PM -0700, Eric W. Biederman wrote: ssize_t

Re: [PATCH 5/5] powercap/rapl: change floor frequency for vallewview

2014-04-29 Thread Jacob Pan
On Tue, 29 Apr 2014 02:45:22 + R, Durgadoss durgados...@intel.com wrote: Hi Jacob, -Original Message- From: Jacob Pan [mailto:jacob.jun@linux.intel.com] Sent: Monday, April 28, 2014 7:35 PM To: Linux PM; Wysocki, Rafael J; LKML Cc: David E. Box; Alan Cox; R,

64bit x86: NMI nesting still buggy?

2014-04-29 Thread Jiri Kosina
Hi, so while debugging some hard-to-explain hangs in the past, we have been going around in circles around the NMI nesting disaster, and I tend to believe that Steven's fixup (for most part introduced in 3f3c8b8c (x86: Add workaround to NMI iret woes)) makes the race *much* smaller, but it

[PATCH v2] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end

2014-04-29 Thread Srivatsa S. Bhat
Some cpufreq drivers were redundantly invoking the _begin() and _end() APIs around frequency transitions, and this double invocation (one from the cpufreq core and the other from the cpufreq driver) used to result in a self-deadlock, leading to system hangs during boot. (The _begin() API makes

Re: sched_{set,get}attr() manpage

2014-04-29 Thread Michael Kerrisk (man-pages)
Hi Peter, On 04/28/2014 10:18 AM, Peter Zijlstra wrote: Hi Michael, find below an updated manpage, I did not apply the comments on parts that are identical to SCHED_SETSCHEDULER(2) in order to keep these texts in alignment. I feel that if we change one we should also change the other, and

Re: linux-next: build failure after merge of the akpm-current tree

2014-04-29 Thread Don Zickus
On Tue, Apr 29, 2014 at 05:13:21PM +1000, Stephen Rothwell wrote: Hi Andrew, After merging the akpm tree, today's linux-next build (sparc64 defconfig) failed like this: arch/sparc/kernel/process_64.c: In function 'arch_trigger_all_cpu_backtrace': arch/sparc/kernel/process_64.c:267:3:

Re: [PATCH] vmacache: change vmacache_find() to always check -vm_mm

2014-04-29 Thread Srivatsa S. Bhat
On 04/29/2014 06:22 PM, Oleg Nesterov wrote: On 04/29, Srivatsa S. Bhat wrote: I guess I'll hold off on testing this fix until I get to reproduce the bug more reliably.. perhaps the patch below can help a bit?

Re: [PATCH v2] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end

2014-04-29 Thread Meelis Roos
Signed-off-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com --- v2: Removed the coverage of ASYNC_NOTIFICATION drivers, in order to avoid false-positives. I am confused - on top of what patches should I test it? drivers/cpufreq/cpufreq.c |7 +++

Re: [RFC PATCH] mba6x_bl: Backlight driver for mid 2013 MacBook Air

2014-04-29 Thread Patrik Jakobsson
On Tue, Apr 29, 2014 at 1:10 PM, Hans de Goede hdego...@redhat.com wrote: Hi, Why is this patch an RFC? If it is ready for upstreaming please drop the RFC prefix when you post the next version. I'll do that On 04/27/2014 10:56 PM, Patrik Jakobsson wrote: This driver takes control over

Re: [PATCH v4] drivercore: deferral race condition fix

2014-04-29 Thread Greg Kroah-Hartman
On Tue, Apr 29, 2014 at 01:35:09PM +0100, Grant Likely wrote: When the kernel is built with CONFIG_PREEMPT it is possible to reach a state when all modules loaded but some driver still stuck in the deferred list and there is a need for external event to kick the deferred queue to probe these

Re: [PATCH 3/6 v2] staging: comedi: addi_apci_1564: board has 32 digital inputs

2014-04-29 Thread Ian Abbott
On 2014-04-29 09:34, Chase Southwood wrote: This board always has 32 digital inputs. Remove the test when initializing the subdevice. Also, since this board is the only one supported by this driver, remove the boardinfo about the digital inputs and just use the data directly in the subdevice

[GIT PULL] clockevents: a couple of fixes for 3.15

2014-04-29 Thread Daniel Lezcano
Hi Thomas, * Lorenzo Pieralizi fixed an issue with the arch_arm_timer where the C3STOP flag for all the arch can cause some trouble by setting the flag only if the power domain is not always on * Alexander Shiyan fixed a compilation by changing the init function to the right prototype

[PATCH] toshiba_acpi: Add alternative keymap support for Satellite M840

2014-04-29 Thread Takashi Iwai
Toshiba Satellite M840 laptop has a complete different keymap although it's bound with the same ACPI ID TOS1900. This patch provides an alternative keymap specific to this machine by identifying via DMI matching. The keymap table doesn't fill all entries that were used before since some keys

[PATCH 1/2] clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issue

2014-04-29 Thread Daniel Lezcano
From: Lorenzo Pieralisi lorenzo.pieral...@arm.com ARM arch timers are tightly coupled with the CPU logic and lose context on platform implementing HW power management when cores are powered down at run-time. Marking the arch timers as C3STOP regardless of power management capabilities causes

Re: [PATCH/RFC 3/4] of/clk: Register clocks suitable for Runtime PM with the PM core

2014-04-29 Thread Grant Likely
On Fri, 25 Apr 2014 16:44:58 -0700, Kevin Hilman khil...@linaro.org wrote: Geert Uytterhoeven geert+rene...@glider.be writes: When adding a device from DT, check if its clocks are suitable for Runtime PM, and register them with the PM core. If Runtime PM is disabled, just enable the

Re: [RFC PATCH v5 04/11] VFIO_IOMMU_TYPE1: Introduce the VFIO_DMA_MAP_FLAG_EXEC flag

2014-04-29 Thread Antonios Motakis
On Mon, Apr 28, 2014 at 6:53 PM, Alex Williamson alex.william...@redhat.com wrote: On Mon, 2014-04-28 at 17:52 +0200, Antonios Motakis wrote: The ARM SMMU driver expects the IOMMU_EXEC flag, otherwise it will set the page tables for a device as XN (execute never). This affects devices such as

Re: [PATCH 5/6 v2] staging: comedi: addi_apci_1564: remove unnecessary info from boardinfo

2014-04-29 Thread Ian Abbott
On 2014-04-29 09:37, Chase Southwood wrote: The i_IorangeBase1, i_PCIEeprom, and pc_EepromChip data in the boardinfo was only needed to work out the usage of the PCI bars. Now that that is squared away, this info is no longer needed and can be removed. Signed-off-by: Chase Southwood

[PATCH 2/2] clocksource: nspire: Fix compiler warning

2014-04-29 Thread Daniel Lezcano
From: Alexander Shiyan shc_w...@mail.ru CC drivers/clocksource/zevio-timer.o drivers/clocksource/zevio-timer.c:215:1: warning: comparison of distinct pointer types lacks a cast [enabled by default] Signed-off-by: Alexander Shiyan shc_w...@mail.ru Signed-off-by: Daniel Lezcano

Re: [PATCH 4/6 v2] staging: comedi: addi_apci_1564: simplify the PCI bar reading and don't read the unused bars

2014-04-29 Thread Ian Abbott
On 2014-04-29 09:35, Chase Southwood wrote: This driver only uses PCI bar 1 (devpriv-i_IobaseAmcc), and PCI bar 2 (dev-iobase) doon't bother reading the unused PCI bars. The description needs fixing as it's back to using PCI bar 0 and 1. Also, there's a typo: doon't - don't. :) -- -=( Ian

Re: [PATCH v2] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end

2014-04-29 Thread Srivatsa S. Bhat
On 04/29/2014 06:39 PM, Meelis Roos wrote: Signed-off-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com --- v2: Removed the coverage of ASYNC_NOTIFICATION drivers, in order to avoid false-positives. I am confused - on top of what patches should I test it? Well, actually this is

Re: [PATCH 6/6 v2] staging: comedi: addi_apci_1564: remove use of devpriv-s_EeParameters

2014-04-29 Thread Ian Abbott
On 2014-04-29 09:38, Chase Southwood wrote: This driver no longer reads the eeprom to find the board specific data, all the necessary data is in the boardinfo. Use the boardinfo directly instead of passing through devpriv-s_EeParameters. Signed-off-by: Chase Southwood chase.southw...@gmail.com

Re: [PATCH v2] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end

2014-04-29 Thread Viresh Kumar
On 29 April 2014 18:36, Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com wrote: Some cpufreq drivers were redundantly invoking the _begin() and _end() APIs around frequency transitions, and this double invocation (one from the cpufreq core and the other from the cpufreq driver) used to result

Re: [RFC PATCH v5 05/11] VFIO_PLATFORM: Initial skeleton of VFIO support for platform devices

2014-04-29 Thread Antonios Motakis
On Mon, Apr 28, 2014 at 7:04 PM, Alex Williamson alex.william...@redhat.com wrote: On Mon, 2014-04-28 at 17:52 +0200, Antonios Motakis wrote: This patch forms the skeleton for platform devices support with VFIO. Signed-off-by: Antonios Motakis a.mota...@virtualopensystems.com ---

Re: [RFC PATCH v5 07/11] VFIO_PLATFORM: Read and write support for the device fd

2014-04-29 Thread Antonios Motakis
On Mon, Apr 28, 2014 at 7:24 PM, Alex Williamson alex.william...@redhat.com wrote: On Mon, 2014-04-28 at 17:52 +0200, Antonios Motakis wrote: VFIO returns a file descriptor which we can use to manipulate the memory regions of the device. Since some memory regions we cannot mmap due to security

Re: [RFC PATCH v5 08/11] VFIO_PLATFORM: Support MMAP of MMIO regions

2014-04-29 Thread Antonios Motakis
On Mon, Apr 28, 2014 at 7:27 PM, Alex Williamson alex.william...@redhat.com wrote: On Mon, 2014-04-28 at 17:52 +0200, Antonios Motakis wrote: Allow to memory map the MMIO regions of the device so userspace can directly access them. Signed-off-by: Antonios Motakis

Re: 64bit x86: NMI nesting still buggy?

2014-04-29 Thread H. Peter Anvin
On 04/29/2014 06:05 AM, Jiri Kosina wrote: We were not able to come up with any other fix than avoiding using IST completely on x86_64, and instead going back to stack switching in software -- the same way 32bit x86 does. This is not possible, though, because there are several windows

Re: fanotify API: FMODE_NONOTIFY, FMODE_EXEC, FMODE_NOCMTIME

2014-04-29 Thread Michael Kerrisk (man-pages)
[CC += LKML] Eric, Jan, (or anyone) Can you offer any insight on Heinrich's question, below? Cheers, Michael On Sun, Apr 13, 2014 at 4:05 PM, Heinrich Schuchardt xypron.g...@gmx.de wrote: On 06.04.2014 14:18, Michael Kerrisk (man-pages) wrote: == I notice that the FDs returned by

Re: [PATCH V3 00/20] bus: omap_l3_noc: driver cleanups and support for DRA7/AM4372

2014-04-29 Thread Sekhar Nori
On Monday 28 April 2014 08:44 PM, Nishanth Menon wrote: V3: has the following changes (w.r.t v2): - fixed relaxed commit message and usage. - AM437x internal documents showed that: - new master information updated into the data - masterid register

[PATCH 1/6] perf tools: Handle EINTR error for readn/writen

2014-04-29 Thread Jiri Olsa
From: Namhyung Kim namhy...@kernel.org Those readn/writen functions are to ensure read/write does I/O for a given size exactly. But ion() - its implementation - does not handle in case it returns prematurely due to a signal. As it's not an error itself so just retry the operation.

[PATCH 2/6] perf tools: Parse tracepoints with '-' in system name

2014-04-29 Thread Jiri Olsa
From: Alexander Yarygin yary...@linux.vnet.ibm.com Trace events potentially can have a '-' in their trace system name, e.g. kvm on s390 defines kvm-s390:* tracepoints. We could not parse them, because there was no rule for this: $ sudo ./perf top -e kvm-s390:* invalid or unsupported event:

[PATCH 6/6] perf tools ARM64: Wire up perf_regs and unwind support

2014-04-29 Thread Jiri Olsa
From: Jean Pihet jean.pi...@linaro.org This patch hooks in the perf_regs and libunwind code for ARM64. The tools/perf/arch/arm64 is created; it contains the arch specific code for DWARF unwinding. Signed-off-by: Jean Pihet jean.pi...@linaro.org Acked-by: Will Deacon will.dea...@arm.com Link:

[PATCH 4/6] perf tests: Add a test of kvm-390: trace event

2014-04-29 Thread Jiri Olsa
From: Alexander Yarygin yary...@linux.vnet.ibm.com Add a s390 specific test of a hardcoded trace event with '-' in the name. Signed-off-by: Alexander Yarygin yary...@linux.vnet.ibm.com Link: http://lkml.kernel.org/r/1398440047-6641-4-git-send-email-yary...@linux.vnet.ibm.com Signed-off-by: Jiri

[PATCH 3/6] perf tests: Add numeric identifier to evlist_test

2014-04-29 Thread Jiri Olsa
From: Alexander Yarygin yary...@linux.vnet.ibm.com In tests/parse-events.c test cases are declared in evlist_test[] arrays. Elements of arrays are initialized in following pattern: [i] = { .name = ..., .check = ..., }, When perf-test is running

[PATCH 5/6] perf tools: Move u64_swap union

2014-04-29 Thread Jiri Olsa
From: Borislav Petkov b...@suse.de ... to its single user's header, evsel.h. Signed-off-by: Borislav Petkov b...@suse.de Link: http://lkml.kernel.org/r/tip-9os1chjyz12upubfsjc71...@git.kernel.org Signed-off-by: Jiri Olsa jo...@kernel.org --- tools/perf/util/evsel.h | 5 +

Re: [PATCH v2 00/10] arm64: UEFI support

2014-04-29 Thread Catalin Marinas
On Tue, Apr 29, 2014 at 12:43:56PM +0100, Matt Fleming wrote: (Pulling in Peter and Stephen) On Tue, 29 Apr, at 11:28:17AM, Catalin Marinas wrote: The patches look fine to me, they've been through several rounds of review already. How do we propose these get merged as the series

fanotify man pages for review

2014-04-29 Thread Michael Kerrisk (man-pages)
Hello Eric (and all), Heinrich Schuchardt has made a magnificent effort writing some man pages that extensively document the fanotify API that you added in Linux 2.6.36/37. Could I ask you (and anyone else who is interested) to review them please for completeness and accuracy. I would really

Re: [PATCH v2 00/21] FDT clean-ups and libfdt support

2014-04-29 Thread Grant Likely
On Tue, 22 Apr 2014 20:18:00 -0500, Rob Herring robherri...@gmail.com wrote: From: Rob Herring r...@kernel.org This is a series of clean-ups of architecture FDT code and converts the core FDT code over to using libfdt functions. This is in preparation to add FDT based address translation

Re: [PATCH] vmacache: change vmacache_find() to always check -vm_mm

2014-04-29 Thread Oleg Nesterov
On 04/29, Srivatsa S. Bhat wrote: On 04/29/2014 06:22 PM, Oleg Nesterov wrote: On 04/29, Srivatsa S. Bhat wrote: I guess I'll hold off on testing this fix until I get to reproduce the bug more reliably.. perhaps the patch below can help a bit?

Re: 64bit x86: NMI nesting still buggy?

2014-04-29 Thread Steven Rostedt
On Tue, 29 Apr 2014 15:05:55 +0200 (CEST) Jiri Kosina jkos...@suse.cz wrote: According to 38.4 of [1], when SMM mode is entered while the CPU is handling NMI, the end result might be that upon exit from SMM, NMIs will be re-enabled and latched NMI delivered as nested [2]. Note, if this

Re: 64bit x86: NMI nesting still buggy?

2014-04-29 Thread Steven Rostedt
On Tue, 29 Apr 2014 06:29:04 -0700 H. Peter Anvin h...@linux.intel.com wrote: [2] A special case can occur if an SMI handler nests inside an NMI handler and then another NMI occurs. During NMI interrupt handling, NMI interrupts are disabled, so normally NMI interrupts

[PATCH 1/5] firmware: Simplify directory creation

2014-04-29 Thread Michal Marek
When building the firmware blobs, use a simple loop to create directories in $(objtree), like in Makefile.build. This simplifies the rules and also makes it possible to set $(objtree) to '.' later. Before this change, a dependency on $(objtree)/dir would be satisfied by dir in $(srctree). When

[PATCH 3/5] kbuild: Use relative path for $(objtree)

2014-04-29 Thread Michal Marek
The main Makefile sets its working directory to the object tree and never changes it again. Therefore, we can use '.' instead of the absolute path. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile

[PATCH 2/5] firmware: Use $(quote) in the Makefile

2014-04-29 Thread Michal Marek
The literal confuses syntax highlighting in vim. Cc: David Woodhouse dw...@infradead.org Signed-off-by: Michal Marek mma...@suse.cz --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 6af62cf..5747417 100644

[PATCH 0/5] kbuild: Use relative paths if possible

2014-04-29 Thread Michal Marek
Hi, This series changes the Makefile to use relative paths for $(objtree), always setting it to '.', and for $(srctree) setting either to '.' or '..', when building in the source tree or a subdirectory thereof, respectively. The goal is to make compiler messages and Ooopses more readable by

[PATCH 5/5] kbuild: Use relative path when building in a subdir of the source tree

2014-04-29 Thread Michal Marek
When doing make O=subdir, use '..' to refer to the source tree. This allows for more readable compiler messages, and, more importantly, it sets the VPATH to '..', so filenames in WARN_ON() etc. will be shorter. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 12 +++- 1 file

[PATCH 4/5] kbuild: Use relative path when building in the source tree

2014-04-29 Thread Michal Marek
When not using O=, $(srctree) refers to the same directory as $(objtree), so we can set it to '.' as well. This makes the default include path more compact and results in more readable messages from the compiler. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 2 +- 1 file changed, 1

[PATCH] tools/perf: remove yet another strtoull()

2014-04-29 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net --- tools/perf/util/util.c | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/tools/perf/util/util.c b/tools/perf/util/util.c index

Re: [PATCH 3/7] x86: Add C intrinsics for new rd/wr fs/gs base instructions

2014-04-29 Thread Konrad Rzeszutek Wilk
On Mon, Apr 28, 2014 at 03:12:37PM -0700, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com Plus for swapgs. Very straight forward. Used in followon patch. follow on Signed-off-by: Andi Kleen a...@linux.intel.com --- arch/x86/include/asm/fsgs.h | 43

Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding

2014-04-29 Thread Grant Likely
On Mon, 7 Apr 2014 12:11:15 -0500, Josh Cartwright jo...@codeaurora.org wrote: On Mon, Apr 07, 2014 at 04:00:43PM +0800, Tien Hock Loh wrote: On Wed, Mar 19, 2014 at 6:09 PM, Tien Hock Loh th...@altera.com wrote: On Fri, Mar 7, 2014 at 11:14 PM, Josh Cartwright jo...@codeaurora.org

Re: [PATCH] Kernel 3.15-rc2 : Peak DVB-T USB tuner device ids for rtl28xxu driver

2014-04-29 Thread Mauro Carvalho Chehab
Em Mon, 28 Apr 2014 22:40:00 +0100 Brian Healy healybr...@gmail.com escreveu: From: Brian Healy healybr...@gmail.com To: Antti Palosaari cr...@iki.fi, Mauro Carvalho Chehab m.che...@samsung.com Cc: Linus Torvalds torva...@linux-foundation.org, Linux Kernel Mailing List

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