[PATCH] timer: use variable 'head' instead of 'work_list' in __run_timers()

2014-03-18 Thread Viresh Kumar
We already have a variable 'head' that points to 'work_list', and so we should use that instead wherever possible. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- kernel/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/timer.c b/kernel/timer.c index

Re: [PATCHv4 1/7] mfd: twl4030-madc: Use managed resources

2014-03-18 Thread Lee Jones
Update twl4030-madc driver to use managed resources. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko ma...@goldelico.com --- drivers/mfd/twl4030-madc.c | 15 ++- 1

Re: [PATCHv4 3/7] mfd: twl4030-madc: Cleanup driver

2014-03-18 Thread Lee Jones
Some style fixes in twl4030-madc driver. Reported-by: Jonathan Cameron ji...@kernel.org Reported-by: Lee Jones lee.jo...@linaro.org Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek

Re: [PATCHv4 4/7] mfd: twl-core: Add twl_i2c_read/write_u16

2014-03-18 Thread Lee Jones
Add a simple twl_i2c_read/write_u16 wrapper over the twl_i2c_read/write, which is similar to the twl_i2c_read/write_u8 wrapper. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko

[PATCH] [RESEND] m32r: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from arch/m32r/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- arch/m32r/kernel/time.c | 1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCHv4 2/7] mfd: twl4030-madc: Add DT support and convert to IIO framework

2014-03-18 Thread Lee Jones
This converts twl4030-madc module to use the Industrial IO ADC framework and adds device tree support. Signed-off-by: Sebastian Reichel s...@debian.org Tested-by: Marek Belisko ma...@goldelico.com Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org ---

Re: [PATCHv4 7/7] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-03-18 Thread Lee Jones
This is a driver for an A/D converter, which belongs into drivers/iio/adc. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org --- drivers/iio/adc/Kconfig | 10 ++

Re: [PATCHv4 6/7] Documentation: DT: Document twl4030-madc binding

2014-03-18 Thread Lee Jones
Add devicetree binding documentation for twl4030-madc analog digital converter. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Jonathan Cameron ji...@kernel.org --- .../devicetree/bindings/iio/adc/twl4030-madc.txt | 24 ++ 1 file changed, 24

Re: [PATCHv4 5/7] mfd: twl4030-madc: Use twl_i2c_read/write_u16 for 16 bit registers

2014-03-18 Thread Lee Jones
Simplify reading and writing of 16 bit TWL registers in the driver by using twl_i2c_read_u16 and twl_i2c_write_u16. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko

[PATCH] [RESEND] block: hd: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/block/hd.c It's a NOOP since 2.6.35 and it will be removed one day. This also removes a related comment which is obsolete too. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/block/hd.c | 12

[PATCH] [RESEND] rsxx: Remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from drivers/block/rsxx/core.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com Acked-by Philip Kelleher pjk1...@linux.vnet.ibm.com --- drivers/block/rsxx/core.c | 2 +-

Re: [PATCH] iio: cm36651: Fix i2c client leak and possible NULL pointer dereference

2014-03-18 Thread Krzysztof Kozlowski
On Mon, 2014-03-17 at 19:24 +, Jonathan Cameron wrote: On 17/03/14 08:01, Krzysztof Kozlowski wrote: Hi, On Sat, 2014-03-15 at 16:24 +, Jonathan Cameron wrote: On 06/03/14 09:33, Krzysztof Kozlowski wrote: During probe the driver allocates dummy I2C devices (i2c_new_dummy())

Re: [PATCH 2/2] timer: Make sure TIMER_FLAG_MASK bits are free in allocated base

2014-03-18 Thread Viresh Kumar
On 11 March 2014 15:56, Viresh Kumar viresh.ku...@linaro.org wrote: Hi Thomas, On 28 February 2014 18:52, Thomas Gleixner t...@linutronix.de wrote: On Fri, 28 Feb 2014, Viresh Kumar wrote: Currently we are using two lowest bit of base for internal purpose and so they both should be zero

[PATCH] [RESEND] drivers: bus: omap_l3: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/bus/omap_l3_* It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/bus/omap_l3_noc.c | 4 ++-- drivers/bus/omap_l3_smx.c | 6 ++ 2 files

Re: [PATCH] staging: unisys: use kzalloc instead of kmalloc/memset 0

2014-03-18 Thread DaeSeok Youn
2014-03-18 9:37 GMT+09:00 Greg KH gre...@linuxfoundation.org: On Tue, Mar 18, 2014 at 09:26:07AM +0900, DaeSeok Youn wrote: I think vmalloc/kmalloc in uislib_malloc() can be removed and just use vmalloc/kmalloc directly. Yes. Actually, just use kmalloc, I don't knwo why vmalloc is being

[PATCH] [RESEND] PNP: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/pnp/resource.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/pnp/resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v2] iio: cm36651: Fix i2c client leak and possible NULL pointer dereference

2014-03-18 Thread Krzysztof Kozlowski
During probe the driver allocates dummy I2C devices (i2c_new_dummy()) but they aren't unregistered during driver remove or probe failure. Additionally driver does not check the return value of i2c_new_dummy(). In case of error (i2c_new_device(): memory allocation failure or I2C address cannot be

[PATCH] [RESEND] [SCSI] NCR5380: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/NCR5380.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/NCR5380.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH RESEND -mm 01/12] memcg: flush cache creation works before memcg cache destruction

2014-03-18 Thread Vladimir Davydov
On 03/17/2014 08:07 PM, Michal Hocko wrote: On Thu 13-03-14 19:06:39, Vladimir Davydov wrote: When we get to memcg cache destruction, either from the root cache destruction path or when turning memcg offline, there still might be memcg cache creation works pending that was scheduled before we

Re: [Xen-devel] [PATCHv1] x86: don't schedule when handling #NM exception

2014-03-18 Thread Ingo Molnar
* H. Peter Anvin h...@zytor.com wrote: On 03/17/2014 10:05 AM, Jan Beulich wrote: I don't think so - while it (as we now see) disallows certain things inside the guest, back at the time when this was designed there was no sign of any sort of allocation/scheduling being done inside the

Re: [PATCH v3 4/4] ASoC: simple-card: Add DT documentation for multi-DAI links

2014-03-18 Thread Jean-Francois Moine
On Mon, 17 Mar 2014 16:43:39 + Mark Brown broo...@kernel.org wrote: On Sat, Mar 15, 2014 at 12:30:05PM +0100, Jean-Francois Moine wrote: [snip] +sound { + compatible = simple-audio-card; + simple-audio-card,name = Cubox Audio; + + simple-audio-card,cpu@0 {

[PATCH] [RESEND] [SCSI] aacraid: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of IRQF_DISABLED from code in drivers/scsi/aacraid/ It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/aacraid/rx.c | 2 +- drivers/scsi/aacraid/sa.c | 3 +--

Re: [PATCH RESEND -mm 02/12] memcg: fix race in memcg cache destruction path

2014-03-18 Thread Vladimir Davydov
On 03/17/2014 08:42 PM, Michal Hocko wrote: On Thu 13-03-14 19:06:40, Vladimir Davydov wrote: We schedule memcg cache shrink+destruction work (memcg_params::destroy) from two places: when we turn memcg offline (mem_cgroup_destroy_all_caches) and when the last page of the cache is freed

[PATCH] [RESEND] [SCSI] aha152x: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/aha152x.c It's a NOOP since 2.6.35 and it will be removed one day. Also taking the opportunity to fix checkpatch issues on the lines I modified Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com ---

[GIT PULL] mfd: Immutable branch for Sebastian Reichel's work on mfd-io driver conversion

2014-03-18 Thread Lee Jones
The following changes since commit 0414855fdc4a40da05221fc6062cccbc0c30f169: Linux 3.14-rc5 (2014-03-02 18:56:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-io-3.15 for you to fetch changes up to

Re: [GIT PULL 0/2] perf/urgent 'perf bench' fixes

2014-03-18 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@infradead.org wrote: From: Arnaldo Carvalho de Melo a...@redhat.com Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit b7b4839d93e50adccef29eccb694807cdcb8bee3: perf/x86: Fix leak in uncore_type_init failure

[PATCH] [RESEND] [SCSI] aic7xxx: remove duplicate define

2014-03-18 Thread Michael Opdenacker
Remove duplicate define in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com Acked-by: Hannes Reinecke h...@suse.de --- drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 - 1 file changed, 1 deletion(-) diff --git

Re: [GIT PULL 00/16] perf/core improvements and fixes

2014-03-18 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@infradead.org wrote: From: Arnaldo Carvalho de Melo a...@ghostprotocols.net Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 81827ed8d85e892311965dc9ec4120b2b2e745bd: perf/x86/uncore: Fix missing end markers

Re: [PATCH] [RFC] perf: Fix a race between ring_buffer_detach() and ring_buffer_wakeup()

2014-03-18 Thread Peter Zijlstra
On Mon, Mar 17, 2014 at 07:45:22PM -0700, Paul E. McKenney wrote: Yep! I will risk an ASCII diagram: 3: +gpnum+-- ... | | 2:

atomic read and increment question

2014-03-18 Thread noman pouigt
Hello, I looked through the documentation for atomic operations but couldn't find out the api for following operation: x = 1; temp = atomic_read_increment(x); so basically this will read the old value of x in temp and then increment x. so temp = 1 and x = 2. Is this api already available?

Re: [PATCH 6/8] mfd: lpc_ich: Change Avoton to iTCO v3

2014-03-18 Thread Lee Jones
The register layout of the Avoton is compatible with the iTCO v3 register layout. Signed-off-by: Peter Tyser pty...@xes-inc.com Tested-by: Rajat Jain rajatj...@juniper.net Cc: Guenter Roeck li...@roeck-us.net Cc: James Ralston james.d.rals...@intel.com Cc: Samuel Ortiz

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Lee Jones
Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) - The

[PATCH] [RESEND] [SCSI] eata: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/eata* It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/eata.c | 2 +- drivers/scsi/eata_pio.c | 4 ++-- 2 files changed, 3

[tip:perf/core] perf mem: Clarify load-latency in documentation

2014-03-18 Thread tip-bot for Andi Kleen
Commit-ID: b63940970492f5f187d546e191bc2c6831491fe3 Gitweb: http://git.kernel.org/tip/b63940970492f5f187d546e191bc2c6831491fe3 Author: Andi Kleen a...@linux.intel.com AuthorDate: Fri, 28 Feb 2014 06:02:14 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/urgent] perf bench: Fix NULL pointer dereference in perf bench all

2014-03-18 Thread tip-bot for Patrick Palka
Commit-ID: 6eeefccdcfc2cc9697562e740bfe6c35fddd4e1c Gitweb: http://git.kernel.org/tip/6eeefccdcfc2cc9697562e740bfe6c35fddd4e1c Author: Patrick Palka patr...@parcs.ath.cx AuthorDate: Wed, 12 Mar 2014 18:40:51 -0400 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14

[tip:perf/core] perf tools: Fix synthesizing mmaps for threads

2014-03-18 Thread tip-bot for Don Zickus
Commit-ID: bfd66cc71a3f831ba7c2116d79416cfb8883f6cf Gitweb: http://git.kernel.org/tip/bfd66cc71a3f831ba7c2116d79416cfb8883f6cf Author: Don Zickus dzic...@redhat.com AuthorDate: Wed, 26 Feb 2014 10:45:26 -0500 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/core] perf probe: Clarify x86 register naming for perf probe

2014-03-18 Thread tip-bot for Andi Kleen
Commit-ID: 5b4398209d646635a4d84c46a5c7193fbce1a07c Gitweb: http://git.kernel.org/tip/5b4398209d646635a4d84c46a5c7193fbce1a07c Author: Andi Kleen a...@linux.intel.com AuthorDate: Fri, 28 Feb 2014 06:02:15 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/core] perf ui/hists: Pass struct hpp to print functions

2014-03-18 Thread tip-bot for Namhyung Kim
Commit-ID: a0088adcd651b8eb1a9ca9c7e6ebe1c2c5fb6273 Gitweb: http://git.kernel.org/tip/a0088adcd651b8eb1a9ca9c7e6ebe1c2c5fb6273 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Mon, 3 Mar 2014 10:14:04 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/core] perf ui hists: Pass evsel to hpp-header/ width functions explicitly

2014-03-18 Thread tip-bot for Namhyung Kim
Commit-ID: 94a0793ddf7fa9890006a8dc203b985e7b120785 Gitweb: http://git.kernel.org/tip/94a0793ddf7fa9890006a8dc203b985e7b120785 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Mon, 10 Mar 2014 16:43:52 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[PATCH] [RESEND] [SCSI] ibmvstgt: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/ibmvscsi/ibmvstgt.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/ibmvscsi/ibmvstgt.c | 2 +- 1 file changed, 1

[tip:perf/core] perf session: Change header.misc dump from decimal to hex

2014-03-18 Thread tip-bot for Don Zickus
Commit-ID: 0ea590ae8198547d5898c72b04fa9d8f23bd0b8f Gitweb: http://git.kernel.org/tip/0ea590ae8198547d5898c72b04fa9d8f23bd0b8f Author: Don Zickus dzic...@redhat.com AuthorDate: Tue, 25 Feb 2014 22:43:46 -0500 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/core] perf symbols: Introduce thread__find_cpumode_addr_location

2014-03-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 52a3cb8cfca16db73cf825cb94325cf54da8304f Gitweb: http://git.kernel.org/tip/52a3cb8cfca16db73cf825cb94325cf54da8304f Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Tue, 11 Mar 2014 16:16:49 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

Re: [PATCH v3 2/2] net: cdc_ncm: respect operator preferred MTU reported by MBIM

2014-03-18 Thread Bjørn Mork
Ben Chan benc...@chromium.org writes: According to Universal Serial Bus Communications Class Subclass Specification for Mobile Broadband Interface Model, Revision 1.0, Errata-1 published by USB-IF, the wMTU field of the MBIM extended functional descriptor indicates the operator preferred MTU

[tip:perf/core] perf tools: Speed up thread map generation

2014-03-18 Thread tip-bot for Don Zickus
Commit-ID: 363b785f3805a2632eb09a8b430842461c21a640 Gitweb: http://git.kernel.org/tip/363b785f3805a2632eb09a8b430842461c21a640 Author: Don Zickus dzic...@redhat.com AuthorDate: Fri, 14 Mar 2014 10:43:44 -0400 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[PATCH] [RESEND] [SCSI] u14-34f: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the the use of the IRQF_DISABLED flag from drivers/scsi/u14-34f.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/u14-34f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tip:perf/core] perf kvm: introduce --list-cmds for use by scripts

2014-03-18 Thread tip-bot for Ramkumar Ramachandra
Commit-ID: 09a71b97cce70551356b13b668aa1d7d6da84457 Gitweb: http://git.kernel.org/tip/09a71b97cce70551356b13b668aa1d7d6da84457 Author: Ramkumar Ramachandra artag...@gmail.com AuthorDate: Mon, 3 Mar 2014 20:26:36 -0500 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

[tip:perf/core] perf machine: Factor machine__find_thread to take tid argument

2014-03-18 Thread tip-bot for Jiri Olsa
Commit-ID: d75e6097ef1f7669deb500fbbdf53cfe524f1b53 Gitweb: http://git.kernel.org/tip/d75e6097ef1f7669deb500fbbdf53cfe524f1b53 Author: Jiri Olsa jo...@redhat.com AuthorDate: Fri, 14 Mar 2014 15:00:03 +0100 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar 2014

[tip:perf/core] perf ui/tui: Reuse generic __hpp__fmt() code

2014-03-18 Thread tip-bot for Namhyung Kim
Commit-ID: 2f6d9009af1df0f7cba1fdfe012a089babd8c747 Gitweb: http://git.kernel.org/tip/2f6d9009af1df0f7cba1fdfe012a089babd8c747 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Mon, 3 Mar 2014 10:14:05 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/core] perf ui/stdio: Fix invalid output on event group report

2014-03-18 Thread tip-bot for Namhyung Kim
Commit-ID: 9b0d2fb86d4737b2cda39bc9c9a8e368cec38960 Gitweb: http://git.kernel.org/tip/9b0d2fb86d4737b2cda39bc9c9a8e368cec38960 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Mon, 3 Mar 2014 10:14:02 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

Re: [PATCH v3 1/2] USB: cdc: add MBIM extended functional descriptor structure

2014-03-18 Thread Bjørn Mork
Ben Chan benc...@chromium.org writes: This patch adds the MBIM extended functional descriptor structure defined in Universal Serial Bus Communications Class Subclass Specification for Mobile Broadband Interface Model, Revision 1.0, Errata-1 published by USB-IF. Signed-off-by: Ben Chan

[tip:perf/core] perf ui/gtk: Reuse generic __hpp__fmt() code

2014-03-18 Thread tip-bot for Namhyung Kim
Commit-ID: 4a62109fe94f68a57b239c1516f97497a4d15c14 Gitweb: http://git.kernel.org/tip/4a62109fe94f68a57b239c1516f97497a4d15c14 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Mon, 3 Mar 2014 10:14:03 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[PATCH] [RESEND] [SCSI] misc drivers: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag in several drivers in drivers/scsi/ It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/dtc.c| 2 +-

[PATCH] [RESEND] [SCSI] wd7000: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/wd7000.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/scsi/wd7000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tip:perf/core] perf bench: Add futex-requeue microbenchmark

2014-03-18 Thread tip-bot for Davidlohr Bueso
Commit-ID: 0fb298cf95c0d8119557b7d4657724a146e0622e Gitweb: http://git.kernel.org/tip/0fb298cf95c0d8119557b7d4657724a146e0622e Author: Davidlohr Bueso davidl...@hp.com AuthorDate: Sat, 14 Dec 2013 20:31:57 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Sekhar Nori
On Monday 17 March 2014 07:35 PM, Linus Walleij wrote: On Mon, Mar 17, 2014 at 2:29 PM, Sekhar Nori nsek...@ti.com wrote: One thing to note is that this driver is used by keystone too and all its users are DT-only. Although I do not see any in-kernel DT GPIO users even there. I can confirm

[tip:perf/urgent] perf bench numa: Make no args mean ' run all tests'

2014-03-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0fae799e869b9b1ece8c04c714d0529da0b0bade Gitweb: http://git.kernel.org/tip/0fae799e869b9b1ece8c04c714d0529da0b0bade Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Thu, 13 Mar 2014 16:54:03 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

[tip:perf/core] perf bench: Add futex-hash microbenchmark

2014-03-18 Thread tip-bot for Davidlohr Bueso
Commit-ID: a043971141f163f9845324a2f83502d15011485d Gitweb: http://git.kernel.org/tip/a043971141f163f9845324a2f83502d15011485d Author: Davidlohr Bueso davidl...@hp.com AuthorDate: Sat, 14 Dec 2013 20:31:55 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

[tip:perf/core] perf bench: Add futex-wake microbenchmark

2014-03-18 Thread tip-bot for Davidlohr Bueso
Commit-ID: 27db78307481dbba68c5f3563c6cb694b25521d9 Gitweb: http://git.kernel.org/tip/27db78307481dbba68c5f3563c6cb694b25521d9 Author: Davidlohr Bueso davidl...@hp.com AuthorDate: Sat, 14 Dec 2013 20:31:56 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 14 Mar

Re: [PATCH v3 1/3] ARM: dts: berlin2q: add the Marvell Armada 1500 pro

2014-03-18 Thread Antoine Ténart
Hi Jisheng, On 18/03/2014 03:24, Jisheng Zhang wrote: + sysclk: system-clock { + compatible = fixed-factor-clock; + #clock-cells = 0; + clocks = cpuclk; + clock-multi = 1; + clock-div = 3; + }; Can you please

Re: [PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-18 Thread Lee Jones
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow

linux-next: Tree for Mar 18

2014-03-18 Thread Stephen Rothwell
Hi all, This tree still fails (more than usual) the powerpc allyesconfig build. Changes since 20140317: The powerpc tree still had its build failure. The mvebu tree gained a conflict against the arm-soc tree. The net-next tree still had its another build failures and gained another for which

Build regressions/improvements in v3.14-rc7

2014-03-18 Thread Geert Uytterhoeven
Below is the list of build error/warning regressions/improvements in v3.14-rc7[1] compared to v3.13[2]. Summarized: - build errors: +5/-30 - build warnings: +83/-72 JFYI, when comparing v3.14-rc7[1] to v3.14-rc6[3], the summaries are: - build errors: +5/-13 - build warnings: +15/-41 As

Re: [PATCH] mfd: bcm590xx: Fix type argument for module device table

2014-03-18 Thread Lee Jones
This fixes below build error. FATAL: drivers/mfd/bcm590xx: sizeof(struct i2c_device_id)=24 is not a modulo of the size of section __mod_i2c_device_table=392. Fix definition of struct i2c_device_id in mod_devicetable.h make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2

Re: Build regressions/improvements in v3.14-rc7

2014-03-18 Thread Geert Uytterhoeven
On Tue, Mar 18, 2014 at 9:47 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.14-rc7[1] to v3.14-rc6[3], the summaries are: - build errors: +5/-13 Ignoring randconfig failures that are not really new: + /scratch/kisskb/src/drivers/i2c/busses/i2c-cpm.c: error:

Re: [PATCH v3 4/4] mfd: max8997: move regmap handling to function drivers

2014-03-18 Thread Lee Jones
Is it necessary? If previous mfd driver has various i2c line, previous mfd driver initialize regmap/i2c setting on mfd driver. I'm not sure that regmap/i2c setting code move from mfd driver to each driver. Dear Lee Jones, I need your opinion about moving regmap/i2c code from mfd

Re: cond_resched() and RCU CPU stall warnings

2014-03-18 Thread Peter Zijlstra
On Mon, Mar 17, 2014 at 07:17:06PM -0700, Paul E. McKenney wrote: On Mon, Mar 17, 2014 at 06:14:34PM +0100, Peter Zijlstra wrote: On Mon, Mar 17, 2014 at 09:58:07AM -0700, Paul E. McKenney wrote: @@ -4111,6 +4115,7 @@ int __sched __cond_resched_softirq(void) { BUG_ON(!in_softirq());

[GIT PULL] Another KVM fix for 3.14 (PPC)

2014-03-18 Thread Paolo Bonzini
Linus, The following changes since commit b73117c49364551ff789db7c424a115ac5b77850: Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue (2014-01-29 18:29:01 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git

Re: [PATCH RESEND -mm 01/12] memcg: flush cache creation works before memcg cache destruction

2014-03-18 Thread Michal Hocko
On Tue 18-03-14 12:14:37, Vladimir Davydov wrote: On 03/17/2014 08:07 PM, Michal Hocko wrote: On Thu 13-03-14 19:06:39, Vladimir Davydov wrote: When we get to memcg cache destruction, either from the root cache destruction path or when turning memcg offline, there still might be memcg

Re: [PATCH] sched: Initialize rq-age_stamp on processor start

2014-03-18 Thread Peter Zijlstra
On Tue, Mar 18, 2014 at 05:06:26AM +0100, Mike Galbraith wrote: CC maintainer improves patch aerodynamics. hehe, for sure. I have very little time to look at lkml these days and there's a near 100% chance I'll miss anything that doesn't hit the inbox. On Mon, 2014-03-17 at 19:05 -0500,

[PATCH 4/4] perf/x86/uncore: modularize Intel uncore driver

2014-03-18 Thread Yan, Zheng
This patch adds support for building Intel uncore driver as module. It adds clean-up code and config option for the Intel uncore driver Signed-off-by: Yan, Zheng zheng.z@intel.com --- arch/x86/Kconfig | 7 arch/x86/configs/i386_defconfig | 1

[PATCH 1/4] perf: allow building PMU driver as module

2014-03-18 Thread Yan, Zheng
This patch adds support for building PMU driver as module. It exports function perf_pmu_{register,unregister} and adds reference tracking for PMU driver module. When PMU driver is built as module, each active event of the PMU holds a reference to the driver module. Signed-off-by: Yan, Zheng

[PATCH 2/4] hrtimer: export __hrtimer_start_range_ns

2014-03-18 Thread Yan, Zheng
export __hrtimer_start_range_ns() to allow building perf Intel uncore driver as module Signed-off-by: Yan, Zheng zheng.z@intel.com --- kernel/hrtimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 0909436..650bf38 100644 --- a/kernel/hrtimer.c

[PATCH 3/4] perf/x86: export perf_assign_events

2014-03-18 Thread Yan, Zheng
export perf_assign_events to allow building perf Intel uncore driver as module Signed-off-by: Yan, Zheng zheng.z@intel.com --- arch/x86/kernel/cpu/perf_event.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c index

Re: [PATCH] ARM: mmp: allow platform devices with modular USB

2014-03-18 Thread Haojian Zhuang
On Wed, Mar 12, 2014 at 11:55 PM, Arnd Bergmann a...@arndb.de wrote: The USB host drivers need platform data to be defined on pxa168 and pxa910, but the conditionals used in the devices.c file only work if the drivers are built-in. This patch fixes the definition by changing the #ifdef to #if

[PATCH] cgroup: fix a failure path in create_css()

2014-03-18 Thread Li Zefan
If online_css() fails, we should remove cgroup files belonging to css-ss. Signed-off-by: Li Zefan lize...@huawei.com --- kernel/cgroup.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 3790617..e673407 100644 ---

Re: [PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-18 Thread Lee Jones
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h index a326c85..d63b1d3 100644 ---

Re: [PATCH v4 1/3] mfd: Add support for S2MPA01 device

2014-03-18 Thread Lee Jones
Add the necessary entries required for S2MPA01 multi-function device. While at it also convert whitespaces to tabs in core.h. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- No change since v3 --- drivers/mfd/sec-core.c |

Re: [PATCH v4 2/3] regulator: Add support for S2MPA01 regulator

2014-03-18 Thread Lee Jones
Add support for S2MPA01 voltage and current regulator. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Mark Brown broo...@linaro.org --- Changes since v3: Removed a redundant array and instead used a simple variable to check return value of devm_regulator_register. ---

Re: [PATCH v4 3/3] Documentation: mfd: Add binding document for S2MPA01

2014-03-18 Thread Lee Jones
Added initial binding documentation for S2MPA01 MFD. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Mark Brown broo...@linaro.org --- No changes since v3. --- Documentation/devicetree/bindings/mfd/s2mpa01.txt | 90 + 1 file changed, 90

[PATCH] perf tools: Correct the message in feature-dwarf Checking

2014-03-18 Thread Dongsheng Yang
The package required for dwarf is named libdwarf-devel, rather than elfutils-devel. This patch corrects the package name in warning message in feature-dwarf checking. Signed-off-by: Dongsheng Yang yangds.f...@cn.fujitsu.com --- tools/perf/config/Makefile | 4 ++-- 1 file changed, 2

Re: [tip:x86/urgent] x86 idle: Repair large-server 50-watt idle-power regression

2014-03-18 Thread Peter Zijlstra
On Mon, Mar 17, 2014 at 05:20:10PM -0700, Davidlohr Bueso wrote: On Thu, 2013-12-19 at 11:51 -0800, tip-bot for Len Brown wrote: Commit-ID: 40e2d7f9b5dae048789c64672bf3027fbb663ffa Gitweb: http://git.kernel.org/tip/40e2d7f9b5dae048789c64672bf3027fbb663ffa Author: Len Brown

Re: [RFC v3 0/5] cpufreq:LAB: Support for LAB governor.

2014-03-18 Thread Lukasz Majewski
Hi Viresh, On 17 March 2014 21:08, Lukasz Majewski l.majew...@samsung.com wrote: Despite this patch set is working and applicable on top of 3.14-rc5, please regard it solely as a pure RFC. This patch provides support for LAB governor build on top of ondemand. Previous version of LAB

Re: [PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-18 Thread Alexander Shiyan
Tue, 18 Mar 2014 09:02:37 + от Lee Jones lee.jo...@linaro.org: Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/linux/mfd/mc13xxx.h

Re: [PATCH] sched: Initialize rq-age_stamp on processor start

2014-03-18 Thread Mike Galbraith
On Tue, 2014-03-18 at 09:56 +0100, Peter Zijlstra wrote: On Tue, Mar 18, 2014 at 05:06:26AM +0100, Mike Galbraith wrote: +static void __cpuinit set_cpu_rq_start_time(void) +{ + int cpu = smp_processor_id(); + struct rq *rq = cpu_rq(cpu); + rq-age_stamp = sched_clock_cpu(cpu);

Re: [PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-18 Thread Lee Jones
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h index a326c85..d63b1d3 100644 ---

Re: [PATCH] perf tools: Correct the message in feature-dwarf Checking

2014-03-18 Thread Dongsheng Yang
Hi Arnaldo, Sorry for the noise, please ignore this patch. On 03/18/2014 05:12 PM, Dongsheng Yang wrote: The package required for dwarf is named libdwarf-devel, rather than elfutils-devel. This patch corrects the package name in warning message in feature-dwarf checking. Signed-off-by:

Re: [PATCH RESEND -mm 01/12] memcg: flush cache creation works before memcg cache destruction

2014-03-18 Thread Vladimir Davydov
On 03/18/2014 12:55 PM, Michal Hocko wrote: On Tue 18-03-14 12:14:37, Vladimir Davydov wrote: On 03/17/2014 08:07 PM, Michal Hocko wrote: On Thu 13-03-14 19:06:39, Vladimir Davydov wrote: When we get to memcg cache destruction, either from the root cache destruction path or when turning memcg

Re: [PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-18 Thread Alexander Shiyan
Tue, 18 Mar 2014 09:27:35 + от Lee Jones lee.jo...@linaro.org: Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/linux/mfd/mc13xxx.h

Re: For review: open_by_name_at(2) man page

2014-03-18 Thread Christoph Hellwig
Hi Michael, the man page looks reasonable. If you refer to openat(2) instead of open(2) in the ERRORS section you could avoid duplicating a few of the dirfd and flags related errors. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v2] CNS3xxx: Fix PCIe early iotable_init().

2014-03-18 Thread Krzysztof Hałasa
Arnd Bergmann a...@arndb.de writes: Applied to next/fixes-non-critical. Since the problem is not new and you didn't mark the patch as 'stable', this seems to be the right place. Let us know if you need backports to stable kernels, also fo the other patch. Sure, BTW there is also that

[PATCH trivial 2/2] seq-file: Grammar s/can may/may/g

2014-03-18 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Sometimes it's hard to make a choice between can and may ;-) Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: Alexander Viro v...@zeniv.linux.org.uk Cc: linux-fsde...@vger.kernel.org --- fs/seq_file.c |2 +- 1 file

[PATCH trivial 1/2] ARM: shmobile: armadillo800eva: Spelling and grammar

2014-03-18 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: Simon Horman ho...@verge.net.au Cc: linux...@vger.kernel.org --- arch/arm/mach-shmobile/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-18 Thread Lee Jones
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h index a326c85..d63b1d3 100644

RE: [PATCH v2] net: netfilter: LLVMLinux: vlais-netfilter

2014-03-18 Thread David Laight
From: beh...@converseincode.com From: Mark Charlebois charl...@gmail.com Replaced non-standard C use of Variable Length Arrays In Structs (VLAIS) in xt_repldata.h with a C99 compliant flexible array member and then calculated offsets to the other struct members. These other members aren't

Re: For review: open_by_name_at(2) man page

2014-03-18 Thread Christoph Hellwig
On Tue, Mar 18, 2014 at 09:00:07AM +1100, NeilBrown wrote: ESTALE is also returned if the filesystem does not support file-handle - file mappings. On filesystems which don't provide export_operations (/sys /proc ubifs romfs cramfs nfs coda ... several others) name_to_handle_at will produce a

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Alexander Holler
Am 18.03.2014 09:37, schrieb Sekhar Nori: It is safe - at the least it does not break anything that is already working. I guess the decision to put it into -rc depends on whether you consider out of tree dtbs to be a valid usecase for the kernel. That's all DT is about, getting rid of the

Re: [PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-18 Thread Chanwoo Choi
On 03/13/2014 06:38 PM, Robert Baldyga wrote: This patch modifies max8997 driver and each associated function driver, to use regmap instead of operating directly on i2c bus. It will allow to simplify IRQ handling using regmap-irq. Signed-off-by: Robert Baldyga r.bald...@samsung.com

Re: [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap

2014-03-18 Thread Chanwoo Choi
On 03/14/2014 05:33 PM, Robert Baldyga wrote: On 03/13/2014 11:45 AM, Chanwoo Choi wrote: Hi Robert, On 03/13/2014 06:38 PM, Robert Baldyga wrote: This patch modifies mfd driver to use regmap for handling interrupts. It allows to simplify irq handling process. This modifications needed to

Re: [PATCH v11 17/27] iommu/exynos: remove calls to Runtime PM API functions

2014-03-18 Thread Cho KyongHo
On Fri, 14 Mar 2014 13:59:00 +0100, Tomasz Figa wrote: Hi KyongHo, On 14.03.2014 06:08, Cho KyongHo wrote: Runtime power management by exynos-iommu driver independently from master H/W's runtime pm is not useful for power saving since attaching master H/W in probing time turns on its

[PATCH] gpio: iop: fix devm_ioremap_resource() return value checking

2014-03-18 Thread Bartlomiej Zolnierkiewicz
devm_ioremap_resource() returns a pointer to the remapped memory or an ERR_PTR() encoded error code on failure. Fix the check inside iop3xx_gpio_probe() accordingly. Cc: Lennert Buytenhek ker...@wantstofly.org Cc: Dan Williams dan.j.willi...@intel.com Cc: Mikael Pettersson mi...@it.uu.se Cc:

<    4   5   6   7   8   9   10   11   12   13   >