Re: [PATCH v2 2/7] ACPI / LPSS: allow to use specific PM domain during ->probe()

2015-12-04 Thread Jarkko Nikula
On 12/03/2015 09:29 PM, Shevchenko, Andriy wrote: I briefly checked this for DMA issue. It will not help anyhow, so we *have to* move a power domain assignment to the BIND stage. For I2C and rest LPSS devices this might help (though didn't look deeply). My understanding that we assign those call

Re: [PATCH v2 1/3] perf hists browser: Fix segfault if use symbol filter in cmdline

2015-12-04 Thread Namhyung Kim
On Thu, Dec 03, 2015 at 03:08:13AM +, Wang Nan wrote: > If feed perf a symbol filter in cmdline and the result is empty, > pressing 'Enter' in the hist browser causes crash: > > # ./perf report perf.data <-- Common mistake for beginners > > Then press 'Enter': > > perf: Segmentation faul

Re: [PATCH v2 3/3] perf hists browser: Reset selection when refresh

2015-12-04 Thread Namhyung Kim
On Thu, Dec 03, 2015 at 03:08:15AM +, Wang Nan wrote: > With following steps: > > Step 1: perf report > > Step 2: Use UP/DOWN to select an entry, don't press 'ENTER' > > Step 3: Use '/' to filter symbols, use a filter which returns > empty result > > Step 4: Press 'ENTER' > >

Re: [PATCH 3/9] ACPI: add struct acpi_amba_quirk for AMD pl330 specific device config

2015-12-04 Thread kbuild test robot
Hi Wang, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.4-rc3 next-20151203] url: https://github.com/0day-ci/linux/commits/Wang-Hongcheng/8250-AMD-Carrizo-UART-PL300-DMA-enablement/20151204-203235 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux

Re: [PATCH v2 2/3] perf hists browser: Add NULL pointer check to prevent crash

2015-12-04 Thread Namhyung Kim
On Thu, Dec 03, 2015 at 03:08:14AM +, Wang Nan wrote: > Before this patch we can trigger a segfault by following steps: > > Step 0: Use 'perf record' to generate a perf.data without callchain > > Step 1: perf report > > Step 2: Use UP/DOWN to select an entry, don't press 'ENTER' > > Ste

Re: use-after-free in sctp_do_sm

2015-12-04 Thread Marcelo Ricardo Leitner
On Fri, Dec 04, 2015 at 11:40:02AM +0100, Dmitry Vyukov wrote: > On Thu, Dec 3, 2015 at 9:51 PM, Joe Perches wrote: > > (adding lkml as this is likely better discussed there) > > > > On Thu, 2015-12-03 at 15:42 -0500, Jason Baron wrote: > >> On 12/03/2015 03:24 PM, Joe Perches wrote: > >> > On Thu

Re: [PATCH v2] dell-wmi: process Dell Instant Launch hotkey on Dell Vostro V131

2015-12-04 Thread Michał Kępień
> > On some laptop models (e.g. Dell Vostro V131), pressing the Dell Instant > > Launch hotkey does not raise an i8042 interrupt - only WMI event 0xe025 > > is generated. As there seems to be no ACPI method or SMI call to > > determine without possible side effects whether a given machine is > > c

Re: [PATCH 2/2] perf hists browser: Reset selection when refresh

2015-12-04 Thread Namhyung Kim
Hi, On Thu, Dec 03, 2015 at 11:05:13AM +0800, Wangnan (F) wrote: > On 2015/12/3 0:17, Namhyung Kim wrote: > >On Wed, Dec 02, 2015 at 12:51:33PM +, Wang Nan wrote: > >>With following steps: > >> > >> Step 1: perf report > >> > >> Step 2: Use UP/DOWN to select an entry, don't press 'ENTER' > >

Re: [PATCH v3 03/18] clocksource: Add NPS400 timers driver

2015-12-04 Thread Daniel Lezcano
On 12/04/2015 01:26 PM, Noam Camus wrote: From: Daniel Lezcano Sent: Friday, December 4, 2015 11:13 AM +obj-$(CONFIG_ARC_PLAT_EZNPS) += timer-nps.o CONFIG_CLKSRC_NPS I wish this driver to be build only for this specific ARC platform. This clock source is embedded in our SoC. I understand

Re: [PATCH] workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueue

2015-12-04 Thread Peter Zijlstra
On Thu, Dec 03, 2015 at 05:04:06PM -0500, Tejun Heo wrote: > > One solution is to always fail maybe_create_worker() when PF_MEMALLOC is > > set, thus always hitting the mayday button. > > I'm not following. When PF_MEMALLOC is set where? It seems I made a false assumption. I was thinking the wor

Re: [PATCH] lightnvm: place unlock sentence in the common path

2015-12-04 Thread Matias Bjørling
On 12/04/2015 01:37 PM, Wenwei Tao wrote: move spin_unlock(&vlun->lock) to common path to make the code more clean. Signed-off-by: Wenwei Tao --- drivers/lightnvm/gennvm.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/lightnvm/gennvm.c b/drivers/lightnvm/

Re: time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Sasha Levin
On 12/04/2015 06:49 AM, Dmitry Vyukov wrote: >> I'm not so sure. It finds real bugs, e.g. 32a8df4e0b33f ("sched: Fix odd >> values in effective_load() calculations") >> > was caught by UBSAN >> > I guess that we could fix most signed overflows simply by casting to >> > unsigned type. > > Yeah, o

RE: [RFC PATCH 1/2] PCI/ACPI: Add ACPI support for non ECAM Host Bridge Controllers

2015-12-04 Thread Gabriele Paoloni
Hi Lorenzo, many thanks for your review. > -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: 03 December 2015 17:58 > To: Gabriele Paoloni > Cc: bhelg...@google.com; a...@arndb.de; will.dea...@arm.com; > catalin.mari...@arm.com; hanjun@linaro.org;

[PATCH 1/4] MAINTAINERS: use https://linuxtv.org for LinuxTV URLs

2015-12-04 Thread Mauro Carvalho Chehab
While https was always supported on linuxtv.org, only in Dec 3 2015 the website is using valid certificates. As we're planning to drop pure http support on some future, change all references at MAINTAINERS file to point to the https URL instead. Signed-off-by: Mauro Carvalho Chehab --- MAINTAIN

[PATCH] lightnvm: place unlock sentence in the common path

2015-12-04 Thread Wenwei Tao
move spin_unlock(&vlun->lock) to common path to make the code more clean. Signed-off-by: Wenwei Tao --- drivers/lightnvm/gennvm.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/lightnvm/gennvm.c b/drivers/lightnvm/gennvm.c index 35dde84..ce60254 100644 --- a/d

Re: [PATCH 4/5] sh: ftrace: fix the comments for ftrace_modify_code

2015-12-04 Thread Sergei Shtylyov
Hello. On 12/4/2015 10:27 AM, Li Bin wrote: There is no need to worry about module and __init text disappearing case, because that ftrace has a module notifier that is called when a module is being unloaded and before the text goes away and this code grabs the ftrace_lock mutex and removes the

Re: [RFC 0/3] reduce latency of direct async compaction

2015-12-04 Thread Vlastimil Babka
On 12/04/2015 07:25 AM, Aaron Lu wrote: On Thu, Dec 03, 2015 at 09:10:44AM +0100, Vlastimil Babka wrote: Aaron, could you try this on your testcase? One time result isn't stable enough, so I did 9 runs for each commit, here is the result: base: 25364a9e54fb8296837061bf684b76d20eec01fb head: 7

Re: [PATCH v2] dell-wmi: process Dell Instant Launch hotkey on Dell Vostro V131

2015-12-04 Thread Michał Kępień
> > --- a/drivers/platform/x86/dell-wmi.c > > +++ b/drivers/platform/x86/dell-wmi.c > > @@ -47,6 +47,38 @@ static int acpi_video; > > > > MODULE_ALIAS("wmi:"DELL_EVENT_GUID); > > > > +struct quirk_entry { > > + bool process_dell_instant_launch; > > +}; > > + > > +static struct quirk_entry *q

Re: [PATCH v2 2/2] x86_64: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Paolo Bonzini
On 04/12/2015 13:33, Igor Mammedov wrote: > That doesn't pass strict type check: > > include/linux/kernel.h:730:17: warning: comparison of distinct pointer types > lacks a cast [enabled by default] > (void) (&_max1 == &_max2); \ > ^ > arch/x86/mm/srat.c:206:21: note: in expa

Re: [PATCH] staging: skein: macros moved to header file

2015-12-04 Thread Jason Cooper
Oh hell. :) Go ahead and try to configure git send-mail, or configure Thunderbird according to Documentation/email-clients.txt. If you want, send it to me off list first to confirm it's not getting mangled like below. I think you just won the obfuscated C contest... thx, Jason. On Fri, Dec 0

Re: [RFC 0/3] reduce latency of direct async compaction

2015-12-04 Thread Vlastimil Babka
On 12/03/2015 12:52 PM, Aaron Lu wrote: On Thu, Dec 03, 2015 at 07:35:08PM +0800, Aaron Lu wrote: On Thu, Dec 03, 2015 at 10:38:50AM +0100, Vlastimil Babka wrote: On 12/03/2015 10:25 AM, Aaron Lu wrote: On Thu, Dec 03, 2015 at 09:10:44AM +0100, Vlastimil Babka wrote: My bad, I uploaded the w

Re: [PATCH v2 2/2] x86_64: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Igor Mammedov
On Fri, 4 Dec 2015 12:49:49 +0100 Ingo Molnar wrote: > > * Igor Mammedov wrote: > > > when memory hotplug enabled system is booted with less > > than 4GB of RAM and then later more RAM is hotplugged > > 32-bit devices stop functioning with following error: > > > > nommu_map_single: overflow

Re: [PATCH 3/3] dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings

2015-12-04 Thread Mark Brown
On Fri, Dec 04, 2015 at 10:10:05AM +0900, Krzysztof Kozlowski wrote: > The mfd/s2mpa01.txt duplicates some of the information about bindings > with old mfd/s2mps11.txt. Now common part exists entirely in > mfd/samsung,sec-core.txt so: Acked-by: Mark Brown > - add company prefix to file name (re

Re: [PATCH 1/2] regulator: Add brcm,bcm63xx-regulator device tree binding

2015-12-04 Thread Simon Arlott
On Fri, December 4, 2015 11:00, Mark Brown wrote: > On Thu, Dec 03, 2015 at 11:51:16PM +, Simon Arlott wrote: >> On 03/12/15 23:45, Mark Brown wrote: > >> > Are you *sure* these are regulators and not power domains? These names >> > look a lot like they could be power domains. > >> No, I'm not

Re: [PATCH v3 03/18] clocksource: Add NPS400 timers driver

2015-12-04 Thread Noam Camus
>From: Daniel Lezcano >Sent: Friday, December 4, 2015 11:13 AM >> +obj-$(CONFIG_ARC_PLAT_EZNPS) += timer-nps.o >CONFIG_CLKSRC_NPS I wish this driver to be build only for this specific ARC platform. This clock source is embedded in our SoC. It is not meant to be built for any other architecture. T

Re: [PATCH] lightnvm: put blks when luns configure failed

2015-12-04 Thread Matias Bjørling
On 12/03/2015 02:27 PM, Wenwei Tao wrote: put the allocated blks back to the free list when the luns configure failed, to make these blks useable to others. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) dif

Re: [PATCH 8/9] Documentation: Add ivrs_acpihid kernel parameter description

2015-12-04 Thread Borislav Petkov
On Fri, Dec 04, 2015 at 11:24:25AM +0800, Wang Hongcheng wrote: > From: Wan Zongshun > > Add ivrs_acpihid kernel parameter description, > like ivrs_acpihid[00:14.5]=AMD0020:0. > > Signed-off-by: Wan Zongshun > --- > Documentation/kernel-parameters.txt | 7 +++ > 1 file changed, 7 insertion

Re: [PATCH v2 2/2] x86_64: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Igor Mammedov
On Fri, 4 Dec 2015 12:49:49 +0100 Ingo Molnar wrote: > > * Igor Mammedov wrote: > > > when memory hotplug enabled system is booted with less > > than 4GB of RAM and then later more RAM is hotplugged > > 32-bit devices stop functioning with following error: > > > > nommu_map_single: overflow

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

2015-12-04 Thread Matias Bjørling
On 12/03/2015 05:42 PM, Christoph Hellwig wrote: On Thu, Dec 03, 2015 at 12:07:23PM +0100, Matias Bjørling wrote: What is the reason to keep the nvme_ns internally to the nvme core? We can definitely move ->nsid and the lba_shift into nvm_dev. Only thing I have is that it moves a small part o

Re: [PATCH 6/7] spi: lm70llp: remove printk

2015-12-04 Thread Mark Brown
On Thu, Dec 03, 2015 at 06:29:58PM +0530, Sudip Mukherjee wrote: > Using pr_* macros are more prefferable than using printk. Start using > pr_* family of macros and define pr_fmt to be used with it. > While at it remove DRVNAME from an existing pr_info() as the name is now > being printed by pr_fmt

Re: [tip:perf/core] x86, tracing, perf: Add trace point for MSR accesses

2015-12-04 Thread Borislav Petkov
On Fri, Dec 04, 2015 at 03:59:42AM -0800, tip-bot for Andi Kleen wrote: > Commit-ID: 07b41f5cf37b34ef3de4f40fbaf8547abe690abb > Gitweb: http://git.kernel.org/tip/07b41f5cf37b34ef3de4f40fbaf8547abe690abb > Author: Andi Kleen > AuthorDate: Tue, 1 Dec 2015 17:00:59 -0800 > Committer: Ingo M

Re: [PATCH 2/3] dt-bindings: regulator/mfd: Reorganize S5M8767 bindings

2015-12-04 Thread Mark Brown
On Fri, Dec 04, 2015 at 10:10:04AM +0900, Krzysztof Kozlowski wrote: > The regulator/s5m8767-regulator.txt duplicates some of the information > about bindings with old mfd/s2mps11.txt. Now common part exists entirely > in mfd/samsung,sec-core.txt so: Acked-by: Mark Brown signature.asc Descripti

Re: [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings

2015-12-04 Thread Mark Brown
On Fri, Dec 04, 2015 at 10:10:03AM +0900, Krzysztof Kozlowski wrote: > Bindings for Samsung S2M and S5M family PMICs are in mess. They are > spread over different files and subdirectories in a non-consistent way. > The devices and respective drivers for them share a lot in common so > everything co

Re: [PATCH 03/12] statx: Add a system call to make enhanced file info available

2015-12-04 Thread Pavel Machek
Hi! > === > NEW SYSTEM CALL > === > > The new system call is: > > int ret = statx(int dfd, > const char *filename, > unsigned int flags, > unsigned int mask, > struct statx *buff

[tip:x86/mm] x86/mm/ptdump: Make (debugfs)/ kernel_page_tables read-only

2015-12-04 Thread tip-bot for Borislav Petkov
Commit-ID: 071ac0c4e8e90d5de05f0779b03ae69ce84820d5 Gitweb: http://git.kernel.org/tip/071ac0c4e8e90d5de05f0779b03ae69ce84820d5 Author: Borislav Petkov AuthorDate: Mon, 30 Nov 2015 13:12:59 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 12:55:01 +0100 x86/mm/ptdump: Make (debu

Re: [PATCH v3 0/2] arm64: stop using kstop_machine for ftrace

2015-12-04 Thread Will Deacon
On Fri, Dec 04, 2015 at 11:38:38AM +0800, Li Bin wrote: > v2: > Based on the comments from Will and Steve, > 1. Modify the commit message > 2. Fix the misleading comments for ftrace_modify_code > > v3: > Modify the comments again based on the comment from Steve. > > Link: https://lkml.org/lkml/20

[tip:locking/core] locking/pvqspinlock: Queue node adaptive spinning

2015-12-04 Thread tip-bot for Waiman Long
Commit-ID: cd0272fab785077c121aa91ec2401090965bbc37 Gitweb: http://git.kernel.org/tip/cd0272fab785077c121aa91ec2401090965bbc37 Author: Waiman Long AuthorDate: Mon, 9 Nov 2015 19:09:27 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 11:39:51 +0100 locking/pvqspinlock: Queue nod

[tip:locking/core] lcoking/barriers, arch: Use smp barriers in smp_store_release()

2015-12-04 Thread tip-bot for Davidlohr Bueso
Commit-ID: d5a73cadf3fdec95e9518ee5bb91bd0747c42b30 Gitweb: http://git.kernel.org/tip/d5a73cadf3fdec95e9518ee5bb91bd0747c42b30 Author: Davidlohr Bueso AuthorDate: Tue, 27 Oct 2015 12:53:49 -0700 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 11:39:51 +0100 lcoking/barriers, arch: U

[tip:locking/core] locking/barriers, arch: Remove ambiguous statement in the smp_store_mb() documentation

2015-12-04 Thread tip-bot for Davidlohr Bueso
Commit-ID: 2d142e599bf73ab70a3457e6947f86935245415e Gitweb: http://git.kernel.org/tip/2d142e599bf73ab70a3457e6947f86935245415e Author: Davidlohr Bueso AuthorDate: Tue, 27 Oct 2015 12:53:51 -0700 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 11:39:51 +0100 locking/barriers, arch: R

Re: [RFC PATCH 1/2] PCI/ACPI: Add ACPI support for non ECAM Host Bridge Controllers

2015-12-04 Thread Lorenzo Pieralisi
On Thu, Dec 03, 2015 at 09:58:14PM +0100, Arnd Bergmann wrote: [...] > > Let's first rewind a bit though, to summarize: > > > > 1) we need a way to configure a "generic host controller" with host > >controller specific config methods (ie ECAM, even though is a PCI > >standard it is not s

[tip:locking/core] locking/cmpxchg, arch: Remove tas() definitions

2015-12-04 Thread tip-bot for Davidlohr Bueso
Commit-ID: fbd35c0d2fb41b75863a0e45fe939c8440375b0a Gitweb: http://git.kernel.org/tip/fbd35c0d2fb41b75863a0e45fe939c8440375b0a Author: Davidlohr Bueso AuthorDate: Tue, 27 Oct 2015 12:53:48 -0700 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 11:39:51 +0100 locking/cmpxchg, arch: Re

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-04 Thread Mark Brown
On Tue, Nov 24, 2015 at 04:26:24PM +, Lee Jones wrote: > On Wed, 18 Nov 2015, Andrew F. Davis wrote: > > Documentation/devicetree/bindings/mfd/tps65912.txt | 50 ++ > > drivers/gpio/Kconfig | 2 +- > > drivers/gpio/gpio-tps65912.c | 317 +

[tip:locking/core] locking/pvqspinlock: Collect slowpath lock statistics

2015-12-04 Thread tip-bot for Waiman Long
Commit-ID: 45e898b735620f426eddf105fc886d2966593a58 Gitweb: http://git.kernel.org/tip/45e898b735620f426eddf105fc886d2966593a58 Author: Waiman Long AuthorDate: Mon, 9 Nov 2015 19:09:25 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 11:39:50 +0100 locking/pvqspinlock: Collect s

[tip:locking/core] locking/pvqspinlock: Allow limited lock stealing

2015-12-04 Thread tip-bot for Waiman Long
Commit-ID: 1c4941fd53afb46ab15826628e4819866d008a28 Gitweb: http://git.kernel.org/tip/1c4941fd53afb46ab15826628e4819866d008a28 Author: Waiman Long AuthorDate: Tue, 10 Nov 2015 16:18:56 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 11:39:51 +0100 locking/pvqspinlock: Allow li

Re: [PATCH] usb: xhci: fix config fail of FS hub behind a HS hub with MTT

2015-12-04 Thread Mathias Nyman
On 03.12.2015 08:14, Chunfeng Yun wrote: if a full speed hub connects to a high speed hub which supports MTT, the MTT field of its slot context will be set to 1 when xHCI driver setups an xHCI virtual device in xhci_setup_addressable_virt_dev(); once usb core fetch its hub descriptor, and need to

[tip:perf/core] perf/x86: Remove old MSR perf tracing code

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: 23147ce9aca551931f8f17bb520b370df884f918 Gitweb: http://git.kernel.org/tip/23147ce9aca551931f8f17bb520b370df884f918 Author: Andi Kleen AuthorDate: Tue, 1 Dec 2015 17:01:00 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:58:35 +0100 perf/x86: Remove old MSR perf t

[tip:perf/core] tracepoints: Move struct tracepoint to new tracepoint-defs.h header

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: 44eed5cd81f3a95ab6dd67b627e0d83a769efa1f Gitweb: http://git.kernel.org/tip/44eed5cd81f3a95ab6dd67b627e0d83a769efa1f Author: Andi Kleen AuthorDate: Tue, 1 Dec 2015 17:00:58 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:58:34 +0100 tracepoints: Move struct tracep

[tip:perf/core] x86, tracing, perf: Add trace point for MSR accesses

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: 07b41f5cf37b34ef3de4f40fbaf8547abe690abb Gitweb: http://git.kernel.org/tip/07b41f5cf37b34ef3de4f40fbaf8547abe690abb Author: Andi Kleen AuthorDate: Tue, 1 Dec 2015 17:00:59 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:58:34 +0100 x86, tracing, perf: Add trace p

[tip:perf/core] x86/headers: Don't include asm/processor.h in asm /atomic.h

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: d8cc58c8a099bb36371f4e4807fd6d34b301808f Gitweb: http://git.kernel.org/tip/d8cc58c8a099bb36371f4e4807fd6d34b301808f Author: Andi Kleen AuthorDate: Tue, 1 Dec 2015 17:00:57 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:58:33 +0100 x86/headers: Don't include asm/

[tip:perf/core] perf/x86/intel: Fix __initconst declaration in the RAPL perf driver

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: e2c99f678be372d5324fd57a4d557f232870a311 Gitweb: http://git.kernel.org/tip/e2c99f678be372d5324fd57a4d557f232870a311 Author: Andi Kleen AuthorDate: Mon, 30 Nov 2015 09:48:42 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:58:33 +0100 perf/x86/intel: Fix __initcons

[tip:sched/core] sched/fair: Disable the task group load_avg update for the root_task_group

2015-12-04 Thread tip-bot for Waiman Long
Commit-ID: aa0b7ae06387d40a988ce16a189082dee6e570bc Gitweb: http://git.kernel.org/tip/aa0b7ae06387d40a988ce16a189082dee6e570bc Author: Waiman Long AuthorDate: Wed, 2 Dec 2015 13:41:50 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:49 +0100 sched/fair: Disable the task g

[tip:sched/core] sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline

2015-12-04 Thread tip-bot for Waiman Long
Commit-ID: b0367629acf62a78404c467cd09df447c2fea804 Gitweb: http://git.kernel.org/tip/b0367629acf62a78404c467cd09df447c2fea804 Author: Waiman Long AuthorDate: Wed, 2 Dec 2015 13:41:49 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:48 +0100 sched/fair: Move the cache-hot

[tip:sched/core] sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()

2015-12-04 Thread tip-bot for Waiman Long
Commit-ID: a426f99c91d1036767a7819aaaba6bd3191b7f06 Gitweb: http://git.kernel.org/tip/a426f99c91d1036767a7819aaaba6bd3191b7f06 Author: Waiman Long AuthorDate: Wed, 25 Nov 2015 14:09:38 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:47 +0100 sched/fair: Avoid redundant i

[tip:sched/core] sched/core: Move the sched_to_prio[] arrays out of line

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: ed82b8a1ff76ed7b2709e36ed361ddd022fe2407 Gitweb: http://git.kernel.org/tip/ed82b8a1ff76ed7b2709e36ed361ddd022fe2407 Author: Andi Kleen AuthorDate: Sun, 29 Nov 2015 20:59:43 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:46 +0100 sched/core: Move the sched_to_

[tip:sched/core] sched/cputime: Convert vtime_seqlock to seqcount

2015-12-04 Thread tip-bot for Frederic Weisbecker
Commit-ID: b7ce2277f087fd052e7e1bbf432f7fecbee82bb6 Gitweb: http://git.kernel.org/tip/b7ce2277f087fd052e7e1bbf432f7fecbee82bb6 Author: Frederic Weisbecker AuthorDate: Thu, 19 Nov 2015 16:47:34 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:46 +0100 sched/cputime: Conver

[tip:sched/core] sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled()

2015-12-04 Thread tip-bot for Frederic Weisbecker
Commit-ID: 55dbdcfa05533f44c9416070b8a9f6432b22314a Gitweb: http://git.kernel.org/tip/55dbdcfa05533f44c9416070b8a9f6432b22314a Author: Frederic Weisbecker AuthorDate: Thu, 19 Nov 2015 16:47:32 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:45 +0100 sched/cputime: Rename

[tip:sched/core] sched/cputime: Correctly handle task guest time on housekeepers

2015-12-04 Thread tip-bot for Frederic Weisbecker
Commit-ID: cab245d68c38afff1a4c4d018ab7e1d316982f5d Gitweb: http://git.kernel.org/tip/cab245d68c38afff1a4c4d018ab7e1d316982f5d Author: Frederic Weisbecker AuthorDate: Thu, 19 Nov 2015 16:47:31 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:44 +0100 sched/cputime: Correc

[tip:sched/core] sched/cputime: Introduce vtime accounting check for readers

2015-12-04 Thread tip-bot for Frederic Weisbecker
Commit-ID: e592539466380279a9e6e6fdfe4545aa54f22593 Gitweb: http://git.kernel.org/tip/e592539466380279a9e6e6fdfe4545aa54f22593 Author: Frederic Weisbecker AuthorDate: Thu, 19 Nov 2015 16:47:33 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:45 +0100 sched/cputime: Introd

[tip:sched/core] sched/cputime: Remove extra cost in task_cputime ()

2015-12-04 Thread tip-bot for Hiroshi Shimamoto
Commit-ID: 7877a0ba5ec63c7b0111b06c773f1696fa17b35a Gitweb: http://git.kernel.org/tip/7877a0ba5ec63c7b0111b06c773f1696fa17b35a Author: Hiroshi Shimamoto AuthorDate: Thu, 19 Nov 2015 16:47:29 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:43 +0100 sched/cputime: Remove e

[tip:sched/core] sched/cputime: Clarify vtime symbols and document them

2015-12-04 Thread tip-bot for Frederic Weisbecker
Commit-ID: 7098c1eac75dc03fdbb7249171a6e68ce6044a5a Gitweb: http://git.kernel.org/tip/7098c1eac75dc03fdbb7249171a6e68ce6044a5a Author: Frederic Weisbecker AuthorDate: Thu, 19 Nov 2015 16:47:30 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:44 +0100 sched/cputime: Clarif

[tip:sched/core] sched/fair: Make it possible to account fair load avg consistently

2015-12-04 Thread tip-bot for Byungchul Park
Commit-ID: ad936d8658fd348338cb7d42c577dac77892b074 Gitweb: http://git.kernel.org/tip/ad936d8658fd348338cb7d42c577dac77892b074 Author: Byungchul Park AuthorDate: Sat, 24 Oct 2015 01:16:19 +0900 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:34:42 +0100 sched/fair: Make it possib

[tip:locking/core] sched/core: Clear the root_domain cpumasks in init_rootdomain()

2015-12-04 Thread tip-bot for Xunlei Pang
Commit-ID: 8295c69925ad53ec32ca54ac9fc194ff21bc40e2 Gitweb: http://git.kernel.org/tip/8295c69925ad53ec32ca54ac9fc194ff21bc40e2 Author: Xunlei Pang AuthorDate: Wed, 2 Dec 2015 19:52:59 +0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:16:21 +0100 sched/core: Clear the root_dom

Re: [PATCH] x86/rapl: Do not load in a guest

2015-12-04 Thread Ingo Molnar
* Borislav Petkov wrote: > On Fri, Dec 04, 2015 at 11:41:03AM +0100, Paolo Bonzini wrote: > > No, please don't. Why do you need a wrmsr instead of a rdmsr? If > > there's no RAPL domains, the device doesn't load. On hypervisors, > > reading random MSRs is generally safe. > > Well, we could n

[tip:locking/core] sched/cputime: Fix invalid gtime in proc

2015-12-04 Thread tip-bot for Hiroshi Shimamoto
Commit-ID: 2541117b0cf79977fa11a0d6e17d61010677bd7b Gitweb: http://git.kernel.org/tip/2541117b0cf79977fa11a0d6e17d61010677bd7b Author: Hiroshi Shimamoto AuthorDate: Thu, 19 Nov 2015 16:47:28 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:18:49 +0100 sched/cputime: Fix inva

[tip:locking/core] sched/core: Remove false-positive warning from wake_up_process()

2015-12-04 Thread tip-bot for Sasha Levin
Commit-ID: 119d6f6a3be8b424b200dcee56e74484d5445f7e Gitweb: http://git.kernel.org/tip/119d6f6a3be8b424b200dcee56e74484d5445f7e Author: Sasha Levin AuthorDate: Mon, 30 Nov 2015 20:34:20 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:10:16 +0100 sched/core: Remove false-posi

[tip:locking/core] sched/wait: Fix signal handling in bit wait helpers

2015-12-04 Thread tip-bot for Peter Zijlstra
Commit-ID: 68985633bccb6066bf1803e316fbc6c1f5b796d6 Gitweb: http://git.kernel.org/tip/68985633bccb6066bf1803e316fbc6c1f5b796d6 Author: Peter Zijlstra AuthorDate: Tue, 1 Dec 2015 14:04:04 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:10:15 +0100 sched/wait: Fix signal hand

[tip:perf/core] perf: Fix PERF_EVENT_IOC_PERIOD deadlock

2015-12-04 Thread tip-bot for Peter Zijlstra
Commit-ID: 642c2d671ceff40e9453203ea0c66e991e11e249 Gitweb: http://git.kernel.org/tip/642c2d671ceff40e9453203ea0c66e991e11e249 Author: Peter Zijlstra AuthorDate: Mon, 30 Nov 2015 12:56:15 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:08:03 +0100 perf: Fix PERF_EVENT_IOC_P

[tip:perf/core] perf: Do not send exit event twice

2015-12-04 Thread tip-bot for Jiri Olsa
Commit-ID: b85da9c1e52eb570fc16a42ae241ee5039c9151b Gitweb: http://git.kernel.org/tip/b85da9c1e52eb570fc16a42ae241ee5039c9151b Author: Jiri Olsa AuthorDate: Wed, 4 Nov 2015 16:00:05 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:08:07 +0100 perf: Do not send exit event twi

[tip:perf/core] perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macro

2015-12-04 Thread tip-bot for Jiri Olsa
Commit-ID: 2a6ec339c0a04cab79151b19489b273079a4bd7a Gitweb: http://git.kernel.org/tip/2a6ec339c0a04cab79151b19489b273079a4bd7a Author: Jiri Olsa AuthorDate: Mon, 9 Nov 2015 10:24:31 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:08:06 +0100 perf/x86/intel: Fix INTEL_FLAGS_

[tip:perf/core] perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: 4576ceaa56a86bd0c041c204d51c3f3ca582a49c Gitweb: http://git.kernel.org/tip/4576ceaa56a86bd0c041c204d51c3f3ca582a49c Author: Andi Kleen AuthorDate: Mon, 30 Nov 2015 16:28:09 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:08:04 +0100 perf/x86: Use INST_RETIRED.PRE

[tip:perf/core] perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on Haswell

2015-12-04 Thread tip-bot for Yuanfang Chen
Commit-ID: f3316715ed4bdf24862b4849c799f46a533d4421 Gitweb: http://git.kernel.org/tip/f3316715ed4bdf24862b4849c799f46a533d4421 Author: Yuanfang Chen AuthorDate: Tue, 24 Nov 2015 12:05:01 -0500 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:08:05 +0100 perf/x86/intel: Make L1D_PE

[tip:perf/core] perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for Skylake

2015-12-04 Thread tip-bot for Andi Kleen
Commit-ID: ac1e1d30cf90fdc7716150a9c130bdd7d7b9fdd9 Gitweb: http://git.kernel.org/tip/ac1e1d30cf90fdc7716150a9c130bdd7d7b9fdd9 Author: Andi Kleen AuthorDate: Mon, 30 Nov 2015 16:28:08 -0800 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 10:08:04 +0100 perf/x86: Use INST_RETIRED.TOT

[tip:x86/boot] x86/tboot: Update maintainer list for Intel TXT

2015-12-04 Thread tip-bot for Wei, Gang
Commit-ID: 74b18e1750201530ce285a5cd1269a9fb592d905 Gitweb: http://git.kernel.org/tip/74b18e1750201530ce285a5cd1269a9fb592d905 Author: Wei, Gang AuthorDate: Wed, 2 Dec 2015 07:07:20 + Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 09:25:52 +0100 x86/tboot: Update maintainer lis

Re: time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Dmitry Vyukov
On Fri, Dec 4, 2015 at 12:44 PM, Andrey Ryabinin wrote: Hello, UBSAN reports undefined behavior in ktime_add_safe: UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16 signed integer overflow: 9223372036854775807 + 1 cannot be represented in type 'l

[tip:x86/urgent] x86/mm: Fix regression with huge pages on PAE

2015-12-04 Thread tip-bot for Kirill A. Shutemov
Commit-ID: 70f1528747651b20c7769d3516ade369f9963237 Gitweb: http://git.kernel.org/tip/70f1528747651b20c7769d3516ade369f9963237 Author: Kirill A. Shutemov AuthorDate: Mon, 30 Nov 2015 11:10:33 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 09:14:27 +0100 x86/mm: Fix regression

[tip:x86/mm] x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() as __initdata

2015-12-04 Thread tip-bot for Rasmus Villemoes
Commit-ID: c332813b51cbe807d539bb059b81235abf1e3fdd Gitweb: http://git.kernel.org/tip/c332813b51cbe807d539bb059b81235abf1e3fdd Author: Rasmus Villemoes AuthorDate: Tue, 1 Dec 2015 21:44:50 +0100 Committer: Ingo Molnar CommitDate: Fri, 4 Dec 2015 09:11:28 +0100 x86/mm/mtrr: Mark the 'ra

[PATCH] arm64: add a function to show the different types of pagetable

2015-12-04 Thread zhongjiang
The patch is mainly to show pagetable number of different level in the direct mapping. pagetable is created from pud to pte in arm64 , resulting in different resluts with x86. For instance, The kernel of two-level pages will produce three types of pagetable. It can also be used to detect whether

Re: [PATCH v2 2/2] x86_64: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Ingo Molnar
* Igor Mammedov wrote: > when memory hotplug enabled system is booted with less > than 4GB of RAM and then later more RAM is hotplugged > 32-bit devices stop functioning with following error: > > nommu_map_single: overflow 327b4f8c0+1522 of device mask > > the reason for this is that

Re: [PATCH v3 01/18] Documentation: Add EZchip vendor to binding list

2015-12-04 Thread Noam Camus
>From: Daniel Lezcano >Sent: Friday, December 4, 2015 10:07 AM >> >> diff --git a/Documentation/devicetree/bindings/arc/eznps.txt >> b/Documentation/devicetree/bindings/arc/eznps.txt >> new file mode 100644 >> index 000..f8b5e9b >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/arc/

Re: time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Andrey Ryabinin
On 12/04/2015 02:33 PM, Dmitry Vyukov wrote: > On Fri, Dec 4, 2015 at 12:32 PM, Andrey Ryabinin > wrote: >> On 12/04/2015 02:05 PM, Dmitry Vyukov wrote: >>> Hello, >>> >>> UBSAN reports undefined behavior in ktime_add_safe: >>> >>> UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16 >>>

Re: SoCFPGA ethernet broken

2015-12-04 Thread Dinh Nguyen
Hi Andrew, On Fri, 4 Dec 2015, Andrew Lunn wrote: > On Fri, Dec 04, 2015 at 02:10:50AM +0100, Andrew Lunn wrote: > > > > FWIW: My initial patch to address the failure worked with the original > > > > DTB. > > > > > > Can I ask what patch are you referring to? I was sidetracked for a while > > >

Re: time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Dmitry Vyukov
On Fri, Dec 4, 2015 at 12:32 PM, Andrey Ryabinin wrote: > On 12/04/2015 02:05 PM, Dmitry Vyukov wrote: >> Hello, >> >> UBSAN reports undefined behavior in ktime_add_safe: >> >> UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16 >> signed integer overflow: >> 9223372036854775807 + 1

Re: time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Andrey Ryabinin
On 12/04/2015 02:05 PM, Dmitry Vyukov wrote: > Hello, > > UBSAN reports undefined behavior in ktime_add_safe: > > UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16 > signed integer overflow: > 9223372036854775807 + 1 cannot be represented in type 'long long int' > CPU: 3 PID: 264

Re: time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Hannes Frederic Sowa
Hello, On Fri, Dec 4, 2015, at 12:05, Dmitry Vyukov wrote: > UBSAN reports undefined behavior in ktime_add_safe: > > UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16 > signed integer overflow: > 9223372036854775807 + 1 cannot be represented in type 'long long > int' > CPU: 3 PID

[PATCH v2 2/2] x86_64: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Igor Mammedov
when memory hotplug enabled system is booted with less than 4GB of RAM and then later more RAM is hotplugged 32-bit devices stop functioning with following error: nommu_map_single: overflow 327b4f8c0+1522 of device mask the reason for this is that if x86_64 system were booted with RAM l

[PATCH v2 1/2] x86: introduce max_possible_pfn

2015-12-04 Thread Igor Mammedov
max_possible_pfn will be used for tracking max possible PFN for memory that isn't present in E820 table and could be hotplugged later. By default max_possible_pfn is initialized with max_pfn, but a follow up patch will update it with highest PFN of hotpluggable memory ranges declared in ACPI SRAT

[PATCH v2 0/2] x86: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Igor Mammedov
changes since v1: - reduce # of #ifdefs by introducing max_possible_pfn global variable - don't check 'acpi_no_memhotplug=1' for disabling SWIOTLB initialization, since existing 'no_iommu' kernel option could be used to the same effect. - split into 2 patches - 1st adds max_

Re: [PATCH 2/2] pinctrl: single: remove misuse of IRQF_NO_SUSPEND flag

2015-12-04 Thread Sudeep Holla
On 04/12/15 11:18, Grygorii Strashko wrote: On 12/04/2015 12:54 PM, Sudeep Holla wrote: Hi Grygorii, On 04/12/15 10:44, Grygorii Strashko wrote: On 12/03/2015 11:37 PM, Tony Lindgren wrote: [...] And these both need to be applied together when we have a fix for the above as otherwise we'

Re: [PATCH 2/2] pinctrl: single: remove misuse of IRQF_NO_SUSPEND flag

2015-12-04 Thread Grygorii Strashko
On 12/04/2015 12:54 PM, Sudeep Holla wrote: > Hi Grygorii, > > On 04/12/15 10:44, Grygorii Strashko wrote: >> On 12/03/2015 11:37 PM, Tony Lindgren wrote: > > [...] > >>> And these both need to be applied together when we have a fix for the >>> above >>> as otherwise we'll get the lock recursion

bpf: undefined shift in __bpf_prog_run

2015-12-04 Thread Dmitry Vyukov
Hello, UBSAN reports the following undefined behavior: UBSAN: Undefined behaviour in kernel/bpf/core.c:336:2 shift exponent 2835 is to large for 32-bit type 'unsigned int' CPU: 1 PID: 14227 Comm: syzkaller_execu Not tainted 4.4.0-rc3+ #142 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BI

Re: [PATCH 2/9] 8250/Kconfig: add config option CONFIG_SERIAL_8250_AMD

2015-12-04 Thread Borislav Petkov
On Fri, Dec 04, 2015 at 11:24:19AM +0800, Wang Hongcheng wrote: > Add config option CONFIG_SERIAL_8250_AMD in use of AMD carrizo. > Because carrizo's UART DMA device is an amba device, it selects > ARM_AMBA option. Anything uses amba devices must select ARM_AMBA. > > Signed-off-by: Wang Hongcheng

Re: [PATCH] x86_64: enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN

2015-12-04 Thread Igor Mammedov
On Fri, 4 Dec 2015 09:20:50 +0100 Ingo Molnar wrote: > > * Igor Mammedov wrote: > > > diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h > > index 94c18eb..53d7951 100644 > > --- a/arch/x86/include/asm/acpi.h > > +++ b/arch/x86/include/asm/acpi.h > > @@ -147,6 +147,7 @@ sta

time: signed integer overflow in ktime_add_safe

2015-12-04 Thread Dmitry Vyukov
Hello, UBSAN reports undefined behavior in ktime_add_safe: UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16 signed integer overflow: 9223372036854775807 + 1 cannot be represented in type 'long long int' CPU: 3 PID: 26438 Comm: syzkaller_execu Tainted: GB 4.4.0-rc3+ #141 Hard

Re: [PATCH 0/5] Fix regression introduced by set_irq_flags() removal

2015-12-04 Thread Thomas Petazzoni
Thomas, On Fri, 13 Nov 2015 15:11:16 -0500 (EST), Thomas Gleixner wrote: > On Wed, 11 Nov 2015, Thomas Petazzoni wrote: > > Have you had the time to consider the proposed solution? For 4.3 we > > implemented the quick work-around that consisted in clearing > > IRQ_NOAUTOEN, but it's probably not

Re: [PATCH 1/2] regulator: Add brcm,bcm63xx-regulator device tree binding

2015-12-04 Thread Mark Brown
On Thu, Dec 03, 2015 at 11:51:16PM +, Simon Arlott wrote: > On 03/12/15 23:45, Mark Brown wrote: > > Are you *sure* these are regulators and not power domains? These names > > look a lot like they could be power domains. > No, I'm not sure. Some of them are may actually be regulators (the "P

Re: [PATCH v2 1/9] clk: hi3519: add dt-binding document and header file

2015-12-04 Thread Arnd Bergmann
On Friday 04 December 2015 11:21:28 xuejiancheng wrote: > Hi Arnd, > > On 2015/12/3 17:44, Arnd Bergmann wrote: > > On Thursday 03 December 2015 10:39:24 Jiancheng Xue wrote: > >> +#ifndef __DTS_HI3519_CLOCK_H > >> +#define __DTS_HI3519_CLOCK_H > > > > Please try to avoid adding headers like this

Re: [PATCH] x86/rapl: Do not load in a guest

2015-12-04 Thread Borislav Petkov
On Fri, Dec 04, 2015 at 11:41:03AM +0100, Paolo Bonzini wrote: > No, please don't. Why do you need a wrmsr instead of a rdmsr? If > there's no RAPL domains, the device doesn't load. On hypervisors, > reading random MSRs is generally safe. Well, we could not do anything, sure, that's an option t

Re: [PATCH 2/2] pinctrl: single: remove misuse of IRQF_NO_SUSPEND flag

2015-12-04 Thread Sudeep Holla
Hi Grygorii, On 04/12/15 10:44, Grygorii Strashko wrote: On 12/03/2015 11:37 PM, Tony Lindgren wrote: [...] And these both need to be applied together when we have a fix for the above as otherwise we'll get the lock recursion Sudeep mentioned in patch 2/2. Most probably below diff will fi

Re: [PATCH v2 4/9] ARM: dts: add dts files for hi3519-demb board

2015-12-04 Thread Arnd Bergmann
On Friday 04 December 2015 10:27:58 xuejiancheng wrote: > > > >> +sysctrl: system-controller@1202 { > >> +compatible = "hisilicon,sysctrl"; > >> +reg = <0x1202 0x1000>; > >> +reboot-offset = <0x4>; > >> +};

Re: [PATCH] drivers: dma-coherent: use ioremap_wc() for DMA_MEMORY_MAP

2015-12-04 Thread Catalin Marinas
On Fri, Nov 20, 2015 at 02:20:26PM +, Brian Starkey wrote: > When the DMA_MEMORY_MAP flag is used, memory which can be accessed > directly should be returned, so use ioremap_wc() instead of ioremap(). > Also, ensure that the correct memset operation is used in > dma_alloc_from_coherent() with r

<    3   4   5   6   7   8   9   10   >