Re: [PATCH v17 6/9] x86/xen: Add xen_cpuid() to objtool whitelist

2016-02-24 Thread Ingo Molnar
* Josh Poimboeuf wrote: > 'objtool check' reports the following false positive warning: > > objtool: arch/x86/xen/enlighten.o: xen_cpuid()+0x41: can't find jump dest > instruction at .text+0x108 > > The warning is due to xen_cpuid()'s use of XEN_EMULATE_PREFIX to

Re: [PATCH v17 6/9] x86/xen: Add xen_cpuid() to objtool whitelist

2016-02-24 Thread Ingo Molnar
* Josh Poimboeuf wrote: > 'objtool check' reports the following false positive warning: > > objtool: arch/x86/xen/enlighten.o: xen_cpuid()+0x41: can't find jump dest > instruction at .text+0x108 > > The warning is due to xen_cpuid()'s use of XEN_EMULATE_PREFIX to insert > some fake

Re: [PATCH 1/2] sched/deadline: add per rq tracking of admitted bandwidth

2016-02-24 Thread Peter Zijlstra
On Wed, Feb 24, 2016 at 10:46:43PM +0100, luca abeni wrote: > > I arrived to the conclusion that for GRUB this is not a problem (but, > as usual, I might be wrong): GRUB just needs to track the per-runqueue > active/inactive utilization, Ah! indeed, my bad.

Re: [PATCH 1/2] sched/deadline: add per rq tracking of admitted bandwidth

2016-02-24 Thread Peter Zijlstra
On Wed, Feb 24, 2016 at 10:46:43PM +0100, luca abeni wrote: > > I arrived to the conclusion that for GRUB this is not a problem (but, > as usual, I might be wrong): GRUB just needs to track the per-runqueue > active/inactive utilization, Ah! indeed, my bad.

Re: [PATCH v17 4/9] x86/objtool: Add STACK_FRAME_NON_STANDARD macro

2016-02-24 Thread Ingo Molnar
* Josh Poimboeuf wrote: > Add a new objtool ignore macro, STACK_FRAME_NON_STANDARD, which can be > used to tell objtool to skip validation of a function. > > Signed-off-by: Josh Poimboeuf > --- > MAINTAINERS | 1 + >

Re: [PATCH v17 4/9] x86/objtool: Add STACK_FRAME_NON_STANDARD macro

2016-02-24 Thread Ingo Molnar
* Josh Poimboeuf wrote: > Add a new objtool ignore macro, STACK_FRAME_NON_STANDARD, which can be > used to tell objtool to skip validation of a function. > > Signed-off-by: Josh Poimboeuf > --- > MAINTAINERS | 1 + > arch/x86/kernel/vmlinux.lds.S | 5 - >

[patch 2/2] ASoC: max9867: silence and array overflow warning

2016-02-24 Thread Dan Carpenter
Smatch complains that we might reach the end of this loop without finding what we're looking for leading to a buffer overflow. Signed-off-by: Dan Carpenter diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c index 4fb6fc7..9fb03c6 100755 ---

[patch 2/2] ASoC: max9867: silence and array overflow warning

2016-02-24 Thread Dan Carpenter
Smatch complains that we might reach the end of this loop without finding what we're looking for leading to a buffer overflow. Signed-off-by: Dan Carpenter diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c index 4fb6fc7..9fb03c6 100755 --- a/sound/soc/codecs/max9867.c +++

Re: [RFC PATCH 1/2] memremap: add arch specific hook for MEMREMAP_WB mappings

2016-02-24 Thread Ard Biesheuvel
On 23 February 2016 at 23:23, Robert Jarzmik wrote: > Dan Williams writes: > >> On Tue, Feb 23, 2016 at 4:26 AM, Ard Biesheuvel >> wrote: >>> On 23 February 2016 at 13:03, Ard Biesheuvel

Re: [RFC PATCH 1/2] memremap: add arch specific hook for MEMREMAP_WB mappings

2016-02-24 Thread Ard Biesheuvel
On 23 February 2016 at 23:23, Robert Jarzmik wrote: > Dan Williams writes: > >> On Tue, Feb 23, 2016 at 4:26 AM, Ard Biesheuvel >> wrote: >>> On 23 February 2016 at 13:03, Ard Biesheuvel >>> wrote: On 23 February 2016 at 12:58, Russell King - ARM Linux wrote: > On Mon, Feb 22,

[tip:x86/urgent] x86/entry/compat: Add missing CLAC to entry_INT80_32

2016-02-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 3d44d51bd339766f0178f0cf2e8d048b4a4872aa Gitweb: http://git.kernel.org/tip/3d44d51bd339766f0178f0cf2e8d048b4a4872aa Author: Andy Lutomirski AuthorDate: Wed, 24 Feb 2016 12:18:49 -0800 Committer: Ingo Molnar CommitDate: Thu, 25 Feb 2016

[patch] drm/amd: cleanup get_mfd_cell_dev()

2016-02-24 Thread Dan Carpenter
It's simpler to just use snprintf() to print this to one buffer instead of using strcpy() and strcat(). Also using snprintf() is slightly safer than using sprintf(). Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c

[tip:perf/core] perf top: Add --hierarchy option

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: c92fcfde3486fb4b9e476ee5ad5995a62e401cce Gitweb: http://git.kernel.org/tip/c92fcfde3486fb4b9e476ee5ad5995a62e401cce Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:50 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[patch] drm/amd: cleanup get_mfd_cell_dev()

2016-02-24 Thread Dan Carpenter
It's simpler to just use snprintf() to print this to one buffer instead of using strcpy() and strcat(). Also using snprintf() is slightly safer than using sprintf(). Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c

[tip:perf/core] perf top: Add --hierarchy option

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: c92fcfde3486fb4b9e476ee5ad5995a62e401cce Gitweb: http://git.kernel.org/tip/c92fcfde3486fb4b9e476ee5ad5995a62e401cce Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:50 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:15 -0300 perf top: Add

[tip:x86/urgent] x86/entry/compat: Add missing CLAC to entry_INT80_32

2016-02-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 3d44d51bd339766f0178f0cf2e8d048b4a4872aa Gitweb: http://git.kernel.org/tip/3d44d51bd339766f0178f0cf2e8d048b4a4872aa Author: Andy Lutomirski AuthorDate: Wed, 24 Feb 2016 12:18:49 -0800 Committer: Ingo Molnar CommitDate: Thu, 25 Feb 2016 08:31:20 +0100 x86/entry/compat: Add

Re: JFFS2 deadlock

2016-02-24 Thread Joakim Tjernlund
On Thu, 2016-02-18 at 10:57 +0100, thomas.bet...@rohde-schwarz.com wrote: > Hello David: > > > > > > > > > Please could you try what's in the tree at > > > http://git.infradead.org/users/dwmw2/jffs2-fixes.git > > > > Your patch looks much simpler, and I will definitely test it. It may > > take

Re: JFFS2 deadlock

2016-02-24 Thread Joakim Tjernlund
On Thu, 2016-02-18 at 10:57 +0100, thomas.bet...@rohde-schwarz.com wrote: > Hello David: > > > > > > > > > Please could you try what's in the tree at > > > http://git.infradead.org/users/dwmw2/jffs2-fixes.git > > > > Your patch looks much simpler, and I will definitely test it. It may > > take

[tip:perf/core] perf ui/gtk: Implement hierarchy output mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: e311ec1e5df6d5de377e67f704bca43fb023ca5e Gitweb: http://git.kernel.org/tip/e311ec1e5df6d5de377e67f704bca43fb023ca5e Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:47 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Support decaying in hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 5d8200ae67724960f7761b3a2216a1ca651fcc65 Gitweb: http://git.kernel.org/tip/5d8200ae67724960f7761b3a2216a1ca651fcc65 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:49 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf report: Add --hierarchy option

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 4251446d778e669db5ac9f86b02d38064bdbbf9a Gitweb: http://git.kernel.org/tip/4251446d778e669db5ac9f86b02d38064bdbbf9a Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:48 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf ui/gtk: Implement hierarchy output mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: e311ec1e5df6d5de377e67f704bca43fb023ca5e Gitweb: http://git.kernel.org/tip/e311ec1e5df6d5de377e67f704bca43fb023ca5e Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:47 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:14 -0300 perf ui/gtk:

[tip:perf/core] perf hists: Support decaying in hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 5d8200ae67724960f7761b3a2216a1ca651fcc65 Gitweb: http://git.kernel.org/tip/5d8200ae67724960f7761b3a2216a1ca651fcc65 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:49 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:15 -0300 perf hists:

[tip:perf/core] perf report: Add --hierarchy option

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 4251446d778e669db5ac9f86b02d38064bdbbf9a Gitweb: http://git.kernel.org/tip/4251446d778e669db5ac9f86b02d38064bdbbf9a Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:48 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:15 -0300 perf report:

[tip:perf/core] perf hists browser: Count number of hierarchy entries

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: f5b763feebe9770c3e6b01f1e19860e95f24b623 Gitweb: http://git.kernel.org/tip/f5b763feebe9770c3e6b01f1e19860e95f24b623 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:43 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists browser: Implement hierarchy output

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: d0506edbec7d04dcca632fddfc162faa78d5527a Gitweb: http://git.kernel.org/tip/d0506edbec7d04dcca632fddfc162faa78d5527a Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:45 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists browser: Align column header in hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: d8b92400d3ba6bb9a310c42b7518a81eb90f83be Gitweb: http://git.kernel.org/tip/d8b92400d3ba6bb9a310c42b7518a81eb90f83be Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:46 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists browser: Count number of hierarchy entries

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: f5b763feebe9770c3e6b01f1e19860e95f24b623 Gitweb: http://git.kernel.org/tip/f5b763feebe9770c3e6b01f1e19860e95f24b623 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:43 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:12 -0300 perf hists

[tip:perf/core] perf hists browser: Implement hierarchy output

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: d0506edbec7d04dcca632fddfc162faa78d5527a Gitweb: http://git.kernel.org/tip/d0506edbec7d04dcca632fddfc162faa78d5527a Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:45 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:13 -0300 perf hists

[tip:perf/core] perf hists browser: Align column header in hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: d8b92400d3ba6bb9a310c42b7518a81eb90f83be Gitweb: http://git.kernel.org/tip/d8b92400d3ba6bb9a310c42b7518a81eb90f83be Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:46 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:14 -0300 perf hists

[tip:perf/core] perf hists browser: Support collapsing/expanding whole entries in hierarchy

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 492b1010606e9222690992ad8e4898a88a696856 Gitweb: http://git.kernel.org/tip/492b1010606e9222690992ad8e4898a88a696856 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:44 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists browser: Support collapsing/expanding whole entries in hierarchy

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 492b1010606e9222690992ad8e4898a88a696856 Gitweb: http://git.kernel.org/tip/492b1010606e9222690992ad8e4898a88a696856 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:44 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:13 -0300 perf hists

[tip:perf/core] perf ui/stdio: Align column header for hierarchy output

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 8e2fc44f46ba4d3d1ee8b6ba0839a282a9f3fdd7 Gitweb: http://git.kernel.org/tip/8e2fc44f46ba4d3d1ee8b6ba0839a282a9f3fdd7 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:42 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf ui/stdio: Align column header for hierarchy output

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 8e2fc44f46ba4d3d1ee8b6ba0839a282a9f3fdd7 Gitweb: http://git.kernel.org/tip/8e2fc44f46ba4d3d1ee8b6ba0839a282a9f3fdd7 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:42 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:12 -0300 perf

[PATCH] mm, memory hotplug: print debug message in the proper way for online_pages

2016-02-24 Thread Chen Yucong
online_pages() simply returns an error value if memory_notify(MEM_GOING_ONLINE, ) return a value that is not what we want for successfully onlining target pages. This patch arms to print more failure information like offline_pages() in online_pages. This patch also converts printk(KERN_) to

[PATCH] mm, memory hotplug: print debug message in the proper way for online_pages

2016-02-24 Thread Chen Yucong
online_pages() simply returns an error value if memory_notify(MEM_GOING_ONLINE, ) return a value that is not what we want for successfully onlining target pages. This patch arms to print more failure information like offline_pages() in online_pages. This patch also converts printk(KERN_) to

[tip:perf/core] perf ui/stdio: Implement hierarchy output mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: ef86d68a088c324e4bd85f82387d1f9a571affd0 Gitweb: http://git.kernel.org/tip/ef86d68a088c324e4bd85f82387d1f9a571affd0 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:41 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Support filtering in hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 155e9afff77916931f615a394cef187b342530dc Gitweb: http://git.kernel.org/tip/155e9afff77916931f615a394cef187b342530dc Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:38 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf ui/stdio: Implement hierarchy output mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: ef86d68a088c324e4bd85f82387d1f9a571affd0 Gitweb: http://git.kernel.org/tip/ef86d68a088c324e4bd85f82387d1f9a571affd0 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:41 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:12 -0300 perf

[tip:perf/core] perf hists: Support filtering in hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 155e9afff77916931f615a394cef187b342530dc Gitweb: http://git.kernel.org/tip/155e9afff77916931f615a394cef187b342530dc Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:38 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:10 -0300 perf hists:

[tip:perf/core] perf hists: Resort hist entries with hierarchy

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 1a3906a7e6b9cbfaf2a3d00c310aed8af8e10d92 Gitweb: http://git.kernel.org/tip/1a3906a7e6b9cbfaf2a3d00c310aed8af8e10d92 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:35 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Resort after filtering hierarchy

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 70642850fa581df219d7bc03cd7aca6e1956968c Gitweb: http://git.kernel.org/tip/70642850fa581df219d7bc03cd7aca6e1956968c Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:39 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Resort after filtering hierarchy

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 70642850fa581df219d7bc03cd7aca6e1956968c Gitweb: http://git.kernel.org/tip/70642850fa581df219d7bc03cd7aca6e1956968c Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:39 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:11 -0300 perf hists:

[tip:perf/core] perf hists: Resort hist entries with hierarchy

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 1a3906a7e6b9cbfaf2a3d00c310aed8af8e10d92 Gitweb: http://git.kernel.org/tip/1a3906a7e6b9cbfaf2a3d00c310aed8af8e10d92 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:35 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 16:54:09 -0300 perf hists:

[tip:perf/core] perf hists: Add helper functions for hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 8c01872fe3c17fde1ce74eecf523d6d7fce5ffec Gitweb: http://git.kernel.org/tip/8c01872fe3c17fde1ce74eecf523d6d7fce5ffec Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:36 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Count number of sort keys

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 1f2d72cf3258eacd667cd1920e64c9b64b9984d5 Gitweb: http://git.kernel.org/tip/1f2d72cf3258eacd667cd1920e64c9b64b9984d5 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:40 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Introduce hist_entry__filter()

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 54430101d2af260dba2d129cc9d9b7c7e60087b0 Gitweb: http://git.kernel.org/tip/54430101d2af260dba2d129cc9d9b7c7e60087b0 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:37 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Add helper functions for hierarchy mode

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 8c01872fe3c17fde1ce74eecf523d6d7fce5ffec Gitweb: http://git.kernel.org/tip/8c01872fe3c17fde1ce74eecf523d6d7fce5ffec Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:36 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 16:55:17 -0300 perf hists:

[tip:perf/core] perf hists: Count number of sort keys

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 1f2d72cf3258eacd667cd1920e64c9b64b9984d5 Gitweb: http://git.kernel.org/tip/1f2d72cf3258eacd667cd1920e64c9b64b9984d5 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:40 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:21:11 -0300 perf hists:

[tip:perf/core] perf hists: Introduce hist_entry__filter()

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 54430101d2af260dba2d129cc9d9b7c7e60087b0 Gitweb: http://git.kernel.org/tip/54430101d2af260dba2d129cc9d9b7c7e60087b0 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:37 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 20:19:14 -0300 perf hists:

[tip:perf/core] perf hists: Basic support of hierarchical report view

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: aef810ec4e6b638facb6c81803c019906f34f014 Gitweb: http://git.kernel.org/tip/aef810ec4e6b638facb6c81803c019906f34f014 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:34 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf hists: Basic support of hierarchical report view

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: aef810ec4e6b638facb6c81803c019906f34f014 Gitweb: http://git.kernel.org/tip/aef810ec4e6b638facb6c81803c019906f34f014 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:34 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 13:35:44 -0300 perf hists:

[tip:perf/core] perf tools: Add helper functions for some sort keys

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: a9c6e46c04ba38925e94c4c2fa9217460338db43 Gitweb: http://git.kernel.org/tip/a9c6e46c04ba38925e94c4c2fa9217460338db43 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:33 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24

[tip:perf/core] perf tools: Add helper functions for some sort keys

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: a9c6e46c04ba38925e94c4c2fa9217460338db43 Gitweb: http://git.kernel.org/tip/a9c6e46c04ba38925e94c4c2fa9217460338db43 Author: Namhyung Kim AuthorDate: Thu, 25 Feb 2016 00:13:33 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 13:05:04 -0300 perf tools:

[tip:perf/core] perf script: Print bpf-output events in 'perf script'

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 30372f04c9dc159f99f1f09c61e5e0dbe4c91251 Gitweb: http://git.kernel.org/tip/30372f04c9dc159f99f1f09c61e5e0dbe4c91251 Author: Wang Nan AuthorDate: Wed, 24 Feb 2016 11:20:45 + Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf script: Print bpf-output events in 'perf script'

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 30372f04c9dc159f99f1f09c61e5e0dbe4c91251 Gitweb: http://git.kernel.org/tip/30372f04c9dc159f99f1f09c61e5e0dbe4c91251 Author: Wang Nan AuthorDate: Wed, 24 Feb 2016 11:20:45 + Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 12:09:24 -0300 perf script:

[tip:perf/core] perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 8b0819c8a3c97279b815581b606407c0387cc26f Gitweb: http://git.kernel.org/tip/8b0819c8a3c97279b815581b606407c0387cc26f Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:53 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Make binary data printer code in trace_event public available

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: c339b1a90e6cd638a1d99cbbf49d870ce233198e Gitweb: http://git.kernel.org/tip/c339b1a90e6cd638a1d99cbbf49d870ce233198e Author: Wang Nan AuthorDate: Wed, 24 Feb 2016 11:20:44 + Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 8b0819c8a3c97279b815581b606407c0387cc26f Gitweb: http://git.kernel.org/tip/8b0819c8a3c97279b815581b606407c0387cc26f Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:53 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:31:03 -0300 perf tools:

[tip:perf/core] perf tools: Make binary data printer code in trace_event public available

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: c339b1a90e6cd638a1d99cbbf49d870ce233198e Gitweb: http://git.kernel.org/tip/c339b1a90e6cd638a1d99cbbf49d870ce233198e Author: Wang Nan AuthorDate: Wed, 24 Feb 2016 11:20:44 + Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 11:38:01 -0300 perf tools: Make

[tip:perf/core] perf script: Display data_src values

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: c19ac91245a2f8d26aafd7f23256f3b76314d5d4 Gitweb: http://git.kernel.org/tip/c19ac91245a2f8d26aafd7f23256f3b76314d5d4 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:54 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf script: Display data_src values

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: c19ac91245a2f8d26aafd7f23256f3b76314d5d4 Gitweb: http://git.kernel.org/tip/c19ac91245a2f8d26aafd7f23256f3b76314d5d4 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:54 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:32:11 -0300 perf script:

[tip:perf/core] perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 149d75076778d3b14e13b79d683b4f4fdd4fdb01 Gitweb: http://git.kernel.org/tip/149d75076778d3b14e13b79d683b4f4fdd4fdb01 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:52 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 149d75076778d3b14e13b79d683b4f4fdd4fdb01 Gitweb: http://git.kernel.org/tip/149d75076778d3b14e13b79d683b4f4fdd4fdb01 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:52 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:30:22 -0300 perf tools:

[tip:perf/core] perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 969075630e3abd1c740ac4f3183949cbf54b410d Gitweb: http://git.kernel.org/tip/969075630e3abd1c740ac4f3183949cbf54b410d Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:51 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 969075630e3abd1c740ac4f3183949cbf54b410d Gitweb: http://git.kernel.org/tip/969075630e3abd1c740ac4f3183949cbf54b410d Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:51 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:30:14 -0300 perf tools:

[tip:perf/core] perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: b1a5fbea3d69511e445b8d9efe6dc605edb508c8 Gitweb: http://git.kernel.org/tip/b1a5fbea3d69511e445b8d9efe6dc605edb508c8 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:50 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: b1a5fbea3d69511e445b8d9efe6dc605edb508c8 Gitweb: http://git.kernel.org/tip/b1a5fbea3d69511e445b8d9efe6dc605edb508c8 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:50 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:30:03 -0300 perf tools:

[tip:perf/core] perf tools: Introduce perf_mem__lck_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 69a77275926ccd0c08fde103de52b59f18370f5a Gitweb: http://git.kernel.org/tip/69a77275926ccd0c08fde103de52b59f18370f5a Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:49 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Introduce perf_mem__lck_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 69a77275926ccd0c08fde103de52b59f18370f5a Gitweb: http://git.kernel.org/tip/69a77275926ccd0c08fde103de52b59f18370f5a Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:49 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:29:52 -0300 perf tools:

[tip:perf/core] perf tools: Introduce perf_mem__snp_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 2c07af13dcd4d971578041b50598f1269b33e68a Gitweb: http://git.kernel.org/tip/2c07af13dcd4d971578041b50598f1269b33e68a Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:48 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Introduce perf_mem__lvl_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 071e9a1e12dceaec6f9d3ffe6e77ee68364166d6 Gitweb: http://git.kernel.org/tip/071e9a1e12dceaec6f9d3ffe6e77ee68364166d6 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:47 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Introduce perf_mem__snp_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 2c07af13dcd4d971578041b50598f1269b33e68a Gitweb: http://git.kernel.org/tip/2c07af13dcd4d971578041b50598f1269b33e68a Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:48 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:20:45 -0300 perf tools:

[tip:perf/core] perf tools: Introduce perf_mem__lvl_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 071e9a1e12dceaec6f9d3ffe6e77ee68364166d6 Gitweb: http://git.kernel.org/tip/071e9a1e12dceaec6f9d3ffe6e77ee68364166d6 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:47 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:20:28 -0300 perf tools:

[tip:perf/core] perf mem record: Check for memory events support

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 54fbad54ebcde9db9c7459e9e379f2350c25e1f1 Gitweb: http://git.kernel.org/tip/54fbad54ebcde9db9c7459e9e379f2350c25e1f1 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:42 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf mem record: Check for memory events support

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 54fbad54ebcde9db9c7459e9e379f2350c25e1f1 Gitweb: http://git.kernel.org/tip/54fbad54ebcde9db9c7459e9e379f2350c25e1f1 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:42 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:10:59 -0300 perf mem record:

[tip:perf/core] perf mem: Introduce perf_mem_events__name function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 2ba7ac5814a6952aad647ce31696b893772cbe83 Gitweb: http://git.kernel.org/tip/2ba7ac5814a6952aad647ce31696b893772cbe83 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:43 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf tools: Introduce perf_mem__tlb_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 0c877d759d3a62a01d75dc6de4a923a686bb285a Gitweb: http://git.kernel.org/tip/0c877d759d3a62a01d75dc6de4a923a686bb285a Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:46 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb

[tip:perf/core] perf mem: Introduce perf_mem_events__name function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 2ba7ac5814a6952aad647ce31696b893772cbe83 Gitweb: http://git.kernel.org/tip/2ba7ac5814a6952aad647ce31696b893772cbe83 Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:43 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:11:52 -0300 perf mem:

[tip:perf/core] perf tools: Introduce perf_mem__tlb_scnprintf function

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 0c877d759d3a62a01d75dc6de4a923a686bb285a Gitweb: http://git.kernel.org/tip/0c877d759d3a62a01d75dc6de4a923a686bb285a Author: Jiri Olsa AuthorDate: Wed, 24 Feb 2016 09:46:46 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 24 Feb 2016 10:20:08 -0300 perf tools:

Re: [RFC v5 0/3] mm: make swapin readahead to gain more thp performance

2016-02-24 Thread Hugh Dickins
On Mon, 14 Sep 2015, Andrew Morton wrote: > On Mon, 14 Sep 2015 22:31:42 +0300 Ebru Akagunduz > wrote: > > > This patch series makes swapin readahead up to a > > certain number to gain more thp performance and adds > > tracepoint for khugepaged_scan_pmd,

Re: [RFC v5 0/3] mm: make swapin readahead to gain more thp performance

2016-02-24 Thread Hugh Dickins
On Mon, 14 Sep 2015, Andrew Morton wrote: > On Mon, 14 Sep 2015 22:31:42 +0300 Ebru Akagunduz > wrote: > > > This patch series makes swapin readahead up to a > > certain number to gain more thp performance and adds > > tracepoint for khugepaged_scan_pmd, collapse_huge_page, > >

Re: [PATCH 09/12] KVM: MMU: coalesce zapping page after mmu_sync_children

2016-02-24 Thread Xiao Guangrong
On 02/25/2016 10:15 AM, Takuya Yoshikawa wrote: On 2016/02/24 22:17, Paolo Bonzini wrote: Move the call to kvm_mmu_flush_or_zap outside the loop. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/mmu.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)

Re: [PATCH 09/12] KVM: MMU: coalesce zapping page after mmu_sync_children

2016-02-24 Thread Xiao Guangrong
On 02/25/2016 10:15 AM, Takuya Yoshikawa wrote: On 2016/02/24 22:17, Paolo Bonzini wrote: Move the call to kvm_mmu_flush_or_zap outside the loop. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/mmu.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

Re: [PATCH 08/12] KVM: MMU: move zap/flush to kvm_mmu_get_page

2016-02-24 Thread Xiao Guangrong
On 02/24/2016 09:17 PM, Paolo Bonzini wrote: kvm_mmu_get_page is the only caller of kvm_sync_page_transient and kvm_sync_pages. Moving the handling of the invalid_list there removes the need for the underdocumented kvm_sync_page_transient function. Signed-off-by: Paolo Bonzini

Re: [PATCH 08/12] KVM: MMU: move zap/flush to kvm_mmu_get_page

2016-02-24 Thread Xiao Guangrong
On 02/24/2016 09:17 PM, Paolo Bonzini wrote: kvm_mmu_get_page is the only caller of kvm_sync_page_transient and kvm_sync_pages. Moving the handling of the invalid_list there removes the need for the underdocumented kvm_sync_page_transient function. Signed-off-by: Paolo Bonzini ---

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-24 Thread Willy Tarreau
On Wed, Feb 24, 2016 at 09:24:39PM +, Ben Hutchings wrote: (...) > Yes, it looks like the bug was really introduced way back in 2.5.65 by > "[NET]: Simplify scm handling and sendmsg/recvmsg invocation, > consolidate net compat syscalls." > > So I think this is also needed for 2.6.32. Thanks

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-24 Thread Willy Tarreau
On Wed, Feb 24, 2016 at 09:24:39PM +, Ben Hutchings wrote: (...) > Yes, it looks like the bug was really introduced way back in 2.5.65 by > "[NET]: Simplify scm handling and sendmsg/recvmsg invocation, > consolidate net compat syscalls." > > So I think this is also needed for 2.6.32. Thanks

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

2016-02-24 Thread Ingo Molnar
el.org/pub/scm/linux/kernel/git/acme/linux into perf/core > (2016-02-24 08:20:30 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-core-for-mingo-20160224 > > for you to fetch changes up to c9

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

2016-02-24 Thread Ingo Molnar
ernel/git/acme/linux into perf/core > (2016-02-24 08:20:30 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-core-for-mingo-20160224 > > for you to fetch changes up to c92fcfde3486fb4b9e476ee5ad5

Re: [PATCH 2/9] ARM: dts: uniphier: rework UniPhier System Bus nodes

2016-02-24 Thread Olof Johansson
On Wed, Feb 24, 2016 at 6:22 PM, Masahiro Yamada wrote: > Hi Olof, > > > 2016-02-25 9:26 GMT+09:00 Olof Johansson : >> Hi, >> >> On Tue, Feb 16, 2016 at 11:15:04AM +0900, Masahiro Yamada wrote: >> >>> diff --git a/arch/arm/mach-uniphier/platsmp.c

Re: [PATCH 2/9] ARM: dts: uniphier: rework UniPhier System Bus nodes

2016-02-24 Thread Olof Johansson
On Wed, Feb 24, 2016 at 6:22 PM, Masahiro Yamada wrote: > Hi Olof, > > > 2016-02-25 9:26 GMT+09:00 Olof Johansson : >> Hi, >> >> On Tue, Feb 16, 2016 at 11:15:04AM +0900, Masahiro Yamada wrote: >> >>> diff --git a/arch/arm/mach-uniphier/platsmp.c >>> b/arch/arm/mach-uniphier/platsmp.c >>> index

[PATCH] ALSA: hda - Fixing background noise on Dell Inspiron 3162

2016-02-24 Thread Kai-Heng Feng
After login to the desktop on Dell Inspiron 3162, there's a very loud background noise comes from the builtin speaker. The noise does not go away even if the speaker is muted. The noise disappears after using the aamix fixup. Codec: Realtek ALC3234 Address: 0 AFG Function Id: 0x1 (unsol 1)

[PATCH] ALSA: hda - Fixing background noise on Dell Inspiron 3162

2016-02-24 Thread Kai-Heng Feng
After login to the desktop on Dell Inspiron 3162, there's a very loud background noise comes from the builtin speaker. The noise does not go away even if the speaker is muted. The noise disappears after using the aamix fixup. Codec: Realtek ALC3234 Address: 0 AFG Function Id: 0x1 (unsol 1)

[PATCH] ASoC: mediatek: Add machine driver for rt5650 rt5514 codec

2016-02-24 Thread PC Liao
From: Koro Chen This is the DPCM based machine driver with rt5650 and rt5514. Signed-off-by: Koro Chen Signed-off-by: PC Liao --- .../bindings/sound/mt8173-rt5650-rt5514.txt| 15 ++ sound/soc/mediatek/Kconfig

[PATCH] ASoC: mediatek: Add machine driver for rt5650 rt5514 codec

2016-02-24 Thread PC Liao
From: Koro Chen This is the DPCM based machine driver with rt5650 and rt5514. Signed-off-by: Koro Chen Signed-off-by: PC Liao --- .../bindings/sound/mt8173-rt5650-rt5514.txt| 15 ++ sound/soc/mediatek/Kconfig | 28 ++- sound/soc/mediatek/Makefile

[PATCH] ASoC: mediatek: Add I03/I04 widgets and corresponding routes

2016-02-24 Thread PC Liao
From: Koro Chen Add these widgets to allow another path from I2S input. Change-Id: Ib6804bbbde388830d8359245fe13bbb0f2bb36ba Signed-off-by: Koro Chen Signed-off-by: PC Liao --- sound/soc/mediatek/mtk-afe-pcm.c | 11

[PATCH] ASoC: mediatek: Add I03/I04 widgets and corresponding routes

2016-02-24 Thread PC Liao
From: Koro Chen Add these widgets to allow another path from I2S input. Change-Id: Ib6804bbbde388830d8359245fe13bbb0f2bb36ba Signed-off-by: Koro Chen Signed-off-by: PC Liao --- sound/soc/mediatek/mtk-afe-pcm.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Felipe Balbi
Hi, Doug Anderson writes: >> John Youn writes: >>> On 2/23/2016 12:35 AM, John Youn wrote: This series moves the host/gadget-specific code from core.c to hcd.c and gadget.c so that they will be compiled only when their respective

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Felipe Balbi
Hi, Doug Anderson writes: >> John Youn writes: >>> On 2/23/2016 12:35 AM, John Youn wrote: This series moves the host/gadget-specific code from core.c to hcd.c and gadget.c so that they will be compiled only when their respective configurations are selected, or in DRD.

  1   2   3   4   5   6   7   8   9   10   >