Re: [PATCH 2/2] move imx-hdmi to bridge/dw-hdmi

2014-11-04 Thread Greg Kroah-Hartman
On Tue, Nov 04, 2014 at 09:39:58PM +0800, Andy Yan wrote: > From: Andy yan > > the original imx hdmi driver is under staging/imx-drm, > which depends on imx-drm, so move the imx hdmi drvier out > to drm/bridge and rename imx-hdmi to dw-hdmi > > Change-Id: I5f417372f256aa26cd00a3cd0160741680afd39

Re: [PATCH v3 0/3] perf: User/kernel time correlation and event generation

2014-11-04 Thread John Stultz
On Tue, Nov 4, 2014 at 12:01 AM, Arnd Bergmann wrote: > On Monday 03 November 2014 17:11:53 John Stultz wrote: >> I've got some thoughts on what a possible interface that wouldn't be >> awful could look like, but I'm still hesitant because I don't really >> know if exposing this sort of data is ac

[RFC][PATCH 02/12 v3] RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded

2014-11-04 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Use the helper function trace_seq_buffer_ptr() to get the current location of the next buffer write of a trace_seq object, instead of open coding it. This facilitates the conversion of trace_seq to use seq_buf. Cc: Chen Gong Cc: Borislav Petkov Cc: Tony Luck

[RFC][PATCH 05/12 v3] tracing: Convert seq_buf fields to be like seq_file fields

2014-11-04 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" In facilitating the conversion of seq_file to use seq_buf, have the seq_buf fields match the types used by seq_file. Signed-off-by: Steven Rostedt --- include/linux/seq_buf.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/li

[RFC][PATCH 09/12 v3] seq_buf: Move the seq_buf code to lib/

2014-11-04 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The seq_buf functions are rather useful outside of tracing. Instead of having it be dependent on CONFIG_TRACING, move the code into lib/ and allow other users to have access to it even when tracing is not configured. The seq_buf utility is similar to the seq_file

[RFC][PATCH 12/12 v3] x86/nmi: Perform a safe NMI stack trace on all CPUs

2014-11-04 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" When trigger_all_cpu_backtrace() is called on x86, it will trigger an NMI on each CPU and call show_regs(). But this can lead to a hard lock up if the NMI comes in on another printk(). In order to avoid this, when the NMI triggers, it switches the printk routine

[RFC][PATCH 03/12 v3] tracing: Create seq_buf layer in trace_seq

2014-11-04 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Create a seq_buf layer that trace_seq sits on. The seq_buf will not be limited to page size. This will allow other usages of seq_buf instead of a hard set PAGE_SIZE one that trace_seq has. Signed-off-by: Steven Rostedt --- include/linux/seq_buf.h |

[RFC][PATCH 00/12 v3] seq-buf/x86/printk: Print all stacks from NMI safely

2014-11-04 Thread Steven Rostedt
This is version 3: This is my proposal to print the NMI stack traces from an RCU stall safely, as well as from a sysrq-l. Here's the gist of it. o Add a new layer to trace_seq called seq_buf, that the trace seq uses. The seq_buf is more generic, and does not supply its own buffer. The buf

Re: [PATCH] of/platform: Move platform devices under /sys/devices/platform

2014-11-04 Thread Greg Kroah-Hartman
On Tue, Nov 04, 2014 at 10:45:20AM +, Grant Likely wrote: > Currently the devices created by drivers/of/platform.c get created at > the root of /sys/devices. This goes against the typical pattern for > sysfs where the top level /sys/devices structure contains categories of > devices, and the st

Re: [PATCH v6 04/12] misc: at25: Make use of device property API

2014-11-04 Thread Mika Westerberg
On Tue, Nov 04, 2014 at 05:19:02PM +0100, Rafael J. Wysocki wrote: > > > I think np->name is "at25" in this case? The binding file > > > Documentation/devicetree/bindings/misc/at25.txt also has the same name. > > > > > > Are you OK, if we add something like below to the changelog? > > > > > > In a

[tip:sched/core] sched: Check if we got a shallowest_idle_cpu before searching for least_loaded_cpu

2014-11-04 Thread tip-bot for Yao Dongdong
Commit-ID: 9f96742a13135e6c609cc99a3a458402af3c8f31 Gitweb: http://git.kernel.org/tip/9f96742a13135e6c609cc99a3a458402af3c8f31 Author: Yao Dongdong AuthorDate: Tue, 28 Oct 2014 04:08:06 + Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:51 +0100 sched: Check if we got a sha

[tip:sched/urgent] sched: Remove lockdep check in sched_move_task ()

2014-11-04 Thread tip-bot for Kirill Tkhai
Commit-ID: f7b8a47da17c9ee4998f2ca2018fcc424e953c0e Gitweb: http://git.kernel.org/tip/f7b8a47da17c9ee4998f2ca2018fcc424e953c0e Author: Kirill Tkhai AuthorDate: Tue, 28 Oct 2014 08:24:34 +0300 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:07:30 +0100 sched: Remove lockdep check

Re: [PATCH] of/fdt: Don't clear initial_boot_params if fdt_check_header() fails

2014-11-04 Thread Grant Likely
On Wed, 29 Oct 2014 12:15:00 -0600 , Bjorn Helgaas wrote: > If the device tree pointer is NULL, early_init_dt_verify() fails, leaving > initial_boot_params unchanged. If the device tree pointer is non-NULL but > invalid, early_init_dt_verify() again fails but this time it also clears > initial_b

[tip:sched/core] sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()

2014-11-04 Thread tip-bot for Kirill Tkhai
Commit-ID: 67dfa1b756f250972bde31d65e3f8fde6aeddc5b Gitweb: http://git.kernel.org/tip/67dfa1b756f250972bde31d65e3f8fde6aeddc5b Author: Kirill Tkhai AuthorDate: Mon, 27 Oct 2014 17:40:52 +0300 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:50 +0100 sched/deadline: Implement ca

[tip:perf/urgent] perf/x86: Fix embarrasing typo

2014-11-04 Thread tip-bot for Peter Zijlstra (Intel)
Commit-ID: ce5686d4ed12158599d2042a6c8659254ed263ce Gitweb: http://git.kernel.org/tip/ce5686d4ed12158599d2042a6c8659254ed263ce Author: Peter Zijlstra (Intel) AuthorDate: Wed, 29 Oct 2014 11:17:04 +0100 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:06:58 +0100 perf/x86: Fix emba

Re: [PATCH v2] mmc: atmel-mci: add runtime pm support

2014-11-04 Thread Ulf Hansson
On 4 November 2014 14:14, Ludovic Desroches wrote: > On Tue, Nov 04, 2014 at 11:05:56AM +0100, Ulf Hansson wrote: >> On 30 October 2014 05:00, Wenyou Yang wrote: >> > Add runtime pm support to atmel mci controller. >> > Use runtime pm APIs to enable/disable atmel mci's clock. >> > Use runtime aut

Re: [RFC PATCH 1/2] zap_pte_range: update addr when forcing flush after TLB batching faiure

2014-11-04 Thread Linus Torvalds
On Tue, Nov 4, 2014 at 6:29 AM, Catalin Marinas wrote: > > This would work on arm64 but is the PAGE_SIZE range enough for all > architectures even when we flush a huge page or a pmd/pud table entry? It pretty much had *better* be. For things like page tables caches (ie caching addresses "inside"

[tip:sched/core] netdev, sched/wait: Fix sleeping inside wait event

2014-11-04 Thread tip-bot for Peter Zijlstra
Commit-ID: ff960a731788a7408b6f66ec4fd772ff18833211 Gitweb: http://git.kernel.org/tip/ff960a731788a7408b6f66ec4fd772ff18833211 Author: Peter Zijlstra AuthorDate: Wed, 29 Oct 2014 17:04:56 +0100 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:48 +0100 netdev, sched/wait: Fix sl

[RELEASE] Userspace RCU 0.8.6

2014-11-04 Thread Mathieu Desnoyers
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structur

[tip:sched/core] audit, sched/wait: Fixup kauditd_thread() wait loop

2014-11-04 Thread tip-bot for Peter Zijlstra
Commit-ID: 6b55fc63f46ba299f3d84013e9232be4bd259eab Gitweb: http://git.kernel.org/tip/6b55fc63f46ba299f3d84013e9232be4bd259eab Author: Peter Zijlstra AuthorDate: Thu, 2 Oct 2014 12:22:51 +0200 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:47 +0100 audit, sched/wait: Fixup ka

[tip:sched/core] sched/wait: Reimplement wait_event_freezable()

2014-11-04 Thread tip-bot for Peter Zijlstra
Commit-ID: 36df04bc5273a046f53b5e359febc1225f85aa7b Gitweb: http://git.kernel.org/tip/36df04bc5273a046f53b5e359febc1225f85aa7b Author: Peter Zijlstra AuthorDate: Wed, 29 Oct 2014 12:21:57 +0100 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:45 +0100 sched/wait: Reimplement wa

[tip:sched/core] sched/deadline: Add deadline rq status print

2014-11-04 Thread tip-bot for Wanpeng Li
Commit-ID: acb32132ec0433c03bed750f3e9508dc29db0328 Gitweb: http://git.kernel.org/tip/acb32132ec0433c03bed750f3e9508dc29db0328 Author: Wanpeng Li AuthorDate: Fri, 31 Oct 2014 06:39:33 +0800 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:54 +0100 sched/deadline: Add deadline r

Re: [PATCH 2/2] iommu/vt-d: Only remove domain when device is removed

2014-11-04 Thread Alex Williamson
On Tue, 2014-09-30 at 13:02 +0200, Joerg Roedel wrote: > From: Joerg Roedel > > This makes sure any RMRR mappings stay in place when the > driver is unbound from the device. > > Signed-off-by: Joerg Roedel > --- > drivers/iommu/intel-iommu.c | 11 +-- > 1 file changed, 1 insertion(+),

Re: [PATCH v3 0/3] perf: User/kernel time correlation and event generation

2014-11-04 Thread Arnd Bergmann
On Tuesday 04 November 2014 11:49:04 Thomas Gleixner wrote: > On Tue, 4 Nov 2014, Richard Cochran wrote: > > > On Tue, Nov 04, 2014 at 09:01:31AM +0100, Arnd Bergmann wrote: > > > On Monday 03 November 2014 17:11:53 John Stultz wrote: > > > > I've got some thoughts on what a possible interface tha

[tip:sched/core] sched/rt: Clean up check_preempt_equal_prio()

2014-11-04 Thread tip-bot for Wanpeng Li
Commit-ID: 308a623a40ce168eb234ea82c2bd13ff85a098d9 Gitweb: http://git.kernel.org/tip/308a623a40ce168eb234ea82c2bd13ff85a098d9 Author: Wanpeng Li AuthorDate: Fri, 31 Oct 2014 06:39:31 +0800 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:52 +0100 sched/rt: Clean up check_preem

[tip:sched/core] sched/deadline: Push task away if the deadline is equal to curr during wakeup

2014-11-04 Thread tip-bot for Wanpeng Li
Commit-ID: 6b0a563f3a534827c1b56e53c3fd0fccec3c7895 Gitweb: http://git.kernel.org/tip/6b0a563f3a534827c1b56e53c3fd0fccec3c7895 Author: Wanpeng Li AuthorDate: Fri, 31 Oct 2014 06:39:34 +0800 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:55 +0100 sched/deadline: Push task away

[tip:sched/core] sched: Refactor task_struct to use numa_faults instead of numa_* pointers

2014-11-04 Thread tip-bot for Iulia Manda
Commit-ID: 44dba3d5d6a10685fb15bd1954e62016334825e0 Gitweb: http://git.kernel.org/tip/44dba3d5d6a10685fb15bd1954e62016334825e0 Author: Iulia Manda AuthorDate: Fri, 31 Oct 2014 02:13:31 +0200 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:57 +0100 sched: Refactor task_struct t

[tip:sched/core] sched/deadline: Don' t check CONFIG_SMP in switched_from_dl()

2014-11-04 Thread tip-bot for Wanpeng Li
Commit-ID: cad3bb32e181c286c46ec12b2deb1f26a6f9835d Gitweb: http://git.kernel.org/tip/cad3bb32e181c286c46ec12b2deb1f26a6f9835d Author: Wanpeng Li AuthorDate: Fri, 31 Oct 2014 06:39:36 +0800 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:56 +0100 sched/deadline: Don't check CO

[tip:sched/core] sched/core: Use dl_bw_of() under rcu_read_lock_sched()

2014-11-04 Thread tip-bot for Juri Lelli
Commit-ID: 75e23e49dbdd86aace375f599062aa67483a001b Gitweb: http://git.kernel.org/tip/75e23e49dbdd86aace375f599062aa67483a001b Author: Juri Lelli AuthorDate: Tue, 28 Oct 2014 11:54:46 + Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:52 +0100 sched/core: Use dl_bw_of() und

[tip:sched/core] sched/deadline: Fix artificial overrun introduced by yield_task_dl()

2014-11-04 Thread tip-bot for Wanpeng Li
Commit-ID: 804968809c321066cca028d4cbd533a420f964bc Gitweb: http://git.kernel.org/tip/804968809c321066cca028d4cbd533a420f964bc Author: Wanpeng Li AuthorDate: Fri, 31 Oct 2014 06:39:32 +0800 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:53 +0100 sched/deadline: Fix artificial

[tip:sched/core] sched/deadline: Reschedule from switched_from_dl () after a successful pull

2014-11-04 Thread tip-bot for Wanpeng Li
Commit-ID: cd66091162d34f589631a23bbe0ed214798245b4 Gitweb: http://git.kernel.org/tip/cd66091162d34f589631a23bbe0ed214798245b4 Author: Wanpeng Li AuthorDate: Fri, 31 Oct 2014 06:39:35 +0800 Committer: Ingo Molnar CommitDate: Tue, 4 Nov 2014 07:17:55 +0100 sched/deadline: Reschedule fro

[GIT PULL] Thermal management updates for 3.18-rc4

2014-11-04 Thread Eduardo Valentin
Hello Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git fixes to receive Thermal Management updates for v3.18-rc4 with top-most 14015860565a1464193ddb3fbd3f7253a37dfcf9: Thermal:Remove usless if(!result) before return tz (2014-11-03 18:5

Re: [PATCHSET 0/5 v2] brd: partition fixes

2014-11-04 Thread Boaz Harrosh
On 10/19/2014 08:46 PM, Boaz Harrosh wrote: > On 09/09/2014 05:25 PM, Jens Axboe wrote: >> On 09/09/2014 06:10 AM, Boaz Harrosh wrote: > <> >>> Please tell me what you want to do with these patches. They must go into >>> this Kernel >>> cycle before brd is released with wrong user-mode visible nub

[Update][PATCH v6 02/12] Driver core: Unified device properties interface for platform firmware

2014-11-04 Thread Rafael J. Wysocki
From: "Rafael J. Wysocki" Add a uniform interface by which device drivers can request device properties from the platform firmware by providing a property name and the corresponding data type. The purpose of it is to help to write portable code that won't depend on any particular platform firmwa

Re: [PATCH v8 3/5] amba: Don't unprepare the clocks if device driver wants IRQ safe runtime PM

2014-11-04 Thread Ulf Hansson
On 4 November 2014 14:59, Rafael J. Wysocki wrote: > On Tuesday, November 04, 2014 10:11:35 AM Ulf Hansson wrote: >> On 4 November 2014 02:57, Rafael J. Wysocki wrote: >> > On Monday, November 03, 2014 10:41:02 AM Alan Stern wrote: >> >> On Mon, 3 Nov 2014, Russell King - ARM Linux wrote: >> >> >

[PATCH 2/9] watchdog: introduce the proc_watchdog_update() function

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell This series introduces a separate handler for each watchdog parameter in /proc/sys/kernel. The separate handlers need a common function that they can call to update the run state of the lockup detectors, or to have the lockup detectors use a new sample period. Signed-off-b

[PATCH 0/9] watchdog: internally split softlockup and hardlockup

2014-11-04 Thread Don Zickus
The hardlockup and softockup had always been tied together. Due to the request of KVM folks, they had a need to have one enabled but not the other. Internally rework the code to split things apart more cleanly. There is a bunch of churn here, but the end result should be code that should be easie

[PATCH 3/9] watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell This series removes the proc_dowatchdog() function. Since multiple new functions need the 'watchdog_proc_mutex' to serialize access to the watchdog parameters in /proc/sys/kernel, move the mutex outside of any function. Signed-off-by: Ulrich Obergfell Signed-off-by: Don Z

[PATCH 6/9] watchdog: implement error handling for failure to set up hardware perf events

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell If watchdog_nmi_enable() fails to set up the hardware perf event of one CPU, the entire hard lockup detector is deemed unreliable. Hence, disable the hard lockup detector and shut down the hardware perf events on all CPUs. Signed-off-by: Ulrich Obergfell Signed-off-by: Do

[PATCH 4/9] watchdog: introduce the proc_watchdog_common() function

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell Three of four handlers for the watchdog parameters in /proc/sys/kernel essentially have to do the same thing. if the parameter is being read { return the state of the corresponding bit(s) in 'watchdog_enabled' } else { set/clear the state of the corresponding b

Kernel NULL pointer deref in pci_get_hp_params with v3.18-rc3

2014-11-04 Thread Joerg Roedel
Hi, booting v3.18-rc3 (havn't tested earlier -rcs on this box) on a Xeon box with a Neterion 10GBit card (vxge driver) I see the following NULL pointer deref in dmesg: [7.221747] vxge: Copyright(c) 2002-2010 Exar Corp. [7.221749] vxge: Driver version: 2.5.3.22640-k [7.324070] pci

[PATCH 5/9] watchdog: introduce separate handlers for parameters in /proc/sys/kernel

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell Separate handlers for each watchdog parameter in /proc/sys/kernel replace the proc_dowatchdog() function. Three of those handlers merely call proc_watchdog_common() with one different argument. Signed-off-by: Ulrich Obergfell Signed-off-by: Don Zickus --- include/linux/

[Update][PATCH v6 09/12] Driver core: Unified interface for firmware node properties

2014-11-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Add new generic routines are provided for retrieving properties from device description objects in the platform firmware in case there are no struct device objects for them (either those objects have not been created yet or they do not exist at all). The following functio

[PATCH 8/9] watchdog: clean up some function names and arguments

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell Rename the update_timers*() functions to update_watchdog*(). Remove the boolean argument from watchdog_enable_all_cpus() because update_watchdog_all_cpus() is now a generic function to change the run state of the lockup detectors and to have the lockup detectors use a new

[PATCH 7/9] watchdog: enable the new user interface of the watchdog mechanism

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell With the current user interface of the watchdog mechanism it is only possible to disable or enable both lockup detectors at the same time. This series introduces new kernel parameters and changes the semantics of some existing kernel parameters, so that the hard lockup dete

Re: [PATCH perf/core 0/6] perf-probe: Bugfix and add new options for cache

2014-11-04 Thread Masami Hiramatsu
(2014/11/04 23:38), Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 04, 2014 at 01:36:31PM +0900, Masami Hiramatsu escreveu: >> (2014/11/04 1:19), Arnaldo Carvalho de Melo wrote: >>> Em Mon, Nov 03, 2014 at 09:11:18PM +0900, Masami Hiramatsu escreveu: (2014/10/31 21:13), Arnaldo Carvalho de Melo

[PATCH 9/9] watchdog: introduce the hardlockup_detector_disable() function

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell Have kvm_guest_init() use hardlockup_detector_disable() instead of watchdog_enable_hardlockup_detector(false). Remove the watchdog_hardlockup_detector_is_enabled() and the watchdog_enable_hardlockup_detector() function which are no longer needed. Signed-off-by: Ulrich Obe

Re: [PATCH 1/1] of/fdt: simplify early_init_dt_verify

2014-11-04 Thread Grant Likely
On Tue, 28 Oct 2014 19:51:05 +0800 , Zhen Lei wrote: > put off initial_boot_params = params; until all checks finished. If any check > failed, initial_boot_params is equal NULL, base upon bss segment initial > value. > > Signed-off-by: Zhen Lei Interesting. I received exactly the same patch f

[PATCH 1/9] watchdog: new definitions and variables, initialization

2014-11-04 Thread Don Zickus
From: Ulrich Obergfell Introduce new definitions and variables to separate the user interface in /proc/sys/kernel from the internal run state of the lockup detectors. The internal run state is represented by two bits in a new variable that is named 'watchdog_enabled'. This helps simplify the code

Re: [PATCH 4/4] of: Remove spaces before tabs

2014-11-04 Thread Grant Likely
On Wed, 22 Oct 2014 11:44:55 +0200 , Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Applied all 4 patches. Thanks. g. > --- > drivers/of/base.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/drivers/of/base.c b/drivers/of/base.c > inde

Re: [PATCH 0/1] Compact interface for Device-Tree

2014-11-04 Thread Arnd Bergmann
On Tuesday 04 November 2014 15:53:29 Grant Likely wrote: > On Mon, 03 Nov 2014 16:06:03 +0100 > , Arnd Bergmann > wrote: > > On Friday 31 October 2014 23:53:28 Rafael J. Wysocki wrote: > > > On Saturday, November 01, 2014 05:13:45 AM Rob Herring wrote: > > > > On Fri, Oct 31, 2014 at 6:59 AM, Gil

Re: [RFC][PATCH 01/12 v3] x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()

2014-11-04 Thread Paolo Bonzini
On 04/11/2014 16:52, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > To allow for the restructiong of the trace_seq code, we need users > of it to use the helper functions instead of accessing the internals > of the trace_seq structure itself. > > Cc: Mark Rustad > Cc: Jeff Kirsher

RE: [PATCH 1/4] pmem: Initial version of persistent memory driver

2014-11-04 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: Boaz Harrosh [mailto:b...@plexistor.com] > Sent: Tuesday, 04 November, 2014 4:38 AM > To: Wilcox, Matthew R; Elliott, Robert (Server Storage); Ross > Zwisler; Jens Axboe; Nick Piggin; Kani, Toshimitsu; Knippers, Linda; > linux-fsde...@vger.kernel.org; linux-ke

[RFC 2/2] drm/panel: Use generic object registry

2014-11-04 Thread Thierry Reding
From: Thierry Reding Convert to the new generic object registry and introduce proper object and module reference counting. This should make panel registration and removal a lot more robust. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_panel.c | 100 ++--

Re: net: fec: fix regression on i.MX28 introduced by rx_copybreak support

2014-11-04 Thread David Miller
From: Lothar Waßmann Date: Tue, 4 Nov 2014 11:29:12 +0100 > Hi David, > > Lothar Waßmann wrote: >> David Miller wrote: >> > From: Lothar Waßmann >> > Date: Thu, 30 Oct 2014 07:51:04 +0100 >> > >> > >> Also, I don't thnk your DIV_ROUND_UP() eliminate for the loop >> > >> in swap_buffer() is val

Re: [PATCH 1/1] of: Add a function to read 64-bit arrays

2014-11-04 Thread Grant Likely
On Fri, 3 Oct 2014 00:59:23 +0300 , Sakari Ailus wrote: > Implement of_property_read_u64_array() for reading 64-bit arrays. > > This is needed for e.g. reading the valid link frequencies in the smiapp > driver. > > Signed-off-by: Sakari Ailus A patch that adds this function is alread part of

[RFC 1/2] core: Add generic object registry implementation

2014-11-04 Thread Thierry Reding
From: Thierry Reding Add a generic implementation of an object registry. This targets drivers and subsystems that provide auxiliary objects that other drivers need to look up. The goal is to put the difficult parts (keep object references, module usage count, ...) into core code so that individua

Re: [PATCH] of: Fix padding in _OF_DECLARE macro definition

2014-11-04 Thread Grant Likely
On Thu, 2 Oct 2014 16:01:10 +0200 , Thierry Reding wrote: > From: Thierry Reding > > Signed-off-by: Thierry Reding Applied, thanks. g. > --- > include/linux/of.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/of.h b/include/linux/of.h > index 6c436

Re: [char-misc V3 3.18] mei: nfc: clean nfc internal struct on host exit

2014-11-04 Thread Greg KH
On Tue, Nov 04, 2014 at 04:14:49PM +0200, Tomas Winkler wrote: > NFC internal structure cleaning was dropped by commit > > commit 5ad1550a15cd5b75ed8aa3009e162822f720375e > Author: Tomas Winkler > Date: Sun Jan 26 11:53:06 2014 +0200 Where is this commit id from? I don't see it in Linus's tre

Re: [RFC PATCH 0/9] mm/zbud: support highmem pages

2014-11-04 Thread Seth Jennings
On Tue, Oct 14, 2014 at 08:59:19PM +0900, Heesub Shin wrote: > zbud is a memory allocator for storing compressed data pages. It keeps > two data objects of arbitrary size on a single page. This simple design > provides very deterministic behavior on reclamation, which is one of > reasons why zswap

Re: [patch 1/3] mm: embed the memcg pointer directly into struct page

2014-11-04 Thread David Miller
From: Johannes Weiner Date: Tue, 4 Nov 2014 09:09:37 -0500 > You either need cgroup memory accounting and limiting or not. There > is no possible trade-off to be had. I couldn't have said it better myself, +1. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [PATCH v2 3/3] efi: Capsule update with user helper interface

2014-11-04 Thread Andy Lutomirski
On Tue, Nov 4, 2014 at 7:40 AM, Greg KH wrote: > On Tue, Nov 04, 2014 at 06:57:21AM -0800, Andy Lutomirski wrote: >> >> I don't particularly care what the foundation is, but given that a >> misc char device currently looks like it would be considerably less >> code for a nicer interface, using the

Re: [PATCH v2 0/2] pinctrl: Intel Cherryview/Braswell support

2014-11-04 Thread Timur Tabi
On 11/04/2014 07:48 AM, Linus Walleij wrote: I've landed these two patches for v3.19, I guess we can wait for the device properties to land properly upstream before proceeding with ACPI support ...? Or are you guys working with one finger constantly on the fast-forward button? :D I'll consider

Re: [RFC 1/2] core: Add generic object registry implementation

2014-11-04 Thread Greg Kroah-Hartman
On Tue, Nov 04, 2014 at 05:29:27PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Add a generic implementation of an object registry. This targets drivers > and subsystems that provide auxiliary objects that other drivers need to > look up. The goal is to put the difficult parts (keep ob

Re: [PATCH 1/4] pmem: Initial version of persistent memory driver

2014-11-04 Thread Ross Zwisler
On Tue, 2014-11-04 at 16:26 +, Elliott, Robert (Server Storage) wrote: > > > -Original Message- > > From: Boaz Harrosh [mailto:b...@plexistor.com] > > Sent: Tuesday, 04 November, 2014 4:38 AM > > To: Wilcox, Matthew R; Elliott, Robert (Server Storage); Ross > > Zwisler; Jens Axboe; Nic

Re: [PATCH v3 2/3] perf: Userspace event

2014-11-04 Thread Pawel Moll
On Tue, 2014-11-04 at 06:33 +, Namhyung Kim wrote: > Hi Pawel, > > On Tue, 4 Nov 2014 00:28:37 +, Pawel Moll wrote: > > + /* > > +* Data in userspace event record is transparent for the kernel > > +* > > +* Userspace perf tool code maintains a list of known types with > > +

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

2014-11-04 Thread Vincent Guittot
On 4 November 2014 14:31, Hillf Danton wrote: >> >> > I wonder if you can please shed light on the case that >> >> > the dst_cpu is newly idle. >> >> >> >> The main problem if we do the test only for newly idle case, is that >> >> we are not sure to move the task because we must rely on the >> >>

RE: [PATCH] Drivers: hv: vmbus: Fix a race condition when unregistering a device

2014-11-04 Thread KY Srinivasan
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Tuesday, November 4, 2014 4:40 AM > To: KY Srinivasan; Haiyang Zhang > Cc: Greg Kroah-Hartman; de...@linuxdriverproject.org; linux- > ker...@vger.kernel.org > Subject: [PATCH] Drivers: hv: vmbus: Fix a race

Re: [PATCH v2 2/3] usb: xhci: This reworks ff8cbf250b448aac35589f6075082c3fcad8a8fe

2014-11-04 Thread Alan Stern
On Tue, 4 Nov 2014, Lu Baolu wrote: > xhci: clear root port wake on bits if controller isn't wake-up capable > > When system is being suspended, if host device is not wakeup capable, > xhci_suspend() needs to clear all root port wake on bits. Otherwise, > some platforms may generate spurious wak

Re: [PATCH 1/6] clk: sunxi: Add support for sun9i a80 usb clocks and resets

2014-11-04 Thread Maxime Ripard
Hi, On Tue, Nov 04, 2014 at 12:07:14PM +0800, Chen-Yu Tsai wrote: > The USB controller/phy clocks and reset controls are in a separate > address block, unlike previous SoCs where they were in the clock > controller. > > This patch copies the original gates clk functions used for usb > clocks into

Re: [V10 PATCH 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

2014-11-04 Thread Suravee Suthikulpanit
On 11/4/14 07:01, Jiang Liu wrote: Hi Suravee, You may build a two level hierarchy irqdomains. Use the utilities in this thread http://www.spinics.net/lists/arm-kernel/msg374722.html to build an MSI irqdomain to manage MSI controllers in PCI devices. And build another irqdomain to manage

Re: [PATCH v6 02/12] Driver core: Unified device properties interface for platform firmware

2014-11-04 Thread Grant Likely
On Mon, Nov 3, 2014 at 10:04 PM, Rafael J. Wysocki wrote: >> I also found that this parser code doesn't correctly handle malformed >> (unterminated) string properties. It will overflow. The existing >> functions have the same problem, so it isn't something that you've >> added. I've got a fix, and

Re: [PATCH 11/13] arm: dts: dra7: add DMA properties for UART

2014-11-04 Thread Lennart Sorensen
On Mon, Sep 29, 2014 at 08:06:47PM +0200, Sebastian Andrzej Siewior wrote: > Cc: devicet...@vger.kernel.org > Reviewed-by: Tony Lindgren > Tested-by: Tony Lindgren > Signed-off-by: Sebastian Andrzej Siewior > --- > arch/arm/boot/dts/dra7.dtsi | 12 > 1 file changed, 12 insertions(+

Re: [PATCH v9 11/12] x86, mpx: cleanup unused bound tables

2014-11-04 Thread Thomas Gleixner
On Tue, 4 Nov 2014, Dave Hansen wrote: > On 11/03/2014 01:29 PM, Thomas Gleixner wrote: > > On Mon, 3 Nov 2014, Dave Hansen wrote: > > > That's not really true. You can evaluate that information with > > mmap_sem held for read as well. Nothing can change the mappings until > > you drop it. So you

Re: [PATCH 1/1] of/fdt: simplify early_init_dt_verify

2014-11-04 Thread Bjorn Helgaas
On Tue, Nov 4, 2014 at 9:20 AM, Grant Likely wrote: > On Tue, 28 Oct 2014 19:51:05 +0800 > , Zhen Lei > wrote: >> put off initial_boot_params = params; until all checks finished. If any check >> failed, initial_boot_params is equal NULL, base upon bss segment initial >> value. >> >> Signed-off-

Re: [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-04 Thread Maxime Ripard
On Tue, Nov 04, 2014 at 12:07:16PM +0800, Chen-Yu Tsai wrote: > Unlike previous Allwinner SoCs, there is no central PHY control block > on the A80. Also, OTG support is completely split off into a different > controller. > > This adds a new driver to support the regular USB PHYs. > > Signed-off-b

Re: [PATCH 3.17-rc4 v7 0/6] arm: Implement arch_trigger_all_cpu_backtrace

2014-11-04 Thread Daniel Thompson
On 16/10/14 10:33, Daniel Thompson wrote: >> The blocker on this work right now is the annoying Versatile Express >> platform, which pretty much means that we currently can't push the >> code into the GIC to support FIQs. As long as adding FIQ support to >> the GIC results in the Versatile Express

Re: [PATCH 1/4] pmem: Initial version of persistent memory driver

2014-11-04 Thread Boaz Harrosh
On 11/04/2014 06:41 PM, Ross Zwisler wrote: <> > > The UEFI organization is in the process of defining a generic specification > for platform non-volatile memory resources. Essentially the thought was to > wait until that was publicly available before adding any new device discovery > capabilitie

Re: [PATCH 11/13] arm: dts: dra7: add DMA properties for UART

2014-11-04 Thread Sebastian Andrzej Siewior
On 11/04/2014 06:02 PM, Lennart Sorensen wrote: > > According to the manual the DMA channels for UART7 to 10 are: > > uart7: 144 145 > uart8: 146 147 > uart9: 148 149 > uart10: 150 151 > > Might as well add those too. We have uart 7 and 8 in use on our board > so I am about to go test it. M

RE: [PATCH 1/1] perf tools: perf diff for different binaries

2014-11-04 Thread Liang, Kan
Hi Namhyung, > > tchain_edit[.] f1 > > 0.14%3.913444 tchain_edit[.] f2 > > 99.82%1.005478 tchain_edit[.] f3 > > Hmm.. I think it should be a default behavior for perf diff, otherwise -s > symbol is almost meaningless I

Re: [PATCH v3 1/3] QE: move qe code from arch/powerpc to drivers/soc

2014-11-04 Thread Kumar Gala
On Oct 31, 2014, at 2:24 AM, qiang.z...@freescale.com wrote: > On Oct 30, 2014, at 9:37 AM, Kumar Gala wrote: > > >> -Original Message- >> From: Kumar Gala [mailto:ga...@kernel.crashing.org] >> Sent: Thursday, October 30, 2014 9:37 PM >> To: Zhao Qiang-B45475 >> Cc: linuxppc-...@lists.o

RE: [PATCH v2 1/2] mm: cma: split cma-reserved in dmesg log

2014-11-04 Thread PINTU KUMAR
> -Original Message- > From: David Rientjes [mailto:rient...@google.com] > Sent: Tuesday, November 04, 2014 5:27 AM > To: Pintu Kumar > Cc: a...@linux-foundation.org; r...@redhat.com; aqu...@redhat.com; > paul.gortma...@windriver.com; jmarc...@redhat.com; > lcapitul...@redhat.com; kirill.

Re: [PATCH] backlight: use of_find_backlight_by_node stub when backlight class disabled

2014-11-04 Thread Lee Jones
On Tue, 04 Nov 2014, Heiko Stübner wrote: > Am Dienstag, 4. November 2014, 14:42:20 schrieb Lee Jones: > > On Tue, 04 Nov 2014, Jingoo Han wrote: > > > On Tuesday, November 04, 2014 6:08 PM, Heiko Stübner wrote: > > > > On Mon, 03 Nov 2014, Lee Jones wrote: > > > > > On Wed, 29 Oct 2014, Heiko Stü

Re: [PATCH] crypto: caam: fix error reporting

2014-11-04 Thread Kim Phillips
On Tue, 4 Nov 2014 10:57:57 +0200 Cristian Stoica wrote: > Hi Kim, > > >> Actually, our static code analyzer did not see this one. > > > > ok, so the patch technically isn't fixing anything broken, then. > > Are you saying the code isn't broken _because_ a static tool analyser > did not see an

Re: [RFC][PATCH 01/12 v3] x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()

2014-11-04 Thread Rustad, Mark D
On Nov 4, 2014, at 7:52 AM, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > To allow for the restructiong of the trace_seq code, we need users > of it to use the helper functions instead of accessing the internals > of the trace_seq structure itself. > > Cc: Mark Rustad > Cc: Jef

[PATCH 02/20] selftests/net: move test out of Makefile into a shell script

2014-11-04 Thread Shuah Khan
Currently bpf test run from the Makefile. Move it out of the Makefile to be run from a shell script to allow the test to be run as stand-alone test, in addition to allowing the test run from a make target. Signed-off-by: Shuah Khan --- tools/testing/selftests/net/Makefile| 8 +--- tools

[PATCH 08/20] selftests/firmware: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/firmware/Makefile | 20 1 file changed, 20 insertions(+) diff

[PATCH 03/20] kbuild: kselftest_install - add a new make target to install selftests

2014-11-04 Thread Shuah Khan
Add a new make target to install to install kernel selftests. This new target will build and install selftests. Approach: make kselftest_target: -- exports kselftest INSTALL_KSFT_PATH default $(INSTALL_MOD_PATH)/lib/kselftest/$(KERNELRELEASE) -- exports path for ksefltest.sh -- runs selftests

[PATCH 18/20] selftests/timers: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/timers/Makefile | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/tes

[PATCH 11/20] selftests/memfd: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/memfd/Makefile | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools

[PATCH 09/20] selftests/ipc: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/ipc/Makefile | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tools/

[PATCH 16/20] selftests/ptrace: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/ptrace/Makefile | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) d

Re: [PATCH 3.17-rc4 v7 0/6] arm: Implement arch_trigger_all_cpu_backtrace

2014-11-04 Thread Russell King - ARM Linux
On Tue, Nov 04, 2014 at 05:05:25PM +, Daniel Thompson wrote: > This week with the help of one of my colleagues (thanks Tixy) I have > been able to run some tests and figure out what it going on on vexpress-a9. > > The summary is that on some GICv1 implementations the bit to enable > group 1 in

[PATCH 07/20] selftests/efivarfs: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/efivarfs/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-

[PATCH 14/20] selftests/mqueue: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/mqueue/Makefile | 8 1 file changed, 8 insertions(+) diff --git a/tools/te

[PATCH 20/20] selftests/user: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/user/Makefile | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/testi

[PATCH] edac, mce_amd: Add decoding table for MC6 xec

2014-11-04 Thread Aravind Gopalakrishnan
From: Aravind Gopalakrishnan Extended error code meanings are tabulated for other banks. Extending that tradition for MC6 in this patch. Signed-off-by: Aravind Gopalakrishnan --- drivers/edac/mce_amd.c | 41 +++-- 1 file changed, 11 insertions(+), 30 deletio

[RFC PATCH] make CONFIG_STRICT_DEVMEM a core non-debug feature

2014-11-04 Thread Leif Lindholm
Most, but not all, architectures supporting CONFIG_STRICT_DEVMEM treat it as a debug feature - although its function is pretty much the opposite of debug. This patch deletes all architecture-specific config options and moves the option to core code, as a non-debug option. Signed-off-by: Leif Lind

[PATCH 00/20] kselftest install target feature

2014-11-04 Thread Shuah Khan
This patch series adds a new kselftest_install make target to enable selftest install. When make kselftest_install is run, selftests are installed on the system. A new install target is added to selftests Makefile which will install targets for the tests that are specified in INSTALL_TARGETS. Durin

[PATCH 15/20] selftests/net: add install target to enable installing test

2014-11-04 Thread Shuah Khan
Add a new make target to enable installing test. This target installs test in the kselftest install location and add to the kselftest script to run the test. Signed-off-by: Shuah Khan --- tools/testing/selftests/net/Makefile | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools/t

  1   2   3   4   5   6   7   8   9   10   >