Re: [PATCH 1/1] NVMe: Do not take nsid while a passthrough IO command is being issued via a block device file descriptor

2015-01-22 Thread Christoph Hellwig
On Thu, Jan 22, 2015 at 04:02:08PM -0800, Yan Liu wrote: > When a passthrough IO command is issued with a specific block device file > descriptor. It should be applied at > the namespace which is associated with that block device file descriptor. > This patch makes such passthrough > command

RE: [PATCH v9 0/7] devfreq: Add devfreq-event class to provide raw data for devfreq device

2015-01-22 Thread Kukjin Kim
Chanwoo Choi wrote: > Hi, > This patchset add new devfreq_event class to provide raw data to determine > current utilization of device which is used for devfreq governor. > Yes, would be nice to use common framework something like the devfreq_event you created :) > The following description

Re: [PATCH v4] thermal: rockchip: make temperature reporting much more accurate

2015-01-22 Thread Daniel Kurtz
On Fri, Jan 23, 2015 at 12:01 AM, Caesar Wang wrote: > In general, the kernel should report temperature readings exactly as > reported by the hardware. The cpu / gpu thermal driver works in 5 degree > increments,but we ought to do more accurate. The temperature will do > linear interpolation

[PATCH] mm: incorporate read-only pages into transparent huge pages

2015-01-22 Thread Ebru Akagunduz
This patch aims to improve THP collapse rates, by allowing THP collapse in the presence of read-only ptes, like those left in place by do_swap_page after a read fault. Currently THP can collapse 4kB pages into a THP when there are up to khugepaged_max_ptes_none pte_none ptes in a 2MB range. This

[PATCH] ipv6: Provide definitions for GNU libc 2.8 and later

2015-01-22 Thread Thierry Reding
issues. One example where such failure to build can be observed is dhcpcd 6.6.7. Signed-off-by: Thierry Reding --- This is based on next-20150122. include/uapi/linux/libc-compat.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux

Re: [PATCH v3 01/12] clk: samsung: exynos5433: Add clocks using common clock framework

2015-01-22 Thread Chanwoo Choi
Hi Sylwester, On 01/23/2015 01:47 AM, Sylwester Nawrocki wrote: > Hi Chanwoo, > > On 21/01/15 07:26, Chanwoo Choi wrote: >> This patch adds the support for CMU (Clock Management Units) of Exynos5433 >> which is 64bit SoC and has Octa-cores. This patch supports necessary clocks >>

Re: [PATCH 6/6] Documentation: Add device tree bindings document for max77843

2015-01-22 Thread Beomho Seo
On 01/23/2015 03:25 PM, Chanwoo Choi wrote: > Hi Jaewon, > > On 01/23/2015 02:02 PM, Jaewon Kim wrote: >> Add document describing device tree bindings for max77843 MFD. >> Drivers: MFD core, regulator, extcon, charger and fuelgauge. >> >> Cc: Rob Herring >> Cc: Pawel Moll >> Cc: Mark Rutland

Re: [PATCH] clk: ux500: Drop use of clk-private.h

2015-01-22 Thread Ulf Hansson
On 22 January 2015 at 20:34, Stephen Boyd wrote: > These drivers don't need to include clk-private.h. Remove the > include. > > Cc: Ulf Hansson > Cc: Linus Walleij > Signed-off-by: Stephen Boyd Acked-by: Ulf Hansson I suppose you can queue this through your clk tree directly? Kind regards

[RFC] dma-buf: cleanup dma_buf_export() to make it easily extensible

2015-01-22 Thread Sumit Semwal
At present, dma_buf_export() takes a series of parameters, which makes it difficult to add any new parameters for exporters, if required. Make it simpler by moving all these parameters into a struct, and pass the struct * as parameter to dma_buf_export(). While at it, unite

Re: [PATCH 3/6] power: max77843_charger: Add Max77843 charger device driver

2015-01-22 Thread Beomho Seo
Thank you for review. On 01/23/2015 04:04 PM, Krzysztof Kozłowski wrote: > 2015-01-23 6:02 GMT+01:00 Jaewon Kim : >> From: Beomho Seo >> >> This patch adds device driver of max77843 charger. This driver provide >> initialize each charging mode(e.g. fast charge, top-off mode and constant >>

Re: [PATCH 0/5] extcon: usb: Introduce USB GPIO extcon driver. Fix DRA7 USB.

2015-01-22 Thread Roger Quadros
Felipe, On 22/01/15 22:29, Felipe Balbi wrote: > On Thu, Jan 22, 2015 at 04:57:56PM +0200, Roger Quadros wrote: >> >> On 22/01/15 15:32, Roger Quadros wrote: >>> Felipe, >>> >>> On 20/01/15 21:02, Felipe Balbi wrote: On Mon, Jan 19, 2015 at 07:52:17PM +0200, Roger Quadros wrote: > Hi,

Re: [PATCH 5/6] regulator: max77843: Add max77843 regulator driver

2015-01-22 Thread Jaewon Kim
Hi Krzysztof, 2015년 01월 23일 16:18에 Krzysztof Kozłowski 이(가) 쓴 글: 2015-01-23 6:02 GMT+01:00 Jaewon Kim : This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown

[PATCH v2] staging: rts5208: use msecs_to_jiffies for timeouts

2015-01-22 Thread Nicholas Mc Guire
solution and handles corner cases correctly. This patch was only compile tested with x86_64_defconfig + CONFIG_STAGING=y, CONFIG_RTS5208=m Patch is against 3.19.0-rc5 -next-20150122 drivers/staging/rts5208/rtsx_transport.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff

Re: [PATCH v6 2/2] tty/serial: Add Spreadtrum sc9836-uart driver support

2015-01-22 Thread Lyra Zhang
Hi, Peter Many thanks to you for reviewing so carefully and giving us so many suggestions and so clear explanations. I'll address all of your comments and send an updated patch soon. On Fri, Jan 23, 2015 at 11:57 AM, Peter Hurley wrote: > Hi Chunyan, > > On 01/22/2015 08:35 AM, Chunyan Zhang

Re: [PATCH 5/6] regulator: max77843: Add max77843 regulator driver

2015-01-22 Thread Krzysztof Kozłowski
2015-01-23 6:02 GMT+01:00 Jaewon Kim : > This patch adds new regulator driver to support max77843 > MFD(Multi Function Device) chip`s regulators. > The Max77843 has two voltage regulators for USB safeout. > > Cc: Mark Brown > Signed-off-by: Beomho Seo > Signed-off-by: Jaewon Kim > --- >

Re: [PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-22 Thread Jaewon Kim
Hi Krzysztof, 2015년 01월 23일 15:38에 Krzysztof Kozłowski 이(가) 쓴 글: 2015-01-23 6:02 GMT+01:00 Jaewon Kim : This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Cc: Chanwoo Choi

Re: [E1000-devel] [PATCH 1/2] if_link: Add VF multicast promiscuous mode control

2015-01-22 Thread Alexander Duyck
On 01/22/2015 04:32 PM, Hiroshi Shimamoto wrote: >> Subject: RE: [E1000-devel] [PATCH 1/2] if_link: Add VF multicast promiscuous >> mode control >>> "Skidmore, Donald C" writes: >>> My hang up is more related to: without the nob to enable it (off by default) we are letting one VF

Re: [PATCH 1/3] IPVS: add wlib & wlip schedulers

2015-01-22 Thread Julian Anastasov
Hello, On Tue, 20 Jan 2015, Chris Caputo wrote: > My application consists of incoming TCP streams being load balanced to > servers which receive the feeds. These are long lived multi-gigabyte > streams, and so I believe the estimator's 2-second timer is fine. As an > example: > > #

Re: [PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Krzysztof Kozlowski
On pią, 2015-01-23 at 15:41 +0900, Beomho Seo wrote: > On 01/23/2015 03:32 PM, Krzysztof Kozlowski wrote: > > 2015-01-23 6:02 GMT+01:00 Jaewon Kim : > >> This patch adds MAX77843 core/irq driver to support PMIC, > >> MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, > >> LED and Haptic

linux-next: Tree for Jan 23

2015-01-22 Thread Stephen Rothwell
Hi all, There will be no linux-next release on Monday (next-20150126). Changes since 20150122: Added tree: kvms390 Removed tree: documentation (at maintainers request) The vfs tree gained a conflict against Linus' tree. The akpm tree lost a patch that turned up elsewhere. Non-merge

Re: [PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Krzysztof Kozlowski
On pią, 2015-01-23 at 15:55 +0900, Jaewon Kim wrote: > Hi Krzysztof, > > 2015년 01월 23일 15:32에 Krzysztof Kozlowski 이(가) 쓴 글: > > 2015-01-23 6:02 GMT+01:00 Jaewon Kim : > >> This patch adds MAX77843 core/irq driver to support PMIC, > >> MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, >

Re: [PATCH 3/6] power: max77843_charger: Add Max77843 charger device driver

2015-01-22 Thread Krzysztof Kozłowski
2015-01-23 6:02 GMT+01:00 Jaewon Kim : > From: Beomho Seo > > This patch adds device driver of max77843 charger. This driver provide > initialize each charging mode(e.g. fast charge, top-off mode and constant > charging mode so on.). Additionally, control charging paramters to use > i2c

Re: [PATCH] mm/slub: suppress BUG messages for kmem_cache_alloc/kmem_cache_free

2015-01-22 Thread Andrey Skvortsov
On Thu, Jan 22, 2015 at 03:19:18PM -0800, David Rientjes wrote: > On Thu, 22 Jan 2015, Andrey Skvortsov wrote: > > > diff --git a/mm/slub.c b/mm/slub.c > > index ceee1d7..6bcd031 100644 > > --- a/mm/slub.c > > +++ b/mm/slub.c > > @@ -2404,7 +2404,7 @@ redo: > > */ > > do { > >

Re: [alsa-devel] [PATCH v4 3/3] ARM: dts: Add sound nodes for exynos4412-trats2

2015-01-22 Thread Inha Song
Hi Kukjin, Sorry, I missed to adding in Cc. Best Regards, Inha Song. On Fri, 23 Jan 2015 14:03:30 +0900 Inha Song wrote: > This patch add WM1811 audio codec, I2S interface and the sound > machine nodes to enable audio on exynos4412-trats2 board. > > Signed-off-by: Inha Song > --- >

Re: rcu, sched: WARNING: CPU: 30 PID: 23771 at kernel/rcu/tree_plugin.h:337 rcu_read_unlock_special+0x369/0x550()

2015-01-22 Thread Paul E. McKenney
On Thu, Jan 22, 2015 at 11:05:45PM -0500, Sasha Levin wrote: > On 01/22/2015 11:02 PM, Sasha Levin wrote: > > On 01/22/2015 10:51 PM, Paul E. McKenney wrote: > >> On Thu, Jan 22, 2015 at 10:29:01PM -0500, Sasha Levin wrote: > On 01/21/2015 07:43 PM, Paul E. McKenney wrote: > >> On Wed,

RE: [PATCH RESEND 0/2] Add regulator-haptic device tree

2015-01-22 Thread Kukjin Kim
Jaewon Kim wrote: > > This patch series adds regulator-haptic device tree in rinato and monk boards. > > The regulator-haptic has haptic motor and it is controlled by > voltage of regulator via force feedback framework. > > regualtor-haptic driver merged at linux-next > ref :

Re: [PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Jaewon Kim
Hi Krzysztof, 2015년 01월 23일 15:32에 Krzysztof Kozlowski 이(가) 쓴 글: 2015-01-23 6:02 GMT+01:00 Jaewon Kim : This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones Signed-off-by: Beomho Seo

Re: [Resend Patch v4 14/16] smp, s390: Kill SMP single function call interrupt

2015-01-22 Thread Heiko Carstens
On Fri, Jan 23, 2015 at 01:36:53PM +0800, Jiang Liu wrote: > Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic > similar to smp_call_function_single()" has unified the way to handle > single and multiple cross-CPU function calls. Now only one interrupt > is needed for

RE: [PATCH 1/2] clk: exynos5420: Add IDs for clocks used in DISP1 power domain

2015-01-22 Thread Kukjin Kim
Javier Martinez Canillas wrote: > > Hello, > Hi, > On 01/20/2015 06:54 PM, Mike Turquette wrote: > > Quoting Sylwester Nawrocki (2015-01-20 06:04:00) > >> Hi, > >> > >> On 20/01/15 11:35, Javier Martinez Canillas wrote: > >> > When a power domain is powered off on Exynos5420 SoC, the input

Re: [PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Chanwoo Choi
Hi Jaewon, On 01/23/2015 02:02 PM, Jaewon Kim wrote: > This patch adds MAX77843 core/irq driver to support PMIC, > MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, > LED and Haptic device. > > Cc: Lee Jones > Signed-off-by: Beomho Seo > Signed-off-by: Jaewon Kim > --- >

Re: [PATCH 1/4] pinctrl: Broadcom Cygnus pinctrl device tree binding

2015-01-22 Thread Ray Jui
On 1/22/2015 6:14 PM, Ray Jui wrote: > > > On 1/13/2015 12:20 AM, Linus Walleij wrote: >> On Fri, Jan 9, 2015 at 7:26 PM, Ray Jui wrote: >>> On 1/9/2015 2:12 AM, Linus Walleij wrote: >> Just use "groups" and "function" and refer to

Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-22 Thread Octavian Purdila
On Fri, Jan 23, 2015 at 12:09 AM, Rafael J. Wysocki wrote: > On Thursday, January 22, 2015 12:13:13 PM Octavian Purdila wrote: >> On Thu, Jan 22, 2015 at 4:00 AM, Rafael J. Wysocki >> wrote: >> The idea here is to set the companion for the MFD sub-devices. Mika's >> commit "mfd: Add ACPI

[PATCH -tip/urgent 2/2] [BUGFIX]kprobes: makes kprobes/enabled works correctly for optimized kprobes.

2015-01-22 Thread Masami Hiramatsu
From: Wang Nan debugfs/kprobes/enabled doesn't work correctly on optimized kprobes. Masami Hiramatsu has a test report on x86_64 platform: https://lkml.org/lkml/2015/1/19/274 This patch forces it to unoptimize kprobe if kprobes_all_disarmed is set. It also checks the flag in unregistering path

[PATCH -tip/urgent 0/2]kprobes bugfixes around optprobe

2015-01-22 Thread Masami Hiramatsu
Hi Ingo, Here are two patches for fixing bugs in kprobes, related to optprobe and enable/disable kprobe knob. These are reported and fixed by Wang Nan. https://lkml.org/lkml/2015/1/5/270 https://lkml.org/lkml/2015/1/19/680 Thank you, --- Wang Nan (2): [BUGFIX]kprobes: set

[PATCH -tip/urgent 1/2] [BUGFIX]kprobes: set kprobes_all_disarmed earlier to enable re-optimization.

2015-01-22 Thread Masami Hiramatsu
From: Wang Nan In original code, the probed instruction doesn't get optimized after echo 0 > /sys/kernel/debug/kprobes/enabled echo 1 > /sys/kernel/debug/kprobes/enabled This is because original code checks kprobes_all_disarmed in optimize_kprobe(), but this flag is turned off after calling

RE: [alsa-devel] [PATCH v3 3/4] ARM: dts: set clock out parent to XUSBXTI

2015-01-22 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > On 22/01/15 12:18, Inha Song wrote: > > This patch set clock out parent to XUSBXTI. > > > > Signed-off-by: Inha Song > > --- > > arch/arm/boot/dts/exynos4.dtsi | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/boot/dts/exynos4.dtsi

Re: [PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Beomho Seo
On 01/23/2015 03:32 PM, Krzysztof Kozlowski wrote: > 2015-01-23 6:02 GMT+01:00 Jaewon Kim : >> This patch adds MAX77843 core/irq driver to support PMIC, >> MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, >> LED and Haptic device. >> >> Cc: Lee Jones >> Signed-off-by: Beomho Seo >>

Re: [PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-22 Thread Krzysztof Kozłowski
2015-01-23 6:02 GMT+01:00 Jaewon Kim : > This patch adds MAX77843 extcon driver to support for MUIC(Micro > USB Interface Controller) device by using EXTCON subsystem to handle > various external connectors. > > Cc: Chanwoo Choi > Signed-off-by: Jaewon Kim > --- > drivers/extcon/Kconfig

RE: [PATCH v3] ARM: dts: exynos5422-odroidxu3: add on-board INA231 sensors

2015-01-22 Thread Kukjin Kim
Kevin Hilman wrote: > > From: Kevin Hilman > > The odroid-xu3 has 4 INA231 current sensors on board which can be > accessed from the Linux via the hwmon interface. > > There is one sensor for each of these power rails: > > - A15 cluster: VDD_ARM > - A7 cluster: VDD_KFC > - GPU: VDD_G3D > -

Re: [PATCH 2/3] mm: cma: allocation trigger

2015-01-22 Thread Joonsoo Kim
On Thu, Jan 22, 2015 at 09:48:25PM -0500, Sasha Levin wrote: > On 01/22/2015 03:26 AM, Joonsoo Kim wrote: > > On Tue, Jan 20, 2015 at 12:38:32PM -0500, Sasha Levin wrote: > >> Provides a userspace interface to trigger a CMA allocation. > >> > >> Usage: > >> > >>echo [pages] > alloc > >> > >>

Re: [PATCH 2/3] mm: cma: introduce /proc/cmainfo

2015-01-22 Thread Joonsoo Kim
On Thu, Jan 22, 2015 at 06:35:53PM +0300, Stefan Strogin wrote: > Hello Joonsoo, > > On 30/12/14 07:38, Joonsoo Kim wrote: > > On Fri, Dec 26, 2014 at 05:39:03PM +0300, Stefan I. Strogin wrote: > >> /proc/cmainfo contains a list of currently allocated CMA buffers for every > >> CMA area when

Re: [PATCH 0/3] mm: cma: /proc/cmainfo

2015-01-22 Thread Joonsoo Kim
On Wed, Jan 21, 2015 at 04:52:36PM +0300, Stefan Strogin wrote: > Sorry for such a long delay. Now I'll try to answer all the questions > and make a second version. > > The original reason of why we need a new debugging tool for CMA is > written by Minchan

Re: [PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Krzysztof Kozlowski
2015-01-23 6:02 GMT+01:00 Jaewon Kim : > This patch adds MAX77843 core/irq driver to support PMIC, > MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, > LED and Haptic device. > > Cc: Lee Jones > Signed-off-by: Beomho Seo > Signed-off-by: Jaewon Kim > --- > drivers/mfd/Kconfig

[PATCH v10 6/6] devicetree: i2c: Add SKY81452 to the Trivial Devices list

2015-01-22 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo --- Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Nothing Changes v6: Nothing Changes v5: Nothing Changes v4: Nothing Changes v3: Nothing Changes v2: Add SKY81452 to the Trivial Devices list

[PATCH v10 2/6] backlight: Add support Skyworks SKY81452 backlight driver

2015-01-22 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Jingoo Han Acked-by: Bryan Wu --- Changes v10: Removed trivial get_brightness implementations Changes v9: Nothing Changes v8: Renamed property names for backlight with vendor prefix Modified gpio-enable property to generic property for

[PATCH v10 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc.

2015-01-22 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Nothing Changes v6: Nothing Changes v5: Nothing Changes v4: Nothing Changes v3: Nothing Changes v2: Added vendor prefix for Skyworks Solutions,

[PATCH v10 3/6] devicetree: Add new SKY81452 mfd binding

2015-01-22 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v10: Nothing Changes v9: Nothing Changes v8: Made up the example for backlight DT Changes v7: Nothing Changes v6: Nothing Changes v5: Changed DT for regulator : 'lout' node should be defined under 'regulator'

[PATCH v10 1/6] mfd: Add support for Skyworks SKY81452 driver

2015-01-22 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Modified licensing text to GPLv2 Changes v6: Added new line character at the end of line of dev_err() Changes v5: Move sky81452-backlight.h to

[PATCH v10 0/6] Add Skyworks SKY81452 device drivers

2015-01-22 Thread gyungoh
From: Gyungoh Yoo This patch set includes regulator and backlight driver for SKY81452. Also it includes documents for device tree and module. sky81452-regulator was already applied. So this series doesn't include it. v10: Removed trivial get_brightness implementations for sky81452-backlight

[PATCH v10 4/6] devicetree: Add new SKY81452 backlight binding

2015-01-22 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Bryan Wu --- Changes v10: Nothing Changes v9: Nothing Changes v8: Renamed property names for backlight with vendor prefix Modified gpio-enable property to generic property for GPIO Made up the example for backlight DT Changes v7:

Re: [PATCH 01/13] kdbus: add documentation

2015-01-22 Thread Ahmed S. Darwish
On Fri, Jan 16, 2015 at 11:16:05AM -0800, Greg Kroah-Hartman wrote: > From: Daniel Mack > > kdbus is a system for low-latency, low-overhead, easy to use > interprocess communication (IPC). > > The interface to all functions in this driver is implemented via ioctls > on files exposed through a

Re: [PATCH 6/6] Documentation: Add device tree bindings document for max77843

2015-01-22 Thread Chanwoo Choi
Hi Jaewon, On 01/23/2015 02:02 PM, Jaewon Kim wrote: > Add document describing device tree bindings for max77843 MFD. > Drivers: MFD core, regulator, extcon, charger and fuelgauge. > > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Lee Jones >

Re: [PATCH RFC 5/6] epoll: Add implementation for epoll_mod_wait

2015-01-22 Thread Fam Zheng
On Thu, 01/22 13:12, Andy Lutomirski wrote: > On Wed, Jan 21, 2015 at 3:50 AM, Paolo Bonzini wrote: > > > > > > On 21/01/2015 12:14, Fam Zheng wrote: > >> > My take for simplicity will be leaving epoll_ctl as-is, and my take for > >> > performance will be epoll_pwait1. And I don't really like

Re: [PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-22 Thread Chanwoo Choi
Hi Jaewon, On 01/23/2015 02:02 PM, Jaewon Kim wrote: > This patch adds MAX77843 extcon driver to support for MUIC(Micro Add company name (MAX77843 -> Maxim MAX77843) > USB Interface Controller) device by using EXTCON subsystem to handle > various external connectors. > > Cc: Chanwoo Choi >

RE: [f2fs-dev][RFC PATCH 06/10] f2fs: add core functions for rb-tree extent cache

2015-01-22 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Friday, January 23, 2015 9:48 AM > To: Chao Yu > Cc: Changman Lee; linux-f2fs-de...@lists.sourceforge.net; > linux-kernel@vger.kernel.org > Subject: Re: [f2fs-dev][RFC PATCH 06/10] f2fs: add core

RE: [RFC PATCH 0/2 shit_A shit_B] workqueue: fix wq_numa bug

2015-01-22 Thread Izumi, Taku
> This patches are un-changloged, un-compiled, un-booted, un-tested, > they are just shits, I even hope them un-sent or blocked. > > The patches include two -solutions-: > > Shit_A: > workqueue: reset pool->node and unhash the pool when the node is > offline > update wq_numa when

Re: [PATCH v6 1/7] perf: provide sysfs_show for struct perf_pmu_events_attr

2015-01-22 Thread Sukadev Bhattiprolu
Jiri, Arnaldo, Can you please review/ack this and the next (i.e patches 1 and 2) of this set ? Since other patches in this set depend on these two, it maybe easier to have them all go through the ppc tree ? Thanks, Sukadev Sukadev Bhattiprolu [suka...@linux.vnet.ibm.com] wrote: | From: Cody P

Re: [PATCH v5 2/5] can: kvaser_usb: Consolidate and unify state change handling

2015-01-22 Thread Ahmed S. Darwish
On Wed, Jan 21, 2015 at 05:13:45PM +0100, Wolfgang Grandegger wrote: > On Wed, 21 Jan 2015 10:36:47 -0500, "Ahmed S. Darwish" > wrote: > > On Wed, Jan 21, 2015 at 03:00:15PM +, Andri Yngvason wrote: > >> Quoting Ahmed S. Darwish (2015-01-21 14:43:23) > >> > Hi! > > > > ... > > > >> > <--

Re: [PATCH] selftests/exec: Check if the syscall exists and bail if not

2015-01-22 Thread Michael Ellerman
On Wed, 2015-01-21 at 10:22 +, David Drysdale wrote: > On Wed, Jan 21, 2015 at 7:41 AM, Michael Ellerman wrote: > > On systems which don't implement sys_execveat(), this test produces a > > lot of output. > > > > Add a check at the beginning to see if the syscall is present, and if > > not

[PATCH 1/2] zram: free meta out of init_lock

2015-01-22 Thread Minchan Kim
We don't need to call zram_meta_free, zcomp_destroy and zs_free under init_lock. What we need to prevent race with init_lock in reset is setting NULL into zram->meta (ie, init_done). This patch does it. Signed-off-by: Minchan Kim --- drivers/block/zram/zram_drv.c | 28

[PATCH 2/2] zram: protect zram->stat race with init_lock

2015-01-22 Thread Minchan Kim
The zram->stat handling should be procted by init_lock. Otherwise, user could see stale value from the stat. Signed-off-by: Minchan Kim --- I don't think it's stable material. The race is rare in real practice and this stale stat value read is not a critical. drivers/block/zram/zram_drv.c |

Re: weird and wrong directory entries

2015-01-22 Thread Sergey Senozhatsky
On (01/23/15 12:57), Sergey Senozhatsky wrote: > > Am 23.01.2015 um 03:06 schrieb Sergey Senozhatsky: > > > On (01/23/15 01:30), Al Viro wrote: > > >> On Fri, Jan 23, 2015 at 09:42:21AM +0900, Sergey Senozhatsky wrote: > > >>> Hello gents, > > >>> > > >>> I observe this sick behaviour for the past

Re: [RFC][PATCH] procfs: Always expose /proc//map_files/ and make it readable

2015-01-22 Thread Calvin Owens
On Thursday 01/22 at 23:27 +0200, Kirill A. Shutemov wrote: > On Thu, Jan 22, 2015 at 01:00:25PM -0800, Calvin Owens wrote: > > On Thursday 01/22 at 13:02 +0200, Kirill A. Shutemov wrote: > > > On Wed, Jan 21, 2015 at 06:45:54PM -0800, Calvin Owens wrote: > > > > Currently, /proc//map_files/ is

[Resend Patch v4 16/16] smp, trivial: Remove unused function prototype from smp_boot.h

2015-01-22 Thread Jiang Liu
Function smpboot_thread_schedule() is neither used nor defined, so kill it. Signed-off-by: Jiang Liu --- include/linux/smpboot.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/smpboot.h b/include/linux/smpboot.h index 13e929679550..d600afb21926 100644 ---

[Resend Patch v4 15/16] smp: Cleanup unsued generic_smp_call_function_single_interrupt()

2015-01-22 Thread Jiang Liu
Now we have killed all usage of generic_smp_call_function_single_interrupt() from arch code, so kill it. Signed-off-by: Jiang Liu --- include/linux/smp.h |4 +--- kernel/smp.c|4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/include/linux/smp.h

[Resend Patch v4 11/16] smp, x86, xen: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 14/16] smp, s390: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 12/16] smp, x86: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 13/16] smp, tile: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 08/16] smp, sh: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 10/16] smp, sparc: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 07/16] smp, mn10300: Enable arch_send_call_function_ipi_mask()

2015-01-22 Thread Jiang Liu
Enable arch_send_call_function_ipi_mask() on mn10300 to support smp_call_function_many(). Cc: Koichi Yasutake Cc: linux-am33-l...@redhat.com Signed-off-by: Jiang Liu --- arch/mn10300/kernel/smp.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/mn10300/kernel/smp.c

[Resend Patch v4 09/16] smp, sparc64: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 05/16] smp, m32r: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 03/16] smp, ARM64: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 04/16] smp, IA64: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 06/16] smp, mn10300: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Rename CALL_FUNC_SINGLE_IPI as CALL_FUNC_IPI to prepare for killing generic_smp_call_function_single_interrupt(). Cc: Koichi Yasutake Cc: linux-am33-l...@redhat.com Signed-off-by: Jiang Liu --- arch/mn10300/include/asm/smp.h |2 +- arch/mn10300/kernel/smp.c | 16 2

[Resend Patch v4 02/16] smp, ARM: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 01/16] smp, alpha: Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces,

[Resend Patch v4 00/16] Kill SMP single function call interrupt

2015-01-22 Thread Jiang Liu
This patch set has been hanging around for more than one year since v3. Resend for collecting more Acks targetting v3.20 merging window. Patches for ARC, Hexagon, Metag, MIPS and PARISC has been merged. Gained Acks for Tile, Xen, ARM64 and S390. Since commit 9a46ad6d6df3b54 "smp: make

Re: [PATCH v2 0/5] Overhaul the audit filename handling

2015-01-22 Thread Al Viro
On Thu, Jan 22, 2015 at 09:40:01PM +, Al Viro wrote: > On Thu, Jan 22, 2015 at 09:29:03PM +, Al Viro wrote: > > On Thu, Jan 22, 2015 at 04:25:13PM -0500, Paul Moore wrote: > > > > > Your experimental branch looks good to me, thanks. > > > > Pushed into for-next; I'm probably going to

Re: [PATCH] mm, vmacache: Add kconfig VMACACHE_SHIFT

2015-01-22 Thread WANG Chao
On 01/22/15 at 11:22am, Rik van Riel wrote: > On 01/22/2015 11:19 AM, Davidlohr Bueso wrote: > > On Thu, 2015-01-22 at 15:57 +0800, WANG Chao wrote: > >> Hi, Davidlohr > >> > >> On 01/21/15 at 11:46pm, Davidlohr Bueso wrote: > >>> On Thu, 2015-01-22 at 14:29 +0800, WANG Chao wrote: > Add a

mmotm 2015-01-22-15-04: qemu failure due to 'mm: memcontrol: remove unnecessary soft limit tree node test'

2015-01-22 Thread Guenter Roeck
On Thu, Jan 22, 2015 at 03:05:17PM -0800, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2015-01-22-15-04 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > qemu test for ppc64 fails with Unable to handle kernel paging request for data at address 0xaf50

[PATCH 0/6] Add new MFD driver for MAX77843

2015-01-22 Thread Jaewon Kim
This patch series adds MAX77843(Multi Function Device) driver. The MAX77843 includes MUIC(Micro USB Interface Circuit), Li+ Charger with Fuel Gauge and 2 safeout LDOs for USB device. It is interfaced to host controller using I2C. Beomho Seo (2): power: max77843_charger: Add Max77843 charger

[PATCH 5/6] regulator: max77843: Add max77843 regulator driver

2015-01-22 Thread Jaewon Kim
This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by: Beomho Seo Signed-off-by: Jaewon Kim --- drivers/regulator/Kconfig|8 ++

[PATCH 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-01-22 Thread Jaewon Kim
This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones Signed-off-by: Beomho Seo Signed-off-by: Jaewon Kim --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

mmotm 2015-01-22-15-04: qemu failures due to 'mm: account pmd page tables to the process'

2015-01-22 Thread Guenter Roeck
On Thu, Jan 22, 2015 at 03:05:17PM -0800, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2015-01-22-15-04 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > qemu:sh fails to shut down. bisect log: # bad: [03586ad04b2170ee816e6936981cc7cd2aeba129] pci: test for

[PATCH 4/6] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-01-22 Thread Jaewon Kim
From: Beomho Seo This patch adds device driver of max77843 fuel gauge. The driver support for battery fuel gauge in Maxim Max77843. It is fuel-gauge systems for lithuum-ion batteries in handled and portable devices. Cc: Sebastian Reichel Signed-off-by: Beomho Seo --- drivers/power/Kconfig

[alsa-devel] [PATCH v4 0/3] Sound support for Exynos4412 Trats2 board

2015-01-22 Thread Inha Song
This patch-set adds basic sound support for the Trats2 boards. It just support primary I2s and external speaker playback. Changes in v4: - Move to clock out parent settings in exynos4412-trats2.dts - Remove unnecessary lines in Trats2 machine driver. - Change name of dai stream to more

[alsa-devel] [PATCH v4 1/3] ASoC: samsung: Add machine driver for Trats2

2015-01-22 Thread Inha Song
This patch add the sound machine driver for Trats2 board. The codec operate in master mode. Signed-off-by: Inha Song --- sound/soc/samsung/Kconfig | 9 ++ sound/soc/samsung/Makefile| 2 + sound/soc/samsung/trats2_wm1811.c | 211 ++ 3 files

[alsa-devel] [PATCH v4 3/3] ARM: dts: Add sound nodes for exynos4412-trats2

2015-01-22 Thread Inha Song
This patch add WM1811 audio codec, I2S interface and the sound machine nodes to enable audio on exynos4412-trats2 board. Signed-off-by: Inha Song --- arch/arm/boot/dts/exynos4412-trats2.dts | 42 + 1 file changed, 42 insertions(+) diff --git

[alsa-devel] [PATCH v4 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings

2015-01-22 Thread Inha Song
This patch add Trats2 audio subsystem bindings document. Signed-off-by: Inha Song --- .../bindings/sound/samsung,trats2-wm1811.txt | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/samsung,trats2-wm1811.txt diff

[PATCH 6/6] Documentation: Add device tree bindings document for max77843

2015-01-22 Thread Jaewon Kim
Add document describing device tree bindings for max77843 MFD. Drivers: MFD core, regulator, extcon, charger and fuelgauge. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Lee Jones Cc: Chanwoo Choi Cc: Sebastian Reichel Cc: Mark Brown Signed-off-by:

[PATCH 3/6] power: max77843_charger: Add Max77843 charger device driver

2015-01-22 Thread Jaewon Kim
From: Beomho Seo This patch adds device driver of max77843 charger. This driver provide initialize each charging mode(e.g. fast charge, top-off mode and constant charging mode so on.). Additionally, control charging paramters to use i2c interface. Cc: Sebastian Reichel Signed-off-by: Beomho

[PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-22 Thread Jaewon Kim
This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Cc: Chanwoo Choi Signed-off-by: Jaewon Kim --- drivers/extcon/Kconfig | 10 + drivers/extcon/Makefile |1 +

Re: cpuidle/powernv: Read target_residency value of idle states from DT if available

2015-01-22 Thread Michael Ellerman
On Tue, 2015-20-01 at 11:26:49 UTC, Preeti U Murthy wrote: > @@ -177,34 +178,39 @@ static int powernv_add_idle_states(void) > return nr_idle_states; > } > > - idle_state_latency = of_get_property(power_mgt, > - "ibm,cpu-idle-state-latencies-ns", NULL);

Re: [PATCH RESEND] char:ipmi: Free ipmi_recv_msg messages from the linked list,recv_msgs for the function,ipmi_release in the file,ipmi_devintf.c

2015-01-22 Thread Sasha Levin
On 01/22/2015 08:05 AM, Corey Minyard wrote: > Patch is queued for 3.20. Thanks. That patch is horribly broken. Thanks, Sasha > -corey > > On 01/19/2015 09:14 PM, Nicholas Krause wrote: >> This adds a loop through the elements in the linked list, recv_msgs using >> list_for_entry_safe in

Re: [PATCH] sched-rt: Reduce excessive task push rate by not pushing tasks with equal priority as the current task

2015-01-22 Thread Steven Rostedt
On Fri, 23 Jan 2015 05:29:30 +0100 Mike Galbraith wrote: > On Thu, 2015-01-22 at 10:53 -0800, Tim Chen wrote: > > Commit 3be209a8 tries to migrate task of equal priority as the > > running one to other cpus to balance load and eliminate any idle > > cpus. However, for system that is fully busy

Re: [PATCH RESEND] char:ipmi: Free ipmi_recv_msg messages from the linked list,recv_msgs for the function,ipmi_release in the file,ipmi_devintf.c

2015-01-22 Thread Sasha Levin
On 01/22/2015 08:05 AM, Corey Minyard wrote: > Patch is queued for 3.20. Thanks. That patch is horribly broken. Thanks, Sasha > -corey > > On 01/19/2015 09:14 PM, Nicholas Krause wrote: >> This adds a loop through the elements in the linked list, recv_msgs using >> list_for_entry_safe in

Re: [LKP] [PATCH] drm/radeon: Try to init amdkfd only if 64 bit kernel

2015-01-22 Thread Rusty Russell
Kees Cook writes: > On Sun, Jan 4, 2015 at 8:28 PM, Rusty Russell wrote: >> Oded Gabbay writes: >>> On 12/24/2014 01:01 AM, Rusty Russell wrote: Oded Gabbay writes: > I didn't say it doesn't always work. > The actual thing that doesn't work is the define symbol_get and only in a

  1   2   3   4   5   6   7   8   9   10   >