Re: [PATCH 0/3] OOM detection rework v4

2016-02-24 Thread Sergey Senozhatsky
Hello, On (02/24/16 19:47), Hugh Dickins wrote: > On Wed, 3 Feb 2016, Michal Hocko wrote: > > Hi, > > this thread went mostly quite. Are all the main concerns clarified? > > Are there any new concerns? Are there any objections to targeting > > this for the next merge window? > > Sorry to say at

Re: [PATCH 0/3] OOM detection rework v4

2016-02-24 Thread Sergey Senozhatsky
Hello, On (02/24/16 19:47), Hugh Dickins wrote: > On Wed, 3 Feb 2016, Michal Hocko wrote: > > Hi, > > this thread went mostly quite. Are all the main concerns clarified? > > Are there any new concerns? Are there any objections to targeting > > this for the next merge window? > > Sorry to say at

Re: [PATCH 02/12] powerpc/module: Mark module stubs with a magic value

2016-02-24 Thread Michael Ellerman
On Thu, 2016-02-25 at 11:04 +1100, Balbir Singh wrote: > > On 25/02/16 01:28, Michael Ellerman wrote: > > -bool is_module_trampoline(u32 *p) > > +int module_trampoline_target(struct module *mod, unsigned long addr, > > +unsigned long *target) > > { > > - unsigned int i;

Re: [PATCH 02/12] powerpc/module: Mark module stubs with a magic value

2016-02-24 Thread Michael Ellerman
On Thu, 2016-02-25 at 11:04 +1100, Balbir Singh wrote: > > On 25/02/16 01:28, Michael Ellerman wrote: > > -bool is_module_trampoline(u32 *p) > > +int module_trampoline_target(struct module *mod, unsigned long addr, > > +unsigned long *target) > > { > > - unsigned int i;

Re: [PATCH tip/core/rcu 02/14] documentation: Fix control dependency and identical stores

2016-02-24 Thread Jianyu Zhan
On Thu, Feb 25, 2016 at 5:40 AM, Paul E. McKenney wrote: > So ordering between the read from "a" and the write to "b" is still > preserved. The reason this works is that the smp_mb() does all the > ordering, so the fact that the control dependency has been eliminated

Re: [PATCH tip/core/rcu 02/14] documentation: Fix control dependency and identical stores

2016-02-24 Thread Jianyu Zhan
On Thu, Feb 25, 2016 at 5:40 AM, Paul E. McKenney wrote: > So ordering between the read from "a" and the write to "b" is still > preserved. The reason this works is that the smp_mb() does all the > ordering, so the fact that the control dependency has been eliminated > is irrelevant. Thanks,

[PATCH 3/3] regulator: max77620: Remove duplicate module alias

2016-02-24 Thread Axel Lin
The same alias is already in .id_table. Signed-off-by: Axel Lin --- drivers/regulator/max77620-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c index 0eb5d18..259e7e1 100644 ---

[PATCH 3/3] regulator: max77620: Remove duplicate module alias

2016-02-24 Thread Axel Lin
The same alias is already in .id_table. Signed-off-by: Axel Lin --- drivers/regulator/max77620-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c index 0eb5d18..259e7e1 100644 ---

[PATCH 2/3] regulator: max77620: Eliminate duplicate code

2016-02-24 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/regulator/max77620-regulator.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c index 761eb96..0eb5d18 100644 ---

[PATCH 2/3] regulator: max77620: Eliminate duplicate code

2016-02-24 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/regulator/max77620-regulator.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c index 761eb96..0eb5d18 100644 ---

[PATCH 1/3] regulator: max77620: Remove unused fields

2016-02-24 Thread Axel Lin
These fields are never used and not required at all, remove them. Signed-off-by: Axel Lin --- drivers/regulator/max77620-regulator.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/regulator/max77620-regulator.c

[PATCH 1/3] regulator: max77620: Remove unused fields

2016-02-24 Thread Axel Lin
These fields are never used and not required at all, remove them. Signed-off-by: Axel Lin --- drivers/regulator/max77620-regulator.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/regulator/max77620-regulator.c b/drivers/regulator/max77620-regulator.c index

[tip:perf/core] perf tools: Fix alignment on some sort keys

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 2960ed6f8d6794dcb39ba48c3e515e5be18ee9e1 Gitweb: http://git.kernel.org/tip/2960ed6f8d6794dcb39ba48c3e515e5be18ee9e1 Author: Namhyung Kim AuthorDate: Mon, 22 Feb 2016 09:32:33 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22

[tip:perf/core] perf tools: Fix column width setting on 'trace' sort key

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 0c0af78d472f96efe04daaaccede7522b2394b76 Gitweb: http://git.kernel.org/tip/0c0af78d472f96efe04daaaccede7522b2394b76 Author: Namhyung Kim AuthorDate: Sun, 21 Feb 2016 23:22:38 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22

[tip:perf/core] perf tools: Fix alignment on some sort keys

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 2960ed6f8d6794dcb39ba48c3e515e5be18ee9e1 Gitweb: http://git.kernel.org/tip/2960ed6f8d6794dcb39ba48c3e515e5be18ee9e1 Author: Namhyung Kim AuthorDate: Mon, 22 Feb 2016 09:32:33 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:05:55 -0300 perf tools:

[tip:perf/core] perf tools: Fix column width setting on 'trace' sort key

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 0c0af78d472f96efe04daaaccede7522b2394b76 Gitweb: http://git.kernel.org/tip/0c0af78d472f96efe04daaaccede7522b2394b76 Author: Namhyung Kim AuthorDate: Sun, 21 Feb 2016 23:22:38 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:06:53 -0300 perf tools:

[tip:perf/core] perf script: Add data_src and weight column definitions

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 94fab521423d94d6066879b514b9431e5cae Gitweb: http://git.kernel.org/tip/94fab521423d94d6066879b514b9431e5cae Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:51 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb

[tip:perf/core] perf script: Add data_src and weight column definitions

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: 94fab521423d94d6066879b514b9431e5cae Gitweb: http://git.kernel.org/tip/94fab521423d94d6066879b514b9431e5cae Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:51 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 12:20:02 -0300 perf script: Add

[tip:perf/core] perf tools: Make cl_address global

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: e95cf700b1b267d912ee779c3ab36e582111a52d Gitweb: http://git.kernel.org/tip/e95cf700b1b267d912ee779c3ab36e582111a52d Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:32 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb

[tip:perf/core] perf tools: Make cl_address global

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: e95cf700b1b267d912ee779c3ab36e582111a52d Gitweb: http://git.kernel.org/tip/e95cf700b1b267d912ee779c3ab36e582111a52d Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:32 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 12:09:02 -0300 perf tools: Make

[tip:perf/core] perf tools: Use ARRAY_SIZE in mem sort display functions

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: b19a1b6a233ede3ffc379b49e3653d6ce80dd743 Gitweb: http://git.kernel.org/tip/b19a1b6a233ede3ffc379b49e3653d6ce80dd743 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:42 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb

[tip:perf/core] perf tools: Update srcline/file if needed

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: cecaec635de3719ef56a9261c10cd8f2f74ebdb1 Gitweb: http://git.kernel.org/tip/cecaec635de3719ef56a9261c10cd8f2f74ebdb1 Author: Namhyung Kim AuthorDate: Mon, 22 Feb 2016 09:31:51 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22

[tip:perf/core] perf mem: Add -e record option

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: ce1e22b08f0728e840614d3d0fc43fd1d6b7f7a2 Gitweb: http://git.kernel.org/tip/ce1e22b08f0728e840614d3d0fc43fd1d6b7f7a2 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb

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

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: d392711095f12942a61e2963f5ab0076ac651e73 Gitweb: http://git.kernel.org/tip/d392711095f12942a61e2963f5ab0076ac651e73 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:33 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb

[tip:perf/core] perf tools: Fix segfault on dynamic entries

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 665aa75700edda07bd7f05acab86cef1a1a1ea66 Gitweb: http://git.kernel.org/tip/665aa75700edda07bd7f05acab86cef1a1a1ea66 Author: Namhyung Kim AuthorDate: Sun, 21 Feb 2016 23:22:35 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22

[tip:perf/core] perf tools: Use ARRAY_SIZE in mem sort display functions

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: b19a1b6a233ede3ffc379b49e3653d6ce80dd743 Gitweb: http://git.kernel.org/tip/b19a1b6a233ede3ffc379b49e3653d6ce80dd743 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:42 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 12:19:10 -0300 perf tools: Use

[tip:perf/core] perf tools: Update srcline/file if needed

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: cecaec635de3719ef56a9261c10cd8f2f74ebdb1 Gitweb: http://git.kernel.org/tip/cecaec635de3719ef56a9261c10cd8f2f74ebdb1 Author: Namhyung Kim AuthorDate: Mon, 22 Feb 2016 09:31:51 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:04:34 -0300 perf tools:

[tip:perf/core] perf mem: Add -e record option

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: ce1e22b08f0728e840614d3d0fc43fd1d6b7f7a2 Gitweb: http://git.kernel.org/tip/ce1e22b08f0728e840614d3d0fc43fd1d6b7f7a2 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 12:15:59 -0300 perf mem: Add -e

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

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: d392711095f12942a61e2963f5ab0076ac651e73 Gitweb: http://git.kernel.org/tip/d392711095f12942a61e2963f5ab0076ac651e73 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:33 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 12:09:22 -0300 perf tools:

[tip:perf/core] perf tools: Fix segfault on dynamic entries

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: 665aa75700edda07bd7f05acab86cef1a1a1ea66 Gitweb: http://git.kernel.org/tip/665aa75700edda07bd7f05acab86cef1a1a1ea66 Author: Namhyung Kim AuthorDate: Sun, 21 Feb 2016 23:22:35 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:01:09 -0300 perf tools:

[tip:perf/core] perf tools: Apply tracepoint event definition options to BPF script

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 95088a591e197610bd03f4059f5fdbe9e376425b Gitweb: http://git.kernel.org/tip/95088a591e197610bd03f4059f5fdbe9e376425b Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:36 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] tools lib traceevent: Implement '%' operation

2016-02-24 Thread tip-bot for Daniel Bristot de Oliveira
Commit-ID: 0e47b38dcd24c78d0699b42f28d5986154d2aa11 Gitweb: http://git.kernel.org/tip/0e47b38dcd24c78d0699b42f28d5986154d2aa11 Author: Daniel Bristot de Oliveira AuthorDate: Mon, 22 Feb 2016 14:08:22 -0300 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] tools lib traceevent: Implement '%' operation

2016-02-24 Thread tip-bot for Daniel Bristot de Oliveira
Commit-ID: 0e47b38dcd24c78d0699b42f28d5986154d2aa11 Gitweb: http://git.kernel.org/tip/0e47b38dcd24c78d0699b42f28d5986154d2aa11 Author: Daniel Bristot de Oliveira AuthorDate: Mon, 22 Feb 2016 14:08:22 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 11:40:51 -0300

[tip:perf/core] perf tools: Apply tracepoint event definition options to BPF script

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 95088a591e197610bd03f4059f5fdbe9e376425b Gitweb: http://git.kernel.org/tip/95088a591e197610bd03f4059f5fdbe9e376425b Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:36 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 13:02:44 -0300 perf tools: Apply

[tip:perf/core] perf record: Apply config to BPF objects before recording

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 8690a2a773703e4ad2a07a7f3912ea6b131307cc Gitweb: http://git.kernel.org/tip/8690a2a773703e4ad2a07a7f3912ea6b131307cc Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:32 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf tools: Enable BPF object configure syntax

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: a34f3be70cdf986850552e62b9f22d659bfbcef3 Gitweb: http://git.kernel.org/tip/a34f3be70cdf986850552e62b9f22d659bfbcef3 Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:31 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf tools: Enable BPF object configure syntax

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: a34f3be70cdf986850552e62b9f22d659bfbcef3 Gitweb: http://git.kernel.org/tip/a34f3be70cdf986850552e62b9f22d659bfbcef3 Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:31 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:20:35 -0300 perf tools:

[tip:perf/core] perf record: Apply config to BPF objects before recording

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 8690a2a773703e4ad2a07a7f3912ea6b131307cc Gitweb: http://git.kernel.org/tip/8690a2a773703e4ad2a07a7f3912ea6b131307cc Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:32 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:28:02 -0300 perf record:

[tip:perf/core] perf tools: Support setting different slots in a BPF map separately

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 2d055bf253c0d606c5de3fe7749e3188080780ad Gitweb: http://git.kernel.org/tip/2d055bf253c0d606c5de3fe7749e3188080780ad Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:34 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf bpf: Add API to set values to map entries in a bpf object

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 066dacbf2a32defb4de23ea4c1af9e77578b5ac2 Gitweb: http://git.kernel.org/tip/066dacbf2a32defb4de23ea4c1af9e77578b5ac2 Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:30 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf tools: Enable passing event to BPF object

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 7630b3e28dd827fffad13cc0aada14b00ec524d9 Gitweb: http://git.kernel.org/tip/7630b3e28dd827fffad13cc0aada14b00ec524d9 Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:33 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf bpf: Add API to set values to map entries in a bpf object

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 066dacbf2a32defb4de23ea4c1af9e77578b5ac2 Gitweb: http://git.kernel.org/tip/066dacbf2a32defb4de23ea4c1af9e77578b5ac2 Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:30 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:17:48 -0300 perf bpf: Add API

[tip:perf/core] perf tools: Enable passing event to BPF object

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 7630b3e28dd827fffad13cc0aada14b00ec524d9 Gitweb: http://git.kernel.org/tip/7630b3e28dd827fffad13cc0aada14b00ec524d9 Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:33 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:30:50 -0300 perf tools:

[tip:perf/core] perf tools: Support setting different slots in a BPF map separately

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 2d055bf253c0d606c5de3fe7749e3188080780ad Gitweb: http://git.kernel.org/tip/2d055bf253c0d606c5de3fe7749e3188080780ad Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:34 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:48:50 -0300 perf tools:

[tip:perf/core] perf tools: Introduce bpf-output event

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 03e0a7df3efd959e40cd7ff40b1fabddc234ec5a Gitweb: http://git.kernel.org/tip/03e0a7df3efd959e40cd7ff40b1fabddc234ec5a Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:37 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf tools: Introduce bpf-output event

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: 03e0a7df3efd959e40cd7ff40b1fabddc234ec5a Gitweb: http://git.kernel.org/tip/03e0a7df3efd959e40cd7ff40b1fabddc234ec5a Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:37 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 14:37:21 -0300 perf tools:

[tip:perf/core] perf tools: Enable indices setting syntax for BPF map

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: e571e029bdbf59f485fe67740b7a4ef421e1d55d Gitweb: http://git.kernel.org/tip/e571e029bdbf59f485fe67740b7a4ef421e1d55d Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:35 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb

[tip:perf/core] perf tools: Enable indices setting syntax for BPF map

2016-02-24 Thread tip-bot for Wang Nan
Commit-ID: e571e029bdbf59f485fe67740b7a4ef421e1d55d Gitweb: http://git.kernel.org/tip/e571e029bdbf59f485fe67740b7a4ef421e1d55d Author: Wang Nan AuthorDate: Mon, 22 Feb 2016 09:10:35 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:59:49 -0300 perf tools:

Re: [tip:x86/urgent] x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32

2016-02-24 Thread H. Peter Anvin
On 02/24/16 21:53, tip-bot for Andy Lutomirski wrote: > Commit-ID: 04d1d281dcfe683a53cddfab8371fc8bb302b069 > Gitweb: http://git.kernel.org/tip/04d1d281dcfe683a53cddfab8371fc8bb302b069 > Author: Andy Lutomirski > AuthorDate: Tue, 23 Feb 2016 13:19:29 -0800 > Committer:

[tip:perf/core] perf tools: Add monitored events array

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: acbe613e0c03d59cab21aec3565cdb28c7df98c3 Gitweb: http://git.kernel.org/tip/acbe613e0c03d59cab21aec3565cdb28c7df98c3 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb

[tip:perf/core] perf tools: Fix assertion failure on dynamic entry

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: dd42baf1f64d7257258fa4f20064aee5160df369 Gitweb: http://git.kernel.org/tip/dd42baf1f64d7257258fa4f20064aee5160df369 Author: Namhyung Kim AuthorDate: Sun, 21 Feb 2016 23:22:34 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22

Re: [tip:x86/urgent] x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32

2016-02-24 Thread H. Peter Anvin
On 02/24/16 21:53, tip-bot for Andy Lutomirski wrote: > Commit-ID: 04d1d281dcfe683a53cddfab8371fc8bb302b069 > Gitweb: http://git.kernel.org/tip/04d1d281dcfe683a53cddfab8371fc8bb302b069 > Author: Andy Lutomirski > AuthorDate: Tue, 23 Feb 2016 13:19:29 -0800 > Committer: Ingo Molnar >

[tip:perf/core] perf tools: Add monitored events array

2016-02-24 Thread tip-bot for Jiri Olsa
Commit-ID: acbe613e0c03d59cab21aec3565cdb28c7df98c3 Gitweb: http://git.kernel.org/tip/acbe613e0c03d59cab21aec3565cdb28c7df98c3 Author: Jiri Olsa AuthorDate: Mon, 15 Feb 2016 09:34:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Feb 2016 12:11:06 -0300 perf tools: Add

[tip:perf/core] perf tools: Fix assertion failure on dynamic entry

2016-02-24 Thread tip-bot for Namhyung Kim
Commit-ID: dd42baf1f64d7257258fa4f20064aee5160df369 Gitweb: http://git.kernel.org/tip/dd42baf1f64d7257258fa4f20064aee5160df369 Author: Namhyung Kim AuthorDate: Sun, 21 Feb 2016 23:22:34 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 22 Feb 2016 12:07:14 -0300 perf tools:

Re: [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-02-24 Thread James Liao
Hi Mike, On Wed, 2016-02-24 at 13:25 -0800, Michael Turquette wrote: > Hi James, > > Quoting James Liao (2016-02-15 01:19:42) > > Hi Mike, > > > > On Wed, 2016-02-10 at 12:08 -0800, Michael Turquette wrote: > > > Quoting James Liao (2016-02-05 01:37:27) > > > > +CLK_OF_DECLARE(mtk_topckgen,

Re: [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-02-24 Thread James Liao
Hi Mike, On Wed, 2016-02-24 at 13:25 -0800, Michael Turquette wrote: > Hi James, > > Quoting James Liao (2016-02-15 01:19:42) > > Hi Mike, > > > > On Wed, 2016-02-10 at 12:08 -0800, Michael Turquette wrote: > > > Quoting James Liao (2016-02-05 01:37:27) > > > > +CLK_OF_DECLARE(mtk_topckgen,

[tip:x86/debug] x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 13523309495cdbd57a0d344c0d5d574987af007f Gitweb: http://git.kernel.org/tip/13523309495cdbd57a0d344c0d5d574987af007f Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:21 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 13523309495cdbd57a0d344c0d5d574987af007f Gitweb: http://git.kernel.org/tip/13523309495cdbd57a0d344c0d5d574987af007f Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:21 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/asm/acpi: Create a

Re: [PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings.

2016-02-24 Thread Scott Wood
On Thu, 2016-02-25 at 05:55 +, Qiang Zhao wrote: > On Thu, 2016-02-25 at 11:12 AM, Scott Wood wrote: > > -Original Message- > > From: Scott Wood [mailto:o...@buserror.net] > > Sent: Thursday, February 25, 2016 11:12 AM > > To: Qiang Zhao ; Rob Herring

Re: [PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings.

2016-02-24 Thread Scott Wood
On Thu, 2016-02-25 at 05:55 +, Qiang Zhao wrote: > On Thu, 2016-02-25 at 11:12 AM, Scott Wood wrote: > > -Original Message- > > From: Scott Wood [mailto:o...@buserror.net] > > Sent: Thursday, February 25, 2016 11:12 AM > > To: Qiang Zhao ; Rob Herring > > Cc: Yang-Leo Li ;

RE: [PATCH v14 01/22] tracing: Update some tracing_map constants and comments

2016-02-24 Thread 平松雅巳 / HIRAMATU,MASAMI
Hi Tom, From: Tom Zanussi [mailto:tom.zanu...@linux.intel.com] > >Make it clear exactly how many keys and values are supported through >better defines, and add 1 to the vals count, since normally clients >want support for at least a hitcount and two other values. OK, but would that (increment

RE: [PATCH v14 01/22] tracing: Update some tracing_map constants and comments

2016-02-24 Thread 平松雅巳 / HIRAMATU,MASAMI
Hi Tom, From: Tom Zanussi [mailto:tom.zanu...@linux.intel.com] > >Make it clear exactly how many keys and values are supported through >better defines, and add 1 to the vals count, since normally clients >want support for at least a hitcount and two other values. OK, but would that (increment

[tip:sched/core] sched/wait: Fix wait_event_freezable() documentation

2016-02-24 Thread tip-bot for Stafford Horne
Commit-ID: f4bcfa1da6fdcbc7a0854a28603bffc3c5656332 Gitweb: http://git.kernel.org/tip/f4bcfa1da6fdcbc7a0854a28603bffc3c5656332 Author: Stafford Horne AuthorDate: Tue, 23 Feb 2016 22:39:28 +0900 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/urgent] x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32

2016-02-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 04d1d281dcfe683a53cddfab8371fc8bb302b069 Gitweb: http://git.kernel.org/tip/04d1d281dcfe683a53cddfab8371fc8bb302b069 Author: Andy Lutomirski AuthorDate: Tue, 23 Feb 2016 13:19:29 -0800 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/locking: Create stack frame in PV unlock

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 16df4ff8604881db0130f93f4b6ade759fa48e87 Gitweb: http://git.kernel.org/tip/16df4ff8604881db0130f93f4b6ade759fa48e87 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:32 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/kvm: Make test_cc() always inline

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: cb7390fed4c04e609a420ac0b1c07a7a781b43bf Gitweb: http://git.kernel.org/tip/cb7390fed4c04e609a420ac0b1c07a7a781b43bf Author: Josh Poimboeuf AuthorDate: Fri, 22 Jan 2016 10:16:12 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:sched/core] sched/wait: Fix wait_event_freezable() documentation

2016-02-24 Thread tip-bot for Stafford Horne
Commit-ID: f4bcfa1da6fdcbc7a0854a28603bffc3c5656332 Gitweb: http://git.kernel.org/tip/f4bcfa1da6fdcbc7a0854a28603bffc3c5656332 Author: Stafford Horne AuthorDate: Tue, 23 Feb 2016 22:39:28 +0900 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 09:09:45 +0100 sched/wait: Fix

[tip:x86/urgent] x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32

2016-02-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 04d1d281dcfe683a53cddfab8371fc8bb302b069 Gitweb: http://git.kernel.org/tip/04d1d281dcfe683a53cddfab8371fc8bb302b069 Author: Andy Lutomirski AuthorDate: Tue, 23 Feb 2016 13:19:29 -0800 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:43:04 +0100 x86/entry/32: Add an

[tip:x86/debug] x86/locking: Create stack frame in PV unlock

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 16df4ff8604881db0130f93f4b6ade759fa48e87 Gitweb: http://git.kernel.org/tip/16df4ff8604881db0130f93f4b6ade759fa48e87 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:32 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 x86/locking: Create

[tip:x86/debug] x86/kvm: Make test_cc() always inline

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: cb7390fed4c04e609a420ac0b1c07a7a781b43bf Gitweb: http://git.kernel.org/tip/cb7390fed4c04e609a420ac0b1c07a7a781b43bf Author: Josh Poimboeuf AuthorDate: Fri, 22 Jan 2016 10:16:12 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 x86/kvm: Make test_cc()

[tip:x86/debug] watchdog/hpwdt: Create stack frame in asminline_call()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 5c1d5f283a855a5fe6b4f122054d85072b97ae4a Gitweb: http://git.kernel.org/tip/5c1d5f283a855a5fe6b4f122054d85072b97ae4a Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:31 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

RE: [PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings.

2016-02-24 Thread Qiang Zhao
On Thu, 2016-02-25 at 11:12 AM, Scott Wood wrote: > -Original Message- > From: Scott Wood [mailto:o...@buserror.net] > Sent: Thursday, February 25, 2016 11:12 AM > To: Qiang Zhao ; Rob Herring > Cc: Yang-Leo Li ;

[tip:x86/debug] watchdog/hpwdt: Create stack frame in asminline_call()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 5c1d5f283a855a5fe6b4f122054d85072b97ae4a Gitweb: http://git.kernel.org/tip/5c1d5f283a855a5fe6b4f122054d85072b97ae4a Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:31 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 watchdog/hpwdt: Create

RE: [PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings.

2016-02-24 Thread Qiang Zhao
On Thu, 2016-02-25 at 11:12 AM, Scott Wood wrote: > -Original Message- > From: Scott Wood [mailto:o...@buserror.net] > Sent: Thursday, February 25, 2016 11:12 AM > To: Qiang Zhao ; Rob Herring > Cc: Yang-Leo Li ; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org;

[tip:x86/debug] sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 821eae7d14f0bbf69df1cc4656c54900b2672928 Gitweb: http://git.kernel.org/tip/821eae7d14f0bbf69df1cc4656c54900b2672928 Author: Josh Poimboeuf AuthorDate: Thu, 18 Feb 2016 11:41:58 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

Re: [PATCH 3.14 00/70] 3.14.62-stable review

2016-02-24 Thread Guenter Roeck
On 02/23/2016 07:33 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.62 release. There are 70 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

[tip:x86/debug] x86/kprobes: Get rid of kretprobe_trampoline_holder()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: c1c355ce14c037666fbcb9453d9067c86bbdda5c Gitweb: http://git.kernel.org/tip/c1c355ce14c037666fbcb9453d9067c86bbdda5c Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:28 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/kvm: Add output operand in vmx_handle_external_intr inline asm

2016-02-24 Thread tip-bot for Chris J Arges
Commit-ID: 3f62de5f6f369b67b7ac709e3c942c9130d2c51a Gitweb: http://git.kernel.org/tip/3f62de5f6f369b67b7ac709e3c942c9130d2c51a Author: Chris J Arges AuthorDate: Fri, 22 Jan 2016 15:44:38 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb

[tip:x86/debug] x86/asm/bpf: Create stack frames in bpf_jit.S

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: d21001cc15ba9f63b0334d60942278587471a451 Gitweb: http://git.kernel.org/tip/d21001cc15ba9f63b0334d60942278587471a451 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:27 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

Re: [PATCH 3.14 00/70] 3.14.62-stable review

2016-02-24 Thread Guenter Roeck
On 02/23/2016 07:33 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.62 release. There are 70 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

[tip:x86/debug] x86/kprobes: Get rid of kretprobe_trampoline_holder()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: c1c355ce14c037666fbcb9453d9067c86bbdda5c Gitweb: http://git.kernel.org/tip/c1c355ce14c037666fbcb9453d9067c86bbdda5c Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:28 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 x86/kprobes: Get rid of

[tip:x86/debug] x86/kvm: Add output operand in vmx_handle_external_intr inline asm

2016-02-24 Thread tip-bot for Chris J Arges
Commit-ID: 3f62de5f6f369b67b7ac709e3c942c9130d2c51a Gitweb: http://git.kernel.org/tip/3f62de5f6f369b67b7ac709e3c942c9130d2c51a Author: Chris J Arges AuthorDate: Fri, 22 Jan 2016 15:44:38 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 x86/kvm: Add output

[tip:x86/debug] x86/asm/bpf: Create stack frames in bpf_jit.S

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: d21001cc15ba9f63b0334d60942278587471a451 Gitweb: http://git.kernel.org/tip/d21001cc15ba9f63b0334d60942278587471a451 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:27 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 x86/asm/bpf: Create

[tip:x86/debug] sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 821eae7d14f0bbf69df1cc4656c54900b2672928 Gitweb: http://git.kernel.org/tip/821eae7d14f0bbf69df1cc4656c54900b2672928 Author: Josh Poimboeuf AuthorDate: Thu, 18 Feb 2016 11:41:58 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:45 +0100 sched/x86: Add stack

[tip:x86/debug] x86/kvm: Set ELF function type for fastop functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 1482a0825bdf82dab4074bd3c824f4c87cbdf848 Gitweb: http://git.kernel.org/tip/1482a0825bdf82dab4074bd3c824f4c87cbdf848 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:29 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

Re: [PATCH 4.4 000/137] 4.4.3-stable review

2016-02-24 Thread Guenter Roeck
On 02/23/2016 07:32 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.4.3 release. There are 137 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

[tip:x86/debug] x86/kvm: Set ELF function type for fastop functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 1482a0825bdf82dab4074bd3c824f4c87cbdf848 Gitweb: http://git.kernel.org/tip/1482a0825bdf82dab4074bd3c824f4c87cbdf848 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:29 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:44 +0100 x86/kvm: Set ELF

Re: [PATCH 4.4 000/137] 4.4.3-stable review

2016-02-24 Thread Guenter Roeck
On 02/23/2016 07:32 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.4.3 release. There are 137 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

[tip:x86/debug] x86/asm/entry: Create stack frames in thunk functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 058fb73274f9e7eb72acc9836cbb2c4a9f9659a0 Gitweb: http://git.kernel.org/tip/058fb73274f9e7eb72acc9836cbb2c4a9f9659a0 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:20 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/asm/efi: Create a stack frame in efi_call()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 779c433b8ea5c9fdfb892265b2ca6213d1f12ff8 Gitweb: http://git.kernel.org/tip/779c433b8ea5c9fdfb892265b2ca6213d1f12ff8 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:23 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/asm/crypto: Create stack frames in crypto functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 8691ccd764f9ecc69a6812dfe76214c86ac9ba06 Gitweb: http://git.kernel.org/tip/8691ccd764f9ecc69a6812dfe76214c86ac9ba06 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:19 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/asm/bpf: Annotate callable functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 2d8fe90a1b96d52c2a3f719c385b846b02f0bcd8 Gitweb: http://git.kernel.org/tip/2d8fe90a1b96d52c2a3f719c385b846b02f0bcd8 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:26 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/uaccess: Add stack frame output operand in get_user() inline asm

2016-02-24 Thread tip-bot for Chris J Arges
Commit-ID: f05058c4d652b619adfda6c78d8f5b341169c264 Gitweb: http://git.kernel.org/tip/f05058c4d652b619adfda6c78d8f5b341169c264 Author: Chris J Arges AuthorDate: Thu, 21 Jan 2016 16:49:25 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb

[tip:x86/debug] x86/asm: Create stack frames in rwsem functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 3387a535ce629906d849864ef6a3c3437a645cb5 Gitweb: http://git.kernel.org/tip/3387a535ce629906d849864ef6a3c3437a645cb5 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:22 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016

[tip:x86/debug] x86/asm/entry: Create stack frames in thunk functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 058fb73274f9e7eb72acc9836cbb2c4a9f9659a0 Gitweb: http://git.kernel.org/tip/058fb73274f9e7eb72acc9836cbb2c4a9f9659a0 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:20 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/asm/entry: Create

[tip:x86/debug] x86/asm/efi: Create a stack frame in efi_call()

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 779c433b8ea5c9fdfb892265b2ca6213d1f12ff8 Gitweb: http://git.kernel.org/tip/779c433b8ea5c9fdfb892265b2ca6213d1f12ff8 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:23 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/asm/efi: Create a

[tip:x86/debug] x86/asm/crypto: Create stack frames in crypto functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 8691ccd764f9ecc69a6812dfe76214c86ac9ba06 Gitweb: http://git.kernel.org/tip/8691ccd764f9ecc69a6812dfe76214c86ac9ba06 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:19 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/asm/crypto: Create

[tip:x86/debug] x86/asm/bpf: Annotate callable functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 2d8fe90a1b96d52c2a3f719c385b846b02f0bcd8 Gitweb: http://git.kernel.org/tip/2d8fe90a1b96d52c2a3f719c385b846b02f0bcd8 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:26 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/asm/bpf: Annotate

[tip:x86/debug] x86/uaccess: Add stack frame output operand in get_user() inline asm

2016-02-24 Thread tip-bot for Chris J Arges
Commit-ID: f05058c4d652b619adfda6c78d8f5b341169c264 Gitweb: http://git.kernel.org/tip/f05058c4d652b619adfda6c78d8f5b341169c264 Author: Chris J Arges AuthorDate: Thu, 21 Jan 2016 16:49:25 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/uaccess: Add stack

[tip:x86/debug] x86/asm: Create stack frames in rwsem functions

2016-02-24 Thread tip-bot for Josh Poimboeuf
Commit-ID: 3387a535ce629906d849864ef6a3c3437a645cb5 Gitweb: http://git.kernel.org/tip/3387a535ce629906d849864ef6a3c3437a645cb5 Author: Josh Poimboeuf AuthorDate: Thu, 21 Jan 2016 16:49:22 -0600 Committer: Ingo Molnar CommitDate: Wed, 24 Feb 2016 08:35:43 +0100 x86/asm: Create stack

<    1   2   3   4   5   6   7   8   9   10   >