Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Sedat Dilek
On Thu, May 29, 2014 at 7:50 PM, David Howells dhowe...@redhat.com wrote: Sedat Dilek sedat.di...@gmail.com wrote: config LOCKDEP bool It has no name, so you can't turn it on manually. You have to enable something the depends on or selects it. Turn on:

Re: [PATCH v11 0/3] Exynos 5410 support

2014-05-29 Thread Andreas Färber
Hi Tarek, [shortening the CC list a bit] Am 29.05.2014 16:46, schrieb Tarek Dakhran: On 05/29/2014 05:36 PM, Andreas Färber wrote: Am 27.05.2014 19:06, schrieb Kevin Hilman: Tarek Dakhran t.dakh...@samsung.com writes: Has been tested on: 1) Exynos 5410 reference board (exynos_defconfig)

Re: [PATCH 0/3] Qualcomm Resource Power Manager driver

2014-05-29 Thread Bjorn Andersson
On Wed, May 28, 2014 at 10:06 AM, Kumar Gala ga...@codeaurora.org wrote: It is the purpose so that as we see common patterns between either drivers/soc/VENDOR we can refactor in the future. However, we need to all a little time for those patterns to emerge rather than shoe horning in

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

2014-05-29 Thread Greg KH
On Thu, May 29, 2014 at 07:01:29PM +1000, Stephen Rothwell wrote: Hi Greg, After merging the usb tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/usb/core/hub.c: In function 'port_event': drivers/usb/core/hub.c:4853:2: error: implicit declaration of function

Re: [PATCH 3.14 000/140] 3.14.5-stable review

2014-05-29 Thread Greg KH
On Thu, May 29, 2014 at 08:07:55AM +, Holger Hoffstätte wrote: On Wed, 28 May 2014 21:32:19 -0700, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.5 release. Applied to .4 and so far working well on 3 different machines (server/ workstation/old

Re: [PATCH 3.14 000/140] 3.14.5-stable review

2014-05-29 Thread Greg Kroah-Hartman
On Thu, May 29, 2014 at 08:06:10AM -0700, Guenter Roeck wrote: On 05/28/2014 09:32 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.5 release. There are 140 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [PATCH tty-next] serial: sirf: Fix compilation failure

2014-05-29 Thread Greg Kroah-Hartman
On Thu, May 29, 2014 at 08:14:02PM +0800, Barry Song wrote: 2014-05-29 18:13 GMT+08:00 Daniel Thompson daniel.thomp...@linaro.org: After 07d410e0) serial: sirf: fix spinlock deadlock issue it is no longer possiblet to compile this driver. The rename of one of the spinlocks is faulty. After

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread David Howells
Sedat Dilek sedat.di...@gmail.com wrote: TEST_OVERLAYFS=1 ./run.sh right? Yes (with my mount-patch applied). ( ...and... # umount /lower /upper /mnt ) Can you put a couple of echo commands in settings.inc to show which side of the if-statement it goes and also put:

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Bjorn Andersson
On Wed, May 28, 2014 at 9:34 AM, Kumar Gala ga...@codeaurora.org wrote: On May 27, 2014, at 12:28 PM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 and 8064 based devices. The binding currently describes

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Dave Jones
On Thu, May 29, 2014 at 06:50:03PM +0100, David Howells wrote: Sedat Dilek sedat.di...@gmail.com wrote: config LOCKDEP bool It has no name, so you can't turn it on manually. You have to enable something the depends on or selects it. Turn on:

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread David Howells
Dave Jones da...@redhat.com wrote: The more interesting parts of lockdep come under CONFIG_PROVE_LOCKING Ah, yes... I have that one enabled also. David -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] arm: msm: remove board file for Nexus One (ie. mahimahi)

2014-05-29 Thread Pavel Machek
On Thu 2014-05-15 20:10:13, Paul Bolle wrote: Daniel, On Thu, 2014-05-15 at 17:44 +, dwal...@fifo99.com wrote: On Wed, May 14, 2014 at 11:07:36PM +0200, Paul Bolle wrote: Commit 1b802ff79f03 (arm: msm: add board file for Nexus One (ie. mahimahi)) added just board-mahimahi.c. It did

Re: [PATCH V4] max8925_power: Use IS_ENABLED(CONFIG_OF) for DT code.

2014-05-29 Thread Manish Badarkhe
Hi Dmitry, On Tue, Feb 11, 2014 at 10:15 PM, Manish Badarkhe badarkhe.man...@gmail.com wrote: Hi Dmitry, On Tue, Jan 28, 2014 at 10:24 PM, Manish Badarkhe badarkhe.man...@gmail.com wrote: Instead of #ifdef CONFIG_OF use IS_ENABLED(CONFIG_OF) option for DT code to avoid if-deffery in code.

Re: [PATCH] pcmcia: m8xx: remove checks for four macros

2014-05-29 Thread Paul Bolle
On Thu, 2014-05-29 at 13:20 -0500, Scott Wood wrote: On Sat, 2014-05-24 at 09:36 +0200, Paul Bolle wrote: This driver contains checks for four Kconfig macros. But the related Kconfig symbols have never been part of the tree. Remove these checks and the code they hide. Signed-off-by:

Re: [PATCH] pcmcia: m8xx: remove checks for four macros

2014-05-29 Thread Scott Wood
On Sat, 2014-05-24 at 09:36 +0200, Paul Bolle wrote: This driver contains checks for four Kconfig macros. But the related Kconfig symbols have never been part of the tree. Remove these checks and the code they hide. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. This has

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

2014-05-29 Thread Dan Williams
On Thu, May 29, 2014 at 11:18 AM, Greg KH g...@kroah.com wrote: On Thu, May 29, 2014 at 07:01:29PM +1000, Stephen Rothwell wrote: Hi Greg, After merging the usb tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/usb/core/hub.c: In function 'port_event':

Re: [PATCH] pcmcia: m8xx: remove checks for four macros

2014-05-29 Thread Scott Wood
On Thu, 2014-05-29 at 20:39 +0200, Paul Bolle wrote: On Thu, 2014-05-29 at 13:20 -0500, Scott Wood wrote: On Sat, 2014-05-24 at 09:36 +0200, Paul Bolle wrote: This driver contains checks for four Kconfig macros. But the related Kconfig symbols have never been part of the tree. Remove

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Sedat Dilek
On Thu, May 29, 2014 at 8:22 PM, David Howells dhowe...@redhat.com wrote: Sedat Dilek sedat.di...@gmail.com wrote: TEST_OVERLAYFS=1 ./run.sh right? Yes (with my mount-patch applied). ( ...and... # umount /lower /upper /mnt ) Can you put a couple of echo commands in

[PATCH] drivers/platform/chrome: coding style fixes

2014-05-29 Thread Robin Schroer
added blank lines after declarations in some places Signed-off-by: Robin Schroer sulamiificat...@gmail.com --- drivers/platform/chrome/chromeos_laptop.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c

[PATCH 0/3] ipc: Further updates to sysv/mqueue limits

2014-05-29 Thread Manfred Spraul
Hi all, a) If we increase SHMMAX/SHMALL, then it makes sense to increase MSGMNI, too. And: This allows to remove the automatic scaling (~300 lines) b) We can also increase SEMMSL, SEMMNI and SEMOPM c) I think it would make more sense if a namespace starts with the limits from it's

[PATCH 3/3] ipc namespace: copy settings from parent namespace

2014-05-29 Thread Manfred Spraul
Right now, each IPC namespace starts with the kernel boot standard settings. This patch changes that: Now each new namespace starts with the settings from the parent namespace. The patch updates - SysV msg - SysV sem - SysV shm - POSIX mqueues It's just a proposal - only partially tested --

[PATCH 2/3] ipc/sem.c: increase SEMMSL, SEMMNI, SEMOPM

2014-05-29 Thread Manfred Spraul
SysV can be abused to allocated locked kernel memory. For most systems, a small limit doesn't make sense, see the discussion with regards to SHMMAX. Therefore: Increase the sysv sem limits to the maximum supported. With regards to the maximum supported: Some of the specified hard limits are not

[PATCH 1/3] ipc/msg: increase MSGMNI, remove scaling

2014-05-29 Thread Manfred Spraul
SysV can be abused to allocated locked kernel memory. For most systems, a small limit doesn't make sense, see the discussion with regards to SHMMAX. Therefore: increase MSGMNI to the maximum supported. And: if we ignore the risk of locking too much memory, then an automatic scaling of MSGMNI

[PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v4)

2014-05-29 Thread Marcelo Tosatti
Zone specific allocations, such as GFP_DMA32, should not be restricted to cpusets allowed node list: the zones which such allocations demand might be contained in particular nodes outside the cpuset node list. Necessary for the following usecase: - driver which requires zone specific memory

Re: fs/dcache.c - BUG: soft lockup - CPU#5 stuck for 22s! [systemd-udevd:1667]

2014-05-29 Thread Al Viro
On Thu, May 29, 2014 at 05:53:51PM +0100, Al Viro wrote: On Thu, May 29, 2014 at 09:29:42AM -0700, Linus Torvalds wrote: On Thu, May 29, 2014 at 9:23 AM, Al Viro v...@zeniv.linux.org.uk wrote: BTW, lock_parent() might be better off if in contended case it would not bother with

Re: [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v3)

2014-05-29 Thread Marcelo Tosatti
On Wed, May 28, 2014 at 06:45:04PM -0500, Christoph Lameter wrote: snip Much cleaner, sent v4 with your suggestions. Why call __alloc_pages_nodemask at all if you want to skip the node handling? Punt to alloc_pages() - __alloc_pages_nodemask ignored GFP_DMA32 on older kernels, so the

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Sedat Dilek
On Thu, May 29, 2014 at 8:44 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, May 29, 2014 at 8:22 PM, David Howells dhowe...@redhat.com wrote: Sedat Dilek sedat.di...@gmail.com wrote: TEST_OVERLAYFS=1 ./run.sh right? Yes (with my mount-patch applied). ( ...and... #

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Bjorn Andersson
On Thu, May 29, 2014 at 9:19 AM, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: +- reg: + Usage: required + Value type: prop-encoded-array + Definition: two entries specifying the RPM's message ram and ipc register + +- reg-names: + Usage: required +

Re: [PATCH v1 1/3] usb: gadget: NCM: RX function support multiple NDPs

2014-05-29 Thread Bjørn Mork
Jim Baxter jim_bax...@mentor.com writes: The NDP was ignoring the wNextNdpIndex in the NDP which means that NTBs containing multiple NDPs would have missed frames. Well, just for the record: I believe this field was meant to be reserved and always 0 in the CDC NCM spec. Table 3-3, describing

Re: [PATCH v5 0/5] efuse driver for Tegra

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: This driver allows userspace to read the raw efuse data. Its userspace interface is modelled after the sunxi_sid driver which provides similar functionality for some Allwinner SoCs. It has been tested on Tegra20 (ventana), Tegra30

Re: [PATCH v5 2/5] ARM: tegra: move fuse exports to tegra-soc.h

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: All fuse related functionality will move to a driver in the following patches. To prepare for this, export all the required functionality in a global header file and move all users of fuse.h to tegra-soc.h. While we're at it, remove

Re: [PATCH] ARM: OMAP: SX1: remove check for CONFIG_SX1_OLD_FLASH

2014-05-29 Thread Pavel Machek
On Fri 2014-05-16 14:12:31, Tony Lindgren wrote: * Paul Bolle pebo...@tiscali.nl [140515 12:42]: A check for CONFIG_SX1_OLD_FLASH was added in v2.6.24. But the related Kconfig symbol was never part of the tree. So we can remove some dead code. Thanks applying into omap-for-v3.16/board.

man-pages-3.68 is released

2014-05-29 Thread Michael Kerrisk (man-pages)
Gidday, The Linux man-pages maintainer proudly announces his 150th release as project maintainer: man-pages-3.68 - man pages for Linux Tarball download: http://www.kernel.org/doc/man-pages/download.html Git repository: https://git.kernel.org/cgit/docs/man-pages/man-pages.git/ Online

Re: [PATCH] pcmcia: m8xx: remove checks for four macros

2014-05-29 Thread Paul Bolle
On Thu, 2014-05-29 at 20:39 +0200, Paul Bolle wrote: That's why I included the people (and lists) maintaining PPC8XX and PPC. And of those people Marcelo might consider replacing the bouncing knack.org address with a redhat.com address. Provided Marcelo still cares about PPC8XX, that is. But

Re: [PATCH v1 3/3] usb: gadget: NCM: Stop RX TCP Bursts getting dropped.

2014-05-29 Thread Eric Dumazet
On Thu, 2014-05-29 at 18:12 +0100, Jim Baxter wrote: This fixes a problem with dropped packets over 16k CDC-NCM when the connection is being heavily used. The issue was that the skb truesize for the unpacked NCM packets was too high after they were cloned from the 16k skb, this lead to the

Re: [PATCH v5 3/5] misc: fuse: Add efuse driver for Tegra

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: Implement fuse driver for Tegra20, Tegra30, Tegra114 and Tegra124. diff --git a/Documentation/ABI/testing/sysfs-driver-tegra-fuse b/Documentation/ABI/testing/sysfs-driver-tegra-fuse +Description: read-only access to the efuses on Tegra20,

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Bjorn Andersson
On Thu, May 29, 2014 at 9:54 AM, Lee Jones lee.jo...@linaro.org wrote: diff --git a/include/dt-bindings/mfd/qcom_rpm.h b/include/dt-bindings/mfd/qcom_rpm.h new file mode 100644 index 000..277e789 --- /dev/null +++ b/include/dt-bindings/mfd/qcom_rpm.h @@ -0,0 +1,142 @@ +/* + * This

Re: Bug? Older 32 bit program (CivCTP) no longer works under 64 bit kernel

2014-05-29 Thread Pavel Machek
On Fri 2014-05-16 04:36:32, Ken Moffat wrote: On Thu, May 15, 2014 at 08:24:05PM -0500, David Hagood wrote: I have an old native Linux 32 bit copy of Civilization: Call to Power. It used to work under a 64 bit environment back in the 3.0.x days. However, under recent versions (3.5) it no

block: remove dead code in scsi_ioctl:blk_verify_command

2014-05-29 Thread Dave Jones
filter gets assigned the address of blk_default_cmd_filter on entry to this function, so the !filter condition can never be true. Signed-off-by: Dave Jones da...@redhat.com diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index 26487972ac54..9c28a5b38042 100644 --- a/block/scsi_ioctl.c +++

Re: [PATCH v5 4/5] ARM: tegra: Add efuse and apbmisc bindings

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: Add efuse and apbmisc bindings for Tegra20, Tegra30, Tegra114 and Tegra124. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- .../devicetree/bindings/fuse/fuse-tegra.txt| 30

Re: [RFT PATCH -next v2] [BUGFIX] kprobes: Fix Failed to find blacklist error on ia64 and ppc64

2014-05-29 Thread Suzuki K. Poulose
On 05/27/2014 12:01 PM, Masami Hiramatsu wrote: On ia64 and ppc64, the function pointer does not point the entry address of the function, but the address of function discriptor (which contains the entry address and misc data.) Since the kprobes passes the function pointer stored by

Re: [PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the building of that code, and disable the building of the old fuse code in arch/arm/mach-tegra/. diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index

Re: fs/dcache.c - BUG: soft lockup - CPU#5 stuck for 22s! [systemd-udevd:1667]

2014-05-29 Thread Linus Torvalds
On Thu, May 29, 2014 at 11:52 AM, Al Viro v...@zeniv.linux.org.uk wrote: Grrr... Sadly, that's not good enough. Leaking rcu_read_lock() on success is trivial, but there's more serious problem: suppose dentries involved get moved before we get to locking what we thought was parent. We end up

Re: [PATCH] ARM: OMAP: SX1: remove check for CONFIG_SX1_OLD_FLASH

2014-05-29 Thread Tony Lindgren
* Pavel Machek pa...@ucw.cz [140529 12:03]: On Fri 2014-05-16 14:12:31, Tony Lindgren wrote: * Paul Bolle pebo...@tiscali.nl [140515 12:42]: A check for CONFIG_SX1_OLD_FLASH was added in v2.6.24. But the related Kconfig symbol was never part of the tree. So we can remove some dead

Re: [tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C

2014-05-29 Thread Paul Gortmaker
On Mon, May 5, 2014 at 6:25 PM, tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID: 6f121e548f83674ab4920a4e60afb58d4f61b829 Gitweb: http://git.kernel.org/tip/6f121e548f83674ab4920a4e60afb58d4f61b829 Author: Andy Lutomirski l...@amacapital.net AuthorDate: Mon, 5 May 2014

Re: [PATCH v3] pinctrl: to avoid duplicated calling enable_pinmux_setting for a pin

2014-05-29 Thread Stephen Warren
On 05/25/2014 08:43 PM, f...@marvell.com wrote: From: Fan Wu f...@marvell.com What the patch did: 1.To call pinmux_disable_setting ahead of pinmux_enable_setting in each time of calling pinctrl_select_state 2.Remove the HW disable operation in in pinmux_disable_setting function. ...

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread David Howells
Sedat Dilek sedat.di...@gmail.com wrote: Hmm, why is the generated binary callled open-file and in the scripts I see open_file? grep is your friend:-) Look in tool_box.inc David -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v5 0/5] efuse driver for Tegra

2014-05-29 Thread Stephen Warren
On 05/28/2014 07:16 AM, Andrew Morton wrote: On Wed, 28 May 2014 15:54:32 +0300 Peter De Schrijver pdeschrij...@nvidia.com wrote: This driver allows userspace to read the raw efuse data. The patchset uses an inexplicable mixture of fuse and efuse. Given that the kernel already has a

Re: [PATCH v3 4/7] of: configure the platform device dma parameters

2014-05-29 Thread Arnd Bergmann
On Thursday 29 May 2014 10:08:10 Santosh Shilimkar wrote: On Thursday 29 May 2014 10:01 AM, Linus Walleij wrote: On Wed, May 28, 2014 at 4:04 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 28 May 2014 09:32 AM, Linus Walleij wrote: I suspect what you want is

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Sedat Dilek
On Thu, May 29, 2014 at 9:20 PM, David Howells dhowe...@redhat.com wrote: Sedat Dilek sedat.di...@gmail.com wrote: Hmm, why is the generated binary callled open-file and in the scripts I see open_file? grep is your friend:-) Look in tool_box.inc I resetted to origin/HEAD and still get...

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread David Howells
Sedat Dilek sedat.di...@gmail.com wrote: # LC_ALL=C TEST_OVERLAYFS=1 ./run.sh [ run.sh ] TEST_OVERLAYFS is 1 *** *** ./run.sh open-plain.test *** [ mount_union.sh ] TEST_OVERLAYFS is 1 TEST100: Open O_RDONLY - open_file -r /mnt/a/foo100 -R :xxx:yyy:zzz - open_file -r /mnt/a/foo100 -R

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Sedat Dilek
On Thu, May 29, 2014 at 9:25 PM, David Howells dhowe...@redhat.com wrote: Sedat Dilek sedat.di...@gmail.com wrote: # LC_ALL=C TEST_OVERLAYFS=1 ./run.sh [ run.sh ] TEST_OVERLAYFS is 1 *** *** ./run.sh open-plain.test *** [ mount_union.sh ] TEST_OVERLAYFS is 1 TEST100: Open O_RDONLY -

Re: [PATCH] CMA: use MIGRATE_SYNC in alloc_contig_range()

2014-05-29 Thread David Rientjes
On Thu, 29 May 2014, Joonsoo Kim wrote: Before commit 'mm, compaction: embed migration mode in compact_control' from David is merged, alloc_contig_range() used sync migration, instead of sync_light migration. This doesn't break anything currently because page isolation doesn't have any

Re: [PATCH V3] NVMe: basic conversion to blk-mq

2014-05-29 Thread Jens Axboe
On 05/29/2014 08:25 AM, Jens Axboe wrote: +static int nvme_submit_flush_sync(struct nvme_queue *nvmeq, struct nvme_ns *ns) +{ +struct request *req; +struct nvme_command cmnd; + +req = blk_mq_alloc_request(ns-queue, WRITE, GFP_KERNEL, false); +if (!req) +return

Re: [tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C

2014-05-29 Thread Andy Lutomirski
On Thu, May 29, 2014 at 12:17 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On Mon, May 5, 2014 at 6:25 PM, tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID: 6f121e548f83674ab4920a4e60afb58d4f61b829 Gitweb:

Re: [PATCH V3] NVMe: basic conversion to blk-mq

2014-05-29 Thread Jens Axboe
On 05/29/2014 01:32 PM, Jens Axboe wrote: On 05/29/2014 08:25 AM, Jens Axboe wrote: +static int nvme_submit_flush_sync(struct nvme_queue *nvmeq, struct nvme_ns *ns) +{ +struct request *req; +struct nvme_command cmnd; + +req = blk_mq_alloc_request(ns-queue, WRITE, GFP_KERNEL,

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-29 Thread Maxime Ripard
On Thu, May 29, 2014 at 12:23:58PM +0800, Chen-Yu Tsai wrote: On Tue, May 27, 2014 at 4:30 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard maxime.rip...@free-electrons.com

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread David Howells
Sedat Dilek sedat.di...@gmail.com wrote: # LC_ALL=C TEST_OVERLAYFS=1 ./run.sh [ run.sh ] TEST_OVERLAYFS is 1 *** *** ./run.sh open-plain.test *** [ mount_union.sh ] TEST_OVERLAYFS is 1 TEST100: Open O_RDONLY - open_file -r /mnt/a/foo100 -R :xxx:yyy:zzz - open_file -r /mnt/a/foo100 -R

Re: [PATCH] CMA: correct unlock target

2014-05-29 Thread David Rientjes
On Thu, 29 May 2014, Joonsoo Kim wrote: 'cma: Remove potential deadlock situation' introduces per cma area mutex for bitmap management. It is good, but there is one mistake. When we can't find appropriate area in bitmap, we release cma_mutex global lock rather than cma-lock and this is a bug.

Re: [PATCH v2 10/11] sched: move cfs task on a CPU with higher capacity

2014-05-29 Thread Vincent Guittot
On 29 May 2014 11:50, Peter Zijlstra pet...@infradead.org wrote: On Fri, May 23, 2014 at 05:53:04PM +0200, Vincent Guittot wrote: If the CPU is used for handling lot of IRQs, trig a load balance to check if it's worth moving its tasks on another CPU that has more capacity Signed-off-by:

Re: block: remove dead code in scsi_ioctl:blk_verify_command

2014-05-29 Thread Jens Axboe
On 05/29/2014 01:11 PM, Dave Jones wrote: filter gets assigned the address of blk_default_cmd_filter on entry to this function, so the !filter condition can never be true. Signed-off-by: Dave Jones da...@redhat.com diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index

Re: [PATCH] ARM: OMAP: SX1: remove check for CONFIG_SX1_OLD_FLASH

2014-05-29 Thread Pavel Machek
On Thu 2014-05-29 12:17:39, Tony Lindgren wrote: * Pavel Machek pa...@ucw.cz [140529 12:03]: On Fri 2014-05-16 14:12:31, Tony Lindgren wrote: * Paul Bolle pebo...@tiscali.nl [140515 12:42]: A check for CONFIG_SX1_OLD_FLASH was added in v2.6.24. But the related Kconfig symbol was

Re: [tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C

2014-05-29 Thread Josh Boyer
On Thu, May 29, 2014 at 3:32 PM, Andy Lutomirski l...@amacapital.net wrote: On Thu, May 29, 2014 at 12:17 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On Mon, May 5, 2014 at 6:25 PM, tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID:

Re: [tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C

2014-05-29 Thread H. Peter Anvin
On 05/29/2014 12:32 PM, Andy Lutomirski wrote: On Thu, May 29, 2014 at 12:17 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On Mon, May 5, 2014 at 6:25 PM, tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID: 6f121e548f83674ab4920a4e60afb58d4f61b829 Gitweb:

Re: [RFC PATCH v5_v2 01/11] driver core: platform: add device binding path 'driver_override'

2014-05-29 Thread Alex Williamson
On Tue, 2014-05-20 at 19:25 -0500, Kim Phillips wrote: From: Kim Phillips kim.phill...@freescale.com Needed by platform device drivers, such as the vfio-platform driver later in series, in order to bypass the existing OF, ACPI, id_table and name string matches, and successfully be able to be

Re: [PATCH v2 10/11] sched: move cfs task on a CPU with higher capacity

2014-05-29 Thread Vincent Guittot
On 29 May 2014 16:04, Peter Zijlstra pet...@infradead.org wrote: On Fri, May 23, 2014 at 05:53:04PM +0200, Vincent Guittot wrote: @@ -7282,6 +7289,12 @@ static inline int nohz_kick_needed(struct rq *rq) if (nr_busy 1) goto need_kick_unlock; + +

Re: [PATCH 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM

2014-05-29 Thread Bjorn Andersson
On Thu, May 29, 2014 at 9:19 AM, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: +++ b/drivers/mfd/qcom_rpm.c [...] +struct qcom_rpm { + struct device *dev; + struct completion ack; + struct mutex lock; + + void __iomem *status_regs; + void __iomem

Re: [tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C

2014-05-29 Thread Andy Lutomirski
On Thu, May 29, 2014 at 12:43 PM, H. Peter Anvin h...@zytor.com wrote: On 05/29/2014 12:32 PM, Andy Lutomirski wrote: On Thu, May 29, 2014 at 12:17 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On Mon, May 5, 2014 at 6:25 PM, tip-bot for Andy Lutomirski tip...@zytor.com wrote:

Re: [PATCH v2 11/11] sched: replace capacity by activity

2014-05-29 Thread Vincent Guittot
On 29 May 2014 15:55, Peter Zijlstra pet...@infradead.org wrote: On Fri, May 23, 2014 at 05:53:05PM +0200, Vincent Guittot wrote: The scheduler tries to compute how many tasks a group of CPUs can handle by assuming that a task's load is SCHED_LOAD_SCALE and a CPU capacity is SCHED_POWER_SCALE.

[PATCH] vmstat: on demand updates from differentials V7

2014-05-29 Thread Christoph Lameter
V6-V7 - Remove /sysfs support and avoid the large cpumask definition. V5-V6: - Shepherd thread as a general worker thread. This means that the general mechanism to control worker thread cpu use by Frederic Weisbecker is necessary to restrict the shepherd thread to the cpus not used for

Re: [PATCH V2 3/3] init/calibrate.c: no prefix in logging

2014-05-29 Thread Fabian Frederick
On Thu, 29 May 2014 10:43:21 -0400 Paul Gortmaker paul.gortma...@windriver.com wrote: [[PATCH V2 3/3] init/calibrate.c: no prefix in logging] On 29/05/2014 (Thu 10:14) Fabian Frederick wrote: define pr_fmt without prefix to avoid any default prefix update Again, it isn't clear to me

Re: [PATCH v2 11/11] sched: replace capacity by activity

2014-05-29 Thread Vincent Guittot
On 29 May 2014 16:02, Peter Zijlstra pet...@infradead.org wrote: On Fri, May 23, 2014 at 05:53:05PM +0200, Vincent Guittot wrote: @@ -6052,8 +6006,8 @@ static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sd * with a large weight task outweighs the

Re: Unionmount and overlayfs testsuite

2014-05-29 Thread Sedat Dilek
On Thu, May 29, 2014 at 9:35 PM, David Howells dhowe...@redhat.com wrote: Sedat Dilek sedat.di...@gmail.com wrote: # LC_ALL=C TEST_OVERLAYFS=1 ./run.sh [ run.sh ] TEST_OVERLAYFS is 1 *** *** ./run.sh open-plain.test *** [ mount_union.sh ] TEST_OVERLAYFS is 1 TEST100: Open O_RDONLY -

Re: [PATCH] vmalloc: use rcu list iterator to reduce vmap_area_lock contention

2014-05-29 Thread Andrew Morton
On Thu, 29 May 2014 15:22:34 +0900 Joonsoo Kim iamjoonsoo@lge.com wrote: Richard Yao reported a month ago that his system have a trouble with vmap_area_lock contention during performance analysis by /proc/meminfo. Andrew asked why his analysis checks /proc/meminfo stressfully, but he

Re: [PATCH v3 4/7] of: configure the platform device dma parameters

2014-05-29 Thread Santosh Shilimkar
On Thursday 29 May 2014 03:24 PM, Arnd Bergmann wrote: On Thursday 29 May 2014 10:08:10 Santosh Shilimkar wrote: On Thursday 29 May 2014 10:01 AM, Linus Walleij wrote: On Wed, May 28, 2014 at 4:04 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 28 May 2014 09:32 AM, Linus

[PATCH v6 0/2] context tracker support for arm64

2014-05-29 Thread Larry Bassel
Implement and enable context tracking for arm64 (which is a prerequisite for FULL_NOHZ support). This patchset builds upon earlier work by Kevin Hilman and is based on Will Deacon's tree. Changes v5 to v6: * Don't save far_el1 in x26 in el0_dbg path (not needed) * TIF_NOHZ processes go through

[PATCH v6 1/2] arm64: adjust el0_sync so that a function can be called

2014-05-29 Thread Larry Bassel
To implement the context tracker properly on arm64, a function call needs to be made after debugging and interrupts are turned on, but before the lr is changed to point to ret_to_user(). If the function call is made after the lr is changed the function will not return to the correct place. For

[PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Larry Bassel
Make calls to ct_user_enter when the kernel is exited and ct_user_exit when the kernel is entered (in el0_da, el0_ia, el0_svc, el0_irq and all of the error paths). These macros expand to function calls which will only work properly if el0_sync and related code has been rearranged (in a previous

[PATCH] iommu/intel: GAW only gets smaller by adding devices

2014-05-29 Thread Alex Williamson
As analyzed in https://bugzilla.kernel.org/show_bug.cgi?id=76331 we can have multiple DRHDs in a system and each may support different guest address widths. We can add a device behind a less capable DRHD to a domain so long as the lesser DRHD can map the existing domain page table. We should

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-05-29 Thread Stefan Kristiansson
On Tue, May 27, 2014 at 08:47:36AM +0200, Jonas Bonn wrote: On 05/26/2014 10:52 PM, Geert Uytterhoeven wrote: CC devicetree for the bindings On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson stefan.kristians...@saunalahti.fi wrote: +++

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Kevin Hilman
Larry Bassel larry.bas...@linaro.org writes: Make calls to ct_user_enter when the kernel is exited and ct_user_exit when the kernel is entered (in el0_da, el0_ia, el0_svc, el0_irq and all of the error paths). These macros expand to function calls which will only work properly if el0_sync

Re: [PATCH v2 1/9] staging: ion: tidy up a bit

2014-05-29 Thread Greg Kroah-Hartman
On Wed, May 28, 2014 at 03:52:52PM +0900, Heesub Shin wrote: For aesthetics and readability, rename goto labels, remove useless code lines, and clarify function return type. Signed-off-by: Heesub Shin heesub.s...@samsung.com Reviewed-by: Mitchel Humpherys mitch...@codeaurora.org Tested-by:

Re: [PATCH 1/2] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace

2014-05-29 Thread Greg KH
On Wed, May 28, 2014 at 04:23:47PM -0700, Chaitanya Hazarey wrote: Fixed a misplaced brace in a function Signed-off-by: Chaitanya Hazarey c...@24.io --- drivers/staging/rtl8192u/r8192U_wx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Where is patch 2/2 ? -- To unsubscribe

Re: [PATCH 1/2] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace

2014-05-29 Thread Chaitanya Hazarey
I have 1/5 through to 5/5. Will resend rightaway with slightly changed subjects. Chaitanya On Thu, May 29, 2014 at 1:43 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, May 28, 2014 at 04:23:47PM -0700, Chaitanya Hazarey wrote: Fixed a misplaced brace in a function Signed-off-by:

Re: [PATCH] of: treat PCI config space as IORESOURCE_MEM type

2014-05-29 Thread Rob Herring
On Thu, May 29, 2014 at 11:03 AM, Kumar Gala ga...@codeaurora.org wrote: If we have a PCI config space specified in something like a ranges property we should treat it as memory type resource. Config space should not be in ranges[1]. We have some cases that are, but we don't want new ones.

[PATCH 5/5] Staging: rtl8192u: r8192U_wx.c Removed commented dead code

2014-05-29 Thread Chaitanya Hazarey
Removed dead code from the file. Signed-off-by: Chaitanya Hazarey c...@24.io --- drivers/staging/rtl8192u/r8192U_wx.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c index

[PATCH 2/5] Staging: rtl8192u: r8192U_wx.c removed commented dead code

2014-05-29 Thread Chaitanya Hazarey
Removed dead code, commented out printks and DMESG. Signed-off-by: Chaitanya Hazarey c...@24.io --- drivers/staging/rtl8192u/r8192U_wx.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c index

[PATCH 4/5] Staging: rtl8192u: r8192U_wx.c Added a single space for code-style issue

2014-05-29 Thread Chaitanya Hazarey
Added a space around '|' to address: ERROR: need consistent spacing around '|' (ctx:VxW) Signed-off-by: Chaitanya Hazarey c...@24.io --- drivers/staging/rtl8192u/r8192U_wx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c

[PATCH 1/5] Staging: rtl8192u: r8192U_wx.c Fixed one misplaced brace

2014-05-29 Thread Chaitanya Hazarey
Fixed a misplaced brace in the r8192_wx_set_scan_type function. Signed-off-by: Chaitanya Hazarey c...@24.io --- drivers/staging/rtl8192u/r8192U_wx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c

[PATCH 3/5] Staging: rtl8192u: r8192U_wx.c Removed all C99 comments

2014-05-29 Thread Chaitanya Hazarey
To address the error - ERROR: do not use C99 // comments Removed all C99 comments. Signed-off-by: Chaitanya Hazarey c...@24.io --- drivers/staging/rtl8192u/r8192U_wx.c | 130 +-- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git

Re: Resume from suspend broken in 3.15. (bisected)

2014-05-29 Thread Alex Deucher
On Thu, May 29, 2014 at 2:03 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Wed, May 28, 2014 at 08:26:53PM -0400, Alex Deucher wrote: On Wed, May 28, 2014 at 7:49 PM, Ken Moffat zarniwh...@ntlworld.com wrote: On Wed, May 28, 2014 at 06:25:21PM +0100, Ken Moffat wrote: Hi Daniel,

[PATCH] perf/x86/uncore: Remove unnecessary assignment to box in uncore_pci_remove(...)

2014-05-29 Thread Giedrius Rekasius
Local variable box gets assigned correct value when it is initialized. There is no need to assign the same value again. Variable declarations were reshuffled for better readability. Signed-off-by: Giedrius Rekasius giedrius.rekas...@gmail.com --- Original patch was amended for better readability

Re: BUG at mm/memory.c:1489!

2014-05-29 Thread Hugh Dickins
On Thu, 29 May 2014, Naoya Horiguchi wrote: On Wed, May 28, 2014 at 05:33:11PM -0700, Hugh Dickins wrote: On Wed, 28 May 2014, Michael Ellerman wrote: Hey folks, Anyone seen this before? Trinity hit it just now: Linux Blade312-5 3.15.0-rc7 #306 SMP Wed May 28 17:51:18 EST 2014

Re: [PATCH] of: treat PCI config space as IORESOURCE_MEM type

2014-05-29 Thread Kumar Gala
On May 29, 2014, at 3:44 PM, Rob Herring robherri...@gmail.com wrote: On Thu, May 29, 2014 at 11:03 AM, Kumar Gala ga...@codeaurora.org wrote: If we have a PCI config space specified in something like a ranges property we should treat it as memory type resource. Config space should not be

Re: [RFC] rtmutex: Do not boost fair tasks each other

2014-05-29 Thread Kirill Tkhai
В Ср, 28/05/2014 в 22:26 +0200, Thomas Gleixner пишет: On Mon, 5 May 2014, Kirill Tkhai wrote: В Сб, 03/05/2014 в 20:54 +0200, Thomas Gleixner пишет: Though exercising that code path as much as we can is not a bad thing either. So I'd like to see that made compile time conditional on one

Re: [PATCH V2] staging: dgap: implement proper error handling in dgap_firmware_load()

2014-05-29 Thread Greg KH
On Thu, May 29, 2014 at 09:40:39AM +0300, Dan Carpenter wrote: On Thu, May 29, 2014 at 09:17:09AM +0900, DaeSeok Youn wrote: Hi, Dan. 2014-05-28 19:11 GMT+09:00 Dan Carpenter dan.carpen...@oracle.com: On Wed, May 28, 2014 at 06:29:38PM +0900, DaeSeok Youn wrote: In your patch it

Re: Resume from suspend broken in 3.15. (bisected)

2014-05-29 Thread Daniel Vetter
On Thu, May 29, 2014 at 10:47 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, May 29, 2014 at 2:03 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Wed, May 28, 2014 at 08:26:53PM -0400, Alex Deucher wrote: On Wed, May 28, 2014 at 7:49 PM, Ken Moffat zarniwh...@ntlworld.com wrote:

Re: [PATCH 1/2] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace

2014-05-29 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, May 29, 2014 at 01:43:01PM -0700, Chaitanya Hazarey wrote: I have 1/5 through to 5/5. Will resend rightaway with slightly changed subjects. What does that have to do with patch 2/2 here?

[PATCH 0/2] block,scsi: fixup blk_get_request dead queue scenarios

2014-05-29 Thread Joe Lawrence
Hello Jens, This bug was originally reported against 3.10 and still exists in 3.15-rc5 [1] [2]. These changes were tested on-top of 3.15-rc5 with user-program that opens a CD device, its media is removed, and then the program issues a CDROMEJECT ioctl. Without this change, the kernel can

[PATCH 1/2] block,scsi: verify return pointer from blk_get_request

2014-05-29 Thread Joe Lawrence
The blk-core dead queue checks introduce an error scenario to blk_get_request that returns NULL if the request queue has been shutdown. This affects the behavior for __GFP_WAIT callers, who should verify the return value before dereferencing. Signed-off-by: Joe Lawrence joe.lawre...@stratus.com

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